base-linux: disable initramfs build on 32-bit

The build tries to access the host header asm/unistd.h, which is
apparently not present on 64-bit hosts (in particular our CI).
This commit is contained in:
Norman Feske 2020-12-16 15:20:55 +01:00 committed by Christian Helmuth
parent 0428e5e8b9
commit 887fcecf63

View File

@ -1,5 +1,7 @@
TARGET = lx_init
REQUIRES = x86_64
INITRAMFS = initramfs
INITRAMFS_SRC_C = init.c