From 0a8ff8e001ef02b342465a59c3bb57f31b8b7992 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 28 Aug 2015 00:17:01 +0200 Subject: [PATCH] nanopi-image-x11: Add simple X11 image Signed-off-by: Florian Boor --- recipes-graphics/images/nanopi-image-x11.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-graphics/images/nanopi-image-x11.bb 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 -- 2.39.2