]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
board/technologic/ts5x00: rename to ts5500
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Mon, 5 Mar 2018 17:15:04 +0000 (12:15 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 30 Mar 2018 21:17:00 +0000 (23:17 +0200)
Rename the confusing and misleading ts5x00 directory to a real reference
platform name, ts5500. The readme.txt file already states the support
for both TS-5500 and TS-5400 platforms.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 9f17540b170395d5c29eb111bfcacdb2540a2fb0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
.gitlab-ci.yml
board/technologic/ts5500/fs-overlay/boot/syslinux/syslinux.cfg [moved from board/technologic/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg with 100% similarity]
board/technologic/ts5500/linux-4.14.config [moved from board/technologic/ts5x00/linux-4.14.config with 100% similarity]
board/technologic/ts5500/readme.txt [moved from board/technologic/ts5x00/readme.txt with 98% similarity]
configs/ts5500_defconfig [moved from configs/ts5x00_defconfig with 80% similarity]

index 6edd2fbfd3f550be4d9290c0a89e2cd004a5241a..027c1c60530d8f880aafe531defea373bfadea0b 100644 (file)
@@ -228,7 +228,7 @@ stm32f469_disco_defconfig: *defconfig
 toradex_apalis_imx6_defconfig: *defconfig
 ts4800_defconfig: *defconfig
 ts4900_defconfig: *defconfig
-ts5x00_defconfig: *defconfig
+ts5500_defconfig: *defconfig
 ts7680_defconfig: *defconfig
 wandboard_defconfig: *defconfig
 warp7_defconfig: *defconfig
similarity index 98%
rename from board/technologic/ts5x00/readme.txt
rename to board/technologic/ts5500/readme.txt
index 1e506829809f48172104fad6ac260a4aa2ab66e8..1e73ab3ea17f17ffe8ceb9e0dec90c4ae442d94f 100644 (file)
@@ -13,7 +13,7 @@ and additional sysfs attributes under /sys/devices/platform/).
 
 To build the default configuration you only have to:
 
-    $ make ts5x00_defconfig
+    $ make ts5500_defconfig
     $ make
 
 You will need a Compact Flash card of sufficient size and the first or only
similarity index 80%
rename from configs/ts5x00_defconfig
rename to configs/ts5500_defconfig
index 19259260b721be3cdf188ed948f90f81a448ead8..871c02e95f2cad1155454a782e959c6d580af2fc 100644 (file)
@@ -7,14 +7,14 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 # system
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
-BR2_ROOTFS_OVERLAY="board/technologic/ts5x00/fs-overlay"
+BR2_ROOTFS_OVERLAY="board/technologic/ts5500/fs-overlay"
 
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/technologic/ts5x00/linux-4.14.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/technologic/ts5500/linux-4.14.config"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 
 # rootfs