From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6CDD5E00B9D; Tue, 15 Dec 2015 05:48:16 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 42222E0048C for ; Tue, 15 Dec 2015 05:48:12 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id tBFDmB10022740 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 15 Dec 2015 05:48:11 -0800 (PST) Received: from [128.224.56.48] (128.224.56.48) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Tue, 15 Dec 2015 05:48:11 -0800 To: Mark Asselstine References: <1449854905-22308-1-git-send-email-mark.asselstine@windriver.com> From: Bruce Ashfield Message-ID: <56701A0D.50008@windriver.com> Date: Tue, 15 Dec 2015 08:47:57 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1449854905-22308-1-git-send-email-mark.asselstine@windriver.com> Cc: meta-virtualization@yoctoproject.org Subject: Re: [PATCH 1/3] openvswitch: drop version 1.10.0 and 2.1.3 X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 13:48:16 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 15-12-11 12:28 PM, Mark Asselstine wrote: > There are some changes that we need to make in the .inc file to > properly support more recent releases of openvswitch. These changes > are not compatible with these older versions of openvswitch, so rather > than make accommodations in the .inc file to continue to support this > version we will simply drop them. I've merged the series. Bruce > > Signed-off-by: Mark Asselstine > --- > .../openvswitch/openvswitch_1.10.0.bb | 16 ------------ > .../openvswitch/openvswitch_2.1.3.bb | 29 ---------------------- > 2 files changed, 45 deletions(-) > delete mode 100644 recipes-networking/openvswitch/openvswitch_1.10.0.bb > delete mode 100644 recipes-networking/openvswitch/openvswitch_2.1.3.bb > > diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb > deleted file mode 100644 > index 85b2709..0000000 > --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb > +++ /dev/null > @@ -1,16 +0,0 @@ > -require openvswitch.inc > - > -RRECOMMENDS_${PN} += "kernel-module-openvswitch" > - > -PR = "r4" > - > -SRC_URI += "\ > - http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ > - file://configure-Only-link-against-libpcap-on-FreeBSD.patch \ > - " > - > -SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106" > -SRC_URI[sha256sum] = "803966c89d6a5de6d710a2cb4ed73ac8d8111a2c44b12b846dcef8e91ffab167" > -LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253" > - > -inherit pkgconfig > diff --git a/recipes-networking/openvswitch/openvswitch_2.1.3.bb b/recipes-networking/openvswitch/openvswitch_2.1.3.bb > deleted file mode 100644 > index dc6c7e3..0000000 > --- a/recipes-networking/openvswitch/openvswitch_2.1.3.bb > +++ /dev/null > @@ -1,29 +0,0 @@ > -require openvswitch.inc > - > -RRECOMMENDS_${PN} += "kernel-module-openvswitch" > - > -RDEPENDS_${PN}-ptest += "\ > - python-logging python-syslog python-argparse python-io \ > - python-fcntl python-shell python-lang python-xml python-math \ > - python-datetime python-netclient python sed \ > - " > - > -SRC_URI += "\ > - http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ > - file://openvswitch-add-more-target-python-substitutions.patch \ > - file://openvswitch-add-ptest.patch \ > - file://run-ptest \ > - " > - > -SRC_URI[md5sum] = "d3c8a69df3d1b1a9eaef5a896576fd2a" > -SRC_URI[sha256sum] = "43a2562fe5e8e48e997bfdb04691ffaaaefe73069b5699654538bf2f16ebfb1a" > - > -LIC_FILES_CHKSUM = "file://COPYING;md5=e03b0d9c4115c44518594e5618e653f8" > - > -inherit ptest > - > -EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}" > - > -do_install_ptest() { > - oe_runmake test-install > -} >