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:01 -0500
commit3bca395fab460a8f17b6295218f98995f5979d23 (patch)
tree34bf80fed7fbcd038bbf99a5a599a2da265a610a
parent975ce2d93d1d11f8931d5529ebd4390f25248b08 (diff)
downloadmeta-ti-3bca395fab460a8f17b6295218f98995f5979d23.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