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