summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \