From: Florian Boor Date: Fri, 21 Jun 2013 23:23:30 +0000 (+0200) Subject: tx09-image-x11: add lrzsz, touchscreen tools, minor cleanup X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=commitdiff_plain;h=3f2472775db1c64702176a6b4ee88cd5efb53c3e;hp=4576b3b5fcc31ba4f56300841e959d601545a4d8 tx09-image-x11: add lrzsz, touchscreen tools, minor cleanup --- diff --git a/recipes-graphics/images/tx09-image-x11.bb b/recipes-graphics/images/tx09-image-x11.bb index bcd7c60..5769308 100644 --- a/recipes-graphics/images/tx09-image-x11.bb +++ b/recipes-graphics/images/tx09-image-x11.bb @@ -1,14 +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 " -LICENSE = "MIT" +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