diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-10-15 10:43:45 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-21 09:07:06 -0300 |
commit | b3f08d65948e8caee957c71b3b033549f1486f43 (patch) | |
tree | d24ae54aa68927bfa6a7e6888550671fa10bf2d4 /recipes-bsp | |
parent | 70fdd248b8427fe24dd847a3ccbc329254c0c848 (diff) | |
download | meta-freescale-b3f08d65948e8caee957c71b3b033549f1486f43.tar.gz |
ppfe-firmware: update to d3a8ef0
*update to lsdk 1909 tag
include the following changes:
d3a8ef0 - DNCPE-1662 - Validate Rx packet FCS in software.
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb index b94d88c4..27e10bd5 100644 --- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb +++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | |||
@@ -8,7 +8,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
8 | inherit deploy fsl-eula-unpack | 8 | inherit deploy fsl-eula-unpack |
9 | 9 | ||
10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;fsl-eula=true;nobranch=1" | 10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;fsl-eula=true;nobranch=1" |
11 | SRCREV = "58aa0cac630528ed91fe5639700d6b571c0c07b5" | 11 | SRCREV = "d3a8ef0760c54ddc243039c86389497e37be90ab" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||