* Public TSC / OE Workgroup meeting today
@ 2014-01-07 15:12 Paul Eggleton
0 siblings, 0 replies; 8+ messages in thread
From: Paul Eggleton @ 2014-01-07 15:12 UTC (permalink / raw)
To: openembedded-core, openembedded-devel
Hi all,
There will be a public OpenEmbedded TSC/workgroup meeting today. If you're
interested in discussing long-term technical efforts around the OpenEmbedded
project please join us on irc.freenode.net in channel #oe at
17:00 GMT (9am PST, 11am CST, 12 EST, 18:00 CET) today.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Public TSC / OE Workgroup meeting today
@ 2014-01-14 10:08 Paul Eggleton
2014-01-14 12:13 ` [oe] " Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Paul Eggleton @ 2014-01-14 10:08 UTC (permalink / raw)
To: openembedded-core, openembedded-devel
Hi all,
There will be a public OpenEmbedded TSC/workgroup meeting today - there
wouldn't normally be one scheduled but there was quite a lot of discussion
last time (which is a good thing!). If you're interested in discussing long-
term technical efforts around the OpenEmbedded project please join us on
irc.freenode.net in channel #oe at
17:00 GMT (9am PST, 11am CST, 12 EST, 18:00 CET) today.
Topics we covered last meeting:
* Qt 4 / 5 recipes in OE-Core
* Rising bug count in Bugzilla and what we can do about it
* (briefly) Patch review/merging process
* Absentee layer maintainers
Issues we didn't get to last time (that weren't resolved on the mailing list):
- janitorial day/week?
- "bitbake world" failures scrub
- initrdscripts/init-live needs work
- lava evaluation
- website and other infrastructure issues
- next release
New issues for discussion are also welcome.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Public TSC / OE Workgroup meeting today
2014-01-14 10:08 Public TSC / OE Workgroup meeting today Paul Eggleton
@ 2014-01-14 12:13 ` Martin Jansa
2014-01-14 12:55 ` Phil Blundell
2014-01-14 15:54 ` Mark Hatle
0 siblings, 2 replies; 8+ messages in thread
From: Martin Jansa @ 2014-01-14 12:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]
On Tue, Jan 14, 2014 at 10:08:35AM +0000, Paul Eggleton wrote:
> Hi all,
>
> There will be a public OpenEmbedded TSC/workgroup meeting today - there
> wouldn't normally be one scheduled but there was quite a lot of discussion
> last time (which is a good thing!). If you're interested in discussing long-
> term technical efforts around the OpenEmbedded project please join us on
> irc.freenode.net in channel #oe at
> 17:00 GMT (9am PST, 11am CST, 12 EST, 18:00 CET) today.
>
> Topics we covered last meeting:
>
> * Qt 4 / 5 recipes in OE-Core
> * Rising bug count in Bugzilla and what we can do about it
> * (briefly) Patch review/merging process
> * Absentee layer maintainers
>
> Issues we didn't get to last time (that weren't resolved on the mailing list):
> - janitorial day/week?
> - "bitbake world" failures scrub
> - initrdscripts/init-live needs work
> - lava evaluation
> - website and other infrastructure issues
> - next release
>
> New issues for discussion are also welcome.
Not sure if it's worth new item on agenda, but maybe we should move
meta/classes/image-prelink.bbclass functionality to package.bbclass,
maybe we have more cases like this where image build is changing files
which are provided by normal packages (such cases are lost after
upgrading on device with packagemanager).
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Public TSC / OE Workgroup meeting today
2014-01-14 12:13 ` [oe] " Martin Jansa
@ 2014-01-14 12:55 ` Phil Blundell
2014-01-14 13:33 ` Martin Jansa
2014-01-14 15:54 ` Mark Hatle
1 sibling, 1 reply; 8+ messages in thread
From: Phil Blundell @ 2014-01-14 12:55 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel, openembedded-core
On Tue, 2014-01-14 at 13:13 +0100, Martin Jansa wrote:
> Not sure if it's worth new item on agenda, but maybe we should move
> meta/classes/image-prelink.bbclass functionality to package.bbclass,
> maybe we have more cases like this where image build is changing files
> which are provided by normal packages (such cases are lost after
> upgrading on device with packagemanager).
How would that work? I'm not sure that it's possible (in the general
case) to prelink in any sensible way prior to rootfs construction. The
same applies to image-mklibs.bbclass.
p.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Public TSC / OE Workgroup meeting today
2014-01-14 12:55 ` Phil Blundell
@ 2014-01-14 13:33 ` Martin Jansa
0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2014-01-14 13:33 UTC (permalink / raw)
To: Phil Blundell; +Cc: openembedded-devel, openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]
On Tue, Jan 14, 2014 at 12:55:28PM +0000, Phil Blundell wrote:
> On Tue, 2014-01-14 at 13:13 +0100, Martin Jansa wrote:
> > Not sure if it's worth new item on agenda, but maybe we should move
> > meta/classes/image-prelink.bbclass functionality to package.bbclass,
> > maybe we have more cases like this where image build is changing files
> > which are provided by normal packages (such cases are lost after
> > upgrading on device with packagemanager).
>
> How would that work? I'm not sure that it's possible (in the general
> case) to prelink in any sensible way prior to rootfs construction. The
> same applies to image-mklibs.bbclass.
Hmm, you're right.
The reason why I was thinking about this, is that someone reported to me
that libc-dbg doesn't work after prelink changed libc headers in
do_rootfs (external toolchain).
IIRC there was some discussion about issues caused by prelink changing headers,
I'll try to find it in archives, sorry for noise.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Public TSC / OE Workgroup meeting today
2014-01-14 12:13 ` [oe] " Martin Jansa
2014-01-14 12:55 ` Phil Blundell
@ 2014-01-14 15:54 ` Mark Hatle
1 sibling, 0 replies; 8+ messages in thread
From: Mark Hatle @ 2014-01-14 15:54 UTC (permalink / raw)
To: openembedded-core
On 1/14/14, 6:13 AM, Martin Jansa wrote:
> On Tue, Jan 14, 2014 at 10:08:35AM +0000, Paul Eggleton wrote:
>> Hi all,
>>
>> There will be a public OpenEmbedded TSC/workgroup meeting today - there
>> wouldn't normally be one scheduled but there was quite a lot of discussion
>> last time (which is a good thing!). If you're interested in discussing long-
>> term technical efforts around the OpenEmbedded project please join us on
>> irc.freenode.net in channel #oe at
>> 17:00 GMT (9am PST, 11am CST, 12 EST, 18:00 CET) today.
>>
>> Topics we covered last meeting:
>>
>> * Qt 4 / 5 recipes in OE-Core
>> * Rising bug count in Bugzilla and what we can do about it
>> * (briefly) Patch review/merging process
>> * Absentee layer maintainers
>>
>> Issues we didn't get to last time (that weren't resolved on the mailing list):
>> - janitorial day/week?
>> - "bitbake world" failures scrub
>> - initrdscripts/init-live needs work
>> - lava evaluation
>> - website and other infrastructure issues
>> - next release
>>
>> New issues for discussion are also welcome.
>
> Not sure if it's worth new item on agenda, but maybe we should move
> meta/classes/image-prelink.bbclass functionality to package.bbclass,
> maybe we have more cases like this where image build is changing files
> which are provided by normal packages (such cases are lost after
> upgrading on device with packagemanager).
We can discuss this, but prelink has to run on the filesystem image -- it can't
run prior to packaging as the files installed into the image affect the results
of the prelinking.
For the prelink case, on target updates should be triggering the prelink system
after the update. This is the responsibility of the field-upgrade software --
whatever is deployed on the device itself.
(Also when using the prelinker, on many devices it makes sense to strip the
un-prelink information for space savings. This won't prevent prelink from being
run a second time -- it just prevents validation of the original not-prelinked
binary.)
--Mark
> Cheers,
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Public TSC / OE Workgroup meeting today
@ 2014-03-04 14:04 Paul Eggleton
0 siblings, 0 replies; 8+ messages in thread
From: Paul Eggleton @ 2014-03-04 14:04 UTC (permalink / raw)
To: openembedded-core, openembedded-devel
Hi all,
There will be a public OpenEmbedded TSC/workgroup IRC meeting today. If you're
interested in discussing long-term technical efforts around the OpenEmbedded
project please join us on irc.freenode.net in channel #oe at
17:00 GMT (9am PST, 11am CST, 12 EST, 18:00 CET) today.
Possible topics for discussion (based on the last meeting):
- Upcoming release
- Bug blitz weekend
- Website and other infrastructure issues
New issues for discussion are welcome.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Public TSC / OE Workgroup meeting today
@ 2014-04-01 10:45 Paul Eggleton
0 siblings, 0 replies; 8+ messages in thread
From: Paul Eggleton @ 2014-04-01 10:45 UTC (permalink / raw)
To: openembedded-core, openembedded-devel
Hi all,
There will be a public OpenEmbedded TSC/workgroup IRC meeting today. If you're
interested in discussing long-term technical efforts around the OpenEmbedded
project please join us on irc.freenode.net in channel #oe at 16:00 GMT (9am
PDT, 11am CDT, 12 EDT, 18:00 CEST, 17:00 BST).
Possible topics for discussion (based on the last meeting and recent mailing
list topics):
- Upcoming release
- World build status
- Website and other infrastructure issues
New topics for discussion are welcome.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-04-01 10:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 10:08 Public TSC / OE Workgroup meeting today Paul Eggleton
2014-01-14 12:13 ` [oe] " Martin Jansa
2014-01-14 12:55 ` Phil Blundell
2014-01-14 13:33 ` Martin Jansa
2014-01-14 15:54 ` Mark Hatle
-- strict thread matches above, loose matches on Subject: below --
2014-04-01 10:45 Paul Eggleton
2014-03-04 14:04 Paul Eggleton
2014-01-07 15:12 Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox