From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 16B62E00A0C; Fri, 28 Sep 2018 10:31:58 -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=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED,T_FILL_THIS_FORM_SHORT autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [198.47.23.249 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_VALID Message has at least one valid DKIM or DK signature * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * 0.0 T_FILL_THIS_FORM_SHORT Fill in a short form with personal * information Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 457C2E009D9 for ; Fri, 28 Sep 2018 10:31:57 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8SHVumE092670 for ; Fri, 28 Sep 2018 12:31:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1538155917; bh=zMPrv67JvTvFMT9j3Cy3DEbgrUFOiMG+mqiBRcYUBF4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=ZwxykZSOK8myJIrAeuf0WHZw5V72KvVA2HDF59060yjyNWNnDHwh+A69T3A9gHsXh l5MwbmI3wO7koZomfiyIrz9SorxWrGj4QAJ9TZy2U7KL+GY5gSGUxfisXLhE86adVN rZ+JvWgOUhOqjEUvDOkQM2ssFNDVofMLRbl6wxn4= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8SHVuNI028071 for ; Fri, 28 Sep 2018 12:31:56 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 28 Sep 2018 12:31:57 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Fri, 28 Sep 2018 12:31:57 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8SHVuPu010141; Fri, 28 Sep 2018 12:31:56 -0500 Date: Fri, 28 Sep 2018 13:31:56 -0400 From: Denys Dmytriyenko To: Jianzhong Xu Message-ID: <20180928173156.GF13888@beryl> References: <1538155548-33412-1-git-send-email-xuj@ti.com> MIME-Version: 1.0 In-Reply-To: <1538155548-33412-1-git-send-email-xuj@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] dsplib/mathlib: remove .metadata folder from packages 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: Fri, 28 Sep 2018 17:31:58 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Sep 28, 2018 at 01:25:48PM -0400, Jianzhong Xu wrote: > dsplib/mathlib: remove .metadata folder from dsplib and mathlib packages The log says "remove", but that's not what the code does, it seems... > Remove .metadata folder from dsplib and mathlib packages. > This folder prevents CCS from finding and installing dsplib and mathlib. > > Signed-off-by: Jianzhong Xu > --- > recipes-ti/dsplib/dsplib.inc | 2 -- > recipes-ti/mathlib/mathlib.inc | 2 -- > 2 files changed, 4 deletions(-) > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc > index 7180c4a..f369679 100644 > --- a/recipes-ti/dsplib/dsplib.inc > +++ b/recipes-ti/dsplib/dsplib.inc > @@ -49,7 +49,6 @@ do_install() { > > find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} \; > mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/* ${D}${DSPLIB_INSTALL_DIR_RECIPE} > - mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/.metadata ${D}${DSPLIB_INSTALL_DIR_RECIPE} > rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib > } > > @@ -62,7 +61,6 @@ do_deploy() { > # and place the zip file in ${DEPLOYDIR} > mkdir ./${DSPLIB_PACKAGE_NAME} > cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/* ./${DSPLIB_PACKAGE_NAME} > - cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/.metadata ./${DSPLIB_PACKAGE_NAME} > zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME} > rm -r ./${DSPLIB_PACKAGE_NAME} > } > diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc > index 3e981e4..6aea085 100644 > --- a/recipes-ti/mathlib/mathlib.inc > +++ b/recipes-ti/mathlib/mathlib.inc > @@ -48,7 +48,6 @@ do_install() { > > find -name "${MATHLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${MATHLIB_INSTALL_DIR_RECIPE} \; > mv ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/* ${D}${MATHLIB_INSTALL_DIR_RECIPE} > - mv ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/.metadata ${D}${MATHLIB_INSTALL_DIR_RECIPE} > rm -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib > } > > @@ -61,7 +60,6 @@ do_deploy() { > # and place the zip file in ${DEPLOYDIR} > mkdir ./${MATHLIB_PACKAGE_NAME} > cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/* ./${MATHLIB_PACKAGE_NAME} > - cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/.metadata ./${MATHLIB_PACKAGE_NAME} > zip -9 -y -r -q ${DEPLOYDIR}/${MATHLIB_PACKAGE_NAME}.zip ./${MATHLIB_PACKAGE_NAME} > rm -r ./${MATHLIB_PACKAGE_NAME} > } > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti