[oe] [meta-handheld][PATCH] linux-yocto-handhelds.inc: split COMPATIBLE_MACHINE filtering

Andrea Adami andrea.adami at gmail.com
Tue Oct 8 22:43:43 UTC 2013


This allows to add new machines to one single kernel variant

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes-kernel/linux/linux-yocto-handhelds.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-yocto-handhelds.inc b/recipes-kernel/linux/linux-yocto-handhelds.inc
index 2e0b7a9..145dbc6 100644
--- a/recipes-kernel/linux/linux-yocto-handhelds.inc
+++ b/recipes-kernel/linux/linux-yocto-handhelds.inc
@@ -1,4 +1,5 @@
-COMPATIBLE_MACHINE .= "|akita|c7x0|collie|poodle|spitz|tosa"
+COMPATIBLE_MACHINE_linux-yocto .= "|akita|c7x0|collie|poodle|spitz|tosa"
+COMPATIBLE_MACHINE_linux-yocto-tiny-kexecboot .= "|akita|c7x0|collie|poodle|spitz|tosa"
 
 KMACHINE_akita = "akita"
 KMACHINE_c7x0 = "c7x0"
-- 
1.8.1.5




More information about the Openembedded-devel mailing list