]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: fix qemu user mode linux for qemuarm64
authorCristian Iorga <cristian.iorga@intel.com>
Wed, 15 Jul 2015 07:58:02 +0000 (10:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:46 +0000 (15:08 +0100)
OLDEST_KERNEL is invalid for aarch64, it didn't exist
back in our current version. Use a more recent version
for aarch64 to allow user mode qemu to work correctly.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
meta/conf/bitbake.conf

index ee75c9b5521486872558bbe9cf3f830e52b7aa48..730ab80dbdba599e645ee857b22796b7908db1d8 100644 (file)
@@ -397,6 +397,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}"
 ##################################################################
 
 OLDEST_KERNEL = "2.6.32"
+OLDEST_KERNEL_aarch64 = "3.14"
 STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source"
 STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts"