diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 11:06:04 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-21 14:20:07 -0300 |
| commit | fcb327cdc33ddbb5a60f26f927229aa3d4352720 (patch) | |
| tree | f62bbe4476f96145228d12261ae7c1bd332e9773 /recipes-bsp | |
| parent | 3d9ea1cc063b2a6fdc44b5ff6d653c1f1df176be (diff) | |
| download | meta-freescale-fcb327cdc33ddbb5a60f26f927229aa3d4352720.tar.gz | |
rcw: Add SECTION and order PACKAGE_ARCH per oelint
Set SECTION = "bsp" and move PACKAGE_ARCH above the PACKAGES/FILES block
so it follows the canonical order (suggestedvar.SECTION,
order.PACKAGE_ARCH).
No functional change.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index dbcc42108..1e526b699 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | SUMMARY = "Reset Configuration Word" | 1 | SUMMARY = "Reset Configuration Word" |
| 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" | 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq/rcw" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq/rcw" |
| 4 | SECTION = "bsp" | ||
| 4 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" |
| 6 | 7 | ||
| @@ -35,8 +36,9 @@ do_deploy () { | |||
| 35 | } | 36 | } |
| 36 | addtask deploy after do_install | 37 | addtask deploy after do_install |
| 37 | 38 | ||
| 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 40 | |||
| 38 | PACKAGES += "${PN}-image" | 41 | PACKAGES += "${PN}-image" |
| 39 | FILES:${PN}-image += "/boot" | 42 | FILES:${PN}-image += "/boot" |
| 40 | 43 | ||
| 41 | COMPATIBLE_MACHINE = "(qoriq)" | 44 | COMPATIBLE_MACHINE = "(qoriq)" |
| 42 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
