All of lore.kernel.org
 help / color / mirror / Atom feed
* Warnings shown when running bitbake for pandaboard
@ 2013-08-14 14:15 Vali Cobelea
  0 siblings, 0 replies; only message in thread
From: Vali Cobelea @ 2013-08-14 14:15 UTC (permalink / raw)
  To: meta-ti


[-- Attachment #1.1: Type: text/plain, Size: 1443 bytes --]

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


[-- Attachment #1.2: Type: text/html, Size: 6783 bytes --]

[-- Attachment #2: 0001-LXCR-2019-first-bitbake-on-pandaboard-exhibits-warni.patch --]
[-- Type: text/x-patch, Size: 1420 bytes --]

From cd1bc888aaeea734b48fe3ccd5e4e0271f8f1480 Mon Sep 17 00:00:00 2001
From: Valentin Cobelea <valentin.cobelea@enea.com>
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 <valentin.cobelea@enea.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-14 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 14:15 Warnings shown when running bitbake for pandaboard Vali Cobelea

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.