summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-08-07 13:41:20 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 11:35:22 +0100
commit759237f721d92fcab6bf1b8d4d5406b5bc9ed17c (patch)
treedd317977f12b34da1be2b6b9dd03ca768fd05628 /scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel
parent3e632506c2fc0f3145369bbe51236b9093fd3d14 (diff)
downloadpoky-759237f721d92fcab6bf1b8d4d5406b5bc9ed17c.tar.gz
yocto-bsp: use emgd 1.10 for i386 template
Make i386 template use emgd 1.10 for denzil, along with associated changes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc4
-rw-r--r--scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}.scc2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc
index 2c16efa10b..024af30b04 100644
--- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc
+++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc
@@ -6,6 +6,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)
6{{ if need_new_kbranch == "y": }} 6{{ if need_new_kbranch == "y": }}
7branch {{=machine}} 7branch {{=machine}}
8 8
9{{ if xserver == "y" and xserver_choice == "xserver_emgd": }}
10include features/emgd/emgd-1.10.scc
11git merge emgd-1.10
12
9include {{=machine}}.scc 13include {{=machine}}.scc
10 14
11# default policy for standard kernels 15# default policy for standard kernels
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}.scc
index 309f25dc82..15bda3cad0 100644
--- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}.scc
+++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}.scc
@@ -15,7 +15,7 @@ include features/hpet/hpet.scc
15include features/ericsson-3g/f5521gw.scc 15include features/ericsson-3g/f5521gw.scc
16 16
17{{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }} 17{{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }}
18include features/framebuffer/vesafb.scc 18include cfg/vesafb.scc
19 19
20include cfg/usb-mass-storage.scc 20include cfg/usb-mass-storage.scc
21include cfg/boot-live.scc 21include cfg/boot-live.scc