summaryrefslogtreecommitdiff
path: root/recipes-images
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-04-28 11:45:53 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 18:24:29 +0200
commitd2d046b7b914faedaa831443199af4f04fa4f48d (patch)
tree1cb7346593bac7b79be8ca6b458a41cceedadacc /recipes-images
parentd70f2ac560e824aa780c3f35438f206200856f51 (diff)
images: tdx-extra.inc: install canutils in all images
The only machine which did not install canutils is colibri-t30. Install it in all images. iproute2 is pulled in from canutils so remove its explicit installation. While at it cleanup curl which is included unconditianallly and in the machine specfic parts. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r--recipes-images/images/tdx-extra.inc21
1 files changed, 1 insertions, 20 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc
index 3559957..8a78825 100644
--- a/recipes-images/images/tdx-extra.inc
+++ b/recipes-images/images/tdx-extra.inc
@@ -6,9 +6,6 @@ COPY_LIC_MANIFEST ?= "1"
COPY_LIC_DIRS ?= "0"
COPY_LIC_DIRS_colibri-vf = "0"
-#build some ipk which are needed together with CAN, but do not yet install them
-DEPENDS += "canutils libsocketcan iproute2"
-
#the following builds cross gdb and gdbserver
DEPENDS += "gdb-cross-${TARGET_ARCH}"
@@ -24,7 +21,6 @@ IMAGE_INSTALL_append_tegra = " \
usb-rndis-systemd \
hdmi-hotplug \
\
- curl \
file \
aspell \
kernel-modules \
@@ -41,8 +37,6 @@ IMAGE_INSTALL_append_tegra3 = " \
IMAGE_INSTALL_append_tegra124 = " \
aspell \
- canutils \
- curl \
e2fsprogs \
e2fsprogs-mke2fs \
e2fsprogs-tune2fs \
@@ -60,8 +54,6 @@ IMAGE_INSTALL_append_tegra124 = " \
"
IMAGE_INSTALL_append_tegra124m = " \
aspell \
- canutils \
- curl \
e2fsprogs \
e2fsprogs-mke2fs \
e2fsprogs-tune2fs \
@@ -80,8 +72,6 @@ IMAGE_INSTALL_append_apalis-t30 = " \
linuxptp \
pciutils \
ptpd \
- iproute2 \
- canutils \
lvds-ctrl \
"
@@ -96,12 +86,9 @@ IMAGE_INSTALL-MX6QDL = " \
libusbgx \
linuxptp \
gpio-export \
- curl \
file \
aspell \
ptpd \
- iproute2 \
- canutils \
fs-init \
e2fsprogs \
e2fsprogs-mke2fs \
@@ -124,8 +111,6 @@ IMAGE_INSTALL_append_mx6ull = " \
libusbgx \
linuxptp \
ptpd \
- iproute2 \
- canutils \
mtd-utils-ubifs \
"
@@ -139,8 +124,6 @@ IMAGE_INSTALL_append_vf = " \
linuxptp \
libusbgx \
ptpd \
- iproute2 \
- canutils \
mtd-utils-ubifs \
kernel-modules \
usb-suspend-resume \
@@ -153,12 +136,9 @@ IMAGE_INSTALL_append_colibri-vf = " \
IMAGE_INSTALL_append_mx7 = " \
linuxptp \
libusbgx \
- curl \
file \
aspell \
ptpd \
- iproute2 \
- canutils \
"
IMAGE_INSTALL_append_colibri-imx7-emmc = " \
@@ -184,6 +164,7 @@ IMAGE_INSTALL += " \
sqlite3 \
\
curl \
+ canutils \
nfs-utils-client \
openssh-scp \
openssh-sftp \