[meta-intel] [PATCH 1/2] crownbay: Add linux-yocto_3.10 support

Tom Zanussi tom.zanussi at linux.intel.com
Thu Oct 17 07:04:50 PDT 2013


Add support for the crownbay machine to linux-yocto_3.10 - this adds
support for the emgd version of the BSP now that emgd-1.18 has been
ported to 3.10 in the emgd-1.18 branch of linux-yocto-3.10.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 1cf4700..3b8e7fa 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,10 @@
 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.18 cfg/vesafb"
+
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
 KBRANCH_crownbay-noemgd = "standard/crownbay"
@@ -7,6 +12,11 @@ KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb"
 
 LINUX_VERSION = "3.10.11"
 
+SRCREV_meta_crownbay = "452f0679ea93a6cb4433bebd7177629228a5cf68"
+SRCREV_machine_crownbay = "3f6c8243ed67011f70b27952d42657cf3a2c3115"
+SRCREV_emgd_crownbay = "39c44dd7838bfd228938219cdb21ca30c4d0cbbf"
+
 SRCREV_meta_crownbay-noemgd = "363bd856c8101d4227d492cc911bc4ca0c4987c6"
 SRCREV_machine_crownbay-noemgd = "e1aa804148370cda6f85640281af156ffa007d52"
 
+SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd"
-- 
1.7.11.4




More information about the meta-intel mailing list