All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] board/licheepi_zero: move board files to their own directory
@ 2023-10-27 11:46 Francois Dugast
  2023-10-27 11:47 ` [Buildroot] [PATCH 2/2] board/licheepi/licheepi_nano: new board Francois Dugast
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Francois Dugast @ 2023-10-27 11:46 UTC (permalink / raw)
  To: buildroot; +Cc: Michel Stempin, Francois Dugast

Group files for board licheepi_zero under a new directory. This is
to prepare for a new board also coming to the licheepi directory.

Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com>
---
 board/licheepi/{ => licheepi_zero}/boot.cmd     | 0
 board/licheepi/{ => licheepi_zero}/genimage.cfg | 0
 board/licheepi/{ => licheepi_zero}/readme.txt   | 0
 configs/licheepi_zero_defconfig                 | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename board/licheepi/{ => licheepi_zero}/boot.cmd (100%)
 rename board/licheepi/{ => licheepi_zero}/genimage.cfg (100%)
 rename board/licheepi/{ => licheepi_zero}/readme.txt (100%)

diff --git a/board/licheepi/boot.cmd b/board/licheepi/licheepi_zero/boot.cmd
similarity index 100%
rename from board/licheepi/boot.cmd
rename to board/licheepi/licheepi_zero/boot.cmd
diff --git a/board/licheepi/genimage.cfg b/board/licheepi/licheepi_zero/genimage.cfg
similarity index 100%
rename from board/licheepi/genimage.cfg
rename to board/licheepi/licheepi_zero/genimage.cfg
diff --git a/board/licheepi/readme.txt b/board/licheepi/licheepi_zero/readme.txt
similarity index 100%
rename from board/licheepi/readme.txt
rename to board/licheepi/licheepi_zero/readme.txt
diff --git a/configs/licheepi_zero_defconfig b/configs/licheepi_zero_defconfig
index 0d3115a996..c8f74a7f04 100644
--- a/configs/licheepi_zero_defconfig
+++ b/configs/licheepi_zero_defconfig
@@ -12,7 +12,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the LicheePi Zero"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/licheepi/genimage.cfg"
+BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/licheepi/licheepi_zero/genimage.cfg"
 
 # Kernel
 BR2_LINUX_KERNEL=y
@@ -45,7 +45,7 @@ BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
 BR2_PACKAGE_HOST_UBOOT_TOOLS=y
 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/licheepi/boot.cmd"
+BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/licheepi/licheepi_zero/boot.cmd"
 
 # Required host utilities for building an SDCard image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/2] board/licheepi_zero: move board files to their own directory
@ 2023-10-04 20:07 Francois Dugast
  2023-10-04 20:07 ` [Buildroot] [PATCH 2/2] board/licheepi/licheepi_nano: new board Francois Dugast
  0 siblings, 1 reply; 7+ messages in thread
From: Francois Dugast @ 2023-10-04 20:07 UTC (permalink / raw)
  To: buildroot; +Cc: Michel Stempin, Francois Dugast

Group files for board licheepi_zero under a new directory. This is
to prepare for a new board also coming to the licheepi directory.

Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com>
---
 board/licheepi/{ => licheepi_zero}/boot.cmd     | 0
 board/licheepi/{ => licheepi_zero}/genimage.cfg | 0
 board/licheepi/{ => licheepi_zero}/readme.txt   | 0
 configs/licheepi_zero_defconfig                 | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename board/licheepi/{ => licheepi_zero}/boot.cmd (100%)
 rename board/licheepi/{ => licheepi_zero}/genimage.cfg (100%)
 rename board/licheepi/{ => licheepi_zero}/readme.txt (100%)

diff --git a/board/licheepi/boot.cmd b/board/licheepi/licheepi_zero/boot.cmd
similarity index 100%
rename from board/licheepi/boot.cmd
rename to board/licheepi/licheepi_zero/boot.cmd
diff --git a/board/licheepi/genimage.cfg b/board/licheepi/licheepi_zero/genimage.cfg
similarity index 100%
rename from board/licheepi/genimage.cfg
rename to board/licheepi/licheepi_zero/genimage.cfg
diff --git a/board/licheepi/readme.txt b/board/licheepi/licheepi_zero/readme.txt
similarity index 100%
rename from board/licheepi/readme.txt
rename to board/licheepi/licheepi_zero/readme.txt
diff --git a/configs/licheepi_zero_defconfig b/configs/licheepi_zero_defconfig
index 0d3115a996..c8f74a7f04 100644
--- a/configs/licheepi_zero_defconfig
+++ b/configs/licheepi_zero_defconfig
@@ -12,7 +12,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the LicheePi Zero"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/licheepi/genimage.cfg"
+BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/licheepi/licheepi_zero/genimage.cfg"
 
 # Kernel
 BR2_LINUX_KERNEL=y
@@ -45,7 +45,7 @@ BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
 BR2_PACKAGE_HOST_UBOOT_TOOLS=y
 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/licheepi/boot.cmd"
+BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/licheepi/licheepi_zero/boot.cmd"
 
 # Required host utilities for building an SDCard image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-11-04 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 11:46 [Buildroot] [PATCH 1/2] board/licheepi_zero: move board files to their own directory Francois Dugast
2023-10-27 11:47 ` [Buildroot] [PATCH 2/2] board/licheepi/licheepi_nano: new board Francois Dugast
2023-10-29 18:49   ` Yann E. MORIN
2023-10-29 18:45 ` [Buildroot] [PATCH 1/2] board/licheepi_zero: move board files to their own directory Yann E. MORIN
2023-11-04 18:38 ` Thomas Petazzoni via buildroot
2023-11-04 18:46   ` Thomas Petazzoni via buildroot
  -- strict thread matches above, loose matches on Subject: below --
2023-10-04 20:07 Francois Dugast
2023-10-04 20:07 ` [Buildroot] [PATCH 2/2] board/licheepi/licheepi_nano: new board Francois Dugast

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.