diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-30 16:53:54 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-06 10:00:21 -0200 |
commit | f4a22e0c4259b4ac46373fec8accc505ccedfbde (patch) | |
tree | d092871207f80d4ca5b4cf701430e89e96d4ce49 | |
parent | bfa99f9e4266a87ef51e40ea854626145d95bd23 (diff) | |
download | meta-freescale-f4a22e0c4259b4ac46373fec8accc505ccedfbde.tar.gz |
ppfe-firmware: update recipes
*update SRC_URI
*update to 97cd13d
include the following changes:
97cd13d - DNCPE-372 Add ls1012a sbl firmware itb
4089bcf - DNCPE-372 Update binary files
4943138 - DNCPE-372 Update binary files
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb index f3004194..ab0015a1 100644 --- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb +++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=f1c407c0fccab5cd0bf9b92565f | |||
4 | 4 | ||
5 | INHIBIT_DEFAULT_DEPS = "1" | 5 | INHIBIT_DEFAULT_DEPS = "1" |
6 | 6 | ||
7 | SRC_URI = "git://git.freescale.com/ppc/sdk/engine-pfe-bin.git;nobranch=1" | 7 | SRC_URI = "git://github.com/qoriq-open-source/engine-pfe-bin.git;nobranch=1" |
8 | SRCREV = "5d984557d9b542bdd8bd469537126c05dd167dcc" | 8 | SRCREV = "97cd13d3070d7199e62881bc495b332194b67edd" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||