diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-17 14:27:31 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-17 14:27:31 -0300 |
| commit | d3a0fa106f30e4f4fcfe9b5941168a9767369737 (patch) | |
| tree | 106bf0c81a4a41a4fa573c7d912e9a7e42aac124 /recipes-bsp | |
| parent | 5740ae49c67b3030423c360f1b01fc76b74872bc (diff) | |
| parent | 6d97362cb1d8e88d7f8810cc2959b294ec8bdb8a (diff) | |
| download | meta-freescale-master.tar.gz | |
oelint: Class/anon-python docstrings, image and packagegroup metadata
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/atf/qoriq-atf_2.12.bb | 14 |
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 | |||
| 5 | DEPENDS += "bc-native openssl openssl-native qoriq-cst-native rcw u-boot u-boot-mkimage-native" | 5 | DEPENDS += "bc-native openssl openssl-native qoriq-cst-native rcw u-boot u-boot-mkimage-native" |
| 6 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | 6 | do_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 | ||
| 8 | PV:append = "+${SRCPV}" | 10 | PV:append = "+${SRCPV}" |
| 9 | 11 | ||
| 10 | SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=${S}/mbedtls;name=mbedtls \ | 12 | SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=${S}/mbedtls;name=mbedtls \ |
| @@ -14,6 +16,11 @@ SRCREV_mbedtls = "0795874acdf887290b2571b193cafd3c4041a708" | |||
| 14 | SRCREV_ddr = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" | 16 | SRCREV_ddr = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" |
| 15 | SRCREV_FORMAT = "atf" | 17 | SRCREV_FORMAT = "atf" |
| 16 | 18 | ||
| 19 | PACKAGECONFIG ??= "\ | ||
| 20 | ${@bb.utils.filter('COMBINED_FEATURES', 'optee', d)} \ | ||
| 21 | " | ||
| 22 | PACKAGECONFIG[optee] = ",,optee-os-qoriq" | ||
| 23 | |||
| 17 | COMPATIBLE_MACHINE = "(qoriq)" | 24 | COMPATIBLE_MACHINE = "(qoriq)" |
| 18 | 25 | ||
| 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 26 | PACKAGE_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 | ||
| 71 | PACKAGECONFIG ??= "\ | 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 | " | ||
| 74 | PACKAGECONFIG[optee] = ",,optee-os-qoriq" | ||
| 75 | |||
| 76 | python() { | 80 | python() { |
| 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): |
