diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-30 08:25:00 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-30 21:23:55 +0100 |
commit | 26488894a2fdea0e0b003ff060b5a88ec6625a5f (patch) | |
tree | 5da776ebe609423a967fbacd7b17bd658b00f8d6 /meta | |
parent | b4c2a90a2c6d224c041f44b6104b1dd9678d7c62 (diff) | |
download | openembedded-core-26488894a2fdea0e0b003ff060b5a88ec6625a5f.tar.gz openembedded-core-26488894a2fdea0e0b003ff060b5a88ec6625a5f.tar.bz2 openembedded-core-26488894a2fdea0e0b003ff060b5a88ec6625a5f.zip |
linux-yocto/qemuarm64: enable 32 bit compatibility
It was requested that CONFIG_COMPAT be enabled for qemuarm64 so that
32bit applications could be tested. This is simple enough to do, so
there is now a 32bit compat feature, and it is included only in
qemuarm64 to avoid impacting any other ARM targets (but the feature
is available for others to use).
[YOCTO #8646]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 2a41420d85..dffe96656a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt" require recipes-kernel/linux/linux-yocto.inc SRCREV_machine ?= "dfa88200087a7ef73741383c05c14ff2f3978947" -SRCREV_meta ?= "32e84686fc87413612e108cc4ab0e7a0d21cb4fd" +SRCREV_meta ?= "194a6c1c4b783cff90e925ec26fd77ff0e67fdd5" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 7f1b655fd5..07c33649aa 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" -SRCREV_meta ?= "32e84686fc87413612e108cc4ab0e7a0d21cb4fd" +SRCREV_meta ?= "194a6c1c4b783cff90e925ec26fd77ff0e67fdd5" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 5ab4da6d01..4b57766585 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" SRCREV_machine_qemux86-64 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" SRCREV_machine_qemumips64 ?= "8b25338045fdb88a9cdff808003102643f03083e" SRCREV_machine ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" -SRCREV_meta ?= "32e84686fc87413612e108cc4ab0e7a0d21cb4fd" +SRCREV_meta ?= "194a6c1c4b783cff90e925ec26fd77ff0e67fdd5" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |