summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-15 11:06:04 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-21 14:20:07 -0300
commitfcb327cdc33ddbb5a60f26f927229aa3d4352720 (patch)
treef62bbe4476f96145228d12261ae7c1bd332e9773 /recipes-bsp
parent3d9ea1cc063b2a6fdc44b5ff6d653c1f1df176be (diff)
downloadmeta-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.bb4
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 @@
1SUMMARY = "Reset Configuration Word" 1SUMMARY = "Reset Configuration Word"
2DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" 2DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets"
3HOMEPAGE = "https://github.com/nxp-qoriq/rcw" 3HOMEPAGE = "https://github.com/nxp-qoriq/rcw"
4SECTION = "bsp"
4LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe"
6 7
@@ -35,8 +36,9 @@ do_deploy () {
35} 36}
36addtask deploy after do_install 37addtask deploy after do_install
37 38
39PACKAGE_ARCH = "${MACHINE_ARCH}"
40
38PACKAGES += "${PN}-image" 41PACKAGES += "${PN}-image"
39FILES:${PN}-image += "/boot" 42FILES:${PN}-image += "/boot"
40 43
41COMPATIBLE_MACHINE = "(qoriq)" 44COMPATIBLE_MACHINE = "(qoriq)"
42PACKAGE_ARCH = "${MACHINE_ARCH}"