* [PATCH 0/1 V2] linux-yocto-tiny: fix COMPATIBLE_MACHINE
@ 2016-04-11 8:53 Robert Yang
2016-04-11 8:53 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-04-11 8:53 UTC (permalink / raw)
To: openembedded-core
* V2:
Fix from linux-yocto-tiny rather than base.bbclass.
// Robert
The following changes since commit 2279c6d20c2a33283ce9a8d1ef91a8acdad0a20e:
archiver: Fix ASSUME_PROVIDED issues (2016-04-09 23:17:52 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/tiny
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/tiny
Robert Yang (1):
linux-yocto-tiny: fix COMPATIBLE_MACHINE
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.8.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] linux-yocto-tiny: fix COMPATIBLE_MACHINE
2016-04-11 8:53 [PATCH 0/1 V2] linux-yocto-tiny: fix COMPATIBLE_MACHINE Robert Yang
@ 2016-04-11 8:53 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-04-11 8:53 UTC (permalink / raw)
To: openembedded-core
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.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
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 4c79bfd..36f83b5 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}"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
-COMPATIBLE_MACHINE = "(qemux86)"
+COMPATIBLE_MACHINE = "(qemux86$)"
# Functionality flags
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 9446da9..04e6258 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}"
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}"
-COMPATIBLE_MACHINE = "(qemux86)"
+COMPATIBLE_MACHINE = "(qemux86$)"
# Functionality flags
KERNEL_FEATURES = ""
--
2.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-11 8:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 8:53 [PATCH 0/1 V2] linux-yocto-tiny: fix COMPATIBLE_MACHINE Robert Yang
2016-04-11 8:53 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox