diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-02-21 01:17:30 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-21 10:46:09 -0500 |
commit | 90f78e4355153a8595b7885e6de696c4b7060091 (patch) | |
tree | 461e75829d35ebcbc830d555ad9a03a288c74be1 /recipes-kernel | |
parent | bb73d1506091dee8225c3a661413a858a3e71d29 (diff) | |
download | meta-ti-90f78e4355153a8595b7885e6de696c4b7060091.tar.gz |
linux-omap-psp: specify branch for bitbake to find SRCREV
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-omap-psp_2.6.37.bb | 4 |
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 |
9 | SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31" | 9 | SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31" |
10 | 10 | ||
11 | BRANCH = "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 |
13 | MACHINE_KERNEL_PR_append = "b" | 15 | MACHINE_KERNEL_PR_append = "b" |
14 | PR = "${MACHINE_KERNEL_PR}" | 16 | PR = "${MACHINE_KERNEL_PR}" |
15 | 17 | ||
16 | SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \ | 18 | SRC_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 |