summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap_2.6.29.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-20 20:16:24 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-21 15:27:27 +0200
commit926ae171023992b332300f6b80bb4098bf9f6234 (patch)
treeab8545947d61aa61025838d0e34d678fd21a402a /recipes/linux/linux-omap_2.6.29.bb
parentd57e14b9e27ed8360d49446361c5f7607ea34d88 (diff)
linux-omap 2.6.29: update touchbook patches
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.29.bb14
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index 48f94b06c3..8ded1a31f8 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -8,6 +8,7 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_overo = "1"
DEFAULT_PREFERENCE_beagleboard = "1"
+DEFAULT_PREFERENCE_omap3-touchbook = "1"
DEFAULT_PREFERENCE_omap3evm = "1"
SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022"
@@ -175,8 +176,8 @@ SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
file://beaglebug/beaglebug-full.patch;patch=1 \
"
-SRC_URI_append_omap3-touchbook = " \
- file://beagle-asoc.patch;patch=1 \
+SRC_URI_append_omap3-touchbook = " file://logo_linux_clut224.ppm \
+ file://../beagleboard/beagle-asoc.patch;patch=1 \
file://accelerometer-mma7455l.patch;patch=1 \
file://accelerometer-touchscreen-mux-spi.patch;patch=1 \
file://touchscreen-ads7846-export-settings.patch;patch=1 \
@@ -185,7 +186,6 @@ SRC_URI_append_omap3-touchbook = " \
file://battery2-bq27200-no-error-message.patch;patch=1 \
file://sound-headphone-detection.patch;patch=1 \
file://dss2-fix-XY-coordinates-when-rotating.patch;patch=1 \
- file://screen-backlight.patch;patch=1 \
file://battery1-tps65950-charging-management-1.patch;patch=1 \
file://dss2-fix-scaling-when-rotating.patch;patch=1 \
file://dss2-export-status.patch;patch=1 \
@@ -201,7 +201,11 @@ SRC_URI_append_omap3-touchbook = " \
file://boot-no-power-message.patch;patch=1 \
file://usb-lower-current-consumption-upon-insertion.patch;patch=1 \
file://battery2-bq27200-gpio-charged.patch;patch=1 \
- file://board-omap3beagle.c \
+ file://keyboard-special-keys.patch;patch=1 \
+ file://dss2-fix-rotation-offsets.patch;patch=1 \
+ file://touchbook-config.patch;patch=1 \
+ file://board-omap3touchbook.c \
+# file://boot-trace-for-optimization.patch;patch=1 \
"
SRC_URI_append_omap3evm = " \
@@ -213,7 +217,7 @@ SRC_URI_append_omap3evm = " \
S = "${WORKDIR}/git"
do_configure_prepend_omap3-touchbook() {
- cp ${WORKDIR}/board-omap3beagle.c ${S}/arch/arm/mach-omap2
+ cp ${WORKDIR}/board-*.c ${S}/arch/arm/mach-omap2
}
do_install_append() {