]> code.ossystems Code Review - meta-freescale.git/commitdiff
ddr-phy: remove fsl-eula-unpack class
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 23 Dec 2019 01:48:50 +0000 (09:48 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 26 Dec 2019 20:16:55 +0000 (17:16 -0300)
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>
recipes-bsp/ddr-phy/ddr-phy_git.bb

index d98d102fb51c5e4de89ed20e6483617127b7cc3c..541c9fb338bbde583b66bb311598c8bf86eef3a2 100644 (file)
@@ -2,9 +2,9 @@ SUMMARY = "DDR firmware repository"
 LICENSE = "NXP-Binary-EULA"
 LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74"
 
-inherit deploy fsl-eula-unpack
+inherit deploy
 
-SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;fsl-eula=true;nobranch=1"
+SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1"
 SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c"
 
 S = "${WORKDIR}/git"