[Buildroot] [git commit] orangepipc: rename to orangepi-pc

Peter Korsgaard peter at korsgaard.com
Thu Dec 15 16:11:00 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=d63e26e5277f3de9bfb729557a29987776064336
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Rename orangepipc files, configs, and directories:
- oragepipc_defconfig -> orangepi_pc_defconfig
- board/orangepi/orangepipc -> board/orangepi/orangepi-pc

The purpose of the patch is to improve readability before
adding other boards of orangepi family.

Signed-off-by: Sergey Matyukevich <geomatsi at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 DEVELOPERS                                               | 2 +-
 board/orangepi/{orangepipc => orangepi-pc}/boot.cmd      | 0
 board/orangepi/{orangepipc => orangepi-pc}/genimage.cfg  | 0
 board/orangepi/{orangepipc => orangepi-pc}/post-build.sh | 0
 board/orangepi/{orangepipc => orangepi-pc}/post-image.sh | 0
 board/orangepi/{orangepipc => orangepi-pc}/readme.txt    | 2 +-
 configs/{orangepipc_defconfig => orangepi_pc_defconfig}  | 4 ++--
 7 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 903e9a9..d855d11 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1151,7 +1151,7 @@ F:	package/libunistring/
 
 N:	Peter Korsgaard <peter at korsgaard.com>
 F:	board/orangepi/
-F:	configs/orangepipc_defconfig
+F:	configs/orangepi_pc_defconfig
 F:	package/flickcurl/
 F:	package/libfastjson/
 F:	package/lzop/
diff --git a/board/orangepi/orangepipc/boot.cmd b/board/orangepi/orangepi-pc/boot.cmd
similarity index 100%
rename from board/orangepi/orangepipc/boot.cmd
rename to board/orangepi/orangepi-pc/boot.cmd
diff --git a/board/orangepi/orangepipc/genimage.cfg b/board/orangepi/orangepi-pc/genimage.cfg
similarity index 100%
rename from board/orangepi/orangepipc/genimage.cfg
rename to board/orangepi/orangepi-pc/genimage.cfg
diff --git a/board/orangepi/orangepipc/post-build.sh b/board/orangepi/orangepi-pc/post-build.sh
similarity index 100%
rename from board/orangepi/orangepipc/post-build.sh
rename to board/orangepi/orangepi-pc/post-build.sh
diff --git a/board/orangepi/orangepipc/post-image.sh b/board/orangepi/orangepi-pc/post-image.sh
similarity index 100%
rename from board/orangepi/orangepipc/post-image.sh
rename to board/orangepi/orangepi-pc/post-image.sh
diff --git a/board/orangepi/orangepipc/readme.txt b/board/orangepi/orangepi-pc/readme.txt
similarity index 95%
rename from board/orangepi/orangepipc/readme.txt
rename to board/orangepi/orangepi-pc/readme.txt
index f12c867..d316b6f 100644
--- a/board/orangepi/orangepipc/readme.txt
+++ b/board/orangepi/orangepi-pc/readme.txt
@@ -12,7 +12,7 @@ How to build it
 
 Configure Buildroot:
 
-    $ make orangepipc_defconfig
+    $ make orangepi_pc_defconfig
 
 Compile everything and build the SD card image:
 
diff --git a/configs/orangepipc_defconfig b/configs/orangepi_pc_defconfig
similarity index 86%
rename from configs/orangepipc_defconfig
rename to configs/orangepi_pc_defconfig
index 6d3a842..dd21d5f 100644
--- a/configs/orangepipc_defconfig
+++ b/configs/orangepi_pc_defconfig
@@ -4,8 +4,8 @@ BR2_ARM_FPU_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/orangepi/orangepipc/post-build.sh"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="board/orangepi/orangepipc/post-image.sh"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/orangepi/orangepi-pc/post-build.sh"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/orangepi/orangepi-pc/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.7.3"


More information about the buildroot mailing list