Re: [OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Constantin Musca
On 02/05/2013 01:50 AM, Peter Seebach wrote: On Mon, 4 Feb 2013 23:37:59 + Richard Purdie wrote: Agreed. Can someone send me a patch which makes it all work please? :) I probably can. I think the 1.4.3 patch I sent out recently (sgw was looking at it, but the binaries weren't up on the do

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread Iorga, Cristian
Hi Saul, In my own findings, it appears that 1.60-24.2 is a stable release. It is included in: http://packages.ubuntu.com/raring/net-tools and http://packages.debian.org/wheezy/net-tools I do agree with you that these two distros are not yet released. The download site does not say anything abou

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread Iorga, Cristian
Hello Lei, Please note that I answered your question, but this patch was sent in for review. Other people might consider your questions as comments, and as such, this patch will not get merged. Regards, Cristian From: lei yang [mailto:yanglei.f...@gmail.com] Sent: Tuesday, February 05, 2013 4:

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-04 Thread ChenQi
On 02/02/2013 03:08 AM, Bruce Ashfield wrote: On Fri, Feb 1, 2013 at 1:56 PM, Saul Wold > wrote: On 02/01/2013 06:18 AM, Bruce Ashfield wrote: On Fri, Feb 1, 2013 at 4:00 AM, mailto:qi.c...@windriver.com>

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-04 Thread ChenQi
On 02/02/2013 03:08 AM, Bruce Ashfield wrote: On Fri, Feb 1, 2013 at 1:56 PM, Saul Wold > wrote: On 02/01/2013 06:18 AM, Bruce Ashfield wrote: On Fri, Feb 1, 2013 at 4:00 AM, mailto:qi.c...@windriver.com>

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread ChenQi
On 02/04/2013 05:26 PM, Laurentiu Palcu wrote: Hi, Re-generating applications' cache every time the system is rebooted is not a very efficient process for an embedded device. Usually, the cache directory is used by applications to store data resulting from time consmuming I/O or calculation. So,

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread lei yang
On Monday, February 4, 2013, Iorga, Cristian wrote: > See my answers below. > > -Original Message- > From: Lei Yang [mailto:yanglei.f...@gmail.com ] > Sent: Sunday, February 03, 2013 4:15 AM > To: Iorga, Cristian > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PAT

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-02-04 Thread McClintock Matthew-B29882
On Mon, Feb 4, 2013 at 4:51 PM, Khem Raj wrote: > On Mon, Feb 4, 2013 at 12:13 PM, McClintock Matthew-B29882 > wrote: >>> + >>> +KERNEL_CC = "${CC} ${HOST_CC_KERNEL_ARCH}" >> >> Why change to ${CC} from "${CCACHE}${HOST_PREFIX}gcc${KERNEL_CCSUFFIX}? >> >> It breaks some kernel builds we have... >

Re: [OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Peter Seebach
On Mon, 4 Feb 2013 23:37:59 + Richard Purdie wrote: > Agreed. Can someone send me a patch which makes it all work please? :) I probably can. I think the 1.4.3 patch I sent out recently (sgw was looking at it, but the binaries weren't up on the downloads server yet) probably covers most of it

Re: [OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Richard Purdie
On Mon, 2013-02-04 at 17:27 -0600, Peter Seebach wrote: > On Mon, 4 Feb 2013 23:21:51 + > Richard Purdie wrote: > > > I suspect not since we don't always use "lib", we might use something > > different in various multilib configurations for example. Using > > ${baselib} in the target configur

Re: [OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Peter Seebach
On Mon, 4 Feb 2013 23:21:51 + Richard Purdie wrote: > I suspect not since we don't always use "lib", we might use something > different in various multilib configurations for example. Using > ${baselib} in the target configurations will therefore give us less > problems. Oh, point. Yeah, tha

Re: [OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Richard Purdie
On Mon, 2013-02-04 at 12:23 -0600, Peter Seebach wrote: > On Mon, 4 Feb 2013 13:33:26 +0200 > Constantin Musca wrote: > > > - replace --enable-sqlite-static with --with-sqlite-static=.. in order > > to pass ${baselib} to configure (/lib doesn't work for the multilib > > lib32 build) > > This loo

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-02-04 Thread Khem Raj
On Mon, Feb 4, 2013 at 12:13 PM, McClintock Matthew-B29882 wrote: >> + >> +KERNEL_CC = "${CC} ${HOST_CC_KERNEL_ARCH}" > > Why change to ${CC} from "${CCACHE}${HOST_PREFIX}gcc${KERNEL_CCSUFFIX}? > > It breaks some kernel builds we have... you did not tell what exactly breaks.

[OE-core] [PATCH] ipk: use OPKGLIBDIR in all places

2013-02-04 Thread Martin Jansa
* it's not recommended to change this value, because it breaks upgrade path on target (all old u-a alternatives are forgot in old OPKGLIBDIR value * but make it consistent, so if someone really want to change that, then setting OPKGLIBDIR_distro in distro.conf would be enough * without this th

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread Saul Wold
On 02/04/2013 01:10 AM, Iorga, Cristian wrote: See my answers below. -Original Message- From: Lei Yang [mailto:yanglei.f...@gmail.com] Sent: Sunday, February 03, 2013 4:15 AM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] net-tools: upgrad

[OE-core] [PATCH] v86d: Use BP instead of P

2013-02-04 Thread Saul Wold
P is expanded to it's multi and other prefix / suffix name, so use BP instead which is the BaseName and Version. Signed-off-by: Saul Wold --- meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/reci

[OE-core] [PATCH] sip.bbclass: improve RDEPENDS to add python-sip only for PN

2013-02-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/classes/sip.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sip.bbclass b/meta/classes/sip.bbclass index 074d4dd..711f851 100644 --- a/meta/classes/sip.bbclass +++ b/meta/classes/sip.bbclass @@ -4,7 +4,7 @@ STAGING_SIP

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-02-04 Thread McClintock Matthew-B29882
On Sat, Jan 19, 2013 at 4:40 PM, Khem Raj wrote: > kernel compiler is not special and we currently have it so > we want to pass -march and -mtune options as CFLAGS to kernel > build so that compiler picks the right subarch flags when > compiling assembly files in particular. Otherwise defaults > a

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Burton, Ross
On 4 February 2013 18:25, Enrico Scholz wrote: > really? The cache files are architecture dependent and I am not aware of > a cross-fc-cache tool. That's right, they are. Laurentiu's been working on that too: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=lpalcu/fontconfig&id=

[OE-core] [PATCH 2/2] dropbear: fix RPROVIDES

2013-02-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/dropbear/dropbear.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 3a39c95..8d94e5b 100644 --- a/meta/recipes-core/dropbear/dropbear.

[OE-core] [PATCH 1/2] openssh: fix RPROVIDES

2013-02-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-connectivity/openssh/openssh_6.1p1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh_6.1p1.bb b/meta/recipes-connectivity/openssh/openssh_6.1p1.bb index 71d71e4..32c3b2c 100644 --- a/met

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Enrico Scholz
"Burton, Ross" writes: > The fontconfig cache is perfectly capable of generation at image > creation time, really? The cache files are architecture dependent and I am not aware of a cross-fc-cache tool. Enrico ___ Openembedded-core mailing list Ope

Re: [OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Peter Seebach
On Mon, 4 Feb 2013 13:33:26 +0200 Constantin Musca wrote: > - replace --enable-sqlite-static with --with-sqlite-static=.. in order > to pass ${baselib} to configure (/lib doesn't work for the multilib > lib32 build) This looks eerily similar to, yet subtly different from, the changes I made for

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Burton, Ross
On 4 February 2013 17:47, Phil Blundell wrote: > For example, an (admittedly somewhat unscientific) survey on my desktop > machine suggests that fontconfig, samba and cups, at least, are creating > files in /var/cache at run time with contents that you wouldn't be able > to predict in advance The

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Phil Blundell
On Mon, 2013-02-04 at 12:03 +0200, Laurentiu Palcu wrote: > Not necessarily. We are trying to have all postinstalls run on host, so > we don't have to do any postinstall activity on target. Any cache > generated during postinstall, will be generated at do_rootfs time. Then, > we can deploy the imag

Re: [OE-core] [PATCH 03/22] package: Process package stripping in parallel

2013-02-04 Thread Mark Hatle
On 2/3/13 5:55 PM, Richard Purdie wrote: Signed-off-by: Richard Purdie --- meta/classes/package.bbclass | 58 ++ meta/lib/oe/package.py | 45 2 files changed, 58 insertions(+), 45 deletions(-) diff --git a/me

Re: [OE-core] master-next commit notifications

2013-02-04 Thread Martin Jansa
I'm using filter for emails with '^Branch: master$' to put them to separate folder which I read more carefully then folder with other emails from openembedded-commits list. On Mon, Feb 4, 2013 at 6:02 PM, Andreas Müller wrote: > Hi, > > is it a problem to stop the commit notification on master-

[OE-core] [PATCH v6] netbase: split up in netbase and init-ifupdown

2013-02-04 Thread Constantin Musca
- netbase should only include etc-rpc, etc-protocols, etc-services and the hosts file - the init script/configuration files should be in another package (init-ifupdown) [YOCTO #2486] Signed-off-by: Constantin Musca --- meta/conf/layer.conf | 1 + .../init-ifupdown

[OE-core] master-next commit notifications

2013-02-04 Thread Andreas Müller
Hi, is it a problem to stop the commit notification on master-next? It seems that master-next is subject to frequent rebasing and causing a flood of commit notification mails. My problem is that it makes it difficult to find the notifications for those commits applied to master. Andreas

[OE-core] OE Changelog since 2013-01-27 until 2013-02-03

2013-02-04 Thread cliff . brake
Changelog since 2013-01-27 until 2013-02-03. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-04 Thread McClintock Matthew-B29882
On Fri, Feb 1, 2013 at 4:40 PM, Chris Larson wrote: > > On Fri, Feb 1, 2013 at 1:16 PM, McClintock Matthew-B29882 > wrote: >> >> On Fri, Feb 1, 2013 at 4:12 AM, wrote: >> > From: Ting Liu >> > >> > Fix the below issue: >> > | DEBUG: Executing shell function do_configure >> > | sed: can't read

Re: [OE-core] [CONSOLIDATED PULL 00/69] master-next & MUT (post M3)

2013-02-04 Thread Richard Purdie
On Mon, 2013-02-04 at 16:11 +0100, David Nyström wrote: > On 02/01/2013 09:19 AM, Saul Wold wrote: > > Richard, > > > > Here is a group of M4 patches and updates that have been > > pending. I fixed a small issue I found with the package.bbclass > > changes in gkt-icon-cache.bbclass > > > > I have i

[OE-core] [PATCH] send-pull-request: add extra CC argument

2013-02-04 Thread Martin Jansa
* useful e.g. when sending pull-request to release branch with extra CC for release maintainer Signed-off-by: Martin Jansa --- scripts/send-pull-request | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index

Re: [OE-core] [PATCH v5] netbase: split up in netbase and init-ifupdown

2013-02-04 Thread Martin Jansa
On Mon, Feb 04, 2013 at 05:12:03PM +0200, Constantin Musca wrote: > - netbase should only include etc-rpc, etc-protocols, etc-services > and the hosts file > - the init script/configuration files should be in another package > (init-ifupdown) > > [YOCTO #2486] > > Signed-off-by: Constantin Musca

[OE-core] Fwd: [PATCH] Update SRC_URI to point to new file location.

2013-02-04 Thread Andy Dalton
>From acc4b1f597013f6bbcc1125adbd3d0119cff048f Mon Sep 17 00:00:00 2001 The existing SRC_URI pointed to a Gentoo developer's private web space. It appears that that developer has retired and that his web space is no longer active. I've updated the SRC_URI to point to a location where the file ca

Re: [OE-core] [CONSOLIDATED PULL 00/69] master-next & MUT (post M3)

2013-02-04 Thread David Nyström
On 02/01/2013 09:19 AM, Saul Wold wrote: Richard, Here is a group of M4 patches and updates that have been pending. I fixed a small issue I found with the package.bbclass changes in gkt-icon-cache.bbclass I have included the DEB Incremental image set along with the READ-Only Rootfs changes, thi

[OE-core] [PATCH v5] netbase: split up in netbase and init-ifupdown

2013-02-04 Thread Constantin Musca
- netbase should only include etc-rpc, etc-protocols, etc-services and the hosts file - the init script/configuration files should be in another package (init-ifupdown) [YOCTO #2486] Signed-off-by: Constantin Musca --- meta/conf/layer.conf | 1 + .../init-ifupdown

Re: [OE-core] [PATCH] rm_work: remove package and packages-split dirs

2013-02-04 Thread Richard Purdie
On Fri, 2013-02-01 at 18:59 +0100, Martin Jansa wrote: > * as described in > > http://git.openembedded.org/openembedded-core/commit/?id=6107ee294afde395e39d084c33e8e94013c625a9 > > Signed-off-by: Martin Jansa > --- > meta/classes/rm_work.bbclass | 13 + > 1 file changed, 9 inserti

Re: [OE-core] [oe-core][PATCH ] add shutdown hook for udev

2013-02-04 Thread Richard Purdie
On Sun, 2013-02-03 at 14:17 -0500, igei...@devonit.com wrote: > From: Ian Reinhart Geiser > > In cases where other initramfs modules need to rely on > udev running (ie in my case I have to load firmware on > a device that is slow to start) there needs to be a way > to keep it running during the l

[OE-core] [PATCH] Python improvements for create-recipe.

2013-02-04 Thread David Nyström
1. Added ability to parse .zip files. 2. Added optional automatic dependency resolving for python recipes(easy_install wrapper). 3. Fixed a few name/version bugs. Give it a whirl by: create-recipe -r https://launchpad.net/nova/folsom/2012.2.3/+download/nova-2012.2.3.tar.gz Saves me some time

Re: [OE-core] [PATCH] qemu.inc: depend on qemu-native only with runqemu DISTRO_FEATURE

2013-02-04 Thread Richard Purdie
On Mon, 2013-02-04 at 10:57 +0100, Martin Jansa wrote: > * qemu images are usefull even without qemu installed on build machine. > Some people are building on one machine, but then downloading images > somewhere else to test them. > * use new "runqemu" DISTRO_FEATURE and BACKFILL it so the beha

Re: [OE-core] [PATCH 0/4] Automake-1.13 fixes (batch 4)

2013-02-04 Thread Burton, Ross
On 3 February 2013 10:17, Marko Lindqvist wrote: > libmatchbox: replace obsolete automake macros with working ones I've just pushed this patch to git, so you can replace it with a srcrev bump. Ross ___ Openembedded-core mailing list Openembedded-cor

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Richard Purdie
On Mon, 2013-02-04 at 12:03 +0200, Laurentiu Palcu wrote: > > On 02/04/2013 11:46 AM, Mike Looijmans wrote: > > On 02/04/2013 10:26 AM, Laurentiu Palcu wrote: > >> > Hi, > >> > > >> > Re-generating applications' cache every time the system is rebooted is > >> > not a > >> > very efficient process

Re: [OE-core] [PATCH 00/22] Packaging performance improvements, round 2

2013-02-04 Thread Richard Purdie
On Sun, 2013-02-03 at 23:55 +, Richard Purdie wrote: > The following patch series contains various performance improvements for > do_package. > > It also includes changes to the sanity testing to start giving warnings > about packaging variables used without packages being specified, eg: >

[OE-core] [PATCH] update-modules: remove recipe from oe-core

2013-02-04 Thread Laurentiu Palcu
update-modules is not used anymore. Any references to it have been removed, some time ago, from all recipes/bbclasses. It stayed in oe-core in case anybody still wanted to use it. Time for it to go. Signed-off-by: Laurentiu Palcu --- .../update-modules/update-modules-1.0/COPYING.GPL | 339

[OE-core] [PATCH] pseudo: fix sqlite path and package missing files

2013-02-04 Thread Constantin Musca
- replace --enable-sqlite-static with --with-sqlite-static=.. in order to pass ${baselib} to configure (/lib doesn't work for the multilib lib32 build) - use ${exec_prefix}/lib instead of ${libdir} because pseudo always uses /usr/lib Signed-off-by: Constantin Musca --- .../pseudo/files/modify-st

[OE-core] [PATCH] qemu.inc: depend on qemu-native only with runqemu DISTRO_FEATURE

2013-02-04 Thread Martin Jansa
* qemu images are usefull even without qemu installed on build machine. Some people are building on one machine, but then downloading images somewhere else to test them. * use new "runqemu" DISTRO_FEATURE and BACKFILL it so the behavior stays the same, unless disabled by DISTRO_FEATURES_BACKF

[OE-core] [PATCH 4/5] avahi: fix relative path in do_configure

2013-02-04 Thread Ross Burton
do_configure was assuming that $B is $S, so the relative path was wrong. Add a missing $S. Signed-off-by: Ross Burton --- meta/recipes-connectivity/avahi/avahi.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-con

[OE-core] [PATCH 3/5] gtk+: add missing $S references in do_install

2013-02-04 Thread Ross Burton
When $B != $S the relative paths are wrong, so add an explict $S. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+.inc |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 3a40409..d8adc1

[OE-core] [PATCH 5/5] libpcap: fix relative path references

2013-02-04 Thread Ross Burton
do_configure was using relative paths in do_configure with the assumption that $S is the same as $B. This isn't always true, so explicitly use $S. Signed-off-by: Ross Burton --- meta/recipes-connectivity/libpcap/libpcap.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[OE-core] S != B build fixes

2013-02-04 Thread Ross Burton
Hi, I'm slowly doing a build where B != S in autotools.bbclass, fixing/disabling as I go. Here's some more obviously correct fixes from my latest hour on it. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists

[OE-core] [PATCH 2/5] gdk-pixbuf: use correct build path when installing

2013-02-04 Thread Ross Burton
The native install was invoking a binary in $S, but it's been built into $B. Signed-off-by: Ross Burton --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb b/meta/recipes

[OE-core] [PATCH 1/5] cmake: reset B from autotools, as this class doesnt like it

2013-02-04 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/cmake.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 54d4519..e64c30c 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass @@ -13,6 +13,7 @@ OECMAKE_SOURC

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Laurentiu Palcu
On 02/04/2013 11:46 AM, Mike Looijmans wrote: > On 02/04/2013 10:26 AM, Laurentiu Palcu wrote: >> > Hi, >> > >> > Re-generating applications' cache every time the system is rebooted is not >> > a >> > very efficient process for an embedded device. Usually, the cache >> > directory is >> > used

Re: [OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Mike Looijmans
On 02/04/2013 10:26 AM, Laurentiu Palcu wrote: Hi, Re-generating applications' cache every time the system is rebooted is not a very efficient process for an embedded device. Usually, the cache directory is used by applications to store data resulting from time consmuming I/O or calculation. So,

[OE-core] [PATCH 5/5] package_deb.bbclass:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
1. Support incremental deb image generation, here is the design: 1) Update packages index file in ${DEPLOY_DIR_DEB}, and figure out newly added packages at current image session comparing with previous image session. 2) Config apt 3) If not support incremental deb image generation 1, Install p

[OE-core] [PATCH 4/5] rootfs_deb.bbclass:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
Modify shell function `rootfs_install_packages' to support incremental generation, here is the design: 1. Sort solution manifest which lists *to be installed* packags. 2. If support incremental ipk image generation 1) Figure out unused packages, they are in the installed manifest and not in

[OE-core] [PATCH 3/5] populate_sdk:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
When use the incremental image generation, and the type of previous image has no change, don't remove the rootfs Signed-off-by: Hongxu Jia --- meta/classes/populate_sdk_base.bbclass | 13 ++--- meta/classes/populate_sdk_deb.bbclass |2 +- 2 files changed, 11 insertions(+), 4 delet

[OE-core] [PATCH 1/5] apt-native:fix support configuring etc dir in apt.conf

2013-02-04 Thread Hongxu Jia
Add "#APT_CONF_DIR#" to support configuring etc dir in apt.conf. Configure it by using sed to replace the string at deb do_rootfs time. Signed-off-by: Hongxu Jia --- meta/recipes-devtools/apt/apt-native_0.7.14.bb |2 +- meta/recipes-devtools/apt/files/apt.conf |2 +- 2 files change

[OE-core] [PATCH 2/5] image.bbclass:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
When use the incremental image generation, and the type of previous image has no change, don't remove the rootfs Signed-off-by: Hongxu Jia --- meta/classes/image.bbclass | 37 + 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/meta/classes/imag

[OE-core] [PATCH 0/5 V2]support incremental deb image generation

2013-02-04 Thread Hongxu Jia
Change from V1: fix do_rootfs error while using dash as default shell The following is the test case about how to test incremental deb image generation: 1, Modify a package 1) Add the follow config option to a conf file: INC_DEB_IMAGE_GEN = "1" PACKAGE_CLASSES = "package_deb" 2) Run `bi

[OE-core] [PATCH 5/5] rpm: remove /var/volatiles/cache/rpm from the FILEs list

2013-02-04 Thread Laurentiu Palcu
Since /var/cache is not in volatiles anymore, this entry has to go. Signed-off-by: Laurentiu Palcu --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 881b960..39b0

[OE-core] [PATCH 4/5] systemd: remove /var/cache from volatiles

2013-02-04 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../systemd/systemd/00-create-volatile.conf|1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf index d160a9b..6163a9c 100644 --- a/me

[OE-core] [PATCH 1/5] base-files: remove /var/cache from volatiles

2013-02-04 Thread Laurentiu Palcu
Having the cache in tmpfs implies cache regeneration after every reboot. For an embedded device this might not be very efficient. So, it is better for the cache to be persistent between reboots. Signed-off-by: Laurentiu Palcu --- meta/recipes-core/base-files/base-files_3.0.14.bb |4 ++-- 1 f

[OE-core] [PATCH 3/5] initscripts: remove /var/cache from volatiles

2013-02-04 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../initscripts/initscripts-1.0/volatiles |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles index e0741aa..087ab0a 100644 --- a/meta

[OE-core] [PATCH 0/5] Remove /var/cache from volatiles directory

2013-02-04 Thread Laurentiu Palcu
Hi, Re-generating applications' cache every time the system is rebooted is not a very efficient process for an embedded device. Usually, the cache directory is used by applications to store data resulting from time consmuming I/O or calculation. So, this patchset will take out /var/cache from tmpf

[OE-core] [PATCH 2/5] fs-perms: remove /var/cache from volatiles

2013-02-04 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- meta/files/fs-perms.txt |1 - 1 file changed, 1 deletion(-) diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt index f5a2b69..ef44e26 100644 --- a/meta/files/fs-perms.txt +++ b/meta/files/fs-perms.txt @@ -45,7 +45,6 @@ ${oldincludedir} 0755

[OE-core] [PATCH 10/10] blktool: fix SRC_URI typo

2013-02-04 Thread Constantin Musca
Signed-off-by: Constantin Musca --- meta/recipes-extended/blktool/blktool_4-6.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/blktool/blktool_4-6.1.bb b/meta/recipes-extended/blktool/blktool_4-6.1.bb index 94a7a10..8bd1bae 100644 --- a/meta/reci

[OE-core] [PATCH 09/10] gcc: target: fix libiberty removal

2013-02-04 Thread Constantin Musca
- use ${libdir} instead of ${exec_prefix}/lib Fix the following warning: WARNING: QA Issue: gcc: Files/directories were installed but not shipped /usr/lib64/libiberty.a Signed-off-by: Constantin Musca --- meta/recipes-devtools/gcc/gcc-4.7.inc| 2 +- meta/recipes-devtools/gcc/gcc-p

[OE-core] [PATCH 08/10] consolekit: add arch independent unpackaged files

2013-02-04 Thread Constantin Musca
Fix the following warning: WARNING: QA Issue: consolekit: Files/directories were installed but not shipped /usr/lib /usr/lib/ConsoleKit /usr/lib/ConsoleKit/run-seat.d /usr/lib/ConsoleKit/scripts /usr/lib/ConsoleKit/run-session.d /usr/lib/ConsoleKit/scripts/ck-system-restart /usr/lib/

[OE-core] [PATCH 07/10] run-postinsts: use BPN instead of PN

2013-02-04 Thread Constantin Musca
Fix the following warning: WARNING: QA Issue: lib32-run-postinsts: Files/directories were installed but not shipped /usr/share/lib32-run-postinsts /usr/share/lib32-run-postinsts/run-postinsts.awk [YOCTO #3438] Signed-off-by: Constantin Musca --- meta/recipes-devtools/dpkg/run-postinsts_1.0

[OE-core] [PATCH 06/10] taglib: use LIB_SUFFIX in order to determine the correct baselib

2013-02-04 Thread Constantin Musca
WARNING: QA Issue: taglib: Files/directories were installed but not shipped /usr/lib /usr/lib/libtag.so /usr/lib/libtag.so.1.12.0 /usr/lib/libtag.so.1 /usr/lib/libtag_c.so.0.0.0 /usr/lib/libtag_c.so /usr/lib/libtag_c.so.0 ... Signed-off-by: Constantin Musca --- meta/recipes-suppo

[OE-core] [PATCH 05/10] foomatic-filters: fix CUPS directory config

2013-02-04 Thread Constantin Musca
- use CUPS_SERVERBIN to configure the CUPS directory - the removed variables are not used anymore Fix the following warning: WARNING: QA Issue: foomatic-filters: Files/directories were installed but not shipped /usr/lib64 /usr/lib64/cups /usr/lib64/cups/filter /usr/lib64/cups/backend /u

[OE-core] [PATCH 03/10] syslinux: use BPN instead of PN

2013-02-04 Thread Constantin Musca
Fix the following warning: WARNING: QA Issue: lib32-syslinux: Files/directories were installed but not shipped /usr/lib /usr/share/syslinux /usr/share/syslinux/com32 /usr/share/syslinux/com32/libcom32gpl.a /usr/share/syslinux/com32/libcom32.a ... [YOCTO #3438] Signed-off-by: Constant

[OE-core] [PATCH 02/10] sgml-common: use ${PN} instead of sgml-common

2013-02-04 Thread Constantin Musca
Fix the following warning: WARNING: QA Issue: lib32-sgml-common: Files/directories were installed but not shipped /etc /etc/sgml /etc/sgml/sgml.conf /usr/bin /usr/bin/install-catalog /usr/bin/sgmlwhich [YOCTO #3438] Signed-off-by: Constantin Musca --- meta/recipes-devtools/sgml-com

[OE-core] [PATCH 04/10] console-tools: fix linking when using the multilib compiler

2013-02-04 Thread Constantin Musca
fix-libconsole-link.patch: add patch for fixing libconsole linking problems when using multilib gcc Signed-off-by: Constantin Musca --- .../fix-libconsole-linking.patch | 56 ++ .../console-tools/console-tools_0.3.2.bb | 3 +- 2 files changed, 58

[OE-core] [PATCH 01/10] enchant: use BPN instead of PN

2013-02-04 Thread Constantin Musca
- use BPN (PN includes mlprefix) to package all files when building with multilib options [YOCTO #3438] Signed-off-by: Constantin Musca --- meta/recipes-support/enchant/enchant_1.6.0.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/enchant/ench

[OE-core] [PATCH 00/10] Multilib fixes

2013-02-04 Thread Constantin Musca
This represents a set of patches that address multilib issues and other problems discovered building lib32 world The following changes since commit 75f470cd18d693a9a96d9849291c2c8de4dcbeb8: qt4: Add space for _appends (2013-02-01 22:49:47 +) are available in the git repository at: git://

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread Iorga, Cristian
See my answers below. -Original Message- From: Lei Yang [mailto:yanglei.f...@gmail.com] Sent: Sunday, February 03, 2013 4:15 AM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2 Sent from my iPhone On 2013-