summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-05-13 09:54:53 -0700
committerTom Zanussi <tom.zanussi@intel.com>2014-05-13 16:12:47 -0500
commit7787859178d10cf8cf8cdde9438f8aecf211a213 (patch)
treeb3cbdce47515e22a37a272397a81a359f8cb2c17 /meta-emenlow
parent5f2efda656bfb46a92878ed66176129713250f3f (diff)
downloadmeta-intel-7787859178d10cf8cf8cdde9438f8aecf211a213.tar.gz
emenlow-noemgd: Use standard/base machine branch for linux-yocto_3.14
There is no need to use the standard/emenlow branch, as it points to the same commit as standard/base branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
index 5d40da7c..dae087d2 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" 3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
4KMACHINE_emenlow-noemgd = "emenlow" 4KMACHINE_emenlow-noemgd = "emenlow"
5KBRANCH_emenlow-noemgd = "standard/emenlow" 5KBRANCH_emenlow-noemgd = "standard/base"
6KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" 6KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
7 7
8LINUX_VERSION_emenlow-noemgd = "3.14.2" 8LINUX_VERSION_emenlow-noemgd = "3.14.2"