From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 71CFEE00B01; Wed, 31 May 2017 10:02:03 -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.17 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 fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BFCCEE00992 for ; Wed, 31 May 2017 10:02:01 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v4VH20Dj018796 for ; Wed, 31 May 2017 12:02:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1496250120; bh=/z3swIJ+rwRkuVWC9eXG00MONekTivGKepRBNQarNDE=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wR1ITvIjZlGhGcBa+1GChNgPVAj1pk70OvTXSGEMrdNoZSGxsaXdrhv9CcAz3F7fv we0bvQATHsThzt+t9nRCY8iO2y5Dwjh2ORMWzftx/iTB2p4tLJsFO/x/GaiI0otyvm gg5RrsBupEkc5zkdINFAj6A2AQ+8Ajdkua8jXl7E= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4VH204k016684 for ; Wed, 31 May 2017 12:02:00 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Wed, 31 May 2017 12:02:00 -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 v4VH20Qc003988; Wed, 31 May 2017 12:02:00 -0500 Date: Wed, 31 May 2017 13:01:44 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20170531170143.GM28136@edge> References: <1496248865-13909-1-git-send-email-i-pang@ti.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] starterware-rtos: added recipe for RTOS starterware 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: Wed, 31 May 2017 17:02:03 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, May 31, 2017 at 12:49:06PM -0400, Jacob Stiffler wrote: > > > On 5/31/2017 12:41 PM, Ivan Pang wrote: > >Signed-off-by: Ivan Pang > >--- > > recipes-bsp/starterware/starterware-rtos_git.bb | 46 +++++++++++++++++++++++++ > > 1 file changed, 46 insertions(+) > > create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb > > > >diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb > >new file mode 100644 > >index 0000000..f831fb8 > >--- /dev/null > >+++ b/recipes-bsp/starterware/starterware-rtos_git.bb > >@@ -0,0 +1,46 @@ > >+LICENSE = "BSD-3-Clause" > >+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3" > >+ > >+COMPATIBLE_MACHINE = "ti33x|ti43x" > >+DEPENDS = "gcc-arm-none-eabi-native" > >+ > >+require recipes-ti/includes/ti-paths-append.inc > ^^^ This is not available in the meta-ti layer. BTW, is it any different from previous submission last week? > >+require recipes-ti/includes/ti-staging.inc > >+ > >+PACKAGE_ARCH = "${MACHINE_ARCH}" > >+ > >+STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git" > >+STARTERWARE_GIT_PROTOCOL = "git" > >+STARTERWARE_GIT_BRANCH = "master" > >+ > >+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A" > >+STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa" > >+ > >+BRANCH = "${STARTERWARE_GIT_BRANCH}" > >+SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}" > >+ > >+SRCREV = "${STARTERWARE_SRCREV}" > >+PV = "02.01.01.02A" > >+PR = "r0" > >+ > >+S = "${WORKDIR}/git" > >+ > >+PARTNO_ti33x = "am335x" > >+PARTNO_ti43x = "am437x" > >+ > >+export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}" > >+export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}" > >+ > >+do_compile() { > >+ cd build > >+ ./release_${PARTNO}.sh > >+} > >+ > >+do_install() { > >+ install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware > >+ find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \; > >+} > >+ > >+FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" > >+ > >+INSANE_SKIP_${PN} = "arch staticdev" > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti