From dfbe8372a4b722162c4754e4d37c5d306dd99e19 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 25 Feb 2013 10:53:14 -0800 Subject: jasperforest: linux-yocto-dev recipe extension Provide the jasperforest BSP specific extension for the linux-yocto-dev recipe from the oecore layer. This configures the right git branches of the kernel repository for the jasperforest BSP. This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend (limited to 'meta-jasperforest/recipes-kernel/linux') diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend new file mode 100644 index 00000000..2f078a9b --- /dev/null +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_jasperforest = "jasperforest" + +KMACHINE_jasperforest = "jasperforest" +KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" + +SRCREV_machine_jasperforest = "60536206ad300ccf5b2be2c2d449f4ab27170238" +SRCREV_meta_jasperforest = "fe20c99783387dab779472ff50a88666da1c6391" -- cgit v1.2.3-54-g00ecf