summaryrefslogtreecommitdiff
path: root/recipes-images/images/lx.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-08-17 15:12:40 +0200
committerStefan Agner <stefan.agner@toradex.com>2016-09-28 14:14:23 -0700
commit2e01657c7435ad629731f2be3ca842773ff3b939 (patch)
tree4040d50f1dda3199c32d2ae21062424de882bd05 /recipes-images/images/lx.inc
parent4b914089531c92620d4a2f7b5e04c65c4b4d5753 (diff)
images: mv all files into recipes-image/image
This requires to adjust the path to include files, e.g.: -require recipes/images/trdx-image-fstype.inc +require recipes-images/images/trdx-image-fstype.inc Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-images/images/lx.inc')
-rw-r--r--recipes-images/images/lx.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-images/images/lx.inc b/recipes-images/images/lx.inc
new file mode 100644
index 0000000..0295816
--- /dev/null
+++ b/recipes-images/images/lx.inc
@@ -0,0 +1,14 @@
+IMAGE_INSTALL += " \
+ packagegroup-lxde-extended \
+ \
+ xinput-calibrator \
+ \
+ openbox \
+ openbox-theme-clearlooks \
+ openbox-theme-onyx \
+ obconf \
+ hicolor-icon-theme \
+ gtk-theme-clearlooks \
+ lxdm \
+ leafpad \
+"