From 27b7d831d0da1650122d80ea63f97ce4be35b626 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 3 Dec 2024 15:29:43 +0100 Subject: [PATCH] styx-dcp-sc-28p: Move board specific overlay files to package This way, we only install these files if the board is enabled. --- .../board/styx-dcp-sc-28p}/rootfs/boot/styx/styx-b.dtb | 0 .../board/styx-dcp-sc-28p}/rootfs/boot/styx/styx.dtb | 0 .../board/styx-dcp-sc-28p}/rootfs/usr/libexec/styx/led.sh | 0 .../usr/share/product/dcp-sc-28p/etc/finit.d/available/iitod.conf | 0 .../usr/share/product/styx,dcp-sc-28p/etc/product/init.d/S10-led | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {board/aarch64 => src/board/styx-dcp-sc-28p}/rootfs/boot/styx/styx-b.dtb (100%) rename {board/aarch64 => src/board/styx-dcp-sc-28p}/rootfs/boot/styx/styx.dtb (100%) rename {board/aarch64 => src/board/styx-dcp-sc-28p}/rootfs/usr/libexec/styx/led.sh (100%) rename {board/aarch64 => src/board/styx-dcp-sc-28p}/rootfs/usr/share/product/dcp-sc-28p/etc/finit.d/available/iitod.conf (100%) rename {board/aarch64 => src/board/styx-dcp-sc-28p}/rootfs/usr/share/product/styx,dcp-sc-28p/etc/product/init.d/S10-led (100%) diff --git a/board/aarch64/rootfs/boot/styx/styx-b.dtb b/src/board/styx-dcp-sc-28p/rootfs/boot/styx/styx-b.dtb similarity index 100% rename from board/aarch64/rootfs/boot/styx/styx-b.dtb rename to src/board/styx-dcp-sc-28p/rootfs/boot/styx/styx-b.dtb diff --git a/board/aarch64/rootfs/boot/styx/styx.dtb b/src/board/styx-dcp-sc-28p/rootfs/boot/styx/styx.dtb similarity index 100% rename from board/aarch64/rootfs/boot/styx/styx.dtb rename to src/board/styx-dcp-sc-28p/rootfs/boot/styx/styx.dtb diff --git a/board/aarch64/rootfs/usr/libexec/styx/led.sh b/src/board/styx-dcp-sc-28p/rootfs/usr/libexec/styx/led.sh similarity index 100% rename from board/aarch64/rootfs/usr/libexec/styx/led.sh rename to src/board/styx-dcp-sc-28p/rootfs/usr/libexec/styx/led.sh diff --git a/board/aarch64/rootfs/usr/share/product/dcp-sc-28p/etc/finit.d/available/iitod.conf b/src/board/styx-dcp-sc-28p/rootfs/usr/share/product/dcp-sc-28p/etc/finit.d/available/iitod.conf similarity index 100% rename from board/aarch64/rootfs/usr/share/product/dcp-sc-28p/etc/finit.d/available/iitod.conf rename to src/board/styx-dcp-sc-28p/rootfs/usr/share/product/dcp-sc-28p/etc/finit.d/available/iitod.conf diff --git a/board/aarch64/rootfs/usr/share/product/styx,dcp-sc-28p/etc/product/init.d/S10-led b/src/board/styx-dcp-sc-28p/rootfs/usr/share/product/styx,dcp-sc-28p/etc/product/init.d/S10-led similarity index 100% rename from board/aarch64/rootfs/usr/share/product/styx,dcp-sc-28p/etc/product/init.d/S10-led rename to src/board/styx-dcp-sc-28p/rootfs/usr/share/product/styx,dcp-sc-28p/etc/product/init.d/S10-led