summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-05-18 10:43:40 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:14 +0800
commit5b6d16dcf61f653fcd7faf6d19192d139da31b5c (patch)
treeed9d1dbd362323d1505b76af36024af0d0de6255
parentb43988274a42969bfc1fe5f6b6577547c5340f55 (diff)
downloadmeta-fsl-ppc-5b6d16dcf61f653fcd7faf6d19192d139da31b5c.tar.gz
ar: update to 9a74743
Changelog: 0a908cd QSDK-2770: Makefile change required for SDK2.0 to handle directory structure change in fman 907f66a Makefile change required for SDK2.0 to handle directory structure change in fman Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--recipes-kernel/auto-resp/ar_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/auto-resp/ar_git.bb b/recipes-kernel/auto-resp/ar_git.bb
index 2aa20de..d0330af 100644
--- a/recipes-kernel/auto-resp/ar_git.bb
+++ b/recipes-kernel/auto-resp/ar_git.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
4 4
5inherit module 5inherit module
6 6
7SRC_URI = "git://git.freescale.com/ppc/sdk/auto-resp.git;branch=sdk-v1.7.x" 7SRC_URI = "git://git.freescale.com/ppc/sdk/auto-resp.git;branch=sdk-v2.0.x"
8SRCREV = "dbede76fb4020a370baa393f7c53af4c0db8f175" 8SRCREV = "9a74743167dcfcfbca5056eedbff9a52337c9712"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11