1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-12 08:46:13 +02:00
build/layer/bsp-rpi3/TOOLCHAIN
David Oberhollenzer 882ce4a8f4 Cleanup handling of linux packages and modules
- All linux packages generate "linux" and "linux-modules"
 - Preference mechanism is used to select the right source package
 - Rootfs depends on "linux-modules" to install the selected kernels
   modules into the squashfs image
 - The release pacakge depends on "linux" to install the appropriate
   kernel to the boot partition

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-31 16:46:50 +02:00

16 lines
321 B
Plaintext

TARGET="arm-linux-musleabihf"
GCC_CPU="armv6"
CPU_IS_64BIT="no"
GCC_EXTRACFG="--with-float=hard --with-fpu=neon-vfpv3"
BINUTILS_EXTRACFG=""
PREFERED_PROVIDER[linux]="linux-rpi3"
PREFERED_PROVIDER[linux-modules]="linux-rpi3"
PREFERED_PROVIDER[release]="release-rpi3"
LINUX_TGT="zImage dtbs modules"
TC_HARDENING="no"