summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-12-23 09:48:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-26 17:16:55 -0300
commite039dae9dc55153ff81d73048481969d8fcb0ca3 (patch)
tree18eed6f6df064a1dbacd590f69a9221fbce45acd
parent633a27543a79550dc4e0fc38a51b2c872a30db52 (diff)
downloadmeta-freescale-e039dae9dc55153ff81d73048481969d8fcb0ca3.tar.gz
ddr-phy: remove fsl-eula-unpack class
Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--recipes-bsp/ddr-phy/ddr-phy_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb
index d98d102f..541c9fb3 100644
--- a/recipes-bsp/ddr-phy/ddr-phy_git.bb
+++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb
@@ -2,9 +2,9 @@ SUMMARY = "DDR firmware repository"
2LICENSE = "NXP-Binary-EULA" 2LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" 3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74"
4 4
5inherit deploy fsl-eula-unpack 5inherit deploy
6 6
7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;fsl-eula=true;nobranch=1" 7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1"
8SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c" 8SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"