From 83e1ebdff5c3a34a559580ad07b999ad749e608c Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 14 May 2011 13:54:08 -0500 Subject: crownbay-noemgd: add crownbay-noemgd as COMPATIBLE_MACHINE to linux-yocto bbappend crownbay-noemgd also needs a COMPATIBLE_MACHINE entry in linux-yocto. Signed-off-by: Tom Zanussi --- meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-crownbay') diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend index 5912fb7c..176acd3f 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend @@ -1,3 +1,7 @@ FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" + COMPATIBLE_MACHINE_crownbay = "crownbay" KMACHINE_crownbay = "yocto/standard/crownbay" + +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" +KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" -- cgit v1.2.3-54-g00ecf