diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-12-20 03:22:59 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 11:00:49 -0200 |
commit | ac434a8b79f1ca81bcd50e4c73a2cf3d18f87ee7 (patch) | |
tree | 238a89a280070c39e3ae1734d02f846161179312 | |
parent | 90da21d1a846264ce85ce6a94031a084362e77b9 (diff) | |
download | meta-freescale-ac434a8b79f1ca81bcd50e4c73a2cf3d18f87ee7.tar.gz |
ls2-phy: inherit fsl-eula-unpack class
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/ls2-phy/ls2-phy_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index b4daf3d4..30c161cf 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.bb +++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb | |||
@@ -2,9 +2,9 @@ SUMMARY = "Firmwares and Standalone Applications" | |||
2 | LICENSE = "NXP-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | 3 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" |
4 | 4 | ||
5 | inherit deploy | 5 | inherit deploy fsl-eula-unpack |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;fsl-eula=true;nobranch=1" |
8 | SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf" | 8 | SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |