From e039dae9dc55153ff81d73048481969d8fcb0ca3 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 23 Dec 2019 09:48:50 +0800 Subject: 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 --- recipes-bsp/ddr-phy/ddr-phy_git.bb | 4 ++-- 1 file 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" 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" -- cgit v1.2.3-54-g00ecf