summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-12-31 13:57:02 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 14:44:58 -0800
commit986b99baf6dc4faedb683f10613d0dee2ece3720 (patch)
tree0bd0d873acc97377d54ef7ae87d0be4201621f9e
parent4e56c61a1bc6e09a67fb68021b4bd67bcfbbc2f9 (diff)
trdx-extra.inc: append machine specific packages with a machine override
Some packages were added with a SOC familiy override which did not apply to the all SOC family members. Split them out in appends witch are machine specific. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-images/images/trdx-extra.inc20
1 files changed, 16 insertions, 4 deletions
diff --git a/recipes-images/images/trdx-extra.inc b/recipes-images/images/trdx-extra.inc
index cf583f1..a0f7e48 100644
--- a/recipes-images/images/trdx-extra.inc
+++ b/recipes-images/images/trdx-extra.inc
@@ -73,7 +73,6 @@ 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 = " \
- u-boot-toradex-fsl-fw-utils \
libusbg \
gpio-export \
curl \
@@ -90,14 +89,20 @@ IMAGE_INSTALL_append_mx6 = " \
mimetypes \
"
+IMAGE_INSTALL_append_apalis-imx6 = " \
+ u-boot-toradex-fsl-fw-utils \
+"
+IMAGE_INSTALL_append_colibri-imx6 = " \
+ u-boot-toradex-fsl-fw-utils \
+"
+
#note that the kernel-modules meta package gets installed from
#meta-fsl-arm/conf/machine/include/imx-base.inc
IMAGE_INSTALL_append_apalis-imx6 = " \
pciutils \
"
-IMAGE_INSTALL_append_colibri-vf = " \
- u-boot-toradex-fsl-fw-utils \
+IMAGE_INSTALL_append_vf = " \
libusbg \
ptpd \
iproute2 \
@@ -107,8 +112,11 @@ IMAGE_INSTALL_append_colibri-vf = " \
usb-suspend-resume \
"
-IMAGE_INSTALL_append_mx7 = " \
+IMAGE_INSTALL_append_colibri-vf = " \
u-boot-toradex-fsl-fw-utils \
+"
+
+IMAGE_INSTALL_append_mx7 = " \
libusbg \
curl \
file \
@@ -119,6 +127,10 @@ IMAGE_INSTALL_append_mx7 = " \
mtd-utils-ubifs \
"
+IMAGE_INSTALL_append_colibri-imx7 = " \
+ u-boot-toradex-fsl-fw-utils \
+"
+
IMAGE_INSTALL += " \
crda \
linux-firmware-ralink \