From: Nitin A Kamble <[email protected]> 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 <[email protected]> --- meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d40da7..dae087d 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}:" COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" KMACHINE_emenlow-noemgd = "emenlow" -KBRANCH_emenlow-noemgd = "standard/emenlow" +KBRANCH_emenlow-noemgd = "standard/base" KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" LINUX_VERSION_emenlow-noemgd = "3.14.2" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
