* [2011.03-maintenance] Pull request #5
@ 2011-03-25 11:10 Koen Kooi
2011-03-25 15:24 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-03-25 11:10 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tom,
Please pull the 27 commits from here:
URI: git://dominion.thruhere.net/var/cache/git/openembedded.git
Branch: 2011.03-maintenance
Kartik Mohta (1):
libarchive: Requires libxml2
Khem Raj (2):
cairo_1.10.0.bb: Fennec will now need tee support in cairo so
fennec: Make it build on ARM eglibc/uclibc
Koen Kooi (3):
networkmanager 0.8.1: fix build against libl using the patch from
x-load git: update to 1.5.0
u-boot git: remove duplicate filesdir line
Martin Jansa (14):
libnl: rename libnl2 to libnl as used in openembedded-core
libnl: don't use /usr/include/libnl2 anymore
libnl: add libnl.inc and use INC_PR
SHR: drop blacklist entries for libnl, now when libnl2 is used by
libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)
iw: depend only on libnl(-2.0) not libnl2(-2.0)
ti-wifi-utils: depend only on libnl(-2.0) not libnl2(-2.0)
wpa-supplicant-0.7: depend only on libnl(-2.0) not libnl2(-2.0)
connman: depend only on libnl(-2.0) not libnl2(-2.0)
libnl_git: remove fix-pktloc-dep-race.patch from this version
libnl-1.1: rename to libnl1 and build only static lib
networkmanager_git: fix build with static libnl1
mc: add RRECOMMENDed mc-skins package and more files to FILES_PN
Roger Monk (3):
u-boot-git: Add omap4430-panda to u-boot git recipe
omap4430-panda: Prefer u-boot-git and remove extra custom x-load
gst-plugins-good: update to 0.10.28
Siddharth Heroor (4):
TI IPC: Fix License field.
TI IPC: Add missing dependencies
TI IPC: Add version 1.22.04.25
TI XDCTools: Add version 3.20.08.88
You can view the branch online at
http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-maintenance
This biggest chunk is the libnl situation, that was runtime tested on
angstrom/beagleboard and angstrom/hawkboard. After that there's the TI
stuff update, which only impacts out-of-tree recipes, the pandaboard
changes which were runtime tested on angstrom/pandaboard, a gstreamer
update and small updates for fennec, mc and libarchive.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNjHgjMkyGM64RGpERAlgHAJ9L3t1FyVJk/4v18PilmTQQky6sjQCfZJUQ
ujQ9XIWO1hL9b8hn2Fng6EU=
=AYMM
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2011.03-maintenance] Pull request #5
2011-03-25 11:10 [2011.03-maintenance] Pull request #5 Koen Kooi
@ 2011-03-25 15:24 ` Tom Rini
2011-03-25 16:12 ` Koen Kooi
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Tom Rini @ 2011-03-25 15:24 UTC (permalink / raw)
To: openembedded-devel
On 03/25/2011 04:10 AM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Tom,
>
> Please pull the 27 commits from here:
>
> URI: git://dominion.thruhere.net/var/cache/git/openembedded.git
> Branch: 2011.03-maintenance
>
> Kartik Mohta (1):
> libarchive: Requires libxml2
>
> Khem Raj (2):
> cairo_1.10.0.bb: Fennec will now need tee support in cairo so
> fennec: Make it build on ARM eglibc/uclibc
>
> Koen Kooi (3):
> networkmanager 0.8.1: fix build against libl using the patch from
> x-load git: update to 1.5.0
> u-boot git: remove duplicate filesdir line
>
> Martin Jansa (14):
> libnl: rename libnl2 to libnl as used in openembedded-core
> libnl: don't use /usr/include/libnl2 anymore
> libnl: add libnl.inc and use INC_PR
> SHR: drop blacklist entries for libnl, now when libnl2 is used by
> libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
> hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)
> iw: depend only on libnl(-2.0) not libnl2(-2.0)
> ti-wifi-utils: depend only on libnl(-2.0) not libnl2(-2.0)
> wpa-supplicant-0.7: depend only on libnl(-2.0) not libnl2(-2.0)
> connman: depend only on libnl(-2.0) not libnl2(-2.0)
> libnl_git: remove fix-pktloc-dep-race.patch from this version
> libnl-1.1: rename to libnl1 and build only static lib
> networkmanager_git: fix build with static libnl1
> mc: add RRECOMMENDed mc-skins package and more files to FILES_PN
>
> Roger Monk (3):
> u-boot-git: Add omap4430-panda to u-boot git recipe
> omap4430-panda: Prefer u-boot-git and remove extra custom x-load
> gst-plugins-good: update to 0.10.28
>
> Siddharth Heroor (4):
> TI IPC: Fix License field.
> TI IPC: Add missing dependencies
> TI IPC: Add version 1.22.04.25
> TI XDCTools: Add version 3.20.08.88
>
> You can view the branch online at
> http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-maintenance
>
> This biggest chunk is the libnl situation, that was runtime tested on
> angstrom/beagleboard and angstrom/hawkboard. After that there's the TI
> stuff update, which only impacts out-of-tree recipes, the pandaboard
> changes which were runtime tested on angstrom/pandaboard, a gstreamer
> update and small updates for fennec, mc and libarchive.
The libnl stuff makes me nervous. Can you throw it through your whole
build matrix easily?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2011.03-maintenance] Pull request #5
2011-03-25 15:24 ` Tom Rini
@ 2011-03-25 16:12 ` Koen Kooi
2011-03-25 19:41 ` Koen Kooi
2011-03-26 8:05 ` Koen Kooi
2 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-03-25 16:12 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-03-11 16:24, Tom Rini wrote:
> On 03/25/2011 04:10 AM, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Tom,
>>
>> Please pull the 27 commits from here:
>>
>> URI: git://dominion.thruhere.net/var/cache/git/openembedded.git
>> Branch: 2011.03-maintenance
>>
>> Kartik Mohta (1):
>> libarchive: Requires libxml2
>>
>> Khem Raj (2):
>> cairo_1.10.0.bb: Fennec will now need tee support in cairo so
>> fennec: Make it build on ARM eglibc/uclibc
>>
>> Koen Kooi (3):
>> networkmanager 0.8.1: fix build against libl using the patch from
>> x-load git: update to 1.5.0
>> u-boot git: remove duplicate filesdir line
>>
>> Martin Jansa (14):
>> libnl: rename libnl2 to libnl as used in openembedded-core
>> libnl: don't use /usr/include/libnl2 anymore
>> libnl: add libnl.inc and use INC_PR
>> SHR: drop blacklist entries for libnl, now when libnl2 is used by
>> libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
>> hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)
>> iw: depend only on libnl(-2.0) not libnl2(-2.0)
>> ti-wifi-utils: depend only on libnl(-2.0) not libnl2(-2.0)
>> wpa-supplicant-0.7: depend only on libnl(-2.0) not libnl2(-2.0)
>> connman: depend only on libnl(-2.0) not libnl2(-2.0)
>> libnl_git: remove fix-pktloc-dep-race.patch from this version
>> libnl-1.1: rename to libnl1 and build only static lib
>> networkmanager_git: fix build with static libnl1
>> mc: add RRECOMMENDed mc-skins package and more files to FILES_PN
>>
>> Roger Monk (3):
>> u-boot-git: Add omap4430-panda to u-boot git recipe
>> omap4430-panda: Prefer u-boot-git and remove extra custom x-load
>> gst-plugins-good: update to 0.10.28
>>
>> Siddharth Heroor (4):
>> TI IPC: Fix License field.
>> TI IPC: Add missing dependencies
>> TI IPC: Add version 1.22.04.25
>> TI XDCTools: Add version 3.20.08.88
>>
>> You can view the branch online at
>> http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-maintenance
>>
>>
>> This biggest chunk is the libnl situation, that was runtime tested on
>> angstrom/beagleboard and angstrom/hawkboard. After that there's the TI
>> stuff update, which only impacts out-of-tree recipes, the pandaboard
>> changes which were runtime tested on angstrom/pandaboard, a gstreamer
>> update and small updates for fennec, mc and libarchive.
>
> The libnl stuff makes me nervous. Can you throw it through your whole
> build matrix easily?
I built angstrom-gnome-image for both armv5te and armv7a, I queued it up
for the whole matrix a few minutes ago. I'll report back when it has
finished.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNjL7RMkyGM64RGpERApFWAJ4vgcSKEP3gpIXmoUby4UKN3iRaLgCeKAyV
m1IFnsoHfsbnBYlRXBgrLro=
=lOYm
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2011.03-maintenance] Pull request #5
2011-03-25 15:24 ` Tom Rini
2011-03-25 16:12 ` Koen Kooi
@ 2011-03-25 19:41 ` Koen Kooi
2011-03-26 8:05 ` Koen Kooi
2 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-03-25 19:41 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-03-11 16:24, Tom Rini wrote:
> On 03/25/2011 04:10 AM, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Tom,
>>
>> Please pull the 27 commits from here:
>>
>> URI: git://dominion.thruhere.net/var/cache/git/openembedded.git
>> Branch: 2011.03-maintenance
>>
>> Kartik Mohta (1):
>> libarchive: Requires libxml2
>>
>> Khem Raj (2):
>> cairo_1.10.0.bb: Fennec will now need tee support in cairo so
>> fennec: Make it build on ARM eglibc/uclibc
>>
>> Koen Kooi (3):
>> networkmanager 0.8.1: fix build against libl using the patch from
>> x-load git: update to 1.5.0
>> u-boot git: remove duplicate filesdir line
>>
>> Martin Jansa (14):
>> libnl: rename libnl2 to libnl as used in openembedded-core
>> libnl: don't use /usr/include/libnl2 anymore
>> libnl: add libnl.inc and use INC_PR
>> SHR: drop blacklist entries for libnl, now when libnl2 is used by
>> libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
>> hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)
>> iw: depend only on libnl(-2.0) not libnl2(-2.0)
>> ti-wifi-utils: depend only on libnl(-2.0) not libnl2(-2.0)
>> wpa-supplicant-0.7: depend only on libnl(-2.0) not libnl2(-2.0)
>> connman: depend only on libnl(-2.0) not libnl2(-2.0)
>> libnl_git: remove fix-pktloc-dep-race.patch from this version
>> libnl-1.1: rename to libnl1 and build only static lib
>> networkmanager_git: fix build with static libnl1
>> mc: add RRECOMMENDed mc-skins package and more files to FILES_PN
>>
>> Roger Monk (3):
>> u-boot-git: Add omap4430-panda to u-boot git recipe
>> omap4430-panda: Prefer u-boot-git and remove extra custom x-load
>> gst-plugins-good: update to 0.10.28
>>
>> Siddharth Heroor (4):
>> TI IPC: Fix License field.
>> TI IPC: Add missing dependencies
>> TI IPC: Add version 1.22.04.25
>> TI XDCTools: Add version 3.20.08.88
>>
>> You can view the branch online at
>> http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-maintenance
>>
>>
>> This biggest chunk is the libnl situation, that was runtime tested on
>> angstrom/beagleboard and angstrom/hawkboard. After that there's the TI
>> stuff update, which only impacts out-of-tree recipes, the pandaboard
>> changes which were runtime tested on angstrom/pandaboard, a gstreamer
>> update and small updates for fennec, mc and libarchive.
>
> The libnl stuff makes me nervous. Can you throw it through your whole
> build matrix easily?
So far the only "problem" is that on a incremental build libnl1 won't
get cleaned since it has disappeared, but libnl2 overwrites the things
in sysroot so no practical issues. On a build from scratch no problems
at all.
I'll let the build cycle continue throughout the night.
regards,
Koen
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNjPADMkyGM64RGpERAh5DAJkBrjPeriEMoJeREhh0Dtu/2oyqPwCgrfbc
8LZt8bnfS0ysr5D8kFmLBKU=
=cg5Y
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2011.03-maintenance] Pull request #5
2011-03-25 15:24 ` Tom Rini
2011-03-25 16:12 ` Koen Kooi
2011-03-25 19:41 ` Koen Kooi
@ 2011-03-26 8:05 ` Koen Kooi
2 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-03-26 8:05 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-03-11 16:24, Tom Rini wrote:
> On 03/25/2011 04:10 AM, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Tom,
>>
>> Please pull the 27 commits from here:
>>
>> URI: git://dominion.thruhere.net/var/cache/git/openembedded.git
>> Branch: 2011.03-maintenance
>>
>> Kartik Mohta (1):
>> libarchive: Requires libxml2
>>
>> Khem Raj (2):
>> cairo_1.10.0.bb: Fennec will now need tee support in cairo so
>> fennec: Make it build on ARM eglibc/uclibc
>>
>> Koen Kooi (3):
>> networkmanager 0.8.1: fix build against libl using the patch from
>> x-load git: update to 1.5.0
>> u-boot git: remove duplicate filesdir line
>>
>> Martin Jansa (14):
>> libnl: rename libnl2 to libnl as used in openembedded-core
>> libnl: don't use /usr/include/libnl2 anymore
>> libnl: add libnl.inc and use INC_PR
>> SHR: drop blacklist entries for libnl, now when libnl2 is used by
>> libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
>> hostap-daemon: depend only on libnl(-2.0) not libnl2(-2.0)
>> iw: depend only on libnl(-2.0) not libnl2(-2.0)
>> ti-wifi-utils: depend only on libnl(-2.0) not libnl2(-2.0)
>> wpa-supplicant-0.7: depend only on libnl(-2.0) not libnl2(-2.0)
>> connman: depend only on libnl(-2.0) not libnl2(-2.0)
>> libnl_git: remove fix-pktloc-dep-race.patch from this version
>> libnl-1.1: rename to libnl1 and build only static lib
>> networkmanager_git: fix build with static libnl1
>> mc: add RRECOMMENDed mc-skins package and more files to FILES_PN
>>
>> Roger Monk (3):
>> u-boot-git: Add omap4430-panda to u-boot git recipe
>> omap4430-panda: Prefer u-boot-git and remove extra custom x-load
>> gst-plugins-good: update to 0.10.28
>>
>> Siddharth Heroor (4):
>> TI IPC: Fix License field.
>> TI IPC: Add missing dependencies
>> TI IPC: Add version 1.22.04.25
>> TI XDCTools: Add version 3.20.08.88
>>
>> You can view the branch online at
>> http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-maintenance
>>
>>
>> This biggest chunk is the libnl situation, that was runtime tested on
>> angstrom/beagleboard and angstrom/hawkboard. After that there's the TI
>> stuff update, which only impacts out-of-tree recipes, the pandaboard
>> changes which were runtime tested on angstrom/pandaboard, a gstreamer
>> update and small updates for fennec, mc and libarchive.
>
> The libnl stuff makes me nervous. Can you throw it through your whole
> build matrix easily?
The build completed without any regression and it fixed the buildfailure
with networkmanager.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNjZ5QMkyGM64RGpERAi9aAJ0ctRGEOTgaAVRilKMZbaf6d3bOsgCgn2V3
KzwoD/8EzSwvtp0XOqJL7cs=
=GnTQ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-26 8:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 11:10 [2011.03-maintenance] Pull request #5 Koen Kooi
2011-03-25 15:24 ` Tom Rini
2011-03-25 16:12 ` Koen Kooi
2011-03-25 19:41 ` Koen Kooi
2011-03-26 8:05 ` Koen Kooi
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.