summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-02-21 01:17:30 -0500
committerDenys Dmytriyenko <denys@ti.com>2014-02-21 10:46:16 -0500
commit8ec2048cfbf4adc8725b0dec3736d24a61dc0a78 (patch)
treebdd94df0ae47353f24a981a25d6839f70acb8f1f
parent862600986455bcb877c429ff8005e2be51a20c88 (diff)
downloadmeta-ti-8ec2048cfbf4adc8725b0dec3736d24a61dc0a78.tar.gz
linux-omap-psp: specify branch for bitbake to find SRCREV
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-omap-psp_2.6.37.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-omap-psp_2.6.37.bb b/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
index 8333cc82..8f6a4503 100644
--- a/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
+++ b/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
@@ -8,12 +8,14 @@ COMPATIBLE_MACHINE = "omap3"
8# SRCREV corresponds to tag v2.6.37_OMAPPSP_04.02.00.07 8# SRCREV corresponds to tag v2.6.37_OMAPPSP_04.02.00.07
9SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31" 9SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31"
10 10
11BRANCH = "OMAPPSP_04.02.00.07"
12
11# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices 13# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices
12# see conf/machine/include/omap3.inc 14# see conf/machine/include/omap3.inc
13MACHINE_KERNEL_PR_append = "b" 15MACHINE_KERNEL_PR_append = "b"
14PR = "${MACHINE_KERNEL_PR}" 16PR = "${MACHINE_KERNEL_PR}"
15 17
16SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \ 18SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=${BRANCH} \
17 file://defconfig" 19 file://defconfig"
18 20
19# The following patches below have been upstreamed to linux kernel 2.6.39 tree 21# The following patches below have been upstreamed to linux kernel 2.6.39 tree