diff options
| -rw-r--r-- | recipes-bsp/inphi/inphi_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/inphi/inphi_git.bb b/recipes-bsp/inphi/inphi_git.bb index f87511885..9c8046b7c 100644 --- a/recipes-bsp/inphi/inphi_git.bb +++ b/recipes-bsp/inphi/inphi_git.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | SUMMARY = "Firmwares and Standalone Applications" | 1 | SUMMARY = "Firmwares and Standalone Applications" |
| 2 | DESCRIPTION = "Inphi IN112525 PHY microcode firmware for NXP QorIQ platforms" | ||
| 2 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" | 3 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" |
| 5 | 7 | ||
| @@ -19,8 +21,9 @@ do_deploy () { | |||
| 19 | } | 21 | } |
| 20 | addtask deploy before do_build after do_install | 22 | addtask deploy before do_build after do_install |
| 21 | 23 | ||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 25 | |||
| 22 | PACKAGES += "${PN}-image" | 26 | PACKAGES += "${PN}-image" |
| 23 | FILES:${PN}-image += "/boot" | 27 | FILES:${PN}-image += "/boot" |
| 24 | 28 | ||
| 25 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | 29 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
| 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
