From: Nitin A Kamble <nitin.a.kam...@intel.com> In testing on the crownbay hardware found that, X is failing due to missing emgd driver. Hence the v3.4 kernel is not made the default kernel for crownbay bsps yet.
Signed-off-by: Nitin A Kamble <nitin.a.kam...@intel.com> --- .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 0000000..60c1a0c --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -0,0 +1,15 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crownbay = "crownbay" +KMACHINE_crownbay = "crownbay" +KBRANCH_crownbay = "standard/default/crownbay" + +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" +KMACHINE_crownbay-noemgd = "crownbay" +KBRANCH_crownbay-noemgd = "standard/crownbay" + +SRCREV_machine_pn-linux-yocto_crownbay ?= "49f1599b2ce0288599805b5364b895f5a9febb3e" +SRCREV_meta_pn-linux-yocto_crownbay ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" + +SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "49f1599b2ce0288599805b5364b895f5a9febb3e" +SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" -- 1.7.3.4 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto