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:28 -0200 |
commit | 32c2476595d59625c3b5a1a1bc788307280cad7e (patch) | |
tree | 7143b735bc6685c62f5759feac5e742e88708fc2 | |
parent | bf759e34cac332cccb73e79902c3d3336cdcc8fe (diff) | |
download | meta-freescale-32c2476595d59625c3b5a1a1bc788307280cad7e.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.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 \ |