]> git.kernelconcepts.de Git - meta-tx09.git/commitdiff
tx09-image-x11: Small image with X11 and useful tools
authorFlorian Boor <florian@kernelconcepts.de>
Sun, 2 Jun 2013 21:22:42 +0000 (23:22 +0200)
committerFlorian Boor <florian@kernelconcepts.de>
Sun, 2 Jun 2013 21:22:42 +0000 (23:22 +0200)
recipes-graphics/images/tx09-image-x11.bb [new file with mode: 0644]

diff --git a/recipes-graphics/images/tx09-image-x11.bb b/recipes-graphics/images/tx09-image-x11.bb
new file mode 100644 (file)
index 0000000..bcd7c60
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "A compact test and discovery image for low resource boards"
+
+IMAGE_FEATURES += "splash package-management x11-base ssh-server-dropbear "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+IMAGE_INSTALL = "\
+    packagegroup-core-boot \
+    i2c-tools \
+    ${CORE_IMAGE_EXTRA_INSTALL} \
+"
\ No newline at end of file