diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-10-16 13:21:50 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-18 08:53:52 -0500 |
| commit | b49f61cbdb91303779244c3e5842099802e90798 (patch) | |
| tree | 8ef7acfbd8d7670351dfa1f7062986c8259f9f21 /meta-emenlow | |
| parent | 0c3c77b56a2952ec164df2d06c2e6d43dbd88102 (diff) | |
| download | meta-intel-b49f61cbdb91303779244c3e5842099802e90798.tar.gz | |
emenlow: Enable 3.10 kernel recipe
Now EMGD 1.18 driver is working with the v3.10 kernel.
Moving this EMGD based BSP to the v3.10 kernel.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow')
| -rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend index 75a91a30..53d4a9e8 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-emenlow/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_emenlow = "emenlow" | ||
| 4 | KMACHINE_emenlow = "emenlow" | ||
| 5 | KBRANCH_emenlow = "standard/emenlow" | ||
| 6 | KERNEL_FEATURES_append_emenlow = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" | ||
| 7 | |||
| 3 | COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" | 8 | COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" |
| 4 | KMACHINE_emenlow-noemgd = "emenlow" | 9 | KMACHINE_emenlow-noemgd = "emenlow" |
| 5 | KBRANCH_emenlow-noemgd = "standard/emenlow" | 10 | KBRANCH_emenlow-noemgd = "standard/emenlow" |
| @@ -7,5 +12,11 @@ KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" | |||
| 7 | 12 | ||
| 8 | LINUX_VERSION = "3.10.11" | 13 | LINUX_VERSION = "3.10.11" |
| 9 | 14 | ||
| 15 | SRCREV_meta_emenlow = "452f0679ea93a6cb4433bebd7177629228a5cf68" | ||
| 16 | SRCREV_machine_emenlow = "2927821e14523fa0ee18140aa7ff6e0509b48ab7" | ||
| 17 | SRCREV_emgd_emenlow = "39c44dd7838bfd228938219cdb21ca30c4d0cbbf" | ||
| 18 | |||
| 10 | SRCREV_meta_emenlow-noemgd = "363bd856c8101d4227d492cc911bc4ca0c4987c6" | 19 | SRCREV_meta_emenlow-noemgd = "363bd856c8101d4227d492cc911bc4ca0c4987c6" |
| 11 | SRCREV_machine_emenlow-noemgd = "e1aa804148370cda6f85640281af156ffa007d52" | 20 | SRCREV_machine_emenlow-noemgd = "e1aa804148370cda6f85640281af156ffa007d52" |
| 21 | |||
| 22 | SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" | ||
