summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uefi/uefi_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-22 16:21:06 -0300
committerGitHub <noreply@github.com>2026-07-22 16:21:06 -0300
commit09b9faebbceeb505451ec76d00ff62d0244e905e (patch)
treebddebe8076883f7ea9651cbdf9cd9b098252346d /recipes-bsp/uefi/uefi_git.bb
parent4cb3bde47a69ad1e59519654af81a63d78856280 (diff)
parent8a6c47f744596d6e574982f33c3a9ef2442b5bf2 (diff)
downloadmeta-freescale-09b9faebbceeb505451ec76d00ff62d0244e905e.tar.gz
Merge pull request #2575 from lucianogdittgen/oelint-cleanup-11-recipe-metadata-7
oelint: Recipe metadata, do_install and split-package FILES cleanups
Diffstat (limited to 'recipes-bsp/uefi/uefi_git.bb')
-rw-r--r--recipes-bsp/uefi/uefi_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index b71894bb9..9b81bd153 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Unified Extensible Firmware Interface" 1SUMMARY = "UEFI firmware for QorIQ platforms"
2DESCRIPTION = "Prebuilt UEFI (Unified Extensible Firmware Interface) firmware and GRUB binaries for NXP QorIQ platforms"
2HOMEPAGE = "https://github.com/NXP/qoriq-uefi-binary" 3HOMEPAGE = "https://github.com/NXP/qoriq-uefi-binary"
3SECTION = "bootloaders" 4SECTION = "bootloaders"
4LICENSE = "LicenseRef-NXP-Binary-EULA" 5LICENSE = "LicenseRef-NXP-Binary-EULA"
@@ -26,9 +27,9 @@ do_deploy () {
26} 27}
27addtask deploy before do_build after do_install 28addtask deploy before do_build after do_install
28 29
30PACKAGE_ARCH = "${MACHINE_SOCARCH}"
31
29PACKAGES += "${PN}-image" 32PACKAGES += "${PN}-image"
30FILES:${PN}-image += "/uefi/*" 33FILES:${PN}-image += "/uefi/*"
31 34
32PACKAGE_ARCH = "${MACHINE_SOCARCH}"
33
34COMPATIBLE_MACHINE = "(qoriq)" 35COMPATIBLE_MACHINE = "(qoriq)"