summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-09-10 14:59:30 -0300
committerGitHub <noreply@github.com>2026-09-10 14:59:30 -0300
commitdef11d13fc3b72f136385eb5a2c2c3e54fb9d581 (patch)
tree476458bf14412bb2e87e33143d86b654549c19df /classes
parentc83abeadda1cb8a8946a8254d776c15db7e06025 (diff)
parent1f6e2df18d6fe432eb8de9299e7f7121107599d6 (diff)
downloadmeta-freescale-def11d13fc3b72f136385eb5a2c2c3e54fb9d581.tar.gz
Merge pull request #2687 from lucianogdittgen/oelint-vars-overrideappend
oelint: Append instead of building up an override scope (vars.overrideappend)
Diffstat (limited to 'classes')
-rw-r--r--classes/qoriq_build_64bit_kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qoriq_build_64bit_kernel.bbclass b/classes/qoriq_build_64bit_kernel.bbclass
index f13aac973..ec71e64f7 100644
--- a/classes/qoriq_build_64bit_kernel.bbclass
+++ b/classes/qoriq_build_64bit_kernel.bbclass
@@ -1,5 +1,5 @@
1inherit features_check 1inherit features_check
2REQUIRED_DISTRO_FEATURES:e6500 += "multiarch" 2REQUIRED_DISTRO_FEATURES:append:e6500 = " multiarch"
3 3
4# BUILD_64BIT_KERNEL is this class's interface, not a machine override: any 4# BUILD_64BIT_KERNEL is this class's interface, not a machine override: any
5# machine that sets it gets the promotion, and in-tree only e6500.inc does. 5# machine that sets it gets the promotion, and in-tree only e6500.inc does.