diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-09-10 14:59:30 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-10 14:59:30 -0300 |
| commit | def11d13fc3b72f136385eb5a2c2c3e54fb9d581 (patch) | |
| tree | 476458bf14412bb2e87e33143d86b654549c19df /classes | |
| parent | c83abeadda1cb8a8946a8254d776c15db7e06025 (diff) | |
| parent | 1f6e2df18d6fe432eb8de9299e7f7121107599d6 (diff) | |
| download | meta-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.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 f13aac973..ec71e64f7 100644 --- a/classes/qoriq_build_64bit_kernel.bbclass +++ b/classes/qoriq_build_64bit_kernel.bbclass | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | inherit features_check | 1 | inherit features_check |
| 2 | REQUIRED_DISTRO_FEATURES:e6500 += "multiarch" | 2 | REQUIRED_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. |
