From: Florian Boor Date: Sun, 2 Jun 2013 21:22:42 +0000 (+0200) Subject: tx09-image-x11: Small image with X11 and useful tools X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=commitdiff_plain;h=d2c0dc8d30cff878c8cdc523bbf46bfbadc24752 tx09-image-x11: Small image with X11 and useful tools --- diff --git a/recipes-graphics/images/tx09-image-x11.bb b/recipes-graphics/images/tx09-image-x11.bb new file mode 100644 index 0000000..bcd7c60 --- /dev/null +++ b/recipes-graphics/images/tx09-image-x11.bb @@ -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