From be72384306c4dcc88b4866db743e7e501c6fa830 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 17 Dec 2010 13:05:46 -0600 Subject: meta-crownbay: add a machine configuration that doesn't use EMGD graphics This adds a second machine to the meta-crownbay BSP that uses generic vesa graphics instead of the Intel-proprietary straight 'crownbay' version that does. The name of the new machine is 'crownbay-noemgd'. Though the graphics quality isn't as nice, the binaries for this version can be distributed without any need for license click-throughs or the manual step currently required for the EMGD version. Signed-off-by: Tom Zanussi --- meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-crownbay/recipes-kernel') diff --git a/meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend index 9709c365..aebe789a 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend @@ -1,3 +1,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" + COMPATIBLE_MACHINE_crownbay = "crownbay" WRMACHINE_crownbay = "crownbay" + +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" +WRMACHINE_crownbay-noemgd = "crownbay" -- cgit v1.2.3-54-g00ecf