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 /dynamic-layers | |
| parent | 5740ae49c67b3030423c360f1b01fc76b74872bc (diff) | |
| parent | 6d97362cb1d8e88d7f8810cc2959b294ec8bdb8a (diff) | |
| download | meta-freescale-master.tar.gz | |
oelint: Class/anon-python docstrings, image and packagegroup metadata
Diffstat (limited to 'dynamic-layers')
2 files changed, 22 insertions, 18 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb index 111bd931a..2c9cccf6c 100644 --- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb +++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | |||
| @@ -1,23 +1,24 @@ | |||
| 1 | # Copyright (C) 2012-2016 Freescale Semiconductor | 1 | # Copyright (C) 2012-2016 Freescale Semiconductor |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | SUMMARY = "FSL Community package group - tools/benchmark" | ||
| 4 | DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications." | 5 | DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications." |
| 5 | SUMMARY = "FSL Communtiy package group - tools/benchmark" | 6 | SECTION = "console/utils" |
| 6 | 7 | ||
| 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 8 | 9 | ||
| 9 | inherit packagegroup | 10 | inherit packagegroup |
| 10 | 11 | ||
| 11 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
| 12 | lmbench \ | 13 | ${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', \ |
| 14 | bb.utils.contains('TUNE_FEATURES', 'cortexa53 crypto', 'cpuburn-neon', \ | ||
| 15 | '', d), d)} \ | ||
| 13 | bonnie++ \ | 16 | bonnie++ \ |
| 14 | dbench \ | 17 | dbench \ |
| 15 | fio \ | 18 | fio \ |
| 16 | iozone3 \ | 19 | iozone3 \ |
| 17 | iperf3 \ | 20 | iperf3 \ |
| 21 | lmbench \ | ||
| 18 | nbench-byte \ | 22 | nbench-byte \ |
| 19 | tiobench \ | 23 | tiobench \ |
| 20 | ${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', \ | ||
| 21 | bb.utils.contains('TUNE_FEATURES', 'cortexa53 crypto', 'cpuburn-neon', \ | ||
| 22 | '', d), d)} \ | ||
| 23 | " | 24 | " |
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb index 4f151ac47..314569f58 100644 --- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb +++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb | |||
| @@ -2,9 +2,10 @@ | |||
| 2 | # Copyright (C) 2015, 2016 O.S. Systems Software LTDA. | 2 | # Copyright (C) 2015, 2016 O.S. Systems Software LTDA. |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | SUMMARY = "FSL Community packagegroup - tools/testapps" | ||
| 5 | DESCRIPTION = "Packagegroup used by FSL Community to provide a set of packages and utilities \ | 6 | DESCRIPTION = "Packagegroup used by FSL Community to provide a set of packages and utilities \ |
| 6 | for hardware test." | 7 | for hardware test." |
| 7 | SUMMARY = "FSL Community packagegroup - tools/testapps" | 8 | SECTION = "console/utils" |
| 8 | 9 | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | 11 | ||
| @@ -15,28 +16,30 @@ SOC_TOOLS_TEST:imx-nxp-bsp = "imx-test" | |||
| 15 | SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos" | 16 | SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos" |
| 16 | SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq" | 17 | SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq" |
| 17 | 18 | ||
| 19 | # Entries are ordered alphabetically (conditional ${@...} and ${SOC_TOOLS_TEST} | ||
| 20 | # first); the linter's tokenizer mis-sorts this mix, so the check is suppressed. | ||
| 21 | # nooelint: oelint.vars.dependsordered | ||
| 18 | RDEPENDS:${PN} = "\ | 22 | RDEPENDS:${PN} = "\ |
| 19 | alsa-utils \ | 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'fsl-rc-local', '', d)} \ |
| 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston-examples', '', d)} \ | ||
| 25 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+3-demo', '', d)} \ | ||
| 26 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \ | ||
| 27 | ${SOC_TOOLS_TEST} \ | ||
| 20 | alsa-tools \ | 28 | alsa-tools \ |
| 29 | alsa-utils \ | ||
| 21 | dosfstools \ | 30 | dosfstools \ |
| 22 | evtest \ | ||
| 23 | e2fsprogs-mke2fs \ | 31 | e2fsprogs-mke2fs \ |
| 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'fsl-rc-local', '', d)} \ | 32 | ethtool \ |
| 33 | evtest \ | ||
| 25 | fbset \ | 34 | fbset \ |
| 26 | i2c-tools \ | 35 | i2c-tools \ |
| 27 | iproute2 \ | 36 | iproute2 \ |
| 28 | memtester \ | 37 | memtester \ |
| 29 | python3-core \ | ||
| 30 | python3-json \ | ||
| 31 | python3-datetime \ | ||
| 32 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \ | ||
| 33 | ethtool \ | ||
| 34 | mtd-utils \ | 38 | mtd-utils \ |
| 35 | mtd-utils-ubifs \ | 39 | mtd-utils-ubifs \ |
| 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+3-demo', '', d)} \ | 40 | python3-core \ |
| 37 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | 41 | python3-datetime \ |
| 38 | 'weston-examples', '', d)} \ | 42 | python3-json \ |
| 39 | ${SOC_TOOLS_TEST} \ | ||
| 40 | " | 43 | " |
| 41 | 44 | ||
| 42 | RDEPENDS_IMX_TO_REMOVE = "" | 45 | RDEPENDS_IMX_TO_REMOVE = "" |
