mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dacf9f2feb
commit
ccf1b338d5
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user