diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-22 16:12:08 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-23 12:17:02 -0300 |
commit | 568cbe036682365dce556e1cb4b8059e907a65a6 (patch) | |
tree | 1e4c050c0a650cb98a0baf6cf7d0467eafdb3418 /classes | |
parent | 0be39721cea6e04c589a419f4bb07fabd0da6704 (diff) | |
download | meta-freescale-568cbe036682365dce556e1cb4b8059e907a65a6.tar.gz |
recipes: Use features_check instead of distro_features_check
distro_features_check is now deprecated
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/qoriq_build_64bit_kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qoriq_build_64bit_kernel.bbclass b/classes/qoriq_build_64bit_kernel.bbclass index ffa67c8c..93b4d412 100644 --- a/classes/qoriq_build_64bit_kernel.bbclass +++ b/classes/qoriq_build_64bit_kernel.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit distro_features_check | 1 | inherit features_check |
2 | REQUIRED_DISTRO_FEATURES_e6500 += "multiarch" | 2 | REQUIRED_DISTRO_FEATURES_e6500 += "multiarch" |
3 | 3 | ||
4 | python () { | 4 | python () { |