X-Git-Url: https://git.karo-electronics.de/?p=meta-nanopi.git;a=blobdiff_plain;f=recipes-graphics%2Fimages%2Fnanopi-image-x11.bb;fp=recipes-graphics%2Fimages%2Fnanopi-image-x11.bb;h=5769308eb40ae4f7fc8dae82fff6cab80795b741;hp=0000000000000000000000000000000000000000;hb=0a8ff8e001ef02b342465a59c3bb57f31b8b7992;hpb=e0d052a5261539111739ae0cc31a017e41554190 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