From ec1c37099bac3252a6f50ca394900e9b3019a673 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Mon, 25 Mar 2013 15:53:59 -0700 Subject: romley: linux-yocto_3.8 recipe extension Provide the romley 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 romley BSP. Signed-off-by: Kishore Bodke --- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend new file mode 100644 index 00000000..f84530d5 --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -0,0 +1,18 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_romley = "romley" + +KMACHINE_romley = "romley" +KBRANCH_romley = "standard/common-pc-64/romley" + +SRCREV_machine_pn-linux-yocto_romley ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" +SRCREV_meta_pn-linux-yocto_romley ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" + +COMPATIBLE_MACHINE_romley-ivb = "romley-ivb" +KMACHINE_romley-ivb = "romley" +KBRANCH_romley-ivb = "standard/common-pc-64/romley" + +SRCREV_machine_pn-linux-yocto_romley-ivb ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" +SRCREV_meta_pn-linux-yocto_romley-ivb ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" + +module_autoload_uio = "uio" -- cgit v1.2.3-54-g00ecf