* meta-oe patch queue
@ 2014-01-19 9:06 Martin Jansa
2014-01-22 11:12 ` Otavio Salvador
0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-01-19 9:06 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 638 bytes --]
Apologies for delay, there is blocking jenkins job running for 10days
already (which should take 40minutes tops).
It should finish very soon (well I'm thinking that since Monday).
For better visibility and consistency with oe-core, I've started pushing
my patch queue from patchwork "in-test" bundle (I'll rename it to
"master-next" when it's emptier) to
meta-openembedded/master-next
instead of
meta-openembedded-contrib/jansa/in-test
Please test patches in master-next and send reviews on ML, but be aware
that it's rebased often on top of master.
BTW: there is also meta-qt5/master-next now (with 5.2)
Cheers,
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: meta-oe patch queue
2014-01-19 9:06 Martin Jansa
@ 2014-01-22 11:12 ` Otavio Salvador
0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-01-22 11:12 UTC (permalink / raw)
To: OpenEmbedded Devel List
Hello,
On Sun, Jan 19, 2014 at 7:06 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Apologies for delay, there is blocking jenkins job running for 10days
> already (which should take 40minutes tops).
>
> It should finish very soon (well I'm thinking that since Monday).
>
> For better visibility and consistency with oe-core, I've started pushing
> my patch queue from patchwork "in-test" bundle (I'll rename it to
> "master-next" when it's emptier) to
>
> meta-openembedded/master-next
> instead of
> meta-openembedded-contrib/jansa/in-test
>
> Please test patches in master-next and send reviews on ML, but be aware
> that it's rebased often on top of master.
>
> BTW: there is also meta-qt5/master-next now (with 5.2)
I am using master-next as master has many know (and already fixed
issues). Please push master-next as it is taken too long.
Please don't take me wrong, your test is quite valuable but we also
must keep know fixes being merged...
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 6+ messages in thread
* meta-oe patch queue
@ 2014-04-20 14:25 Martin Jansa
2014-04-21 17:06 ` Stephen Arnold
0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-04-20 14:25 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2496 bytes --]
test-dependencies run finally finished, please see found issues in
"State of bitbake world, test-dependencies 2014-04-18" thread and
please help with cleaning those.
That unblocked me to do verification builds on jenkins and merge most
pending patches.
patchwork wasn't working correctly for few days so it's possible that
I've missed some patches from ML (I've tried to send replies to merged
patches again).
Please double check if your pending patches are merged or at least in
master-next.
Most master-next patches have some unresolved review e-mails on ML, if
you want to get your patch merged in daisy, please resolve them soon.
Here is my list of pending changes:
hid .. means that the build was hidden by some other failure (e.g. gnuplot by failing gd)
verify .. needs to wait for another verification build
(now I've used only qemuarm + qemux86, qemux86-64 build will run tonight)
review .. unresolved comments
fails .. fails in some configurations - issue was reported on ML
pick 5c73b58 daq: Update from 2.0.1 to 2.0.2
fails
pick 480d490 gnuplot: upgrade to 4.6.5
hid
pick cefd609 gnuplot: added upstream license file and updated recipe to match
hid
pick e7bacbc eject: Fix wrong return value
review
pick c17f754 fbreader: remove old, non-building version
review
pick f878793 bdftopcf: add recipe
review
pick 71a7c56 terminus-font: update DEPENDS
review bdftopcf
pick 4bc7f0d ltrace: update to version 0.7.90
review
pick de15695 iozone: update version to 414
fails fetch
pick 8fd92ed mariadb: add perl to RDEPENDS
review koen
pick d8e24f7 gd: update to version 2.1.0
review
pick e0759f9 gd: add perl to RDEPENDS
review
pick e9e94a2 gd: fix the subdir-objects error
review
pick 5f1593b postgresql: add init script and enable some bindings
review
pick f396e78 vim: add dependency and selinux and acl support control
verify
pick c08f3eb vim: don't check acl header if acl support disabled
verify
pick 64ad76a vim: add knob whether elf.h are checked
verify
pick 4b1be3a gnome-themes: enables the path to the icon-name-mapping to be specified
verify
c11f2e3 nodejs 0.8.18: update to 0.10.25
verify
9f30d08 dejagnu: recipe taken from openembedded
verify
17be66b glcompbench: Create 2012.08 version
verify
I've sent fix for gd now, so it's possible that gnuplot + 3 from 4 gd patches will be
merged today.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: meta-oe patch queue
2014-04-20 14:25 meta-oe patch queue Martin Jansa
@ 2014-04-21 17:06 ` Stephen Arnold
2014-04-21 17:22 ` Stephen Arnold
2014-04-21 17:25 ` Martin Jansa
0 siblings, 2 replies; 6+ messages in thread
From: Stephen Arnold @ 2014-04-21 17:06 UTC (permalink / raw)
To: openembedded-devel
Hi Martin:
From what I can tell, it looks like the gnuplot patches got in but not all
of the gd changes? I also don't see the gpm DESTDIR patch. Can you check
if the gd license patch made it into your queue? There was also gpm
DESTDIR patch sent on 4 April; let me know if I need to resend.
Thanks, Steve
On Sun, Apr 20, 2014 at 7:25 AM, Martin Jansa <martin.jansa@gmail.com>wrote:
> test-dependencies run finally finished, please see found issues in
> "State of bitbake world, test-dependencies 2014-04-18" thread and
> please help with cleaning those.
>
> That unblocked me to do verification builds on jenkins and merge most
> pending patches.
>
> patchwork wasn't working correctly for few days so it's possible that
> I've missed some patches from ML (I've tried to send replies to merged
> patches again).
>
> Please double check if your pending patches are merged or at least in
> master-next.
>
> Most master-next patches have some unresolved review e-mails on ML, if
> you want to get your patch merged in daisy, please resolve them soon.
>
> Here is my list of pending changes:
> hid .. means that the build was hidden by some other failure (e.g. gnuplot
> by failing gd)
> verify .. needs to wait for another verification build
> (now I've used only qemuarm + qemux86, qemux86-64 build will run
> tonight)
> review .. unresolved comments
> fails .. fails in some configurations - issue was reported on ML
>
> pick 5c73b58 daq: Update from 2.0.1 to 2.0.2
> fails
> pick 480d490 gnuplot: upgrade to 4.6.5
> hid
> pick cefd609 gnuplot: added upstream license file and updated recipe to
> match
> hid
> pick e7bacbc eject: Fix wrong return value
> review
> pick c17f754 fbreader: remove old, non-building version
> review
> pick f878793 bdftopcf: add recipe
> review
> pick 71a7c56 terminus-font: update DEPENDS
> review bdftopcf
> pick 4bc7f0d ltrace: update to version 0.7.90
> review
> pick de15695 iozone: update version to 414
> fails fetch
> pick 8fd92ed mariadb: add perl to RDEPENDS
> review koen
> pick d8e24f7 gd: update to version 2.1.0
> review
> pick e0759f9 gd: add perl to RDEPENDS
> review
> pick e9e94a2 gd: fix the subdir-objects error
> review
> pick 5f1593b postgresql: add init script and enable some bindings
> review
> pick f396e78 vim: add dependency and selinux and acl support control
> verify
> pick c08f3eb vim: don't check acl header if acl support disabled
> verify
> pick 64ad76a vim: add knob whether elf.h are checked
> verify
> pick 4b1be3a gnome-themes: enables the path to the icon-name-mapping to be
> specified
> verify
> c11f2e3 nodejs 0.8.18: update to 0.10.25
> verify
> 9f30d08 dejagnu: recipe taken from openembedded
> verify
> 17be66b glcompbench: Create 2012.08 version
> verify
>
> I've sent fix for gd now, so it's possible that gnuplot + 3 from 4 gd
> patches will be
> merged today.
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: meta-oe patch queue
2014-04-21 17:06 ` Stephen Arnold
@ 2014-04-21 17:22 ` Stephen Arnold
2014-04-21 17:25 ` Martin Jansa
1 sibling, 0 replies; 6+ messages in thread
From: Stephen Arnold @ 2014-04-21 17:22 UTC (permalink / raw)
To: openembedded-devel
Never mind, I hadn't plowed through the backlog yet...
Steve
On Mon, Apr 21, 2014 at 10:06 AM, Stephen Arnold <stephen.arnold42@gmail.com
> wrote:
> Hi Martin:
>
> From what I can tell, it looks like the gnuplot patches got in but not all
> of the gd changes? I also don't see the gpm DESTDIR patch. Can you check
> if the gd license patch made it into your queue? There was also gpm
> DESTDIR patch sent on 4 April; let me know if I need to resend.
>
> Thanks, Steve
>
>
>
> On Sun, Apr 20, 2014 at 7:25 AM, Martin Jansa <martin.jansa@gmail.com>wrote:
>
>> test-dependencies run finally finished, please see found issues in
>> "State of bitbake world, test-dependencies 2014-04-18" thread and
>> please help with cleaning those.
>>
>> That unblocked me to do verification builds on jenkins and merge most
>> pending patches.
>>
>> patchwork wasn't working correctly for few days so it's possible that
>> I've missed some patches from ML (I've tried to send replies to merged
>> patches again).
>>
>> Please double check if your pending patches are merged or at least in
>> master-next.
>>
>> Most master-next patches have some unresolved review e-mails on ML, if
>> you want to get your patch merged in daisy, please resolve them soon.
>>
>> Here is my list of pending changes:
>> hid .. means that the build was hidden by some other failure (e.g.
>> gnuplot by failing gd)
>> verify .. needs to wait for another verification build
>> (now I've used only qemuarm + qemux86, qemux86-64 build will run
>> tonight)
>> review .. unresolved comments
>> fails .. fails in some configurations - issue was reported on ML
>>
>> pick 5c73b58 daq: Update from 2.0.1 to 2.0.2
>> fails
>> pick 480d490 gnuplot: upgrade to 4.6.5
>> hid
>> pick cefd609 gnuplot: added upstream license file and updated recipe to
>> match
>> hid
>> pick e7bacbc eject: Fix wrong return value
>> review
>> pick c17f754 fbreader: remove old, non-building version
>> review
>> pick f878793 bdftopcf: add recipe
>> review
>> pick 71a7c56 terminus-font: update DEPENDS
>> review bdftopcf
>> pick 4bc7f0d ltrace: update to version 0.7.90
>> review
>> pick de15695 iozone: update version to 414
>> fails fetch
>> pick 8fd92ed mariadb: add perl to RDEPENDS
>> review koen
>> pick d8e24f7 gd: update to version 2.1.0
>> review
>> pick e0759f9 gd: add perl to RDEPENDS
>> review
>> pick e9e94a2 gd: fix the subdir-objects error
>> review
>> pick 5f1593b postgresql: add init script and enable some bindings
>> review
>> pick f396e78 vim: add dependency and selinux and acl support control
>> verify
>> pick c08f3eb vim: don't check acl header if acl support disabled
>> verify
>> pick 64ad76a vim: add knob whether elf.h are checked
>> verify
>> pick 4b1be3a gnome-themes: enables the path to the icon-name-mapping to
>> be specified
>> verify
>> c11f2e3 nodejs 0.8.18: update to 0.10.25
>> verify
>> 9f30d08 dejagnu: recipe taken from openembedded
>> verify
>> 17be66b glcompbench: Create 2012.08 version
>> verify
>>
>> I've sent fix for gd now, so it's possible that gnuplot + 3 from 4 gd
>> patches will be
>> merged today.
>>
>> --
>> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: meta-oe patch queue
2014-04-21 17:06 ` Stephen Arnold
2014-04-21 17:22 ` Stephen Arnold
@ 2014-04-21 17:25 ` Martin Jansa
1 sibling, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-04-21 17:25 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3988 bytes --]
On Mon, Apr 21, 2014 at 10:06:48AM -0700, Stephen Arnold wrote:
> Hi Martin:
Hi Steve,
> From what I can tell, it looks like the gnuplot patches got in but not all
> of the gd changes? I also don't see the gpm DESTDIR patch. Can you check
> if the gd license patch made it into your queue? There was also gpm
> DESTDIR patch sent on 4 April; let me know if I need to resend.
These 2?
http://git.openembedded.org/meta-openembedded/commit/?id=19141207ba0861a892b8bd6f65d5dde665fbeaa9
http://git.openembedded.org/meta-openembedded/commit/?id=445c72437e3d876c10ae8df97cf06d5e342134cc
> On Sun, Apr 20, 2014 at 7:25 AM, Martin Jansa <martin.jansa@gmail.com>wrote:
>
> > test-dependencies run finally finished, please see found issues in
> > "State of bitbake world, test-dependencies 2014-04-18" thread and
> > please help with cleaning those.
> >
> > That unblocked me to do verification builds on jenkins and merge most
> > pending patches.
> >
> > patchwork wasn't working correctly for few days so it's possible that
> > I've missed some patches from ML (I've tried to send replies to merged
> > patches again).
> >
> > Please double check if your pending patches are merged or at least in
> > master-next.
> >
> > Most master-next patches have some unresolved review e-mails on ML, if
> > you want to get your patch merged in daisy, please resolve them soon.
> >
> > Here is my list of pending changes:
> > hid .. means that the build was hidden by some other failure (e.g. gnuplot
> > by failing gd)
> > verify .. needs to wait for another verification build
> > (now I've used only qemuarm + qemux86, qemux86-64 build will run
> > tonight)
> > review .. unresolved comments
> > fails .. fails in some configurations - issue was reported on ML
> >
> > pick 5c73b58 daq: Update from 2.0.1 to 2.0.2
> > fails
> > pick 480d490 gnuplot: upgrade to 4.6.5
> > hid
> > pick cefd609 gnuplot: added upstream license file and updated recipe to
> > match
> > hid
> > pick e7bacbc eject: Fix wrong return value
> > review
> > pick c17f754 fbreader: remove old, non-building version
> > review
> > pick f878793 bdftopcf: add recipe
> > review
> > pick 71a7c56 terminus-font: update DEPENDS
> > review bdftopcf
> > pick 4bc7f0d ltrace: update to version 0.7.90
> > review
> > pick de15695 iozone: update version to 414
> > fails fetch
> > pick 8fd92ed mariadb: add perl to RDEPENDS
> > review koen
> > pick d8e24f7 gd: update to version 2.1.0
> > review
> > pick e0759f9 gd: add perl to RDEPENDS
> > review
> > pick e9e94a2 gd: fix the subdir-objects error
> > review
> > pick 5f1593b postgresql: add init script and enable some bindings
> > review
> > pick f396e78 vim: add dependency and selinux and acl support control
> > verify
> > pick c08f3eb vim: don't check acl header if acl support disabled
> > verify
> > pick 64ad76a vim: add knob whether elf.h are checked
> > verify
> > pick 4b1be3a gnome-themes: enables the path to the icon-name-mapping to be
> > specified
> > verify
> > c11f2e3 nodejs 0.8.18: update to 0.10.25
> > verify
> > 9f30d08 dejagnu: recipe taken from openembedded
> > verify
> > 17be66b glcompbench: Create 2012.08 version
> > verify
> >
> > I've sent fix for gd now, so it's possible that gnuplot + 3 from 4 gd
> > patches will be
> > merged today.
> >
> > --
> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-21 17:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 14:25 meta-oe patch queue Martin Jansa
2014-04-21 17:06 ` Stephen Arnold
2014-04-21 17:22 ` Stephen Arnold
2014-04-21 17:25 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2014-01-19 9:06 Martin Jansa
2014-01-22 11:12 ` Otavio Salvador
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.