From: Nitin A Kamble <[email protected]> There is no need to use the standard/crownbay branch, as it points to the same commit as standard/base branch.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend index 709976f..93cdece 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" KMACHINE_crownbay-noemgd = "crownbay" -KBRANCH_crownbay-noemgd = "standard/crownbay" +KBRANCH_crownbay-noemgd = "standard/base" KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" LINUX_VERSION_crownbay-noemgd = "3.14.2" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
