diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-05 18:32:37 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-07 10:19:03 +0800 |
commit | d81ae5296310dfc04e35eff93fd59c7337ecfba1 (patch) | |
tree | 50178c88757acdd6f7987238ae13219e9a443265 | |
parent | f19ee7f9464deb8a0667f845dc5bff64c2c82242 (diff) | |
download | meta-freescale-d81ae5296310dfc04e35eff93fd59c7337ecfba1.tar.gz |
ipc: update to revision c9c92ac
This includes following fixes:
c9c92ac B4:L1 Defense: Add support for hardware watchpoint
c4dd0bc b4860: IPC: Make dynamic user space library position independent
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r-- | meta-fsl-ppc/recipes-bsp/ipc/ipc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-bsp/ipc/ipc.inc b/meta-fsl-ppc/recipes-bsp/ipc/ipc.inc index 22ab1e32..547771ae 100644 --- a/meta-fsl-ppc/recipes-bsp/ipc/ipc.inc +++ b/meta-fsl-ppc/recipes-bsp/ipc/ipc.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DEPENDS = "virtual/kernel" | 1 | DEPENDS = "virtual/kernel" |
2 | 2 | ||
3 | SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;nobranch=1" | 3 | SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;nobranch=1" |
4 | SRCREV = "7e36edbbc5ac5271c85d45745b3e70f47771f262" | 4 | SRCREV = "c9c92ac6a7a31c9d878096eb7d135c22a38f20ff" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)" | 6 | COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)" |
7 | 7 | ||