From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 94CD6E00B01; Wed, 31 May 2017 10:22:30 -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 CC9CAE00992 for ; Wed, 31 May 2017 10:22:29 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v4VHMI5Y008538 for ; Wed, 31 May 2017 12:22:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1496251338; bh=m/NCcbcjRbtzM7AD8m7fcQBBxIfCRwX3jGO3Yn5/miY=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=XdGUiielrhrZu5CzuXGi6Yv0Zbyf5FB0sEkpvtCl2Hw/sKsqFjIEhKFDH7zxsOImr aufhrUkaNGJotCHZ5feV/Pcjq/FltpkclwvUDEMIg+BqxUshgFBmP7FYElCsB66Ii2 iDc7qTpPvaCMsbU1SRiJAmi/P4fKSC9STSzkd7To= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4VHMDe3011049 for ; Wed, 31 May 2017 12:22:13 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Wed, 31 May 2017 12:22:13 -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 v4VHMDfl031803; Wed, 31 May 2017 12:22:13 -0500 Date: Wed, 31 May 2017 13:21:57 -0400 From: Denys Dmytriyenko To: "Pang, Ivan" Message-ID: <20170531172157.GN28136@edge> References: <1496248865-13909-1-git-send-email-i-pang@ti.com> <20170531170143.GM28136@edge> 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:22:30 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, May 31, 2017 at 01:20:30PM -0400, Pang, Ivan wrote: > 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. > [Ivan] will change to ti-paths.inc and submit a PATCH v2 > > BTW, is it any different from previous submission last week? > [Ivan] No, it's the same patch, but this time I included [meta-ti] in the > subject line as it was missing before. The list automatically adds that: https://lists.yoctoproject.org/pipermail/meta-ti/2017-May/009978.html > > >+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