diff options
author | 2013-08-30 16:46:52 +0000 | |
---|---|---|
committer | 2013-09-06 16:49:34 -0500 | |
commit | cfb034414f391e5c8809c124e7786effa1f03257 (patch) | |
tree | 83418c006647141d17c347cb557a4b7216129e0b | |
parent | ae7fc9811822bd6009b50d857fedf9daa6bb4bd2 (diff) | |
download | meta-intel-cfb034414f391e5c8809c124e7786effa1f03257.tar.gz meta-intel-cfb034414f391e5c8809c124e7786effa1f03257.tar.bz2 meta-intel-cfb034414f391e5c8809c124e7786effa1f03257.zip |
jasperforest: linux-yocto_3.10 recipe extension
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 <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r-- | meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
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 00000000..11231efe --- /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" |