summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-09-20 10:17:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:15:30 +0100
commit954fbe7f97ec081b8de9987549c911af14d20db7 (patch)
tree3aa100e22c414118c904f6390c43b728c2051f1f /meta/recipes-kernel
parenta947dec8d978aaacede7375af423f938c290392b (diff)
downloadpoky-954fbe7f97ec081b8de9987549c911af14d20db7.tar.gz
linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.12
(From OE-Core rev: 6e7f9c158e26d4b60479b2e88d87b02443a07cb4) 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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index efd876aee5..ba67af357e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -17,7 +17,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
19 19
20COMPATIBLE_MACHINE = "(qemux86$)" 20COMPATIBLE_MACHINE = "qemux86|qemux86-64"
21 21
22# Functionality flags 22# Functionality flags
23KERNEL_FEATURES = "" 23KERNEL_FEATURES = ""