From: Nitin A Kamble <[email protected]> Provide the jasperforest BSP specific extension for the linux-yocto_3.10 recipe from the oecore layer. This configures the right git branches of the kernel repository for the jasperforest BSP.
Signed-off-by: Nitin A Kamble <[email protected]> --- .../recipes-kernel/linux/linux-yocto_3.10.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 0000000..11231ef --- /dev/null +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_jasperforest = "jasperforest" + +KMACHINE_jasperforest = "jasperforest" +KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" + +LINUX_VERSION = "3.10.10" + +SRCREV_meta_jasperforest = "ea900d1db60ba48962227f0976ac55f9e25bfa24" +SRCREV_machine_jasperforest = "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" -- 1.8.1.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
