diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-05-21 15:52:38 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-05-22 22:58:14 -0700 |
| commit | e84c3b91cfa56e357ce751f87e7eacc307741ace (patch) | |
| tree | 3a35e78258284c5d7f0e4440f583541407b28019 | |
| parent | 50d1ca984b55ed95d40847452c75aee774f7b32d (diff) | |
| download | meta-intel-e84c3b91cfa56e357ce751f87e7eacc307741ace.tar.gz | |
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 78b8b73e0a6e0cfd091211373ff6a1abbba25dea)
| -rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend deleted file mode 100644 index a1fccfb7..00000000 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | |||
| 4 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
| 5 | KMACHINE_crownbay = "crownbay" | ||
| 6 | KBRANCH_crownbay = "standard/crownbay" | ||
| 7 | KERNEL_FEATURES_append_crownbay = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb" | ||
| 8 | |||
| 9 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
| 10 | KMACHINE_crownbay-noemgd = "crownbay" | ||
| 11 | KBRANCH_crownbay-noemgd = "standard/crownbay" | ||
| 12 | KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" | ||
| 13 | |||
| 14 | SRCREV_meta_crownbay = "fe20c99783387dab779472ff50a88666da1c6391" | ||
| 15 | SRCREV_machine_crownbay = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
| 16 | SRCREV_emgd_crownbay = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1" | ||
| 17 | |||
| 18 | SRCREV_machine_crownbay-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
| 19 | SRCREV_meta_crownbay-noemgd = "fe20c99783387dab779472ff50a88666da1c6391" | ||
| 20 | |||
| 21 | 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" | ||
