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 | 2058f6055f1374d839e5372a47ab919dcce6f661 (patch) | |
| tree | 2d41a1f0dcb3b97b1726e9eba31d9c0b972a770c /recipes-bsp | |
| parent | 705c784a44a7b9ca1cb3b2575aa3781ee2398024 (diff) | |
| download | meta-freescale-2058f6055f1374d839e5372a47ab919dcce6f661.tar.gz | |
qe-ucode: Add SUMMARY and order PACKAGE_ARCH per oelint
Add a SUMMARY (mandatory), expand the terse DESCRIPTION, 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/qe-ucode/qe-ucode_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 0d1820326..7bc829077 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "qe microcode binary" | 1 | SUMMARY = "QorIQ QE microcode" |
| 2 | DESCRIPTION = "QUICC Engine (QE) microcode binary for NXP QorIQ SoCs" | ||
| 2 | HOMEPAGE = "https://github.com/NXP/qoriq-qe-ucode" | 3 | HOMEPAGE = "https://github.com/NXP/qoriq-qe-ucode" |
| 3 | SECTION = "qe-ucode" | 4 | SECTION = "qe-ucode" |
| 4 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| @@ -20,9 +21,10 @@ do_deploy () { | |||
| 20 | } | 21 | } |
| 21 | addtask deploy before do_build after do_install | 22 | addtask deploy before do_build after do_install |
| 22 | 23 | ||
| 24 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 25 | |||
| 23 | PACKAGES += "${PN}-image" | 26 | PACKAGES += "${PN}-image" |
| 24 | FILES:${PN}-image += "/boot/*" | 27 | FILES:${PN}-image += "/boot/*" |
| 25 | 28 | ||
| 26 | COMPATIBLE_MACHINE = "(qoriq)" | 29 | COMPATIBLE_MACHINE = "(qoriq)" |
| 27 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 28 | 30 | ||
