From ca7ac79eda6bfa95a92a700878b684b48e76a105 Mon Sep 17 00:00:00 2001 From: "C.R. Guo" Date: Wed, 21 Mar 2018 16:32:59 +0800 Subject: ppfe-firmware: update to 848002f *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 Signed-off-by: Otavio Salvador --- recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb') diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb index 9c93d333..a992ab84 100644 --- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb +++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb @@ -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 } -- cgit v1.2.3-54-g00ecf