diff options
-rw-r--r-- | meta-fsl-ppc/classes/qoriq_build_64bit_kernel.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-fsl-ppc/classes/qoriq_build_64bit_kernel.bbclass b/meta-fsl-ppc/classes/qoriq_build_64bit_kernel.bbclass index 562afd14..5dd8931f 100644 --- a/meta-fsl-ppc/classes/qoriq_build_64bit_kernel.bbclass +++ b/meta-fsl-ppc/classes/qoriq_build_64bit_kernel.bbclass | |||
@@ -2,10 +2,6 @@ inherit distro_features_check | |||
2 | REQUIRED_DISTRO_FEATURES_e6500 += "multiarch" | 2 | REQUIRED_DISTRO_FEATURES_e6500 += "multiarch" |
3 | 3 | ||
4 | python () { | 4 | python () { |
5 | pkgarch = d.getVar("TUNE_PKGARCH", True) | ||
6 | if not "ppce6500" == pkgarch: | ||
7 | return | ||
8 | |||
9 | promote_kernel = d.getVar('BUILD_64BIT_KERNEL') | 5 | promote_kernel = d.getVar('BUILD_64BIT_KERNEL') |
10 | if promote_kernel == "1": | 6 | if promote_kernel == "1": |
11 | d.setVar('KERNEL_CC_append', ' -m64') | 7 | d.setVar('KERNEL_CC_append', ' -m64') |