crownbay: Drop linux-yocto-dev bbappend

There is no emgd support in this version of -dev and crownbay-noemgd can
use the core2-32-intel-common kernel. Drop the linux-yocto-dev.bbappend.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
(cherry picked from commit 78b8b73e0a)
This commit is contained in:
Darren Hart 2014-05-21 15:52:38 -07:00
parent 50d1ca984b
commit e84c3b91cf

View File

@ -1,21 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_crownbay = "crownbay"
KMACHINE_crownbay = "crownbay"
KBRANCH_crownbay = "standard/crownbay"
KERNEL_FEATURES_append_crownbay = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "crownbay"
KBRANCH_crownbay-noemgd = "standard/crownbay"
KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb"
SRCREV_meta_crownbay = "fe20c99783387dab779472ff50a88666da1c6391"
SRCREV_machine_crownbay = "60536206ad300ccf5b2be2c2d449f4ab27170238"
SRCREV_emgd_crownbay = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1"
SRCREV_machine_crownbay-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238"
SRCREV_meta_crownbay-noemgd = "fe20c99783387dab779472ff50a88666da1c6391"
SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"