The SoC family use has been removed in commit 8999634f (Migrate from SOC_FAMILY to MACHINEOVERRIDES) so the support can be dropped as well.
Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/include/qoriq-base.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 0a463ee..1786b00 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -1,6 +1,3 @@ -# Provides the QorIQ common settings -require conf/machine/include/soc-family.inc - # common providers of QorIQ targets PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" -- 2.9.3 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
