* [Buildroot] [PATCH 0/3] board/technologic/ts5x00: fix build with GCC 6.x
@ 2018-03-05 17:15 Vivien Didelot
2018-03-05 17:15 ` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14 Vivien Didelot
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Vivien Didelot @ 2018-03-05 17:15 UTC (permalink / raw)
To: buildroot
This patchset fixes the build for the ts5x00_defconfig defconfig with
GCC 6.x. While at it, rename ts5x00 to ts5500 to avoid confusion and add
myself as the maintainer in the DEVELOPERS file.
Vivien Didelot (3):
board/technologic/ts5x00: bump kernel to 4.14
board/technologic/ts5x00: rename to ts5500
DEVELOPERS: add myself as the ts5500 maintainer
.gitlab-ci.yml | 2 +-
DEVELOPERS | 4 ++++
.../{ts5x00 => ts5500}/fs-overlay/boot/syslinux/syslinux.cfg | 0
.../{ts5x00/linux-3.17.config => ts5500/linux-4.14.config} | 4 +---
board/technologic/{ts5x00 => ts5500}/readme.txt | 2 +-
configs/{ts5x00_defconfig => ts5500_defconfig} | 10 +++++-----
6 files changed, 12 insertions(+), 10 deletions(-)
rename board/technologic/{ts5x00 => ts5500}/fs-overlay/boot/syslinux/syslinux.cfg (100%)
rename board/technologic/{ts5x00/linux-3.17.config => ts5500/linux-4.14.config} (98%)
rename board/technologic/{ts5x00 => ts5500}/readme.txt (98%)
rename configs/{ts5x00_defconfig => ts5500_defconfig} (55%)
--
2.16.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14
2018-03-05 17:15 [Buildroot] [PATCH 0/3] board/technologic/ts5x00: fix build with GCC 6.x Vivien Didelot
@ 2018-03-05 17:15 ` Vivien Didelot
2018-03-11 8:49 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
2018-03-05 17:15 ` [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500 Vivien Didelot
2018-03-05 17:15 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer Vivien Didelot
2 siblings, 2 replies; 10+ messages in thread
From: Vivien Didelot @ 2018-03-05 17:15 UTC (permalink / raw)
To: buildroot
Bump the 3.17 kernel used for the Technologic Systems TS-5500 platform
to the latest LTS kernel 4.14.
This fixes the ts5x00_defconfig build with GCC 6.x.
The linux-3.17.config file has been renamed to linux-4.14.config to
match the new kernel version, and its changes are the result of make
linux-update-defconfig. However only comments are affected.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
board/technologic/ts5x00/{linux-3.17.config => linux-4.14.config} | 4 +---
configs/ts5x00_defconfig | 8 ++++----
2 files changed, 5 insertions(+), 7 deletions(-)
rename board/technologic/ts5x00/{linux-3.17.config => linux-4.14.config} (98%)
diff --git a/board/technologic/ts5x00/linux-3.17.config b/board/technologic/ts5x00/linux-4.14.config
similarity index 98%
rename from board/technologic/ts5x00/linux-3.17.config
rename to board/technologic/ts5x00/linux-4.14.config
index 60cd8a0fe3..eb81596e25 100644
--- a/board/technologic/ts5x00/linux-3.17.config
+++ b/board/technologic/ts5x00/linux-4.14.config
@@ -1,3 +1,4 @@
+# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_PARTITION_ADVANCED=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_MELAN=y
@@ -6,7 +7,6 @@ CONFIG_X86_REBOOTFIXUPS=y
CONFIG_NOHIGHMEM=y
# CONFIG_COMPACTION is not set
# CONFIG_BOUNCE is not set
-# CONFIG_CROSS_MEMORY_ATTACH is not set
# CONFIG_RELOCATABLE is not set
# CONFIG_SUSPEND is not set
# CONFIG_ACPI is not set
@@ -19,7 +19,6 @@ CONFIG_INET=y
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
# CONFIG_WIRELESS is not set
@@ -76,7 +75,6 @@ CONFIG_DM9102=y
CONFIG_PHYLIB=y
CONFIG_DAVICOM_PHY=y
# CONFIG_WLAN is not set
-# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_SERIO is not set
diff --git a/configs/ts5x00_defconfig b/configs/ts5x00_defconfig
index 531088661c..19259260b7 100644
--- a/configs/ts5x00_defconfig
+++ b/configs/ts5x00_defconfig
@@ -2,8 +2,8 @@
BR2_i386=y
BR2_x86_i586=y
-# Linux headers same as kernel, a 3.17 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
+# Linux headers same as kernel, a 4.14 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
# system
BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
@@ -12,9 +12,9 @@ BR2_ROOTFS_OVERLAY="board/technologic/ts5x00/fs-overlay"
# kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.8"
+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-3.17.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/technologic/ts5x00/linux-4.14.config"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
# rootfs
--
2.16.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500
2018-03-05 17:15 [Buildroot] [PATCH 0/3] board/technologic/ts5x00: fix build with GCC 6.x Vivien Didelot
2018-03-05 17:15 ` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14 Vivien Didelot
@ 2018-03-05 17:15 ` Vivien Didelot
2018-03-11 8:50 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
2018-03-05 17:15 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer Vivien Didelot
2 siblings, 2 replies; 10+ messages in thread
From: Vivien Didelot @ 2018-03-05 17:15 UTC (permalink / raw)
To: buildroot
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>
---
.gitlab-ci.yml | 2 +-
.../{ts5x00 => ts5500}/fs-overlay/boot/syslinux/syslinux.cfg | 0
board/technologic/{ts5x00 => ts5500}/linux-4.14.config | 0
board/technologic/{ts5x00 => ts5500}/readme.txt | 2 +-
configs/{ts5x00_defconfig => ts5500_defconfig} | 4 ++--
5 files changed, 4 insertions(+), 4 deletions(-)
rename board/technologic/{ts5x00 => ts5500}/fs-overlay/boot/syslinux/syslinux.cfg (100%)
rename board/technologic/{ts5x00 => ts5500}/linux-4.14.config (100%)
rename board/technologic/{ts5x00 => ts5500}/readme.txt (98%)
rename configs/{ts5x00_defconfig => ts5500_defconfig} (80%)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f76e53b565..be00bc56a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -235,7 +235,7 @@ telit_evk_pro3_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
diff --git a/board/technologic/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg b/board/technologic/ts5500/fs-overlay/boot/syslinux/syslinux.cfg
similarity index 100%
rename from board/technologic/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg
rename to board/technologic/ts5500/fs-overlay/boot/syslinux/syslinux.cfg
diff --git a/board/technologic/ts5x00/linux-4.14.config b/board/technologic/ts5500/linux-4.14.config
similarity index 100%
rename from board/technologic/ts5x00/linux-4.14.config
rename to board/technologic/ts5500/linux-4.14.config
diff --git a/board/technologic/ts5x00/readme.txt b/board/technologic/ts5500/readme.txt
similarity index 98%
rename from board/technologic/ts5x00/readme.txt
rename to board/technologic/ts5500/readme.txt
index 1e50682980..1e73ab3ea1 100644
--- a/board/technologic/ts5x00/readme.txt
+++ b/board/technologic/ts5500/readme.txt
@@ -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
diff --git a/configs/ts5x00_defconfig b/configs/ts5500_defconfig
similarity index 80%
rename from configs/ts5x00_defconfig
rename to configs/ts5500_defconfig
index 19259260b7..871c02e95f 100644
--- a/configs/ts5x00_defconfig
+++ b/configs/ts5500_defconfig
@@ -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
--
2.16.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer
2018-03-05 17:15 [Buildroot] [PATCH 0/3] board/technologic/ts5x00: fix build with GCC 6.x Vivien Didelot
2018-03-05 17:15 ` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14 Vivien Didelot
2018-03-05 17:15 ` [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500 Vivien Didelot
@ 2018-03-05 17:15 ` Vivien Didelot
2018-03-11 8:49 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
2 siblings, 2 replies; 10+ messages in thread
From: Vivien Didelot @ 2018-03-05 17:15 UTC (permalink / raw)
To: buildroot
Add a new entry for myself listing the TS-5500 board directory and
defconfig file.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
DEVELOPERS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/DEVELOPERS b/DEVELOPERS
index 41e1b54d99..3feb6c88e7 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1821,6 +1821,10 @@ F: package/pixz/
N: Vinicius Tinti <viniciustinti@gmail.com>
F: package/python-thrift/
+N: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
+F: board/technologic/ts5500/
+F: configs/ts5500_defconfig
+
N: Volkov Viacheslav <sv99@inbox.ru>
F: package/v4l2grab/
F: package/zbar/
--
2.16.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14
2018-03-05 17:15 ` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14 Vivien Didelot
@ 2018-03-11 8:49 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2018-03-11 8:49 UTC (permalink / raw)
To: buildroot
>>>>> "Vivien" == Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> Bump the 3.17 kernel used for the Technologic Systems TS-5500 platform
> to the latest LTS kernel 4.14.
> This fixes the ts5x00_defconfig build with GCC 6.x.
> The linux-3.17.config file has been renamed to linux-4.14.config to
> match the new kernel version, and its changes are the result of make
> linux-update-defconfig. However only comments are affected.
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.8"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
Any specific reason you are not using the latest stable, E.G. 4.14.25?
Anyway, that can be fixed later if needed - Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer
2018-03-05 17:15 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer Vivien Didelot
@ 2018-03-11 8:49 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2018-03-11 8:49 UTC (permalink / raw)
To: buildroot
>>>>> "Vivien" == Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> Add a new entry for myself listing the TS-5500 board directory and
> defconfig file.
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500
2018-03-05 17:15 ` [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500 Vivien Didelot
@ 2018-03-11 8:50 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2018-03-11 8:50 UTC (permalink / raw)
To: buildroot
>>>>> "Vivien" == Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> 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>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14
2018-03-05 17:15 ` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14 Vivien Didelot
2018-03-11 8:49 ` Peter Korsgaard
@ 2018-03-30 21:28 ` Peter Korsgaard
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2018-03-30 21:28 UTC (permalink / raw)
To: buildroot
>>>>> "Vivien" == Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> Bump the 3.17 kernel used for the Technologic Systems TS-5500 platform
> to the latest LTS kernel 4.14.
> This fixes the ts5x00_defconfig build with GCC 6.x.
> The linux-3.17.config file has been renamed to linux-4.14.config to
> match the new kernel version, and its changes are the result of make
> linux-update-defconfig. However only comments are affected.
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Committed to 2018.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500
2018-03-05 17:15 ` [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500 Vivien Didelot
2018-03-11 8:50 ` Peter Korsgaard
@ 2018-03-30 21:28 ` Peter Korsgaard
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2018-03-30 21:28 UTC (permalink / raw)
To: buildroot
>>>>> "Vivien" == Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> 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>
Committed to 2018.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer
2018-03-05 17:15 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer Vivien Didelot
2018-03-11 8:49 ` Peter Korsgaard
@ 2018-03-30 21:28 ` Peter Korsgaard
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2018-03-30 21:28 UTC (permalink / raw)
To: buildroot
>>>>> "Vivien" == Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> Add a new entry for myself listing the TS-5500 board directory and
> defconfig file.
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Committed to 2018.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2018-03-30 21:28 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 17:15 [Buildroot] [PATCH 0/3] board/technologic/ts5x00: fix build with GCC 6.x Vivien Didelot
2018-03-05 17:15 ` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14 Vivien Didelot
2018-03-11 8:49 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
2018-03-05 17:15 ` [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500 Vivien Didelot
2018-03-11 8:50 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
2018-03-05 17:15 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer Vivien Didelot
2018-03-11 8:49 ` Peter Korsgaard
2018-03-30 21:28 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox