]> git.kernelconcepts.de Git - meta-nanopi.git/commitdiff
nanopi-image-x11: Add simple X11 image
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 27 Aug 2015 22:17:01 +0000 (00:17 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 27 Aug 2015 22:17:01 +0000 (00:17 +0200)
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
recipes-graphics/images/nanopi-image-x11.bb [new file with mode: 0644]

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