From 3f2472775db1c64702176a6b4ee88cd5efb53c3e Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sat, 22 Jun 2013 01:23:30 +0200 Subject: [PATCH 1/1] tx09-image-x11: add lrzsz, touchscreen tools, minor cleanup --- recipes-graphics/images/tx09-image-x11.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2