From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B48E8E00CC4; Tue, 26 Sep 2017 11:44:26 -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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.19.16 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8F673E00C3A for ; Tue, 26 Sep 2017 11:44:25 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v8QIiElX020198 for ; Tue, 26 Sep 2017 13:44:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1506451454; bh=pyFl5yS7qPRMEWPselQOVYVRcK/2obdrbwbVl/K0lMk=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=YE+ct9fKEB78NRxjYtKy+m8ZRQrx78yu8OLUD/iazs3hQvvwuk364rDPwYvl1CXeN R6Aqzuy9IKeRPE9JJg4yJhdz9drYROKdsi4NXjlVTTuqK7yAcf3bLWr+hI4vg3Zcdi Z3REugkjt9Fl7hFMINkwxc/XZpJBkYcQOKbnmAjI= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8QIi9rX030775 for ; Tue, 26 Sep 2017 13:44:09 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Tue, 26 Sep 2017 13:44:09 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Tue, 26 Sep 2017 13:44:09 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8QIi8o4009216; Tue, 26 Sep 2017 13:44:09 -0500 Date: Tue, 26 Sep 2017 14:43:53 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20170926184352.GG26843@edge> References: <1504132936-7725-1-git-send-email-m-radhakrishnan2@ti.com> <1504132936-7725-5-git-send-email-m-radhakrishnan2@ti.com> <13e21177-ec0f-a885-55a7-3e54e252e014@ti.com> MIME-Version: 1.0 In-Reply-To: <13e21177-ec0f-a885-55a7-3e54e252e014@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [EXTERNAL] [PATCH v3 5/7] ti-ndk: Adding recipe for ti-ndk X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 18:44:26 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Aug 31, 2017 at 09:28:45AM -0400, Jacob Stiffler wrote: > > > On 8/30/2017 6:42 PM, Mahesh Radhakrishnan wrote: > >Upstreaming recipe for TI RTOS Networking development kit > > > >Signed-off-by: Mahesh Radhakrishnan > >--- > > > > v3 - Removed references to srcipk > > v2 - Added summmary & merged in to a single recipe > > These files are not merged anymore. Jake, Mahesh, Should this be a single recipe? I assume so, as it's only used by RTOS, not Linux. Is this critical to resolve? As it blocks multiple recipes depending on ndk - transport, board, vps-lld, cmb-addon, and audk2g-addon... > > recipes-ti/ndk/ti-ndk.inc | 21 +++++++++++++++++++++ > > recipes-ti/ndk/ti-ndk_2.25.01.11.bb | 13 +++++++++++++ > > 2 files changed, 34 insertions(+) > > create mode 100644 recipes-ti/ndk/ti-ndk.inc > > create mode 100644 recipes-ti/ndk/ti-ndk_2.25.01.11.bb > > > >diff --git a/recipes-ti/ndk/ti-ndk.inc b/recipes-ti/ndk/ti-ndk.inc > >new file mode 100644 > >index 0000000..09d9ea0 > >--- /dev/null > >+++ b/recipes-ti/ndk/ti-ndk.inc > >@@ -0,0 +1,21 @@ > >+SUMMARY = "TI RTOS_Networking" > >+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/index.html" > >+SECTION = "devel" > >+LICENSE = "BSD" > >+ > >+require recipes-ti/includes/ti-paths.inc > >+ > >+S = "${WORKDIR}/ndk_${PV}" > >+ > >+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip" > >+ > >+do_install() { > >+ CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" > >+ install -d ${D}${NDK_INSTALL_DIR_RECIPE} > >+ cp ${CP_ARGS} ${S}/* ${D}${NDK_INSTALL_DIR_RECIPE} > >+} > >+ > >+ALLOW_EMPTY_${PN} = "1" > >+FILES_${PN}-dev += "${NDK_INSTALL_DIR_RECIPE}" > >+ > >+INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" > >diff --git a/recipes-ti/ndk/ti-ndk_2.25.01.11.bb b/recipes-ti/ndk/ti-ndk_2.25.01.11.bb > >new file mode 100644 > >index 0000000..d5d926b > >--- /dev/null > >+++ b/recipes-ti/ndk/ti-ndk_2.25.01.11.bb > >@@ -0,0 +1,13 @@ > >+require ti-ndk.inc > >+ > >+PV = "2_25_01_11" > >+PR = "r0" > >+ > >+LIC_FILES_CHKSUM = "file://ndk_${PV}_manifest.html;md5=80a8d9b76cf700929d3f5b6df09052d6" > >+ > >+SRC_URI[ndkzip.md5sum] = "e42bfcc8c3a6d183d60f26ec01ccc79b" > >+SRC_URI[ndkzip.sha256sum] = "a15bc9b570dc0628dd8b8c3665037a162610a6f86c5f17ebb6a329d3db60f071" > >+ > >+INHIBIT_PACKAGE_STRIP = "1" > >+INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > >+INHIBIT_SYSROOT_STRIP = "1" > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti