diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-10-14 11:03:03 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:15 -0200 |
commit | 0cee64071f66ae55e8faef743c86e985a930e3d3 (patch) | |
tree | 08256677c9c49ba56f577ed3c55248ee537fc93a /recipes-bsp | |
parent | 0504570f0c8cf50dd7489ba07187abac358a7c27 (diff) | |
download | meta-freescale-0cee64071f66ae55e8faef743c86e985a930e3d3.tar.gz |
pkc-firmware: update to f75d281
fix interrupt notification to Intel(R) hosts with IOMMU enabled
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/pkc-firmware/pkc-firmware_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb b/recipes-bsp/pkc-firmware/pkc-firmware_git.bb index f5684f94..bc61d676 100644 --- a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb +++ b/recipes-bsp/pkc-firmware/pkc-firmware_git.bb | |||
@@ -11,7 +11,7 @@ inherit deploy | |||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
12 | 12 | ||
13 | SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-firmware.git;branch=sdk-v2.0.x" | 13 | SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-firmware.git;branch=sdk-v2.0.x" |
14 | SRCREV = "ed90f156389e7f0fc848f70ef015434a3f9b89ef" | 14 | SRCREV = "f75d281d83e74758f54d85bacfa74b7c07514413" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||