diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-11 01:53:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-12 22:50:21 +0100 |
commit | 3ad70a599f78f645dc212ef7f5fa49ccce3ef1f7 (patch) | |
tree | 3bd4b986183e35573c87bc767d7c119a3b88ae00 /meta/recipes-kernel | |
parent | 0e59727b0874074af44aa42c277c26f44af16dcc (diff) | |
download | poky-3ad70a599f78f645dc212ef7f5fa49ccce3ef1f7.tar.gz |
linux-yocto-tiny: fix COMPATIBLE_MACHINE
It only works with qemux86, but mismatched qemux86-64 which caused
runtime errros. (kernel is bigger, can't boot, no output, and so on).
Add '$' in the end to fix the problem.
(From OE-Core rev: 8069399d9fd29428b8f3d3db419b81913b57f997)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 4c79bfdcbe..36f83b5265 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -17,7 +17,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}" | |||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(qemux86)" | 20 | COMPATIBLE_MACHINE = "(qemux86$)" |
21 | 21 | ||
22 | # Functionality flags | 22 | # Functionality flags |
23 | KERNEL_FEATURES = "" | 23 | KERNEL_FEATURES = "" |
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 9446da9893..04e6258dc8 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$)" |
21 | 21 | ||
22 | # Functionality flags | 22 | # Functionality flags |
23 | KERNEL_FEATURES = "" | 23 | KERNEL_FEATURES = "" |