[oe-commits] Denis 'GNUtoo' Carikli : Add a new x11-sato2-image for matchbox2

git version control git at git.openembedded.org
Wed Jul 6 10:34:44 UTC 2011


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Jul  6 12:27:24 2011 +0200

Add a new x11-sato2-image for matchbox2

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/images/x11-sato2-image.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/images/x11-sato2-image.bb b/recipes/images/x11-sato2-image.bb
new file mode 100644
index 0000000..e864782
--- /dev/null
+++ b/recipes/images/x11-sato2-image.bb
@@ -0,0 +1,29 @@
+DISTRO_SSH_DAEMON ?= "dropbear"
+DISTRO_PACKAGE_MANAGER ?= "opkg opkg-collateral"
+
+XSERVER ?= "xserver-kdrive-fbdev"
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+EVDEV_INSTALL = "\
+        xinput-calibrator \
+"
+
+IMAGE_INSTALL = "\
+	task-base-extended \
+	${DISTRO_SSH_DAEMON} \
+	${DISTRO_PACKAGE_MANAGER} \
+	pointercal \
+	${XSERVER} \
+	xserver-common xserver-nodm-init \
+	ttf-liberation-sans ttf-liberation-serif ttf-liberation-mono \
+	xauth xhost xset xrandr \
+	xcursor-transparent-theme \
+	matchbox2 \
+	${EVDEV_INSTALL} \
+"
+
+export IMAGE_BASENAME = "${PN}"
+IMAGE_LINGUAS = ""
+
+inherit image





More information about the Openembedded-commits mailing list