summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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