summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-12-20 03:22:59 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-10 11:00:49 -0200
commitac434a8b79f1ca81bcd50e4c73a2cf3d18f87ee7 (patch)
tree238a89a280070c39e3ae1734d02f846161179312 /recipes-bsp
parent90da21d1a846264ce85ce6a94031a084362e77b9 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/ls2-phy/ls2-phy_git.bb4
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"
2LICENSE = "NXP-Binary-EULA" 2LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" 3LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
4 4
5inherit deploy 5inherit deploy fsl-eula-unpack
6 6
7SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1" 7SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;fsl-eula=true;nobranch=1"
8SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf" 8SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"