From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by arago-project.org (Postfix) with ESMTPS id EC0DA529AF for ; Thu, 21 Sep 2017 19:14:02 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v8LJE2QN028024 for ; Thu, 21 Sep 2017 14:14:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1506021242; bh=6EJo1ye+BWlMkeCiP+uODW2W7KdY/ZqZMCicfEHdDgE=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=mF9ipvejbsD5mkg3mW48J3DIQpcUJ/XVSZW2oziKDOu39EQDbdC2sMSLKuHBjZt1a YagaftbL+9o9+gxyA9ay1PywBAKhm9IuEuxof/1La1KKpj+qpdg+eZ4BQQVMZcrxUz z2eTQS9K/2+Jc95K1K6r/R/XffORfXy/BsbLK9jM= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8LJE2v4005520 for ; Thu, 21 Sep 2017 14:14:02 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 21 Sep 2017 14:14:01 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Thu, 21 Sep 2017 14:14:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8LJE1cH016313; Thu, 21 Sep 2017 14:14:01 -0500 Date: Thu, 21 Sep 2017 15:13:45 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20170921191345.GG26843@edge> References: <1506020265-19414-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1506020265-19414-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org, spatton@ti.com, Michael Erdahl Subject: Re: [meta-processor-sdk][PATCH] mstpd: add support for Multiple Spanning Tree Protocol Daemon X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 19:14:03 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Please submit this to meta-arago layer. On Thu, Sep 21, 2017 at 02:57:45PM -0400, Jacob Stiffler wrote: > From: Michael Erdahl > > Project repo: https://github.com/mstpd/mstpd > > Signed-off-by: Michael Erdahl > Signed-off-by: Jacob Stiffler > --- > Michael, > > Here is my refactoring of your patches for meta-processor-sdk. Let me know if you see any problems. > > > .../packagegroups/packagegroup-arago-test.bbappend | 5 +++ > recipes-support/mstpctl/mstpd_git.bb | 39 ++++++++++++++++++++++ > 2 files changed, 44 insertions(+) > create mode 100644 recipes-core/packagegroups/packagegroup-arago-test.bbappend > create mode 100644 recipes-support/mstpctl/mstpd_git.bb > > diff --git a/recipes-core/packagegroups/packagegroup-arago-test.bbappend b/recipes-core/packagegroups/packagegroup-arago-test.bbappend > new file mode 100644 > index 0000000..4cb58db > --- /dev/null > +++ b/recipes-core/packagegroups/packagegroup-arago-test.bbappend > @@ -0,0 +1,5 @@ > +PR_append = ".tisdk0" > + > +ARAGO_TEST_append_ti33x = " mstpd" > +ARAGO_TEST_append_ti43x = " mstpd" > +ARAGO_TEST_append_omap-a15 = " mstpd" > diff --git a/recipes-support/mstpctl/mstpd_git.bb b/recipes-support/mstpctl/mstpd_git.bb > new file mode 100644 > index 0000000..abe2ca9 > --- /dev/null > +++ b/recipes-support/mstpctl/mstpd_git.bb > @@ -0,0 +1,39 @@ > +# Recipe created by recipetool > +# This is the basis of a recipe and may need further editing in order to be fully functional. > +# (Feel free to remove these comments when editing.) Please remove stub comments. > +SUMMARY = "Multiple Spanning Tree Protocol Daemon" > + > +# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is > +# your responsibility to verify that the values are complete and correct. > +# > +# NOTE: multiple licenses have been detected; if that is correct you should separate > +# these in the LICENSE value using & if the multiple licenses all apply, or | if there > +# is a choice between the multiple licenses. If in doubt, check the accompanying > +# documentation to determine which situation is applicable. > +# > +# The following license files were not able to be identified and are > +# represented as "Unknown" below, you will need to check them yourself: > +# debian/copyright > +# Same here - please remove stub comments. > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4 \ > + file://debian/copyright;md5=332234a99007d25da40f41ee96aa388f" > + > +SRC_URI = "git://github.com/mstpd/mstpd.git;protocol=https" You might not want to use https by default... > +# Modify these as desired ^^^ > +PV = "0.0.5+git${SRCPV}" > +SRCREV = "3dbd68c11dfed6c8f6f2423f429d3b4a2acc27f8" > + > +S = "${WORKDIR}/git" > + > +DEPENDS = "python" > +RDEPENDS_${PN} = "python-core" > + > +# NOTE: if this software is not capable of being built in a separate build directory > +# from the source, you should replace autotools with autotools-brokensep in the > +# inherit line ^^^ Here as well. > +inherit autotools > + > +# Specify any options you want to pass to the configure script using EXTRA_OECONF: ^^^ > +EXTRA_OECONF = "--sbindir=/sbin" > -- > 2.7.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago