summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-15 11:09:51 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-21 14:20:07 -0300
commit705c784a44a7b9ca1cb3b2575aa3781ee2398024 (patch)
treebf3dd32edec9026f2b5a6a96dd5867e1044096b6 /recipes-bsp
parent9d020fe3ba9a2220f73ebe8631c8161a491feabc (diff)
downloadmeta-freescale-705c784a44a7b9ca1cb3b2575aa3781ee2398024.tar.gz
mc-utils: Add SUMMARY and order PACKAGE_ARCH per oelint
Add a SUMMARY (mandatory) and move PACKAGE_ARCH above the PACKAGES/FILES block (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/mc-utils/mc-utils_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb
index ff502afb4..a25e33855 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -1,3 +1,4 @@
1SUMMARY = "QorIQ DPAA Management Complex config utilities"
1DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" 2DESCRIPTION = "The Management Complex (MC) is a key component of DPAA"
2HOMEPAGE = "https://github.com/nxp-qoriq/mc-utils" 3HOMEPAGE = "https://github.com/nxp-qoriq/mc-utils"
3SECTION = "mc-utils" 4SECTION = "mc-utils"
@@ -38,7 +39,7 @@ do_deploy () {
38} 39}
39addtask deploy after do_install 40addtask deploy after do_install
40 41
42PACKAGE_ARCH = "${MACHINE_ARCH}"
41PACKAGES += "${PN}-image" 43PACKAGES += "${PN}-image"
42FILES:${PN}-image += "/boot" 44FILES:${PN}-image += "/boot"
43PACKAGE_ARCH = "${MACHINE_ARCH}"
44COMPATIBLE_MACHINE = "(qoriq-arm64)" 45COMPATIBLE_MACHINE = "(qoriq-arm64)"