From 746f2bbc7f25498f0f5e1bec08d060b224e97f40 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Apr 2019 17:57:24 +0200 Subject: tdx-extra: sort variable definitions No change in what gets installed intendend. Signed-off-by: Max Krummenacher --- recipes-images/images/tdx-extra.inc | 77 ++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 44 deletions(-) (limited to 'recipes-images/images/tdx-extra.inc') diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc index 6ada46f..f0a079d 100644 --- a/recipes-images/images/tdx-extra.inc +++ b/recipes-images/images/tdx-extra.inc @@ -33,6 +33,7 @@ IMAGE_INSTALL_append_tegra124 = " \ usb-rndis-systemd \ perf \ " + IMAGE_INSTALL_append_tegra124m = " \ aspell \ e2fsprogs \ @@ -53,31 +54,30 @@ IMAGE_INSTALL_append_tegra124m = " \ #note that the kernel-modules meta package gets installed from #meta-fsl-arm/conf/machine/include/imx-base.inc IMAGE_INSTALL-MX6QDL = " \ - bmode-usb \ - libusbgx \ - libusbgx-examples \ - linuxptp \ - gpio-export \ - file \ aspell \ - ptpd \ - fs-init \ + bmode-usb \ e2fsprogs \ e2fsprogs-mke2fs \ e2fsprogs-resize2fs \ e2fsprogs-tune2fs \ + file \ + fs-init \ + gpio-export \ + libusbgx \ + libusbgx-examples \ + linuxptp \ mimetypes \ + perf \ + ptpd \ " IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL-MX6QDL}" IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL-MX6QDL}" - IMAGE_INSTALL_append_apalis-imx6 = " \ + pciutils \ u-boot-toradex-fw-utils \ - perf \ " IMAGE_INSTALL_append_colibri-imx6 = " \ u-boot-toradex-fw-utils \ - perf \ " IMAGE_INSTALL_append_mx6ull = " \ @@ -85,53 +85,46 @@ IMAGE_INSTALL_append_mx6ull = " \ libusbgx-examples \ linuxptp \ ptpd \ - 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 = " \ - pciutils \ " - -IMAGE_INSTALL_append_vf = " \ - linuxptp \ - libusbgx \ - libusbgx-examples \ - ptpd \ +IMAGE_INSTALL_append_colibri-imx6ull = " \ mtd-utils-ubifs \ - kernel-modules \ - usb-suspend-resume \ -" - -IMAGE_INSTALL_append_colibri-vf = " \ + mwifiexap \ u-boot-toradex-fw-utils \ + bluez-alsa \ " IMAGE_INSTALL_append_mx7 = " \ - linuxptp \ + aspell \ + file \ libusbgx \ libusbgx-examples \ - file \ - aspell \ + linuxptp \ ptpd \ " - IMAGE_INSTALL_append_colibri-imx7-emmc = " \ - u-boot-toradex-fw-utils \ perf \ + u-boot-toradex-fw-utils \ " - IMAGE_INSTALL_append_colibri-imx7 = " \ - u-boot-toradex-fw-utils \ mtd-utils-ubifs \ + u-boot-toradex-fw-utils \ " -IMAGE_INSTALL_append_colibri-imx6ull = " \ - u-boot-toradex-fw-utils \ +IMAGE_INSTALL_append_mx8 = " \ + util-linux \ +" + +IMAGE_INSTALL_append_vf = " \ + linuxptp \ + libusbgx \ + libusbgx-examples \ + ptpd \ mtd-utils-ubifs \ - bluez-alsa \ - mwifiexap \ + kernel-modules \ + usb-suspend-resume \ +" +IMAGE_INSTALL_append_colibri-vf = " \ + u-boot-toradex-fw-utils \ " IMAGE_INSTALL += " \ @@ -182,10 +175,6 @@ IMAGE_INSTALL += " \ tdx-oak-sensors \ " -IMAGE_INSTALL_append_mx8 = " \ - util-linux \ -" - #Backports BACKPORTS_WIFI = " \ -- cgit v1.2.3