summaryrefslogtreecommitdiff
path: root/recipes-images/images/tdx-extra.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-08-27 14:33:10 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 18:24:08 +0200
commitc983724df08cdb1c58b484616c5dcd7b3133d5e2 (patch)
tree57c6cc0b520053fd1ad427f7f830627bbc6aaebe /recipes-images/images/tdx-extra.inc
parent961bd146ba89503cb4acaeb3742d7846393fc40a (diff)
images: add colibri-imx6ull
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/tdx-extra.inc')
-rw-r--r--recipes-images/images/tdx-extra.inc14
1 files changed, 13 insertions, 1 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc
index 9619aae..1d9e3bb 100644
--- a/recipes-images/images/tdx-extra.inc
+++ b/recipes-images/images/tdx-extra.inc
@@ -91,7 +91,7 @@ IMAGE_INSTALL_append_colibri-t20 = " \
#note that the kernel-modules meta package gets installed from
#meta-fsl-arm/conf/machine/include/imx-base.inc
-IMAGE_INSTALL_append_mx6 = " \
+IMAGE_INSTALL-MX6QDL = " \
bmode-usb \
libusbgx \
linuxptp \
@@ -109,6 +109,8 @@ IMAGE_INSTALL_append_mx6 = " \
e2fsprogs-tune2fs \
mimetypes \
"
+IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL-MX6QDL}"
+IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL-MX6QDL}"
IMAGE_INSTALL_append_apalis-imx6 = " \
u-boot-toradex-fsl-fw-utils \
@@ -117,6 +119,16 @@ IMAGE_INSTALL_append_colibri-imx6 = " \
u-boot-toradex-fsl-fw-utils \
"
+IMAGE_INSTALL_append_mx6ull = " \
+ bmode-usb \
+ libusbgx \
+ linuxptp \
+ ptpd \
+ iproute2 \
+ canutils \
+ mtd-utils-ubifs \
+"
+
#note that the kernel-modules meta package gets installed from
#meta-fsl-arm/conf/machine/include/imx-base.inc
IMAGE_INSTALL_append_apalis-imx6 = " \