Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Saul Wold
On 05/06/2011 07:48 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index e6b3df7..082f233 100644 --- a/meta/classes/package.bb

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Richard Purdie
On Sat, 2011-05-07 at 09:50 -0700, Darren Hart wrote: > According to my discussion with RP, bb.note() is supposed to appear on > the console. If it doesn't, that is a bug in bitbake, not the recipe > logging. I used this information to document the intended use of the > similarly named bbnote() in

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Graeme Gregory
On 09/05/2011 08:11, Koen Kooi wrote: Op 8 mei 2011, om 08:23 heeft Khem Raj het volgende geschreven: On 5/7/2011 9:50 AM, Darren Hart wrote: According to my discussion with RP, bb.note() is supposed to appear on the console. If it doesn't, that is a bug in bitbake, not the recipe it does if

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Koen Kooi
Op 8 mei 2011, om 08:23 heeft Khem Raj het volgende geschreven: > On 5/7/2011 9:50 AM, Darren Hart wrote: >> According to my discussion with RP, bb.note() is supposed to appear on >> the console. If it doesn't, that is a bug in bitbake, not the recipe > > it does if we increase verbosity but it

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-07 Thread Khem Raj
On 5/7/2011 9:50 AM, Darren Hart wrote: According to my discussion with RP, bb.note() is supposed to appear on the console. If it doesn't, that is a bug in bitbake, not the recipe it does if we increase verbosity but it also dumps a lot of other information along. Default is to print errors an

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-07 Thread Darren Hart
According to my discussion with RP, bb.note() is supposed to appear on the console. If it doesn't, that is a bug in bitbake, not the recipe logging. I used this information to document the intended use of the similarly named bbnote() in logging.bbclass. -- Darren On Fri, 2011-05-06 at 16:48 +0200

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-06 Thread Tom Rini
On 05/06/2011 07:48 AM, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/classes/package.bbclass |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass > index e6b3df7..082f233 100644 > --- a/meta/class

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-06 Thread Mark Hatle
Acked-by: Mark Hatle On 5/6/11 9:48 AM, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/classes/package.bbclass |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass > index e6b3df7..082f233 100644

[OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-06 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index e6b3df7..082f233 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass @@