1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

pandaboard: move to L24.13 kernel, update machine config to match

This commit is contained in:
Koen Kooi
2011-06-22 09:30:15 +02:00
parent 2b00f9ba1b
commit daba835a44
3 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ TARGET_ARCH = "arm"
require conf/machine/include/tune-cortexa8.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r100"
MACHINE_KERNEL_PR = "r101"
KERNEL_IMAGETYPE = "uImage"

View File

@@ -21,7 +21,6 @@ XSERVER = "xserver-xorg \
xserver-xorg-extension-glx \
xf86-input-evdev \
xf86-input-mouse \
xf86-input-tslib \
xf86-video-fbdev \
xf86-input-keyboard"

View File

@@ -1,8 +1,5 @@
COMPATIBLE_MACHINE = "omap4430-panda"
# Backport for L27.x, needs loads of testing
DEFAULT_PREFERENCE = "-1"
require linux.inc
# The main PR is now using MACHINE_KERNEL_PR, for omap4 see conf/machine/include/omap4.inc