summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel/linux
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-08-16 15:59:55 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-25 12:19:30 -0500
commit7658dbaa94638f86bab45f5763565370e8854853 (patch)
treeb2a6285d1f12d8c9a8ff6359d1a19306235ea26a /meta-fri2/recipes-kernel/linux
parent51baa983b3505dcd0084611d6181a125e91ee063 (diff)
downloadmeta-intel-7658dbaa94638f86bab45f5763565370e8854853.tar.gz
meta-fri2: add EMGD 1.8 capabilities to fri2
This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and updates the necessary .bbappends to support both fri2 and fri2-noemgd. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2/recipes-kernel/linux')
-rw-r--r--meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend13
1 files changed, 11 insertions, 2 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 739e7991..0719ded7 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -1,6 +1,15 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
2COMPATIBLE_MACHINE_fri2 = "fri2" 3COMPATIBLE_MACHINE_fri2 = "fri2"
3KMACHINE_fri2 = "yocto/standard/fri2" 4KMACHINE_fri2 = "yocto/standard/fri2"
5KERNEL_FEATURES_append_fri2 += " cfg/smp.scc"
6
7COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
8KMACHINE_fri2-noemgd = "yocto/standard/fri2"
9KERNEL_FEATURES_append_fri2-noemgd += " cfg/smp.scc"
10
11SRCREV_machine_pn-linux-yocto_fri2 ?= "f1167dd736c4a4aea834b853d73c51f9863151b4"
12SRCREV_meta_pn-linux-yocto_fri2 ?= "5b535279e61197cb194bb2dfceb8b7a04128387c"
4 13
5SRCREV_machine_pn-linux-yocto_fri2 ?= "493b09ef2c7124f977421a40955750743a5293d3" 14SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "f1167dd736c4a4aea834b853d73c51f9863151b4"
6SRCREV_meta_pn-linux-yocto_fri2 ?= "d588bdafc0d9b4d2386144b7d76a1d379e2d16c0" 15SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "5b535279e61197cb194bb2dfceb8b7a04128387c"