diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-21 16:32:58 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-02 10:30:13 -0300 |
commit | 1dfa38034ccfd90a1b3b589ebdd03f1c9bb689a9 (patch) | |
tree | 6a3a332d54e80bcf09b6cc5e351e2fa5e41b1ea5 /recipes-bsp/ls2-phy | |
parent | 81d506c7df47107176d73e8f8b13a5118b5d84bc (diff) | |
download | meta-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.bb | 8 |
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 @@ | |||
1 | SUMMARY = "Firmwares and Standalone Applications" | 1 | SUMMARY = "Firmwares and Standalone Applications" |
2 | LICENSE = "MIT" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 3 | LIC_FILES_CHKSUM = "file://NXP-EULA;md5=d969f2c93b3905d4b628787ce5f8df4b" |
4 | 4 | ||
5 | inherit deploy | 5 | inherit deploy |
6 | 6 | ||
7 | SRC_URI = "git://github.com/qoriq-open-source/firmware-cortina.git;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1" |
8 | SRCREV = "6036a20ddbf796ac494da172f2588e5de4d833fc" | 8 | SRCREV = "d5b5263eb42f8897eb679a6a30793f4df6df038d" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||