summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/inphi/inphi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/inphi/inphi_git.bb')
-rw-r--r--recipes-bsp/inphi/inphi_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-bsp/inphi/inphi_git.bb b/recipes-bsp/inphi/inphi_git.bb
index 5c2e4197f..9c8046b7c 100644
--- a/recipes-bsp/inphi/inphi_git.bb
+++ b/recipes-bsp/inphi/inphi_git.bb
@@ -1,4 +1,7 @@
1SUMMARY = "Firmwares and Standalone Applications" 1SUMMARY = "Firmwares and Standalone Applications"
2DESCRIPTION = "Inphi IN112525 PHY microcode firmware for NXP QorIQ platforms"
3HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi"
4SECTION = "firmware"
2LICENSE = "NXP-Binary-EULA" 5LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" 6LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
4 7
@@ -9,7 +12,7 @@ SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695"
9 12
10do_install () { 13do_install () {
11 install -d ${D}/boot 14 install -d ${D}/boot
12 cp -fr ${S}/in112525-phy-ucode.txt ${D}/boot 15 install -m 0644 ${S}/in112525-phy-ucode.txt ${D}/boot
13} 16}
14 17
15do_deploy () { 18do_deploy () {
@@ -18,9 +21,9 @@ do_deploy () {
18} 21}
19addtask deploy before do_build after do_install 22addtask deploy before do_build after do_install
20 23
24PACKAGE_ARCH = "${MACHINE_ARCH}"
25
21PACKAGES += "${PN}-image" 26PACKAGES += "${PN}-image"
22FILES:${PN}-image += "/boot" 27FILES:${PN}-image += "/boot"
23 28
24COMPATIBLE_MACHINE = "(qoriq-arm64)" 29COMPATIBLE_MACHINE = "(qoriq-arm64)"
25PACKAGE_ARCH = "${MACHINE_ARCH}"
26