From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx-3.enea.com (sestofw01.enea.se [192.36.1.252]) by yocto-www.yoctoproject.org (Postfix) with SMTP id BF1BEE006E9 for ; Wed, 14 Aug 2013 07:15:47 -0700 (PDT) Received: from localhost.enea.se (192.168.14.201) by smtp.enea.com (172.21.1.209) with Microsoft SMTP Server id 14.2.318.1; Wed, 14 Aug 2013 16:15:42 +0200 Message-ID: <520B910E.703@enea.com> Date: Wed, 14 Aug 2013 17:15:42 +0300 From: Vali Cobelea Organization: ENEA User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: X-Originating-IP: [192.168.14.201] Subject: Warnings shown when running bitbake for pandaboard 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, 14 Aug 2013 14:15:50 -0000 X-Groupsio-MsgNum: 3147 Content-Type: multipart/mixed; boundary="------------080504080604090803010708" --------------080504080604090803010708 Content-Type: multipart/alternative; boundary="------------080906040802090200090006" --------------080906040802090200090006 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hello, While running bitbake for 'pandaboard' we've got few warnings, as shown below, regarding the variable keys. These warnings are produced right after the bitbake is started. Pseudo is not present but is required, building this first before the main build *WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-ipc-dev (${libdir}/*).** **WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).* Parsing recipes: 100% |##########################################################################################################| Time: 00:00:05 Parsing of 916 .bb files complete (0 cached, 916 parsed). 1227 targets, 149 skipped, 3 masked, 0 errors. ... In order to fix this issue we've made the attached fix; which solved on our side the above problem with the warnings. Now the question is if the patch is ready for upstream, and second, what would be the procedure to have this patch (if all good with it) merged into the 'meta-ti'. Thank you very much, Vali --------------080906040802090200090006 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Hello,

While running bitbake for 'pandaboard' we've got few warnings, as shown below, regarding the variable keys. These warnings are produced right after the bitbake is started.

Pseudo is not present but is required, building this first before the main build 
WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-ipc-dev (${libdir}/*). 
WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*). 
Parsing recipes: 100% |##########################################################################################################| Time: 00:00:05 
Parsing of 916 .bb files complete (0 cached, 916 parsed). 1227 targets, 149 skipped, 3 masked, 0 errors.
...


In order to fix this issue we've made the attached fix; which solved on our side the above problem with the warnings.
Now the question is if the patch is ready for upstream, and second, what would be the procedure to have this patch (if all good with it) merged into the 'meta-ti'.

Thank you very much,
Vali

--------------080906040802090200090006-- --------------080504080604090803010708 Content-Type: text/x-patch; name="0001-LXCR-2019-first-bitbake-on-pandaboard-exhibits-warni.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-LXCR-2019-first-bitbake-on-pandaboard-exhibits-warni.pa"; filename*1="tch" >From cd1bc888aaeea734b48fe3ccd5e4e0271f8f1480 Mon Sep 17 00:00:00 2001 From: Valentin Cobelea Date: Mon, 12 Aug 2013 15:53:39 +0200 Subject: [PATCH] LXCR-2019: first bitbake on pandaboard exhibits warning during parsing recipes This patch changes the variable name in order to avoid the display of warnings at the begining of a build (when running 'bitbake'). Signed-off-by: Valentin Cobelea --- recipes-ti/ipc/ti-ipc.inc | 2 +- recipes-ti/syslink/ti-syslink.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 8d1b802..7f4b919 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc @@ -33,4 +33,4 @@ do_install() { install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/ } -FILES_ti-ipc-dev = "${libdir}/*" +FILES_${PN}-dev = "${libdir}/*" diff --git a/recipes-ti/syslink/ti-syslink.inc b/recipes-ti/syslink/ti-syslink.inc index 04c59c1..70289d4 100644 --- a/recipes-ti/syslink/ti-syslink.inc +++ b/recipes-ti/syslink/ti-syslink.inc @@ -238,4 +238,4 @@ RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module" FILES_ti-syslink-examples = "${installdir}/ti-syslink-examples/*" INSANE_SKIP_ti-syslink-examples = "1" -FILES_ti-syslink-dev = "${libdir}/*" +FILES_${PN}-dev = "${libdir}/*" -- 1.7.10.4 --------------080504080604090803010708--