diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-04 16:15:01 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-03-14 14:26:30 +0100 |
commit | 5dc30ea55dc1203525a2377ef57184fe8b898b26 (patch) | |
tree | 4f483fbd9499106bd495bf6257501fd154da3cc5 | |
parent | daca214b0968768f359ca612370aef7ef9b6a046 (diff) |
images: keep mx7 in line with the other machines
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 4 | ||||
-rw-r--r-- | recipes/images/trdx-extra.inc | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 256b8f8..68026a7 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -171,6 +171,10 @@ IMAGE_INSTALL_append_mx6 = " \ mime-support \ eglinfo-x11 \ " +IMAGE_INSTALL_append_mx7 = " \ + gnome-disk-utility \ + mime-support \ +" IMAGE_INSTALL_append_vf = " \ gpioconfig \ xf86-video-modesetting \ diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 3322fb5..9b7e800 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -90,12 +90,14 @@ IMAGE_INSTALL_append_colibri-vf = " \ " IMAGE_INSTALL_append_mx7 = " \ + libusbg \ + curl \ + file \ + aspell \ ptpd \ iproute2 \ canutils \ mtd-utils-ubifs \ - kernel-modules \ - imx-kobs \ " IMAGE_INSTALL += " \ |