mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
David Oberhollenzer
882ce4a8f4
- 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>
15 lines
282 B
Text
15 lines
282 B
Text
TARGET="x86_64-linux-musl"
|
|
GCC_CPU="x86-64"
|
|
|
|
CPU_IS_64BIT="yes"
|
|
|
|
GCC_EXTRACFG="--enable-libmpx"
|
|
BINUTILS_EXTRACFG=""
|
|
|
|
PREFERED_PROVIDER[linux]="linux-lts"
|
|
PREFERED_PROVIDER[linux-modules]="linux-lts"
|
|
PREFERED_PROVIDER[release]="release-qemu"
|
|
|
|
LINUX_TGT="bzImage"
|
|
|
|
TC_HARDENING="no"
|