summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-17 14:27:31 -0300
committerGitHub <noreply@github.com>2026-07-17 14:27:31 -0300
commitd3a0fa106f30e4f4fcfe9b5941168a9767369737 (patch)
tree106bf0c81a4a41a4fa573c7d912e9a7e42aac124 /recipes-bsp
parent5740ae49c67b3030423c360f1b01fc76b74872bc (diff)
parent6d97362cb1d8e88d7f8810cc2959b294ec8bdb8a (diff)
downloadmeta-freescale-master.tar.gz
Merge pull request #2574 from lucianogdittgen/oelint-cleanup-10-recipe-metadata-6HEADmaster
oelint: Class/anon-python docstrings, image and packagegroup metadata
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.12.bb14
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.12.bb b/recipes-bsp/atf/qoriq-atf_2.12.bb
index c6a7ee252..f78de99f7 100644
--- a/recipes-bsp/atf/qoriq-atf_2.12.bb
+++ b/recipes-bsp/atf/qoriq-atf_2.12.bb
@@ -5,6 +5,8 @@ inherit deploy
5DEPENDS += "bc-native openssl openssl-native qoriq-cst-native rcw u-boot u-boot-mkimage-native" 5DEPENDS += "bc-native openssl openssl-native qoriq-cst-native rcw u-boot u-boot-mkimage-native"
6do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" 6do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
7 7
8# Version suffix must join without a leading space to stay a valid PV.
9# nooelint: oelint.vars.inconspaces
8PV:append = "+${SRCPV}" 10PV:append = "+${SRCPV}"
9 11
10SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=${S}/mbedtls;name=mbedtls \ 12SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=${S}/mbedtls;name=mbedtls \
@@ -14,6 +16,11 @@ SRCREV_mbedtls = "0795874acdf887290b2571b193cafd3c4041a708"
14SRCREV_ddr = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" 16SRCREV_ddr = "fbc036b88acb6c06ffed02c898cbae9856ec75ba"
15SRCREV_FORMAT = "atf" 17SRCREV_FORMAT = "atf"
16 18
19PACKAGECONFIG ??= "\
20 ${@bb.utils.filter('COMBINED_FEATURES', 'optee', d)} \
21"
22PACKAGECONFIG[optee] = ",,optee-os-qoriq"
23
17COMPATIBLE_MACHINE = "(qoriq)" 24COMPATIBLE_MACHINE = "(qoriq)"
18 25
19PACKAGE_ARCH = "${MACHINE_ARCH}" 26PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -68,11 +75,8 @@ EXTRA_OEMAKE += "\
68 ${@bb.utils.contains('DISTRO_FEATURES', 'fuse', 'fip_fuse FUSE_PROG=1 FUSE_PROV_FILE=fuse_scr.bin', '', d)} \ 75 ${@bb.utils.contains('DISTRO_FEATURES', 'fuse', 'fip_fuse FUSE_PROG=1 FUSE_PROV_FILE=fuse_scr.bin', '', d)} \
69" 76"
70 77
71PACKAGECONFIG ??= "\ 78# Parse-time validation that arm-cot implies secure; needs an anonymous python.
72 ${@bb.utils.filter('COMBINED_FEATURES', 'optee', d)} \ 79# nooelint: oelint.task.noanonpython
73"
74PACKAGECONFIG[optee] = ",,optee-os-qoriq"
75
76python() { 80python() {
77 if bb.utils.contains("DISTRO_FEATURES", "arm-cot", True, False, d): 81 if bb.utils.contains("DISTRO_FEATURES", "arm-cot", True, False, d):
78 if not bb.utils.contains("DISTRO_FEATURES", "secure", True, False, d): 82 if not bb.utils.contains("DISTRO_FEATURES", "secure", True, False, d):