diff options
Diffstat (limited to 'recipes-bsp/uefi')
| -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)" |
