From 986b99baf6dc4faedb683f10613d0dee2ece3720 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 31 Dec 2015 13:57:02 +0100 Subject: 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 Acked-by: Stefan Agner --- recipes-images/images/trdx-extra.inc | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'recipes-images') 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 \ -- cgit v1.2.3