[oe-commits] Simon Busch : aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer

git version control git at git.openembedded.org
Thu May 19 12:13:37 UTC 2011


Module: openembedded.git
Branch: master
Commit: 0d9fd6233b30fc68f74bf88d89c8666b3def6f74
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0d9fd6233b30fc68f74bf88d89c8666b3def6f74

Author: Simon Busch <morphis at gravedo.de>
Date:   Sun May 15 12:33:35 2011 +0200

aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/images/aurora-fb-image.bb |   15 +++++++++++++++
 recipes/images/aurora-image.inc   |   30 ++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/recipes/images/aurora-fb-image.bb b/recipes/images/aurora-fb-image.bb
new file mode 100644
index 0000000..a561394
--- /dev/null
+++ b/recipes/images/aurora-fb-image.bb
@@ -0,0 +1,15 @@
+###############################################################################
+# Aurora Framebuffer Image
+###############################################################################
+
+require aurora-image.inc
+
+TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
+
+export IMAGE_BASENAME = "aurora-fb-image"
+
+IMAGE_INSTALL += " \
+	task-qt4e-base \
+	${TOUCH} \
+	pointercal \
+"
diff --git a/recipes/images/aurora-image.inc b/recipes/images/aurora-image.inc
new file mode 100644
index 0000000..ec1b60d
--- /dev/null
+++ b/recipes/images/aurora-image.inc
@@ -0,0 +1,30 @@
+###############################################################################
+# Aurora Base Image
+###############################################################################
+
+PV = "0.1"
+
+IMAGE_DEBUG_APPEND = '${@base_conditional("DISTRO_TYPE", "debug", "gdb strace mdbus2", "",d)}'
+
+IMAGE_INSTALL = " \
+    task-base \
+    glibc-utils \
+    glibc-charmap-utf-8 \
+    initscripts \
+    netbase \
+    sysfsutils \
+    modutils-initscripts \
+    module-init-tools-depmod \
+    ttf-ubuntu-sans \
+    task-fso2-compliance \
+    iptables \
+    alsa-utils-aplay \
+    alsa-utils-alsamixer \
+    aurora \
+    ${IMAGE_DEBUG_APPEND} \
+"
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+export IMAGE_BASENAME = "aurora-image"
+
+inherit image
+





More information about the Openembedded-commits mailing list