git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cbee2d
)
linux-omap -2.6.29: use proper omap3-touchbook file
author
Koen Kooi
<koen@openembedded.org>
Fri, 25 Sep 2009 09:14:24 +0000
(11:14 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 25 Sep 2009 09:14:24 +0000
(11:14 +0200)
* battery charging works
* touchscreen works
recipes/linux/linux-omap_2.6.29.bb
patch
|
blob
|
history
diff --git
a/recipes/linux/linux-omap_2.6.29.bb
b/recipes/linux/linux-omap_2.6.29.bb
index
7c16354
..
48f94b0
100644
(file)
--- a/
recipes/linux/linux-omap_2.6.29.bb
+++ b/
recipes/linux/linux-omap_2.6.29.bb
@@
-212,6
+212,10
@@
SRC_URI_append_omap3evm = " \
S = "${WORKDIR}/git"
+do_configure_prepend_omap3-touchbook() {
+ cp ${WORKDIR}/board-omap3beagle.c ${S}/arch/arm/mach-omap2
+}
+
do_install_append() {
install -d ${D}/boot
install -m 0644 Documentation/arm/OMAP/DSS ${D}/boot || true