diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-13 10:29:21 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-02 15:21:04 -0300 |
commit | 7b07152dd90360ffc3cd81335aa9b9d5c4fcfe2a (patch) | |
tree | b439ed8ba186f1634bc7364dcee6a5d5c8310864 | |
parent | e31a3d7efcf282cdbd7b3cbde57df77101b538ef (diff) | |
download | meta-freescale-7b07152dd90360ffc3cd81335aa9b9d5c4fcfe2a.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>
-rw-r--r-- | conf/machine/include/imx-base.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index f6aeebd9..1f5220af 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 | ||
69 | INHERIT += "fsl-dynamic-packagearch" | 69 | INHERIT += "fsl-dynamic-packagearch" |
70 | 70 | ||
71 | SIGGEN_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 |
72 | MACHINE_FIRMWARE ?= "" | 80 | MACHINE_FIRMWARE ?= "" |
73 | MACHINE_FIRMWARE_append_mx7 = " firmware-imx-epdc" | 81 | MACHINE_FIRMWARE_append_mx7 = " firmware-imx-epdc" |