From e3d9eb5df031ea32208d196061b5511849019da9 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Thu, 6 Sep 2012 10:47:46 -0700 Subject: meta-crystalforest: Crystal Forest BSP Created. Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke --- .../recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | 18 ++++++++++++++++++ .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend create mode 100644 meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend (limited to 'meta-crystalforest/recipes-kernel/linux') diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend new file mode 100644 index 00000000..db56439c --- /dev/null +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend @@ -0,0 +1,18 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crystalforest-stargo = "crystalforest-stargo" +KMACHINE_crystalforest-stargo = "crystalforest" +KBRANCH_crystalforest-stargo = "standard/preempt-rt/base" + +SRCREV_machine_pn-linux-yocto-rt_crystalforest-stargo ?= "9032b1e9daf5b4396f939981c3be95f67802d18c" +SRCREV_meta_pn-linux-yocto-rt_crystalforest-stargo ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" + + +COMPATIBLE_MACHINE_crystalforest-shumway = "crystalforest-shumway" +KMACHINE_crystalforest-shumway = "crystalforest" +KBRANCH_crystalforest-shumway = "standard/preempt-rt/base" + +SRCREV_machine_pn-linux-yocto-rt_crystalforest-shumway ?= "9032b1e9daf5b4396f939981c3be95f67802d18c" +SRCREV_meta_pn-linux-yocto-rt_crystalforest-shumway ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" + +module_autoload_uio = "uio" diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..9be788ce --- /dev/null +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -0,0 +1,17 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crystalforest-stargo = "crystalforest-stargo" +KMACHINE_crystalforest-stargo = "crystalforest" +KBRANCH_crystalforest-stargo = "standard/common-pc-64/crystalforest" + +SRCREV_machine_pn-linux-yocto_crystalforest-stargo ?= "0985844fa6235422c67ef269952fa4e765f252f9" +SRCREV_meta_pn-linux-yocto_crystalforest-stargo ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" + +COMPATIBLE_MACHINE_crystalforest-shumway = "crystalforest-shumway" +KMACHINE_crystalforest-shumway = "crystalforest" +KBRANCH_crystalforest-shumway = "standard/common-pc-64/crystalforest" + +SRCREV_machine_pn-linux-yocto_crystalforest-shumway ?= "0985844fa6235422c67ef269952fa4e765f252f9" +SRCREV_meta_pn-linux-yocto_crystalforest-shumway ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" + +module_autoload_uio = "uio" -- cgit v1.2.3-54-g00ecf