summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-02-13 10:29:21 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-16 16:23:04 -0300
commit91414b4763fa513d85d8fece240bfc813ed4a5a5 (patch)
treea280daf4290564be3643bfb5b3e14453fd2035ea /conf
parenta27613fef4f03e86f4e666d77dae98fcd3a4f2ef (diff)
downloadmeta-fsl-arm-91414b4763fa513d85d8fece240bfc813ed4a5a5.tar.gz
imx-base: Improve sstate signature handling for BSP packages
There are BSP packages which can have some dependencies removed from the sstate signature; this is beneficial as it reduces a lot the build time and increases the binaries reuse. Following changes are done: - Mark kernel-module-imx-gpu-viv and safe for imx-gpu-viv - Mark imx-vpu as safe for libimxvpuapi - Mark imx-vpu as safe for imx-vpuwrap - Mark imx-vpu as safe for imx-codec - Mark imx-vpu as safe for imx-test Change-Id: I1625d1e4d1cda529069c2d88218c4c84844ee4a8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index f6aeebd..1f5220a 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -68,6 +68,14 @@ MACHINE_SOCARCH_FILTER_append_mx6 = " virtual/libopenvg virtual/libgles1 virtual
68 68
69INHERIT += "fsl-dynamic-packagearch" 69INHERIT += "fsl-dynamic-packagearch"
70 70
71SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append_mx6 = " \
72 imx-gpu-viv->kernel-module-imx-gpu-viv \
73 libimxvpuapi->imx-vpu \
74 imx-vpuwrap->imx-vpu \
75 imx-codec->imx-vpu \
76 imx-test->imx-vpu \
77"
78
71# Firmware 79# Firmware
72MACHINE_FIRMWARE ?= "" 80MACHINE_FIRMWARE ?= ""
73MACHINE_FIRMWARE_append_mx7 = " firmware-imx-epdc" 81MACHINE_FIRMWARE_append_mx7 = " firmware-imx-epdc"