summaryrefslogtreecommitdiff
path: root/recipes-images/images/tdx-extra.inc
diff options
context:
space:
mode:
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 = " \