]> code.ossystems Code Review - meta-freescale.git/commitdiff
ppfe-firmware: update to 848002f
authorC.R. Guo <chunrong.guo@nxp.com>
Wed, 21 Mar 2018 08:32:59 +0000 (16:32 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Apr 2018 13:30:13 +0000 (10:30 -0300)
*include the following changes:
848002f - DNCPE-372: Update license file with NXP-Binary-EULA
9d15cfa - DNCPE-372 Update README for pfe fw binaries

*Update license and md5

*Update SRC_URL

*Fix the installation directory

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb

index 9c93d3333595f33a8cfe5bf6a4756008da3e53c0..a992ab8480fc4c875eb8ff3b4495f8048f16b686 100644 (file)
@@ -1,20 +1,21 @@
 SUMMARY = "PPFE Linux firmware"
-LICENSE = "Freescale-Binary-EULA"
-LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=f1c407c0fccab5cd0bf9b92565f6f19b"
+LICENSE = "NXP-Binary-EULA"
+LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85"
+
 
 INHIBIT_DEFAULT_DEPS = "1"
 
 inherit deploy
 
-SRC_URI = "git://github.com/qoriq-open-source/engine-pfe-bin.git;nobranch=1"
-SRCREV = "97cd13d3070d7199e62881bc495b332194b67edd"
+SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1"
+SRCREV = "848002fe4e0e3efb8d13a813e5c123bbc87aa95b"
 
 S = "${WORKDIR}/git"
 
 do_install () {
     install -d ${D}/lib/firmware
     install -d ${D}/boot/engine-pfe-bin
-    install -m 644 ${S}/Freescale-Binary-EULA ${D}/lib/firmware
+    install -m 644 ${S}/NXP-Binary-EULA.txt ${D}/lib/firmware
     install -m 755 ${S}/ls1012a/slow_path/*.elf ${D}/lib/firmware
     install -m 755 ${S}/ls1012a/u-boot/* ${D}/boot/engine-pfe-bin
 }