summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ls2-phy/ls2-phy_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ls2-phy/ls2-phy_git.bb')
-rw-r--r--recipes-bsp/ls2-phy/ls2-phy_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb
index 60ab5e183..4a6e5ea87 100644
--- a/recipes-bsp/ls2-phy/ls2-phy_git.bb
+++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb
@@ -1,4 +1,7 @@
1SUMMARY = "Firmwares and Standalone Applications" 1SUMMARY = "Firmwares and Standalone Applications"
2DESCRIPTION = "Cortina PHY firmware and standalone applications for NXP QorIQ platforms"
3HOMEPAGE = "https://github.com/nxp/qoriq-firmware-cortina"
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 = "9143c2a3adede595966583c00ca4edc99ec698cf"
9 12
10do_install () { 13do_install () {
11 install -d ${D}/boot 14 install -d ${D}/boot
12 cp -fr ${S}/* ${D}/boot 15 install -m 0644 ${S}/* ${D}/boot
13} 16}
14 17
15do_deploy () { 18do_deploy () {
@@ -18,9 +21,10 @@ 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)" 29COMPATIBLE_MACHINE = "(qoriq)"
25PACKAGE_ARCH = "${MACHINE_ARCH}"
26 30