From: Otavio Salvador Date: Tue, 24 Jan 2017 12:42:30 +0000 (-0200) Subject: imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended X-Git-Tag: 2.2~15 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4bc94140ecf6c0beef1a4c2f8782ebe033913f36;p=meta-freescale.git 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 --- 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" INHERIT += "fsl-dynamic-packagearch" -SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append_mx6 = " \ +SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append = " \ imx-gpu-viv->kernel-module-imx-gpu-viv \ libimxvpuapi->imx-vpu \ imx-vpuwrap->imx-vpu \