From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8A9F0E0045F; Sun, 6 Jul 2014 18:18:20 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 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] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EC6CDE00303 for ; Sun, 6 Jul 2014 18:18:19 -0700 (PDT) Received: from [192.168.1.10] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id C3A46227089F for ; Mon, 7 Jul 2014 01:18:18 +0000 (UTC) Message-ID: <53B9F558.4060404@mindchasers.com> Date: Sun, 06 Jul 2014 21:18:16 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1404380572-14814-1-git-send-email-ting.liu@freescale.com> <1404380572-14814-27-git-send-email-ting.liu@freescale.com> In-Reply-To: <1404380572-14814-27-git-send-email-ting.liu@freescale.com> Subject: Re: [meta-fsl-ppc][PATCH v2 26/38] l2switch: add recipe for sdk v1.6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 01:18:20 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/03/2014 05:42 AM, ting.liu@freescale.com wrote: > From: Ting Liu > > Signed-off-by: Ting Liu > --- > recipes-extended/l2switch/l2switch_0.1.bb | 31 +++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100755 recipes-extended/l2switch/l2switch_0.1.bb > > diff --git a/recipes-extended/l2switch/l2switch_0.1.bb b/recipes-extended/l2switch/l2switch_0.1.bb > new file mode 100755 > index 0000000..c25b38b > --- /dev/null > +++ b/recipes-extended/l2switch/l2switch_0.1.bb > @@ -0,0 +1,31 @@ > +SUMMARY = "T1040 L2 Switch" > +DESCRIPTION = "Control application sample, headers and library" > +LICENSE = "Proprietary" License is "Proprietary" and the Freescale_Software_License.txt is restrictive (e.g., "...distribute derivative works thereof only in object (machine-readable) form as part of a Freescale System") But all source is provided on the Freescale Public GIT: git.freescale.com/ppc/sdk/l2switch-util.git. Is this what you want? > +LIC_FILES_CHKSUM = "file://src/Freescale_Software_License.txt;md5=abef45971875a174b40d565215cdf4d9 \ > + file://include/COPYING;md5=7018bb7bacb48a72a2acbf999cf7d25a" > + > +RCONFLICTS_${PN} = "smbstax" > + > +inherit cmake update-rc.d > + > +SRC_URI = "git://git.freescale.com/ppc/sdk/l2switch-util.git;nobranch=1" > +SRCREV = "23dc48bdda2f5c200852c5451223231cb030da33" > + > +S = "${WORKDIR}/git" > + > +export SYSROOT = "${STAGING_DIR_TARGET}" > + > +PACKAGES = "${PN} ${PN}-lib vtss-api" > +FILES_${PN} = "${bindir}/l2sw_bin \ > + ${bindir}/l2switch-cfg \ > + /etc/init.d/l2switch \ > + /etc/sysconfig/l2switch \ > + " > +FILES_${PN}-lib = "${libdir}/*" > +FILES_vtss-api = "${includedir}/*" > + > +INITSCRIPT_NAME = "l2switch" > +INITSCRIPT_PARAMS = "defaults 10 85" > + > +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > +COMPATIBLE_MACHINE = "(t1040qds|t1040qds-64b|t1040rdb|t1040rdb-64b)" >