diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-10-16 13:22:14 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-18 08:54:17 -0500 |
commit | 352e57f6d2bd1f63c633a9a8d50c6a6d493d8a0e (patch) | |
tree | cce1a09f45a50c342ccd70c1aeb0182061277832 /meta-fri2/recipes-kernel | |
parent | 42a9555899df3553cd1d864f8f80f63d37b3e9d6 (diff) | |
download | meta-intel-352e57f6d2bd1f63c633a9a8d50c6a6d493d8a0e.tar.gz |
fri2: 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-fri2/recipes-kernel')
-rw-r--r-- | meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend index af9cfac9..9c23c3be 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -2,6 +2,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
2 | 2 | ||
3 | LINUX_VERSION = "3.10.11" | 3 | LINUX_VERSION = "3.10.11" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE_fri2 = "fri2" | ||
6 | KMACHINE_fri2 = "fri2" | ||
7 | KBRANCH_fri2 = "standard/fri2" | ||
8 | KERNEL_FEATURES_append_fri2 = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" | ||
9 | SRCREV_meta_fri2 = "452f0679ea93a6cb4433bebd7177629228a5cf68" | ||
10 | SRCREV_machine_fri2 = "2927821e14523fa0ee18140aa7ff6e0509b48ab7" | ||
11 | SRCREV_emgd_fri2 = "39c44dd7838bfd228938219cdb21ca30c4d0cbbf" | ||
12 | SRC_URI_fri2 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" | ||
13 | |||
5 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" | 14 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" |
6 | KMACHINE_fri2-noemgd = "fri2" | 15 | KMACHINE_fri2-noemgd = "fri2" |
7 | KBRANCH_fri2-noemgd = "standard/fri2" | 16 | KBRANCH_fri2-noemgd = "standard/fri2" |