summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-07-26 18:37:03 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-07-29 13:41:43 -0500
commit1759e70a22abfa34652d0ba08bd697dff7a89b3c (patch)
treeee2b7f8241c99863fd612c74bbfae3d5a61b2801 /meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
parent6d074cae27420c9148aab66fda535f89cb6b7ca0 (diff)
downloadmeta-intel-1759e70a22abfa34652d0ba08bd697dff7a89b3c.tar.gz
fri2-noemgd: fix the KERNEL_FEATURE variable override
The variable specific to fri2-noemgd was mistakenly extended with -fri2 Instead using the correct extension -fri2-noemgd Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend')
-rw-r--r--meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 52dbd7dd..5212cb69 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -10,7 +10,7 @@ SRCREV_meta_pn-linux-yocto_fri2 ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
10COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" 10COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
11KMACHINE_fri2-noemgd = "fri2" 11KMACHINE_fri2-noemgd = "fri2"
12KBRANCH_fri2-noemgd = "standard/fri2" 12KBRANCH_fri2-noemgd = "standard/fri2"
13KERNEL_FEATURES_append_fri2 = " cfg/vesafb" 13KERNEL_FEATURES_append_fri2-noemgd = " cfg/vesafb"
14SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" 14SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
15SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" 15SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
16 16