summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2016-03-29 18:22:24 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-03-31 09:15:25 -0400
commit2bb28a781f7c78317c91ec3f9d1056ce665d1087 (patch)
tree34cfc70bdafb9a4ddeb263dbbab1821c942508d1 /recipes-networking/openvswitch
parentbffe56510c83ac4c23b30455cf2811e5d6ae99b1 (diff)
downloadmeta-virtualization-2bb28a781f7c78317c91ec3f9d1056ce665d1087.tar.gz
openvswitch: Uprev to latest version 2.5.0
Uprev to git rev bb429e09f7783f1ba23ac0682ed9edf424f0cfbb (based on 2.5.0) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-8c0b419a0b9ac0141d6973dcc80306dfc6a83d31.patch (renamed from recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-bb429e09f7783f1ba23ac0682ed9edf424f0cfbb.patch)6
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb8
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-bb429e09f7783f1ba23ac0682ed9edf424f0cfbb.patch b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-8c0b419a0b9ac0141d6973dcc80306dfc6a83d31.patch
index c8ebff14..b79cb1bc 100644
--- a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-bb429e09f7783f1ba23ac0682ed9edf424f0cfbb.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-8c0b419a0b9ac0141d6973dcc80306dfc6a83d31.patch
@@ -9,10 +9,10 @@ Signed-off-by: Radu Patriu <radu.patriu@enea.com>
9 9
10--- a/Makefile.am 10--- a/Makefile.am
11+++ b/Makefile.am 11+++ b/Makefile.am
12@@ -382,3 +382,5 @@ 12@@ -401,3 +401,5 @@
13 include datapath-windows/automake.mk
14 include datapath-windows/include/automake.mk
15 include windows/automake.mk 13 include windows/automake.mk
14 include ovn/automake.mk
15 include selinux/automake.mk
16+include test.mk 16+include test.mk
17+ 17+
18--- /dev/null 18--- /dev/null
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 0c918cd9..700a3061 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -9,13 +9,13 @@ RDEPENDS_${PN}-ptest += "\
9 " 9 "
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12PV = "2.4.0+${SRCREV}" 12PV = "2.5.0+${SRCREV}"
13 13
14FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 14FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
15 15
16SRCREV = "bb429e09f7783f1ba23ac0682ed9edf424f0cfbb" 16SRCREV = "8c0b419a0b9ac0141d6973dcc80306dfc6a83d31"
17SRC_URI += "\ 17SRC_URI += "\
18 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.4 \ 18 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.5 \
19 file://openvswitch-add-more-target-python-substitutions.patch \ 19 file://openvswitch-add-more-target-python-substitutions.patch \
20 file://openvswitch-add-ptest-${SRCREV}.patch \ 20 file://openvswitch-add-ptest-${SRCREV}.patch \
21 file://run-ptest \ 21 file://run-ptest \
@@ -23,7 +23,7 @@ SRC_URI += "\
23 file://kernel_module.patch \ 23 file://kernel_module.patch \
24 " 24 "
25 25
26LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" 26LIC_FILES_CHKSUM = "file://COPYING;md5=247d8817aece26b21a8cd6791b3ea994"
27 27
28PACKAGECONFIG ?= "" 28PACKAGECONFIG ?= ""
29PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk," 29PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,"