summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.inc3
-rw-r--r--recipes-kernel/qoriq-debug/qoriq-debug_git.bb3
-rw-r--r--recipes-kernel/skmm/skmm_git.bb3
3 files changed, 6 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
index 1c66f9b..0be6109 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.inc
+++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
@@ -3,8 +3,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
3PV = "3.8" 3PV = "3.8"
4INC_PR = "r11" 4INC_PR = "r11"
5 5
6SRCBRANCH = "sdk-v1.4.x"
6SRCREV = "4b66366af2d77de68f4bd6548d07421e13d3df05" 7SRCREV = "4b66366af2d77de68f4bd6548d07421e13d3df05"
7SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ 8SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=${SRCBRANCH} \
8 " 9 "
9 10
10KSRC ?= "" 11KSRC ?= ""
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"
diff --git a/recipes-kernel/skmm/skmm_git.bb b/recipes-kernel/skmm/skmm_git.bb
index 224e556..31e4489 100644
--- a/recipes-kernel/skmm/skmm_git.bb
+++ b/recipes-kernel/skmm/skmm_git.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5
5 5
6DEPENDS = "libedit" 6DEPENDS = "libedit"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git" 8SRCBRANCH = "sdk-v1.4.x"
9SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;branch=${SRCBRANCH}"
9SRCREV = "80d8393a2033b3b0cc8f885702d7b288956f3a37" 10SRCREV = "80d8393a2033b3b0cc8f885702d7b288956f3a37"
10 11
11COMPATIBLE_MACHINE = "(p4080ds|t4240qds)" 12COMPATIBLE_MACHINE = "(p4080ds|t4240qds)"