All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vali Cobelea <valentin.cobelea@enea.com>
To: <meta-ti@yoctoproject.org>
Subject: Warnings shown when running bitbake for pandaboard
Date: Wed, 14 Aug 2013 17:15:42 +0300	[thread overview]
Message-ID: <520B910E.703@enea.com> (raw)


[-- 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


                 reply	other threads:[~2013-08-14 14:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=520B910E.703@enea.com \
    --to=valentin.cobelea@enea.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.