diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-24 10:42:30 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-27 13:31:41 -0200 |
commit | 4bc94140ecf6c0beef1a4c2f8782ebe033913f36 (patch) | |
tree | 9914b8e126c90d1f65bf727bd00ae4318714edca /conf/machine | |
parent | 73b3dc81bdfe8c541f9091c6515fe36e432f2128 (diff) | |
download | meta-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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
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 | ||
80 | INHERIT += "fsl-dynamic-packagearch" | 80 | INHERIT += "fsl-dynamic-packagearch" |
81 | 81 | ||
82 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append_mx6 = " \ | 82 | SIGGEN_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 \ |