diff options
| author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-10-17 08:36:20 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-10-17 15:24:40 -0500 |
| commit | a58ebe2177ee2c12e286b4e131f8e8d38cf7480a (patch) | |
| tree | 0ad98f7c7e623d26639d1d85d31f80c959ae98de | |
| parent | 27d2663112bbc6e2cf075bdbbd6e68e1a15476d6 (diff) | |
| download | meta-intel-a58ebe2177ee2c12e286b4e131f8e8d38cf7480a.tar.gz | |
crownbay: Add linux-yocto_3.10 support
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@linux.intel.com>
| -rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
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 1cf4700a..b4d85025 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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
| 4 | KMACHINE_crownbay = "crownbay" | ||
| 5 | KBRANCH_crownbay = "standard/crownbay" | ||
| 6 | KERNEL_FEATURES_append_crownbay = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" | ||
| 7 | |||
| 3 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | 8 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" |
| 4 | KMACHINE_crownbay-noemgd = "crownbay" | 9 | KMACHINE_crownbay-noemgd = "crownbay" |
| 5 | KBRANCH_crownbay-noemgd = "standard/crownbay" | 10 | KBRANCH_crownbay-noemgd = "standard/crownbay" |
| @@ -7,6 +12,11 @@ KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" | |||
| 7 | 12 | ||
| 8 | LINUX_VERSION = "3.10.11" | 13 | LINUX_VERSION = "3.10.11" |
| 9 | 14 | ||
| 15 | SRCREV_meta_crownbay = "452f0679ea93a6cb4433bebd7177629228a5cf68" | ||
| 16 | SRCREV_machine_crownbay = "2927821e14523fa0ee18140aa7ff6e0509b48ab7" | ||
| 17 | SRCREV_emgd_crownbay = "39c44dd7838bfd228938219cdb21ca30c4d0cbbf" | ||
| 18 | |||
| 10 | SRCREV_meta_crownbay-noemgd = "363bd856c8101d4227d492cc911bc4ca0c4987c6" | 19 | SRCREV_meta_crownbay-noemgd = "363bd856c8101d4227d492cc911bc4ca0c4987c6" |
| 11 | SRCREV_machine_crownbay-noemgd = "e1aa804148370cda6f85640281af156ffa007d52" | 20 | SRCREV_machine_crownbay-noemgd = "e1aa804148370cda6f85640281af156ffa007d52" |
| 12 | 21 | ||
| 22 | 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" | ||
