From 306f4d470dc7a7e6a5d87367b5b82ceece9f97b8 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Wed, 20 Sep 2017 10:17:15 -0700 Subject: linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.9 Signed-off-by: Alejandro Hernandez Signed-off-by: Ross Burton (cherry picked from commit cab4b6a8d4086a1294b7a7cc34c596d90c50a688) Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb index e0c5236618..7798161ef0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb @@ -17,7 +17,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" -COMPATIBLE_MACHINE = "(qemux86$)" +COMPATIBLE_MACHINE = "qemux86|qemux86-64" # Functionality flags KERNEL_FEATURES = "" -- cgit 1.2.3-korg