From: Florian Boor Date: Thu, 27 Aug 2015 22:17:01 +0000 (+0200) Subject: nanopi-image-x11: Add simple X11 image X-Git-Url: https://git.kernelconcepts.de/?p=meta-nanopi.git;a=commitdiff_plain;h=0a8ff8e001ef02b342465a59c3bb57f31b8b7992;ds=sidebyside nanopi-image-x11: Add simple X11 image Signed-off-by: Florian Boor --- diff --git a/recipes-graphics/images/nanopi-image-x11.bb b/recipes-graphics/images/nanopi-image-x11.bb new file mode 100644 index 0000000..5769308 --- /dev/null +++ b/recipes-graphics/images/nanopi-image-x11.bb @@ -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