From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B16A5E009AE; Thu, 4 Jun 2015 10:02:28 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.153 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3F9E5E00985 for ; Thu, 4 Jun 2015 10:02:26 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t54H2OsY028216 for ; Thu, 4 Jun 2015 12:02:25 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t54H2OhD027086 for ; Thu, 4 Jun 2015 12:02:24 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Thu, 4 Jun 2015 12:02:24 -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 t54H2Ort010553; Thu, 4 Jun 2015 12:02:24 -0500 Date: Thu, 4 Jun 2015 13:02:24 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150604170224.GF27071@edge> References: <1433437145-14902-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1433437145-14902-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] rtos-recipes: Add files to ${PN}-dev instead of ${PN}. 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: Thu, 04 Jun 2015 17:02:28 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Thanks! Ack. On Thu, Jun 04, 2015 at 12:59:05PM -0400, Jacob Stiffler wrote: > * These packages only contain firmware development files. > > Signed-off-by: Jacob Stiffler > --- > .../common-csl-ip/common-csl-ip-rtos_git.bb | 5 ++++- > recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 7 ++++--- > recipes-ti/bios/ti-sysbios.inc | 4 ++++ > recipes-ti/bios/ti-sysbios_6.41.02.41.bb | 4 +--- > .../ti-framework-components.inc | 3 ++- > .../ti-framework-components_3.40.00.02.bb | 2 +- > recipes-ti/ipc/ti-ipc-rtos.inc | 3 ++- > recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 1 + > recipes-ti/xdais/ti-xdais.inc | 5 +++++ > recipes-ti/xdais/ti-xdais_7.24.00.04.bb | 3 +-- > 10 files changed, 25 insertions(+), 12 deletions(-) > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > index 5d4a552..c1fb566 100644 > --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > @@ -3,6 +3,8 @@ require common-csl-ip.inc > require recipes-ti/includes/ti-paths.inc > require recipes-ti/includes/ti-staging.inc > > +PR = "r1" > + > DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios" > > S = "${WORKDIR}/ti/csl" > @@ -30,4 +32,5 @@ do_install () { > find -name "*.tar" -exec tar xf {} -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \; > } > > -FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" > +ALLOW_EMPTY_${PN} = "1" > +FILES_${PN}-dev += "${PDK_INSTALL_DIR_RECIPE}/packages" > diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb > index 246d7a8..a4e0df6 100644 > --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb > +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb > @@ -2,7 +2,7 @@ require edma3-lld.inc > require recipes-ti/includes/ti-paths.inc > require recipes-ti/includes/ti-staging.inc > > -PR = "r0" > +PR = "r1" > > DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools" > > @@ -70,6 +70,7 @@ do_install () { > cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} > } > > -INSANE_SKIP_${PN} = "arch" > +INSANE_SKIP_${PN}-dev = "arch" > > -FILES_${PN} += "${EDMA3_LLD_INSTALL_DIR_RECIPE}" > +ALLOW_EMPTY_${PN} = "1" > +FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}" > diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc > index d04a158..c44fec3 100644 > --- a/recipes-ti/bios/ti-sysbios.inc > +++ b/recipes-ti/bios/ti-sysbios.inc > @@ -19,3 +19,7 @@ do_install() { > cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} > } > > +ALLOW_EMPTY_${PN} = "1" > +FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}" > + > +INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" > diff --git a/recipes-ti/bios/ti-sysbios_6.41.02.41.bb b/recipes-ti/bios/ti-sysbios_6.41.02.41.bb > index fcad086..ccc6ad1 100644 > --- a/recipes-ti/bios/ti-sysbios_6.41.02.41.bb > +++ b/recipes-ti/bios/ti-sysbios_6.41.02.41.bb > @@ -1,7 +1,7 @@ > require ti-sysbios.inc > > PV = "6_41_02_41" > -PR = "r0" > +PR = "r1" > > LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=a4af75ec6d586c5267c71075eebff418" > > @@ -10,5 +10,3 @@ SRC_URI[sysbiosbin.sha256sum] = "2c47b4a3aa9513d10e5811a8ac7ed1d6ce3d13df57a0bff > > TI_BIN_UNPK_CMDS="" > TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > - > -INSANE_SKIP_${PN} = "installed-vs-shipped" > diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc > index b8d3f7c..e111ec4 100644 > --- a/recipes-ti/framework-components/ti-framework-components.inc > +++ b/recipes-ti/framework-components/ti-framework-components.inc > @@ -17,4 +17,5 @@ do_install() { > > INSANE_SKIP_${PN} = "ldflags" > > -FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}" > +ALLOW_EMPTY_${PN} = "1" > +FILES_${PN}-dev += "${FC_INSTALL_DIR_RECIPE}" > diff --git a/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb b/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb > index 2dd8548..78f764d 100644 > --- a/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb > +++ b/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb > @@ -1,7 +1,7 @@ > require ti-framework-components.inc > > PV = "3_40_00_02" > -PR = "r0" > +PR = "r1" > > LIC_FILES_CHKSUM = "file://framework_components_${PV}_Manifest.html;md5=e3ce0b3e17175b7200f346d0c6dbbcc6" > > diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc > index fe179f5..d14c756 100644 > --- a/recipes-ti/ipc/ti-ipc-rtos.inc > +++ b/recipes-ti/ipc/ti-ipc-rtos.inc > @@ -15,4 +15,5 @@ do_install() { > cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} > } > > -FILES_${PN} += "${IPC_INSTALL_DIR_RECIPE}" > +ALLOW_EMPTY_${PN} = "1" > +FILES_${PN}-dev += "${IPC_INSTALL_DIR_RECIPE}" > diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb > index 4c67c6e..ef5087d 100644 > --- a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb > +++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb > @@ -1,6 +1,7 @@ > require ti-ipc-rtos.inc > > PV = "3_35_01_07" > +PR = "r1" > > LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" > > diff --git a/recipes-ti/xdais/ti-xdais.inc b/recipes-ti/xdais/ti-xdais.inc > index 2e7eb13..a7017e7 100644 > --- a/recipes-ti/xdais/ti-xdais.inc > +++ b/recipes-ti/xdais/ti-xdais.inc > @@ -14,3 +14,8 @@ do_install() { > install -d ${D}${XDAIS_INSTALL_DIR_RECIPE} > cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE} > } > + > +INSANE_SKIP_${PN}-dev = "arch" > + > +ALLOW_EMPTY_${PN} = "1" > +FILES_${PN}-dev += "${XDAIS_INSTALL_DIR_RECIPE}" > diff --git a/recipes-ti/xdais/ti-xdais_7.24.00.04.bb b/recipes-ti/xdais/ti-xdais_7.24.00.04.bb > index 0f27514..8148f73 100644 > --- a/recipes-ti/xdais/ti-xdais_7.24.00.04.bb > +++ b/recipes-ti/xdais/ti-xdais_7.24.00.04.bb > @@ -1,10 +1,9 @@ > require ti-xdais.inc > > PV = "7_24_00_04" > +PR = "r1" > > LIC_FILES_CHKSUM = "file://xdais_7_24_00_04_Manifest.html;md5=fd16442230745f0877cfe1c622669fd6" > > SRC_URI[xdaistarball.md5sum] = "f7514085b531f2ae49b37b30194e4989" > SRC_URI[xdaistarball.sha256sum] = "79fd30377ab4c497292aeefb0565f81703d9020d1242b02ca9968c561e0de9a1" > - > -INSANE_SKIP_${PN} = "installed-vs-shipped" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti