summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-03-30 08:25:00 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-31 09:15:04 +0100
commitccf1b338d559a1902b19dc73edd10f09817edf4e (patch)
treec479a5474100548a28834ec65801fa7110b58f3b /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parentdacf9f2feb1f05ff0d9e1b294716f572a957100f (diff)
downloadpoky-ccf1b338d559a1902b19dc73edd10f09817edf4e.tar.gz
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] (From OE-Core rev: 26488894a2fdea0e0b003ff060b5a88ec6625a5f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb2
1 files changed, 1 insertions, 1 deletions
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"
19SRCREV_machine_qemux86-64 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" 19SRCREV_machine_qemux86-64 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6"
20SRCREV_machine_qemumips64 ?= "8b25338045fdb88a9cdff808003102643f03083e" 20SRCREV_machine_qemumips64 ?= "8b25338045fdb88a9cdff808003102643f03083e"
21SRCREV_machine ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" 21SRCREV_machine ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6"
22SRCREV_meta ?= "32e84686fc87413612e108cc4ab0e7a0d21cb4fd" 22SRCREV_meta ?= "194a6c1c4b783cff90e925ec26fd77ff0e67fdd5"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"