diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-09-20 10:17:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:15:30 +0100 |
commit | efd3dd86fc5e5805fe7ccfeb52c749c82d7e12fc (patch) | |
tree | 23d5bdf95d22c63e8fd36389d736309afaf5d743 | |
parent | 1c3b1aee145135cc6735aaeef3151e3e23423a71 (diff) | |
download | poky-efd3dd86fc5e5805fe7ccfeb52c749c82d7e12fc.tar.gz |
linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.4
(From OE-Core rev: b6f545f91fd470b8d1966eab2d11e5a18b0449e7)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 50b9a56a00..141ff73995 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -17,7 +17,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}" | |||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(qemux86$)" | 20 | COMPATIBLE_MACHINE = "qemux86|qemux86-64" |
21 | 21 | ||
22 | # Functionality flags | 22 | # Functionality flags |
23 | KERNEL_FEATURES = "" | 23 | KERNEL_FEATURES = "" |