diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/beagleboard.conf | 2 | ||||
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf index 6633880da1..204be9510c 100644 --- a/meta-yocto-bsp/conf/machine/beagleboard.conf +++ b/meta-yocto-bsp/conf/machine/beagleboard.conf | |||
@@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | |||
6 | XSERVER ?= "xserver-xorg \ | 6 | XSERVER ?= "xserver-xorg \ |
7 | xf86-input-evdev \ | 7 | xf86-input-evdev \ |
8 | xf86-input-mouse \ | 8 | xf86-input-mouse \ |
9 | xf86-video-omapfb \ | 9 | xf86-video-omap \ |
10 | xf86-input-keyboard" | 10 | xf86-input-keyboard" |
11 | 11 | ||
12 | # Ship all kernel modules by default | 12 | # Ship all kernel modules by default |
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 |