diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 11:09:51 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-21 14:20:07 -0300 |
| commit | 705c784a44a7b9ca1cb3b2575aa3781ee2398024 (patch) | |
| tree | bf3dd32edec9026f2b5a6a96dd5867e1044096b6 /recipes-bsp | |
| parent | 9d020fe3ba9a2220f73ebe8631c8161a491feabc (diff) | |
| download | meta-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.bb | 3 |
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 @@ | |||
| 1 | SUMMARY = "QorIQ DPAA Management Complex config utilities" | ||
| 1 | DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" | 2 | DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" |
| 2 | HOMEPAGE = "https://github.com/nxp-qoriq/mc-utils" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq/mc-utils" |
| 3 | SECTION = "mc-utils" | 4 | SECTION = "mc-utils" |
| @@ -38,7 +39,7 @@ do_deploy () { | |||
| 38 | } | 39 | } |
| 39 | addtask deploy after do_install | 40 | addtask deploy after do_install |
| 40 | 41 | ||
| 42 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 41 | PACKAGES += "${PN}-image" | 43 | PACKAGES += "${PN}-image" |
| 42 | FILES:${PN}-image += "/boot" | 44 | FILES:${PN}-image += "/boot" |
| 43 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 44 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | 45 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
