Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-17 Thread Martin Jansa
On Sat, Dec 17, 2011 at 01:32:28AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 02:16 +0100, Martin Jansa wrote: On Thu, Dec 15, 2011 at 09:08:49PM +, Richard Purdie wrote: There is a major issue with opkg images at the moment as preinst functions are not being executed before

[OE-core] [PATCH] native.bbclass: Fix variable remapping coverage

2011-12-17 Thread Richard Purdie
When looking for RDEPENDS to process, bitbake iterates through PACKAGES *and* PN. Since native.bbclass sets PACKAGES to be empty, its pointless remapping the list of PACKAGES since this does nothing. There is a problem since *_${PN} are used by bitbake but not remapped by the native.bbclass class

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-17 Thread Richard Purdie
On Sat, 2011-12-17 at 10:20 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 01:32:28AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 02:16 +0100, Martin Jansa wrote: On Thu, Dec 15, 2011 at 09:08:49PM +, Richard Purdie wrote: There is a major issue with opkg images at the

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-17 Thread Martin Jansa
On Sat, Dec 17, 2011 at 10:22:01AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 10:20 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 01:32:28AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 02:16 +0100, Martin Jansa wrote: On Thu, Dec 15, 2011 at 09:08:49PM +, Richard

[OE-core] [PATCH 1/1] connman: disable 'alg-test' building

2011-12-17 Thread Otavio Salvador
'alg-test' requires 'linux/if_alg.h' header enforcing a dependency on linux-libc-headers 2.6.39 or newer. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-connectivity/connman/connman.inc |8 --- .../connman/connman/disable_alg-test.patch | 46

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-17 Thread Richard Purdie
On Sat, 2011-12-17 at 11:34 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 10:22:01AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 10:20 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 01:32:28AM +, Richard Purdie wrote: I've tried to build image with SRCREV=633 and it

[OE-core] [PATCH 0/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Shane Wang
Here is the script to check which recipe provides SUMMARY and which doesnot. For those which do not, maintainer should add or update to a meaningful summary for HOB to display in description. The following changes since commit b281fd127bac9ba77ab63a5c2b812ddd5d56df37:

[OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Shane Wang
Some recipes don't contain SUMMARY, which HOB will use for descriptions. If the summary is missing, bitbake will create a default value for summary. That is PN plus string version plus its version. Every maintainer should add and update the summary fields according to audit results. [YOCTO

Re: [OE-core] [PATCH 0/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Wang, Shane
Attached is the audit result for the recipes whose SUMMARYs are missing. -- Shane -Original Message- From: Wang, Shane Sent: Saturday, December 17, 2011 11:00 PM To: openembedded-core@lists.openembedded.org Cc: Wang, Shane Subject: [PATCH 0/1] Create a script for SUMMARY audit in

Re: [OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Henning Heinold
On Sat, Dec 17, 2011 at 11:07:12PM +0800, Shane Wang wrote: Some recipes don't contain SUMMARY, which HOB will use for descriptions. If the summary is missing, bitbake will create a default value for summary. That is PN plus string version plus its version. Every maintainer should add and

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-17 Thread Martin Jansa
On Sat, Dec 17, 2011 at 11:52:25AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 11:34 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 10:22:01AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 10:20 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 01:32:28AM +, Richard

Re: [OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Wang, Shane
Henning Heinold wrote on 2011-12-17: On Sat, Dec 17, 2011 at 11:07:12PM +0800, Shane Wang wrote: Some recipes don't contain SUMMARY, which HOB will use for descriptions. If the summary is missing, bitbake will create a default value for summary. That is PN plus string version plus its

Re: [OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

2011-12-17 Thread Henning Heinold
On Sun, Dec 18, 2011 at 01:18:15AM +0800, Wang, Shane wrote: Henning Heinold wrote on 2011-12-17: On Sat, Dec 17, 2011 at 11:07:12PM +0800, Shane Wang wrote: Some recipes don't contain SUMMARY, which HOB will use for descriptions. If the summary is missing, bitbake will create a default

Re: [OE-core] [PATCH] native.bbclass: Fix variable remapping coverage

2011-12-17 Thread Darren Hart
On 12/17/2011 02:18 AM, Richard Purdie wrote: When looking for RDEPENDS to process, bitbake iterates through PACKAGES *and* PN. Since native.bbclass sets PACKAGES to be empty, its pointless remapping the list of PACKAGES since this does nothing. There is a problem since *_${PN} are used by

[OE-core] [PATCH] xorg-font-common.inc: break runtime dependency loop

2011-12-17 Thread Andreas Müller
required since opkg update [1] [1] http://cgit.openembedded.org/openembedded-core/commit/?id=2feba313c991170747381c7cf821a45c2cd04632 Signed-off-by: Andreas Müller schnitzelt...@gmx.de --- .../xorg-font/xorg-font-common.inc |4 ++-- 1 files changed, 2 insertions(+), 2