diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-21 16:32:59 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-02 10:30:13 -0300 |
commit | ca7ac79eda6bfa95a92a700878b684b48e76a105 (patch) | |
tree | b997e424cf55678cd1a7084c1d7f33c8dde1af44 /recipes-bsp/ppfe-firmware | |
parent | 1dfa38034ccfd90a1b3b589ebdd03f1c9bb689a9 (diff) | |
download | meta-freescale-ca7ac79eda6bfa95a92a700878b684b48e76a105.tar.gz |
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 <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/ppfe-firmware')
-rw-r--r-- | recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
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 @@ | |||
1 | SUMMARY = "PPFE Linux firmware" | 1 | SUMMARY = "PPFE Linux firmware" |
2 | LICENSE = "Freescale-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=f1c407c0fccab5cd0bf9b92565f6f19b" | 3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85" |
4 | |||
4 | 5 | ||
5 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
6 | 7 | ||
7 | inherit deploy | 8 | inherit deploy |
8 | 9 | ||
9 | SRC_URI = "git://github.com/qoriq-open-source/engine-pfe-bin.git;nobranch=1" | 10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1" |
10 | SRCREV = "97cd13d3070d7199e62881bc495b332194b67edd" | 11 | SRCREV = "848002fe4e0e3efb8d13a813e5c123bbc87aa95b" |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||
14 | do_install () { | 15 | do_install () { |
15 | install -d ${D}/lib/firmware | 16 | install -d ${D}/lib/firmware |
16 | install -d ${D}/boot/engine-pfe-bin | 17 | install -d ${D}/boot/engine-pfe-bin |
17 | install -m 644 ${S}/Freescale-Binary-EULA ${D}/lib/firmware | 18 | install -m 644 ${S}/NXP-Binary-EULA.txt ${D}/lib/firmware |
18 | install -m 755 ${S}/ls1012a/slow_path/*.elf ${D}/lib/firmware | 19 | install -m 755 ${S}/ls1012a/slow_path/*.elf ${D}/lib/firmware |
19 | install -m 755 ${S}/ls1012a/u-boot/* ${D}/boot/engine-pfe-bin | 20 | install -m 755 ${S}/ls1012a/u-boot/* ${D}/boot/engine-pfe-bin |
20 | } | 21 | } |