[meta-ti] Denys Dmytriyenko : linux-omap-psp: specify branch for bitbake to find SRCREV
Arago Project git
git at arago-project.org
Fri Feb 21 08:00:23 PST 2014
Module: meta-ti
Branch: dylan
Commit: 3bca395fab460a8f17b6295218f98995f5979d23
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=3bca395fab460a8f17b6295218f98995f5979d23
Author: Denys Dmytriyenko <denys at ti.com>
Date: Fri Feb 21 01:17:30 2014 -0500
linux-omap-psp: specify branch for bitbake to find SRCREV
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
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 8333cc8..8f6a450 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"
# SRCREV corresponds to tag v2.6.37_OMAPPSP_04.02.00.07
SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31"
+BRANCH = "OMAPPSP_04.02.00.07"
+
# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices
# see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "b"
PR = "${MACHINE_KERNEL_PR}"
-SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \
+SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=${BRANCH} \
file://defconfig"
# The following patches below have been upstreamed to linux kernel 2.6.39 tree
More information about the meta-ti
mailing list