From 0ff588ae0a46c527246464ea5bdc3d309d7f745a Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Tue, 12 Jun 2018 16:18:07 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/tdx-extra.inc | 6 ++++++ 1 file changed, 6 insertions(+) (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 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 = " \ -- cgit v1.2.3