summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-extra.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/trdx-extra.inc')
-rw-r--r--recipes/images/trdx-extra.inc34
1 files changed, 31 insertions, 3 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 1e4f67f..0b6bac1 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -1,17 +1,44 @@
#additional packages to include in our Toradex images
+# Copy Licenses to image /usr/share/common-licenses, on tegra with individual licenses
+COPY_LIC_MANIFEST = "1"
+COPY_LIC_DIRS_tegra = "1"
+
+#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"
+# angstrom and oe-core disagree on the format
+rootfs_update_timestamp_classic () {
+ date -u +%2m%2d%2H%2M%4Y >${IMAGE_ROOTFS}/etc/timestamp
+}
+#create the file /etc/timestamp
+IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp_classic"
+
IMAGE_INSTALL_T20_T30 = " \
gpioconfig \
tegrastats \
trdx-nv-binaries \
trdx-nv-binaries-nv-gstapps \
trdx-nv-binaries-restricted-codecs \
+ usb-rndis-systemd \
+ \
+ curl \
+ file \
+ aspell \
"
-IMAGE_INSTALL_MACHINE_colibri-t20 = "${IMAGE_INSTALL_T20_T30}"
+IMAGE_INSTALL_VF = " \
+ iproute2 \
+ canutils \
+ mtd-utils-ubifs \
+"
+
+IMAGE_INSTALL_MACHINE_colibri-t20 = "${IMAGE_INSTALL_T20_T30} \
+ u-boot-fw-utils \
+"
IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30} \
fs-init \
@@ -30,19 +57,20 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = "${IMAGE_INSTALL_T20_T30} \
kernel-module-videobuf2-memops \
"
+IMAGE_INSTALL_MACHINE_colibri-vf50 = "${IMAGE_INSTALL_VF}"
+
+IMAGE_INSTALL_MACHINE_colibri-vf61 = "${IMAGE_INSTALL_VF}"
IMAGE_INSTALL_MACHINE = ""
IMAGE_INSTALL += " \
max9526-i2c \
linux-firmware-ralink \
- usb-rndis-systemd \
\
alsa-utils \
alsa-utils-aplay \
alsa-utils-amixer \
\
- aspell \
consolekit \
sqlite3 \
\