summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/qoriq-debug
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-06-14 11:40:06 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-08 18:14:47 +0800
commit1e428a3b768adc55b22ca30848aeea91c9ef3095 (patch)
tree06aba70880fc8047e57346144ce097f6f0188a36 /recipes-kernel/qoriq-debug
parent3d5f9d592951ac6ce072fbca9baf2d92b3c20933 (diff)
downloadmeta-fsl-ppc-1e428a3b768adc55b22ca30848aeea91c9ef3095.tar.gz
qoriq-debug: update to sdk v1.6 release
Changes: Corrected char buffer overrun error Added suport for Linux kernel 3.12 Corrected memory map for QMAN and BMAN for T4/B4 Added Device Config support for Gen 1 processors. Support for additional T4240rev2 and B4860rev2 debug components Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-kernel/qoriq-debug')
-rw-r--r--recipes-kernel/qoriq-debug/qoriq-debug_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
index 5b0256f..65caa50 100644
--- a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
+++ b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
@@ -5,9 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba"
5 5
6inherit module autotools 6inherit module autotools
7 7
8SRCBRANCH = "sdk-v1.4.x" 8SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1"
9SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;branch=${SRCBRANCH}" 9SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254"
10SRCREV = "08de2902af9a79ba9e436a284b8d7754b351f608"
11 10
12S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
13 12