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