summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-07-01 18:15:57 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-07-01 18:15:57 +0200
commitd17a50964150662d074ef328eb6f769a7187f9b0 (patch)
tree6460dc8323e0c4dada1cd1a356c326b8257ffd19 /recipes
parent9d132ea3cf75562ef5610dd6ff1c89d0cffa334d (diff)
images: install gpioconfig only in angstrom-lxde-image
gpioconfig depends on gtk+
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/angstrom-lxde-image.bb7
-rw-r--r--recipes/images/trdx-extra.inc3
2 files changed, 7 insertions, 3 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 82d51b3..3111bf3 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -107,14 +107,21 @@ GSTREAMER_append_mx6 = " \
GSTREAMER_colibri-vf = ""
IMAGE_INSTALL_append_tegra = " \
+ gpioconfig \
tegrastats-gtk \
gnome-disk-utility \
mime-support \
"
+IMAGE_INSTALL_append_apalis-imx6 = " \
+ gpioconfig \
+"
IMAGE_INSTALL_append_mx6 = " \
gnome-disk-utility \
mime-support \
"
+IMAGE_INSTALL_vf = " \
+ gpioconfig \
+"
IMAGE_INSTALL += " \
gconf \
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 360f1cc..1b0ef84 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -16,7 +16,6 @@ IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
IMAGE_INSTALL_T20_T30 = " \
u-boot-toradex-fw-utils \
- gpioconfig \
tegrastats \
trdx-nv-binaries \
trdx-nv-binaries-nv-gstapps \
@@ -61,7 +60,6 @@ IMAGE_INSTALL_MACHINE_colibri-t30 = " \
#meta-fsl-arm/conf/machine/include/imx-base.inc
IMAGE_INSTALL_MACHINE_apalis-imx6 = " \
u-boot-toradex-fsl-fw-utils \
- gpioconfig \
usb-rndis-systemd \
gpio-export \
curl \
@@ -102,7 +100,6 @@ IMAGE_INSTALL_MACHINE_colibri-imx6 = " \
IMAGE_INSTALL_MACHINE_colibri-vf = " \
u-boot-toradex-fsl-fw-utils \
libusbg \
- gpioconfig \
ptpd \
iproute2 \
canutils \