diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 11:04:39 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-21 14:20:07 -0300 |
| commit | 3d9ea1cc063b2a6fdc44b5ff6d653c1f1df176be (patch) | |
| tree | c227948fe0bdac99af926d5a6fd7238a149e0422 /recipes-bsp | |
| parent | 99175b0934349d1bccf68fecb7c15a9d48ffc448 (diff) | |
| download | meta-freescale-3d9ea1cc063b2a6fdc44b5ff6d653c1f1df176be.tar.gz | |
uefi: Add SUMMARY and order PACKAGE_ARCH per oelint
Add a SUMMARY (mandatory) and expand the DESCRIPTION, and move
PACKAGE_ARCH above the PACKAGES/FILES block so it follows the canonical
order (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/uefi/uefi_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index be47c1f57..7cdfc160f 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "Unified Extensible Firmware Interface" | 1 | SUMMARY = "UEFI firmware for QorIQ platforms" |
| 2 | DESCRIPTION = "Prebuilt UEFI (Unified Extensible Firmware Interface) firmware and GRUB binaries for NXP QorIQ platforms" | ||
| 2 | HOMEPAGE = "https://github.com/NXP/qoriq-uefi-binary" | 3 | HOMEPAGE = "https://github.com/NXP/qoriq-uefi-binary" |
| 3 | SECTION = "bootloaders" | 4 | SECTION = "bootloaders" |
| 4 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| @@ -26,9 +27,9 @@ do_deploy () { | |||
| 26 | } | 27 | } |
| 27 | addtask deploy before do_build after do_install | 28 | addtask deploy before do_build after do_install |
| 28 | 29 | ||
| 30 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 31 | |||
| 29 | PACKAGES += "${PN}-image" | 32 | PACKAGES += "${PN}-image" |
| 30 | FILES:${PN}-image += "/uefi/*" | 33 | FILES:${PN}-image += "/uefi/*" |
| 31 | 34 | ||
| 32 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 33 | |||
| 34 | COMPATIBLE_MACHINE = "(qoriq)" | 35 | COMPATIBLE_MACHINE = "(qoriq)" |
