diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-14 11:48:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 15:31:58 +0000 |
commit | bad97653b9f1cc48550555557f41a7bc46eb2614 (patch) | |
tree | e38252fc1a4546dbc4c031a40e3ad8bbfb0bdb85 /scripts | |
parent | 5cea09e3d010d4799eab296b2a0cb83a0af09c76 (diff) | |
download | poky-bad97653b9f1cc48550555557f41a7bc46eb2614.tar.gz |
yocto-bsp: upgdate configs after xf86-video-omapfb changed name
(From meta-yocto rev: 992c2c469861bfcab45a118ac9ab8887e81f1a11)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf index a3e29700e5..1990ef6796 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | |||
@@ -9,7 +9,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | |||
9 | XSERVER = "xserver-xorg \ | 9 | XSERVER = "xserver-xorg \ |
10 | xf86-input-evdev \ | 10 | xf86-input-evdev \ |
11 | xf86-input-mouse \ | 11 | xf86-input-mouse \ |
12 | xf86-video-omapfb \ | 12 | xf86-video-omap \ |
13 | xf86-input-keyboard" | 13 | xf86-input-keyboard" |
14 | 14 | ||
15 | # Ship all kernel modules by default | 15 | # Ship all kernel modules by default |