From: Nitin A Kamble <[email protected]> Enable the linux-yocto_3.14 recipe for the emenlow-noemgd BSP.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 0000000..65df1a5 --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" +KMACHINE_emenlow-noemgd = "emenlow" +KBRANCH_emenlow-noemgd = "standard/emenlow" +KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" + +LINUX_VERSION_emenlow-noemgd = "3.14.0" +SRCREV_machine_emenlow-noemgd = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta_emenlow-noemgd = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
