[oe-commits] Ulf Samuelsson : Create common machine description for AT91 with LCDC

git version control git at git.openembedded.org
Tue Aug 11 17:25:06 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: 57a75e3c813546f80ee83f62646ce6a0de52bc4d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=57a75e3c813546f80ee83f62646ce6a0de52bc4d

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Tue Aug 11 19:24:31 2009 +0200

Create common machine description for AT91 with LCDC

---

 conf/machine/include/AT91-LCD.inc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/AT91-LCD.inc b/conf/machine/include/AT91-LCD.inc
new file mode 100644
index 0000000..f531158
--- /dev/null
+++ b/conf/machine/include/AT91-LCD.inc
@@ -0,0 +1,6 @@
+# Common description for Atmel ARM processors with LCD controller
+
+include conf/machine/include/AT91.inc
+
+MACHINE_FEATURES += "screen touchscreen"
+





More information about the Openembedded-commits mailing list