summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-01-24 10:42:30 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-27 13:31:41 -0200
commit4bc94140ecf6c0beef1a4c2f8782ebe033913f36 (patch)
tree9914b8e126c90d1f65bf727bd00ae4318714edca
parent73b3dc81bdfe8c541f9091c6515fe36e432f2128 (diff)
downloadmeta-freescale-4bc94140ecf6c0beef1a4c2f8782ebe033913f36.tar.gz
imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended
There is no need to restrict the appending of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS values as the respective packages will be added only on the supported packages thus not affecting other machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 30e71be0..934bf628 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -79,7 +79,7 @@ MACHINE_SOCARCH_FILTER_append_imxpxp = " imx-codec imx-parser"
79 79
80INHERIT += "fsl-dynamic-packagearch" 80INHERIT += "fsl-dynamic-packagearch"
81 81
82SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append_mx6 = " \ 82SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append = " \
83 imx-gpu-viv->kernel-module-imx-gpu-viv \ 83 imx-gpu-viv->kernel-module-imx-gpu-viv \
84 libimxvpuapi->imx-vpu \ 84 libimxvpuapi->imx-vpu \
85 imx-vpuwrap->imx-vpu \ 85 imx-vpuwrap->imx-vpu \