[oe-commits] Koen Kooi : linux-omap -2.6.29: use proper omap3-touchbook file

git version control git at git.openembedded.org
Fri Sep 25 09:19:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f750244ae88315ae3ee49af9495ad7d1e38abb92
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f750244ae88315ae3ee49af9495ad7d1e38abb92

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Sep 25 11:14:24 2009 +0200

linux-omap -2.6.29: use proper omap3-touchbook file

* battery charging works
* touchscreen works

---

 recipes/linux/linux-omap_2.6.29.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index 7c16354..48f94b0 100644
--- 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





More information about the Openembedded-commits mailing list