[oe-commits] Cristian Iorga : bitbake.conf: fix qemu user mode linux for qemuarm64

git at git.openembedded.org git at git.openembedded.org
Thu Jul 16 14:10:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 27149fb98fd9d5bba4e07d256a6a0b4921cf00a9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=27149fb98fd9d5bba4e07d256a6a0b4921cf00a9

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Wed Jul 15 10:58:02 2015 +0300

bitbake.conf: fix qemu user mode linux for qemuarm64

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 at intel.com>

---

 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ee75c9b..730ab80 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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"
 



More information about the Openembedded-commits mailing list