From: Ting Liu <[email protected]> New commits imported: b010e35 Makefile: use KBUILD_OUTPUT to point to build-artifacts
Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Zhenhua Luo <[email protected]> --- recipes-extended/ipc-ust/ipc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/ipc-ust/ipc.inc b/recipes-extended/ipc-ust/ipc.inc index 61b7976..f1dee08 100644 --- a/recipes-extended/ipc-ust/ipc.inc +++ b/recipes-extended/ipc-ust/ipc.inc @@ -1,6 +1,6 @@ DEPENDS = "virtual/kernel" -SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;nobranch=1" -SRCREV = "c9c92ac6a7a31c9d878096eb7d135c22a38f20ff" +SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v1.9.x" +SRCREV = "b010e35daf0a32ee45153fc76dd392949a3097a2" COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)" -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
