aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-13 09:10:45 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-01-13 09:11:40 +0100
commitcededdb1e5bd0ab030dc36b411f7585000d5b2b8 (patch)
tree79d83d7d6256e9d1b2c08fe0966fd72610a0d6d8 /meta-linaro/recipes-extra
parent5859c139200d474679a6ec07d46596ff55eb0a8e (diff)
openem: fix git branch
The odp commit listed in SRCREV isn't present in the master branch, only in the 'ratable' branch. Change-Id: Ib9c15bd6ce1f17a882a6f3585d330486b3d8f6da Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r--meta-linaro/recipes-extra/odp/openem.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-extra/odp/openem.bb b/meta-linaro/recipes-extra/odp/openem.bb
index a5951c08..137c327d 100644
--- a/meta-linaro/recipes-extra/odp/openem.bb
+++ b/meta-linaro/recipes-extra/odp/openem.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dd8b05a36dd5410381ad0679f9151808"
PV = "20131206"
-SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp \
+SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp;branch=ratable \
git://git.linaro.org/lng/dpdk.git;destsuffix=git/dpdk;name=dpdk \
git://git.linaro.org/lng/eventmachine-code.git;destsuffix=git/openem;name=openem"