From 8bc4fb67dea783725a23990f52792133e783ef70 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Tue, 26 Mar 2013 14:14:14 -0700 Subject: crystalforest: linux-yocto_3.8 recipe extension Provide the crystalforest BSP specific extension for the linux-yocto_3.8 recipe from the oecore layer. This configures the right git branches of the kernel repository for the crystalforest BSP. Signed-off-by: Kishore Bodke --- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend new file mode 100644 index 00000000..d3ffde53 --- /dev/null +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -0,0 +1,17 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden" +KMACHINE_crystalforest-gladden = "crystalforest" +KBRANCH_crystalforest-gladden = "standard/common-pc-64/crystalforest" + +SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" +SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" + +COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" +KMACHINE_crystalforest-server = "crystalforest" +KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest" + +SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" +SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" + +module_autoload_uio = "uio" -- cgit v1.2.3-54-g00ecf