From d2c0dc8d30cff878c8cdc523bbf46bfbadc24752 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sun, 2 Jun 2013 23:22:42 +0200 Subject: [PATCH] tx09-image-x11: Small image with X11 and useful tools --- recipes-graphics/images/tx09-image-x11.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-graphics/images/tx09-image-x11.bb 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 -- 2.39.2