* [PATCH 0/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
@ 2016-01-21 8:11 Robert Yang
2016-01-21 8:11 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 7+ messages in thread
From: Robert Yang @ 2016-01-21 8:11 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 8084c185c43cb7e7f5e29d31939dfd308f8a0f93:
udev: Add 2 patches to support 4.4 kernel (2016-01-20 09:20:06 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/rerun
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/rerun
Robert Yang (1):
insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
meta/classes/insane.bbclass | 1 +
1 file changed, 1 insertion(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
2016-01-21 8:11 [PATCH 0/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA Robert Yang
@ 2016-01-21 8:11 ` Robert Yang
2016-01-21 8:16 ` Olof Johansson
0 siblings, 1 reply; 7+ messages in thread
From: Robert Yang @ 2016-01-21 8:11 UTC (permalink / raw)
To: openembedded-core
do_package_qa() should rerun when WARN_QA or ERROR_QA changed
[YOCTO #8445]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/classes/insane.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index f7781ce..0ab756f 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1098,6 +1098,7 @@ python do_package_qa () {
do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
do_package_qa[rdeptask] = "do_packagedata"
+do_package_qa[vardeps] += "${WARN_QA} ${ERROR_QA}"
addtask do_package_qa after do_packagedata do_package before do_build
SSTATETASKS += "do_package_qa"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
2016-01-21 8:11 ` [PATCH 1/1] " Robert Yang
@ 2016-01-21 8:16 ` Olof Johansson
2016-01-21 8:42 ` Robert Yang
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2016-01-21 8:16 UTC (permalink / raw)
To: Robert Yang; +Cc: openembedded-core
On 16-01-21 00:11 -0800, Robert Yang wrote:
> --- a/meta/classes/insane.bbclass
> +++ b/meta/classes/insane.bbclass
> @@ -1098,6 +1098,7 @@ python do_package_qa () {
>
> do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
> do_package_qa[rdeptask] = "do_packagedata"
> +do_package_qa[vardeps] += "${WARN_QA} ${ERROR_QA}"
Shouldn't this be "WARN_QA ERROR_QA"? Or you'll get the expanded
values of the variables.
--
olofjn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
2016-01-21 8:16 ` Olof Johansson
@ 2016-01-21 8:42 ` Robert Yang
2016-01-21 18:29 ` Paul Eggleton
0 siblings, 1 reply; 7+ messages in thread
From: Robert Yang @ 2016-01-21 8:42 UTC (permalink / raw)
To: Olof Johansson; +Cc: openembedded-core
On 01/21/2016 04:16 PM, Olof Johansson wrote:
> On 16-01-21 00:11 -0800, Robert Yang wrote:
>> --- a/meta/classes/insane.bbclass
>> +++ b/meta/classes/insane.bbclass
>> @@ -1098,6 +1098,7 @@ python do_package_qa () {
>>
>> do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
>> do_package_qa[rdeptask] = "do_packagedata"
>> +do_package_qa[vardeps] += "${WARN_QA} ${ERROR_QA}"
>
> Shouldn't this be "WARN_QA ERROR_QA"? Or you'll get the expanded
> values of the variables.
Sorry, please drop this patch, need more work it.
// Robert
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
2016-01-21 8:42 ` Robert Yang
@ 2016-01-21 18:29 ` Paul Eggleton
2016-01-21 21:56 ` Richard Purdie
0 siblings, 1 reply; 7+ messages in thread
From: Paul Eggleton @ 2016-01-21 18:29 UTC (permalink / raw)
To: openembedded-core
On Thu, 21 Jan 2016 16:42:00 Robert Yang wrote:
> On 01/21/2016 04:16 PM, Olof Johansson wrote:
> > On 16-01-21 00:11 -0800, Robert Yang wrote:
> >> --- a/meta/classes/insane.bbclass
> >> +++ b/meta/classes/insane.bbclass
> >> @@ -1098,6 +1098,7 @@ python do_package_qa () {
> >>
> >> do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
> >> do_package_qa[rdeptask] = "do_packagedata"
> >>
> >> +do_package_qa[vardeps] += "${WARN_QA} ${ERROR_QA}"
> >
> > Shouldn't this be "WARN_QA ERROR_QA"? Or you'll get the expanded
> > values of the variables.
>
> Sorry, please drop this patch, need more work it.
Aside from that, didn't we already have a discussion on whether changing these
variables should force do_package_qa to re-execute? Ross, I seem to recall you
were involved last time.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
2016-01-21 18:29 ` Paul Eggleton
@ 2016-01-21 21:56 ` Richard Purdie
2016-01-21 22:04 ` Burton, Ross
0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2016-01-21 21:56 UTC (permalink / raw)
To: Paul Eggleton, openembedded-core
On Fri, 2016-01-22 at 07:29 +1300, Paul Eggleton wrote:
> On Thu, 21 Jan 2016 16:42:00 Robert Yang wrote:
> > On 01/21/2016 04:16 PM, Olof Johansson wrote:
> > > On 16-01-21 00:11 -0800, Robert Yang wrote:
> > > > --- a/meta/classes/insane.bbclass
> > > > +++ b/meta/classes/insane.bbclass
> > > > @@ -1098,6 +1098,7 @@ python do_package_qa () {
> > > >
> > > > do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
> > > > do_package_qa[rdeptask] = "do_packagedata"
> > > >
> > > > +do_package_qa[vardeps] += "${WARN_QA} ${ERROR_QA}"
> > >
> > > Shouldn't this be "WARN_QA ERROR_QA"? Or you'll get the expanded
> > > values of the variables.
> >
> > Sorry, please drop this patch, need more work it.
>
> Aside from that, didn't we already have a discussion on whether
> changing these
> variables should force do_package_qa to re-execute? Ross, I seem to
> recall you
> were involved last time.
Last time around we ended up with:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=f6ec8dfaf7f98ade05d6292d2fea42805c4d80a7
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
2016-01-21 21:56 ` Richard Purdie
@ 2016-01-21 22:04 ` Burton, Ross
0 siblings, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2016-01-21 22:04 UTC (permalink / raw)
To: Richard Purdie; +Cc: Paul Eggleton, OE-core
[-- Attachment #1: Type: text/plain, Size: 304 bytes --]
On 21 January 2016 at 21:56, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:
> Last time around we ended up with:
>
>
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=f6ec8dfaf7f98ade05d6292d2fea42805c4d80a7
>
Thank you, my brain was saying I'd done this already :)
Ross
[-- Attachment #2: Type: text/html, Size: 866 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-01-21 22:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 8:11 [PATCH 0/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA Robert Yang
2016-01-21 8:11 ` [PATCH 1/1] " Robert Yang
2016-01-21 8:16 ` Olof Johansson
2016-01-21 8:42 ` Robert Yang
2016-01-21 18:29 ` Paul Eggleton
2016-01-21 21:56 ` Richard Purdie
2016-01-21 22:04 ` Burton, Ross
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.