Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -22,18 +22,21 @@ config BR2_LINUX_KERNEL_EXT_XENOMAI
|
||||
|
||||
However, it is recommended to use the latest version of the
|
||||
Adeos/Ipipe patch available at
|
||||
http://download.gna.org/adeos/patches
|
||||
https://xenomai.org/downloads/ipipe/
|
||||
|
||||
Xenomai is know to support Blackfin, SH4, x86, ARM, NIOS2
|
||||
and PowerPC architectures.
|
||||
|
||||
config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
|
||||
string "Path for Adeos patch file"
|
||||
string "Path/URL for Adeos patch file"
|
||||
depends on BR2_LINUX_KERNEL_EXT_XENOMAI
|
||||
help
|
||||
Optionally, explicitly specify the Adeos patch to use.
|
||||
Download it at http://download.gna.org/adeos/patches
|
||||
and verify that your kernel version in buildroot matches.
|
||||
Optionally, explicitly specify where to find the Adeos
|
||||
patch to use.
|
||||
Examples:
|
||||
https://xenomai.org/downloads/ipipe/v4.x/arm/ipipe-core-4.19.33-arm-2.patch
|
||||
or /home/foo/ipipe-core-4.19.33-arm-2.patch
|
||||
Please verify that your kernel version in Buildroot matches.
|
||||
|
||||
comment "xenomai needs a uClibc or glibc toolchain w/ threads"
|
||||
depends on BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS
|
||||
@@ -99,7 +102,8 @@ choice
|
||||
help
|
||||
Select the major series of this version. This must match the
|
||||
major version of your kernel (e.g. for kernels 3.x, select
|
||||
aufs3.x; for kernels 4.x, select aufs4.x).
|
||||
aufs3.x; for kernels 4.x, select aufs4.x; for kernels 5.x,
|
||||
select aufs5.x ).
|
||||
|
||||
Note: neither aufs1.x nor aufs2.x (both for kernels older than
|
||||
3.x) are supported.
|
||||
@@ -110,12 +114,16 @@ config BR2_LINUX_KERNEL_EXT_AUFS_SERIES_3
|
||||
config BR2_LINUX_KERNEL_EXT_AUFS_SERIES_4
|
||||
bool "aufs4.x"
|
||||
|
||||
config BR2_LINUX_KERNEL_EXT_AUFS_SERIES_5
|
||||
bool "aufs5.x"
|
||||
|
||||
endchoice
|
||||
|
||||
config BR2_LINUX_KERNEL_EXT_AUFS_SERIES
|
||||
int
|
||||
default 3 if BR2_LINUX_KERNEL_EXT_AUFS_SERIES_3
|
||||
default 4 if BR2_LINUX_KERNEL_EXT_AUFS_SERIES_4
|
||||
default 5 if BR2_LINUX_KERNEL_EXT_AUFS_SERIES_5
|
||||
|
||||
config BR2_LINUX_KERNEL_EXT_AUFS_VERSION
|
||||
string "aufs-standalone version"
|
||||
@@ -132,6 +140,8 @@ config BR2_LINUX_KERNEL_EXT_AUFS_VERSION
|
||||
https://sourceforge.net/p/aufs/aufs3-standalone/ref/master/branches/
|
||||
For aufs4.x:
|
||||
https://github.com/sfjro/aufs4-standalone/branches/all
|
||||
For aufs5.x:
|
||||
https://github.com/sfjro/aufs5-standalone/branches/all
|
||||
|
||||
endif # aufs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user