summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ls2-phy
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-21 16:32:58 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-02 10:30:13 -0300
commit1dfa38034ccfd90a1b3b589ebdd03f1c9bb689a9 (patch)
tree6a3a332d54e80bcf09b6cc5e351e2fa5e41b1ea5 /recipes-bsp/ls2-phy
parent81d506c7df47107176d73e8f8b13a5118b5d84bc (diff)
downloadmeta-freescale-1dfa38034ccfd90a1b3b589ebdd03f1c9bb689a9.tar.gz
ls2-phy: update to d5b5263
*include the following changes: d5b5263 - Add NXP EULA license *Update license and md5 *Update SRC_URL Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/ls2-phy')
-rw-r--r--recipes-bsp/ls2-phy/ls2-phy_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb
index 9f2d79fe..c798e883 100644
--- a/recipes-bsp/ls2-phy/ls2-phy_git.bb
+++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb
@@ -1,11 +1,11 @@
1SUMMARY = "Firmwares and Standalone Applications" 1SUMMARY = "Firmwares and Standalone Applications"
2LICENSE = "MIT" 2LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 3LIC_FILES_CHKSUM = "file://NXP-EULA;md5=d969f2c93b3905d4b628787ce5f8df4b"
4 4
5inherit deploy 5inherit deploy
6 6
7SRC_URI = "git://github.com/qoriq-open-source/firmware-cortina.git;nobranch=1" 7SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1"
8SRCREV = "6036a20ddbf796ac494da172f2588e5de4d833fc" 8SRCREV = "d5b5263eb42f8897eb679a6a30793f4df6df038d"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11