summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/qoriq-debug/qoriq-debug_git.bb')
-rw-r--r--recipes-kernel/qoriq-debug/qoriq-debug_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
index a8d2e96..5b0256f 100644
--- a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
+++ b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba"
5 5
6inherit module autotools 6inherit module autotools
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git" 8SRCBRANCH = "sdk-v1.4.x"
9SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;branch=${SRCBRANCH}"
9SRCREV = "08de2902af9a79ba9e436a284b8d7754b351f608" 10SRCREV = "08de2902af9a79ba9e436a284b8d7754b351f608"
10 11
11S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"