]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Improve sstate signature handling for BSP packages
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 13 Feb 2016 12:29:21 +0000 (10:29 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 2 Jun 2016 18:21:04 +0000 (15:21 -0300)
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>
conf/machine/include/imx-base.inc

index f6aeebd9a7c5e4d9951e38f0646a1c51c78336bc..1f5220af44ad9e5709fe4e8cd632633afd040c0f 100644 (file)
@@ -68,6 +68,14 @@ MACHINE_SOCARCH_FILTER_append_mx6 = " virtual/libopenvg virtual/libgles1 virtual
 
 INHERIT += "fsl-dynamic-packagearch"
 
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append_mx6 = " \
+    imx-gpu-viv->kernel-module-imx-gpu-viv \
+    libimxvpuapi->imx-vpu \
+    imx-vpuwrap->imx-vpu \
+    imx-codec->imx-vpu \
+    imx-test->imx-vpu \
+"
+
 # Firmware
 MACHINE_FIRMWARE ?= ""
 MACHINE_FIRMWARE_append_mx7 = " firmware-imx-epdc"