diff options
author | Gerard Salvatella <gerard.salvatella@toradex.com> | 2018-06-12 16:18:07 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-06-18 14:07:31 +0200 |
commit | 0ff588ae0a46c527246464ea5bdc3d309d7f745a (patch) | |
tree | 46b008ffa03c1f47b65eff3f2f34b3199179c5fa /recipes-images | |
parent | 703028faf7b5b83e88df90f1f1361260f6f23606 (diff) |
tdx-extra: add perf to eMMC-based module images
Perf is included in oe-core. The default configuration has been assumed
to suffice.
Quickly tested on Colibri imx6 with 4.9 Kernel.
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r-- | recipes-images/images/tdx-extra.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc index 49ef84f..e9de6e4 100644 --- a/recipes-images/images/tdx-extra.inc +++ b/recipes-images/images/tdx-extra.inc @@ -36,6 +36,7 @@ IMAGE_INSTALL_append_tegra3 = " \ e2fsprogs-resize2fs \ e2fsprogs-tune2fs \ nv-conf-systemd \ + perf \ " IMAGE_INSTALL_append_tegra124 = " \ @@ -54,6 +55,7 @@ IMAGE_INSTALL_append_tegra124 = " \ tegrastats \ u-boot-toradex-fw-utils \ usb-rndis-systemd \ + perf \ " IMAGE_INSTALL_append_tegra124m = " \ aspell \ @@ -69,6 +71,7 @@ IMAGE_INSTALL_append_tegra124m = " \ pciutils \ ptpd \ u-boot-toradex-fw-utils \ + perf \ " IMAGE_INSTALL_append_apalis-t30 = " \ @@ -105,9 +108,11 @@ IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL-MX6QDL}" IMAGE_INSTALL_append_apalis-imx6 = " \ u-boot-toradex-fsl-fw-utils \ + perf \ " IMAGE_INSTALL_append_colibri-imx6 = " \ u-boot-toradex-fsl-fw-utils \ + perf \ " IMAGE_INSTALL_append_mx6ull = " \ @@ -150,6 +155,7 @@ IMAGE_INSTALL_append_mx7 = " \ IMAGE_INSTALL_append_colibri-imx7-emmc = " \ u-boot-toradex-fsl-fw-utils \ + perf \ " IMAGE_INSTALL_append_colibri-imx7 = " \ |