Re: [OE-core] [RFC] get minimal rootfs to be even smaller

2013-06-10 Thread Saul Wold
On 06/10/2013 07:06 PM, Khem Raj wrote: On May 31, 2013, at 7:11 AM, Marcin Juszkiewicz wrote: First hit: pci.ids.gz and usb.ids.gz ~350KB in total. udev just RRECOMMENDS usbutils-ids pciutils-ids so how did it get into build time dependencies to begin with ? I looked into this a while

Re: [OE-core] Sample recipe for qt4e app?

2013-06-10 Thread Steve Sakoman
On Mon, Jun 10, 2013 at 4:06 PM, Paul Eggleton wrote: > On Monday 10 June 2013 15:45:42 Steve Sakoman wrote: >> Does anyone have a recipe for a simple qt4e app that they would be >> willing to share? > It's not really much different; you should only need to inherit qt4e instead > of > qt4x11. As

Re: [OE-core] [oe-commits] Andy Voltz : tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-10 Thread Khem Raj
On Mon, Jun 10, 2013 at 8:50 AM, Andy Voltz wrote: >> > ERROR: OE-core's config sanity checker detected a potential >> > misconfiguration. >> > Either fix the cause of this error or at your own risk disable the >> > checker (see sanity.conf). >> > Following is the list of potential prob

Re: [OE-core] [PATCH v2 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Chris Larson
On Mon, Jun 10, 2013 at 7:27 PM, Khem Raj wrote: > On Jun 10, 2013, at 4:15 PM, Christopher Larson wrote: > > > From: Christopher Larson > > > > Now that liburcu supports mips, this packagegroup can pull in lttng > recipes > > (lttng-ust, lttng-tools, lttng-modules, babeltrace) on that architec

Re: [OE-core] [PATCH v2 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Khem Raj
On Jun 10, 2013, at 4:15 PM, Christopher Larson wrote: > From: Christopher Larson > > Now that liburcu supports mips, this packagegroup can pull in lttng recipes > (lttng-ust, lttng-tools, lttng-modules, babeltrace) on that architecture as it > does for the others. it still does not work on m

Re: [OE-core] [PATCH v2] gcc: add build directory to include directories

2013-06-10 Thread Khem Raj
what happens if you use --disable-libunwind-exceptions On May 31, 2013, at 8:55 AM, Mark Hatle wrote: > From: "Roy.Li" > > Add build directory to include directories by -I${B}/include which will > be searched before standard system include directories. > > Both libunwind and gcc supply unwind

Re: [OE-core] [RFC] get minimal rootfs to be even smaller

2013-06-10 Thread Khem Raj
On May 31, 2013, at 7:11 AM, Marcin Juszkiewicz wrote: > First hit: pci.ids.gz and usb.ids.gz ~350KB in total. udev just RRECOMMENDS usbutils-ids pciutils-ids so how did it get into build time dependencies to begin with ? ___ Openembedded-core ma

[OE-core] [PATCH v2 2/4] packagegroup-base-vfat: include dosfsprogs

2013-06-10 Thread Christopher Larson
From: Christopher Larson The ext2 group includes e2fsprogs, so this is consistent and should be appropriate, I think. Signed-off-by: Christopher Larson --- meta/recipes-core/packagegroups/packagegroup-base.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-co

[OE-core] [PATCH v2 4/4] libnewt: split python module into libnewt-python

2013-06-10 Thread Christopher Larson
From: Christopher Larson This is useful as it avoids pulling python into a build just to build chkconfig. The python recipe uses the libnewt installed in the sysroot by the main package, so there's little loss of build time, other than the additional unpack/patch. Signed-off-by: Christopher Lars

[OE-core] [PATCH v2 0/4] A few miscellaneous improvements from Mentor

2013-06-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit b4f208f418d18f2a4e78a56bebacef481061d917: tar: don't mv tar for nativesdk (2013-06-10 18:06:33 +0100) are available in the git repository at: https://github.com/kergoth/oe-core.git misc-improvements Christopher Larson (4): conn

[OE-core] [PATCH v2 1/4] connman: use PACKAGECONFIG for WISPr support

2013-06-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-connectivity/connman/connman.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 0eb586

[OE-core] [PATCH v2 3/4] insane.bbclass: quiet package errors not in *_QA

2013-06-10 Thread Christopher Larson
From: Christopher Larson Currently, if a package QA type from package.bbclass is not listed in ERROR_QA, it gets shown, regardless of whether it's in WARN_QA. This differs from the behavior of the rest of the QA handling (which doesn't call package_qa_handle_error at all if it's in neither _QA va

Re: [OE-core] [PATCH 2/4] libnewt: split python module into libnewt-python

2013-06-10 Thread Chris Larson
On Mon, Jun 10, 2013 at 5:51 PM, Saul Wold wrote: > On 06/10/2013 01:47 PM, Christopher Larson wrote: > >> From: Christopher Larson >> >> This is useful as it avoids pulling python into a build just to build >> chkconfig. The python recipe uses the libnewt installed in the sysroot by >> the >> m

Re: [OE-core] [PATCH 2/4] libnewt: split python module into libnewt-python

2013-06-10 Thread Saul Wold
On 06/10/2013 01:47 PM, Christopher Larson wrote: From: Christopher Larson This is useful as it avoids pulling python into a build just to build chkconfig. The python recipe uses the libnewt installed in the sysroot by the main package, so there's little loss of build time, other than the addit

Re: [OE-core] [PATCH v2 4/4] license.bbclass: include all licenses in the manifest

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 8:15 PM, Christopher Larson wrote: > From: Christopher Larson > > When we don't have a generic license file for the license in question, we > can > warn, but we should still include it in the manifest, otherwise the > manifest > doesn't reflect reality. Failing to include

Re: [OE-core] [PATCH v2 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 8:15 PM, Christopher Larson wrote: > From: Christopher Larson > > Now that liburcu supports mips, this packagegroup can pull in lttng recipes > (lttng-ust, lttng-tools, lttng-modules, babeltrace) on that architecture > as it > does for the others. > > Signed-off-by: Christ

[OE-core] [PATCH v2 4/4] license.bbclass: include all licenses in the manifest

2013-06-10 Thread Christopher Larson
From: Christopher Larson When we don't have a generic license file for the license in question, we can warn, but we should still include it in the manifest, otherwise the manifest doesn't reflect reality. Failing to include a license listed in the recipe in the manifest can't be allowed. Signed-

[OE-core] [PATCH v2 3/4] avahi: inherit python classes, use PACKAGECONFIG

2013-06-10 Thread Christopher Larson
From: Christopher Larson Without using our python classes and having appropriate dependencies, the build is nondeterministic, and whether a python-avahi package is produced will vary depending on the host environment, yet avahi-discover is always produced, and it depends on python-avahi. Signed-

[OE-core] [PATCH v2 2/4] gconf: inherit gettext

2013-06-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index a1843d5..9b22d95 100644 --- a/meta/

[OE-core] [PATCH v2 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Christopher Larson
From: Christopher Larson Now that liburcu supports mips, this packagegroup can pull in lttng recipes (lttng-ust, lttng-tools, lttng-modules, babeltrace) on that architecture as it does for the others. Signed-off-by: Christopher Larson --- .../packagegroups/packagegroup-core-tools-profile.bb

[OE-core] [PATCH v2 0/4] A few miscellaneous fixes from Mentor

2013-06-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit b4f208f418d18f2a4e78a56bebacef481061d917: tar: don't mv tar for nativesdk (2013-06-10 18:06:33 +0100) are available in the git repository at: https://github.com/kergoth/oe-core.git misc-fixes Christopher Larson (4): packagegrou

Re: [OE-core] Sample recipe for qt4e app?

2013-06-10 Thread Paul Eggleton
Hi Steve, On Monday 10 June 2013 15:45:42 Steve Sakoman wrote: > The qt-apps folder in oe-core only seems to have recipes for qt4-x11-free > apps. > > Does anyone have a recipe for a simple qt4e app that they would be > willing to share? > > I'm looking to get an idea of just how small a qt4e im

[OE-core] Sample recipe for qt4e app?

2013-06-10 Thread Steve Sakoman
The qt-apps folder in oe-core only seems to have recipes for qt4-x11-free apps. Does anyone have a recipe for a simple qt4e app that they would be willing to share? I'm looking to get an idea of just how small a qt4e image can be without climbing the learning curve of writing a qt app and recipe

[OE-core] [CONSOLIDATED PULL 00/35] Qt and postinsts patches

2013-06-10 Thread Saul Wold
Richard, Here is some updates and patches, the bulk of which are QT and Postinstall related. I also include the Updated GStreamer 1.0, to be kept in parallel with the older one for now, when the time is right we will depericate the 0.10 version. I tested your change set with MUT over the weeken

[OE-core] [PATCH] tune-cortexa.inc: Use -mtune not -mcpu

2013-06-10 Thread Andy Voltz
Using -mcpu was a mistake introduced in the creation commit for this file. This restores the previous default tuning for cortex a7,a8,a9,a15 Signed-off-by: Andy Voltz --- meta/conf/machine/include/tune-cortexa.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/m

[OE-core] [PATCH 3/5] dpkg: Fix usage of create_wrapper

2013-06-10 Thread Saul Wold
create_wrapper changed recently and behaves differently now. It does not directly exec the , but exports them, so the first parameter needs to be an environemnt variable like a PATH, not a executable. Signed-off-by: Saul Wold --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 inse

[OE-core] [PATCH 4/5] gnome-doc-utils: Fix usage of create_wrapper

2013-06-10 Thread Saul Wold
create_wrapper changed recently and behaves differently now. It does not directly exec the , but exports them, so the first parameter needs to be an environemnt variable like a PATH, not a executable. Signed-off-by: Saul Wold --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 +- 1 file change

[OE-core] [PATCH 5/5] librsvg: configure needs a native gdk-pixbuf binary

2013-06-10 Thread Saul Wold
Build failure was seen on the autobuilder, so add gdk-pixbuf-native to depends list Signed-off-by: Saul Wold --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.

[OE-core] [PATCH 0/5] Fixup usage of create_wrapper

2013-06-10 Thread Saul Wold
Richard, I found these following the buildtools-tarball change, also a couple of other changes, one to clean up the suprious warning, and other a DEPENDS fix. Sau! Saul Wold (5): sanity: remove warn debug message createrepo: Fix usage of create_wrapper dpkg: Fix usage of create_wrapper g

[OE-core] [PATCH 1/5] sanity: remove warn debug message

2013-06-10 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/sanity.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 744e30d..a8e3af6 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -353,7 +353,6 @@ def check_git

[OE-core] [PATCH 2/5] createrepo: Fix usage of create_wrapper

2013-06-10 Thread Saul Wold
create_wrapper changed recently and behaves differently now. It does not directly exec the , but exports them, so the first parameter needs to be an environemnt variable like a PATH, not a executable. Signed-off-by: Saul Wold --- meta/recipes-support/createrepo/createrepo_0.4.11.bb | 2 +- 1 fil

Re: [OE-core] [PATCH 1/4] connman: use PACKAGECONFIG for WISPr support

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:47 PM, Christopher Larson wrote: > From: Christopher Larson > > Signed-off-by: Christopher Larson > Reviewed-by: Otavio Salvador This seems safe for backporting to 1.4.2 and would allow for more control on connman build; Paul? -- Otavio Salvador

Re: [OE-core] [PATCH 4/4] insane.bbclass: quiet package errors not in *_QA

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:47 PM, Christopher Larson wrote: > From: Christopher Larson > > Currently, if a package QA type from package.bbclass is not listed in > ERROR_QA, it gets shown, regardless of whether it's in WARN_QA. This > differs > from the behavior of the rest of the QA handling (whic

Re: [OE-core] [PATCH 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Chris Larson
On Mon, Jun 10, 2013 at 1:56 PM, Otavio Salvador wrote: > On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > >> From: Christopher Larson >> >> Now that liburcu supports mips, this packagegroup can pull in lttng >> software >> on that architecture. >> >> Signed-off-by: Christopher Larson

Re: [OE-core] [PATCH 4/4] license.bbclass: include all licenses in the manifest

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > When we don't have a generic license file for the license in question, we > can > warn, but we should still include it in the manifest, otherwise the > manifest > doesn't reflect reality. Failing to include

Re: [OE-core] [PATCH 3/4] packagegroup-base-vfat: include dosfsprogs

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:47 PM, Christopher Larson wrote: > From: Christopher Larson > > The ext2 group includes e2fsprogs, so this is consistent and should be > appropriate, I think. > > Signed-off-by: Christopher Larson > Reviewed-by: Otavio Salvador -- Otavio Salvador

Re: [OE-core] [PATCH 3/4] avahi: inherit python classes, use PACKAGECONFIG

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > Without using our python classes and having appropriate dependencies, the > build is nondeterministic, and whether a python-avahi package is produced > will > vary depending on the host environment, yet avah

Re: [OE-core] [PATCH 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > Now that liburcu supports mips, this packagegroup can pull in lttng > software > on that architecture. > > Signed-off-by: Christopher Larson Your commit log say's nothing about babeltrace. I think it'd be

Re: [OE-core] [PATCH 2/2] copyleft_compliance: set 'dirs' flag on task

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > Without this, due to bitbake defaulting to ${B}, it's possible to get ${S} > inadvertantly created before do_unpack, breaking the unpack of git sources, > which expect the destination to not exist. > > Signe

Re: [OE-core] [PATCH 3/3] sstate.bbclass: brute force silence fetch errors

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > bb.fetch2.Fetcher.download() prints any fetch errors that come from the > underlying fetcher, rather than letting the caller do so, which means > there's > no way to silence the fetch error messages without

Re: [OE-core] [PATCH 2/3] sstate.bbclass: fetch archive+siginfo in a single pstaging_fetch

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > This avoids unnecessary duplication of setup. The only visible change in > behavior will be the case if siginfo exists and the archive does not, in > which > case it'll redownload both, but this doesn't seem

Re: [OE-core] [PATCH 1/3] sstate.bbclass: kill MIRRORS and FILESPATH to speed up fetching

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > The default FILESPATH isn't really of use, as we don't expect to find > sstate > archives buried in layer recipe directories, and the default MIRRORS is > intended for use for fetching SRC_URI, not sstate. >

[OE-core] [PATCH 4/4] license.bbclass: include all licenses in the manifest

2013-06-10 Thread Christopher Larson
From: Christopher Larson When we don't have a generic license file for the license in question, we can warn, but we should still include it in the manifest, otherwise the manifest doesn't reflect reality. Failing to include a license listed in the recipe in the manifest can't be allowed. Signed-

[OE-core] [PATCH 4/4] insane.bbclass: quiet package errors not in *_QA

2013-06-10 Thread Christopher Larson
From: Christopher Larson Currently, if a package QA type from package.bbclass is not listed in ERROR_QA, it gets shown, regardless of whether it's in WARN_QA. This differs from the behavior of the rest of the QA handling (which doesn't call package_qa_handle_error at all if it's in neither _QA va

[OE-core] [PATCH 2/4] libnewt: split python module into libnewt-python

2013-06-10 Thread Christopher Larson
From: Christopher Larson This is useful as it avoids pulling python into a build just to build chkconfig. The python recipe uses the libnewt installed in the sysroot by the main package, so there's little loss of build time, other than the additional unpack/patch. Signed-off-by: Christopher Lars

[OE-core] [PATCH 3/4] avahi: inherit python classes, use PACKAGECONFIG

2013-06-10 Thread Christopher Larson
From: Christopher Larson Without using our python classes and having appropriate dependencies, the build is nondeterministic, and whether a python-avahi package is produced will vary depending on the host environment, yet avahi-discover is always produced, and it depends on python-avahi. Signed-

[OE-core] [PATCH 3/4] packagegroup-base-vfat: include dosfsprogs

2013-06-10 Thread Christopher Larson
From: Christopher Larson The ext2 group includes e2fsprogs, so this is consistent and should be appropriate, I think. Signed-off-by: Christopher Larson --- meta/recipes-core/packagegroups/packagegroup-base.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-co

[OE-core] [PATCH 0/4] A few miscellaneous fixes from Mentor

2013-06-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit b4f208f418d18f2a4e78a56bebacef481061d917: tar: don't mv tar for nativesdk (2013-06-10 18:06:33 +0100) are available in the git repository at: https://github.com/kergoth/oe-core.git misc-fixes Christopher Larson (4): packagegrou

[OE-core] [PATCH 1/4] connman: use PACKAGECONFIG for WISPr support

2013-06-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-connectivity/connman/connman.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 0eb586

[OE-core] [PATCH 0/4] A few miscellaneous improvements from Mentor

2013-06-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit b4f208f418d18f2a4e78a56bebacef481061d917: tar: don't mv tar for nativesdk (2013-06-10 18:06:33 +0100) are available in the git repository at: https://github.com/kergoth/oe-core.git misc-improvements Christopher Larson (4): conn

[OE-core] [PATCH 2/4] gconf: inherit gettext

2013-06-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index a1843d5..9b22d95 100644 --- a/meta/

[OE-core] [PATCH 1/3] sstate.bbclass: kill MIRRORS and FILESPATH to speed up fetching

2013-06-10 Thread Christopher Larson
From: Christopher Larson The default FILESPATH isn't really of use, as we don't expect to find sstate archives buried in layer recipe directories, and the default MIRRORS is intended for use for fetching SRC_URI, not sstate. Signed-off-by: Christopher Larson --- meta/classes/sstate.bbclass | 2

[OE-core] [PATCH 1/2] copyleft_compliance: handle localpaths ending with '/'

2013-06-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/copyleft_compliance.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/copyleft_compliance.bbclass b/meta/classes/copyleft_compliance.bbclass index 06b0227..adb48be 100644 --- a/meta/classes/cop

[OE-core] [PATCH 2/3] sstate.bbclass: fetch archive+siginfo in a single pstaging_fetch

2013-06-10 Thread Christopher Larson
From: Christopher Larson This avoids unnecessary duplication of setup. The only visible change in behavior will be the case if siginfo exists and the archive does not, in which case it'll redownload both, but this doesn't seem unresasonable to me, particularly since the archive is downloaded firs

[OE-core] [PATCH 3/3] sstate.bbclass: brute force silence fetch errors

2013-06-10 Thread Christopher Larson
From: Christopher Larson bb.fetch2.Fetcher.download() prints any fetch errors that come from the underlying fetcher, rather than letting the caller do so, which means there's no way to silence the fetch error messages without manipulating the loggers. So we do so. The reason for doing this is tha

[OE-core] [PATCH 0/2] copyleft_compliance fixes

2013-06-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit b4f208f418d18f2a4e78a56bebacef481061d917: tar: don't mv tar for nativesdk (2013-06-10 18:06:33 +0100) are available in the git repository at: https://github.com/kergoth/oe-core.git copyleft-compliance-fixes https://github.com//t

[OE-core] [PATCH 0/3] sstate fetch improvements

2013-06-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit b4f208f418d18f2a4e78a56bebacef481061d917: tar: don't mv tar for nativesdk (2013-06-10 18:06:33 +0100) are available in the git repository at: https://github.com/kergoth/oe-core.git improve-sstate-fetch Christopher Larson (3): s

[OE-core] [PATCH 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Christopher Larson
From: Christopher Larson Now that liburcu supports mips, this packagegroup can pull in lttng software on that architecture. Signed-off-by: Christopher Larson --- .../packagegroups/packagegroup-core-tools-profile.bb | 11 --- 1 file changed, 11 deletions(-) diff --git a/meta/r

[OE-core] [PATCH 2/2] copyleft_compliance: set 'dirs' flag on task

2013-06-10 Thread Christopher Larson
From: Christopher Larson Without this, due to bitbake defaulting to ${B}, it's possible to get ${S} inadvertantly created before do_unpack, breaking the unpack of git sources, which expect the destination to not exist. Signed-off-by: Christopher Larson --- meta/classes/copyleft_compliance.bbcl

[OE-core] [PATCH] tar: don't mv tar for nativesdk

2013-06-10 Thread Saul Wold
We move tar into /bin for target but it can stay in /usr/bin for nativesdk this will also mean the paths are correct for the buildtools-tarball environment Signed-off-by: Saul Wold --- meta/recipes-extended/tar/tar.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/tar

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Paul Eggleton
On Monday 10 June 2013 15:13:56 Eric Bénard wrote: > Le Mon, 10 Jun 2013 15:07:01 +0200, > Nicolas Dechesne a écrit : > > thanks for your answer. so, yes I kind of figured out I could do that. But > > in fact I was hoping that re-using the existing packagegroup from oe-core > > *should* be the rig

Re: [OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-06-10 Thread Darren Hart
On 06/09/2013 05:11 AM, Jonathan Liu wrote: > On 8 June 2013 09:31, Darren Hart wrote: >> On 05/08/2013 08:24 PM, Jonathan Liu wrote: >>> These variables should not be shared with other image classes. >>> The bootimg class also has an HDDDIR variable that could be overwritten >>> if executing co

Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-06-10 Thread Darren Hart
On 06/08/2013 06:03 AM, Jonathan Liu wrote: > Hi Darren, > >>> + sed -i "s|\broot=[^ ]*|root=PARTUUID=$DISK_SIGNATURE-02|" >>> $HDDDIR/syslinux.cfg >> In bootimg.bbclass I have been abstracting out the boot loader so it is >> not explicitly referenced. Something like that is in order

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
Thanks Paul. Fonts all ok now. For the benefit of anyone else listening here's what I ended up with IMAGE_INSTALL += " \ qt4-embedded-fonts-ttf-vera \ qtui \ " ttf-vera fonts are about 500k in total, but could be cut down to ~100k in my case as I don't really need italics (eg just use Vera

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Paul Eggleton
On Monday 10 June 2013 08:43:38 Steve Sakoman wrote: > On Mon, Jun 10, 2013 at 6:07 AM, Eric Bénard wrote: > > Le Mon, 10 Jun 2013 05:58:42 -0700, > > > > Steve Sakoman a écrit : > >> I haven't begun debugging yet, but I had 2 initial thoughts as to why > >> the X error message: > >> > >> 1. Th

Re: [OE-core] [oe-commits] Andy Voltz : tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-10 Thread Andy Voltz
Hi Martin, > On Sat, Jun 08, 2013 at 11:10:20AM +0200, Martin Jansa wrote: > > Something is wrong with this one: > > > > ERROR: OE-core's config sanity checker detected a potential > > misconfiguration. > > Either fix the cause of this error or at your own risk disable the > > checker (se

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Steve Sakoman
On Mon, Jun 10, 2013 at 6:07 AM, Eric Bénard wrote: > Le Mon, 10 Jun 2013 05:58:42 -0700, > Steve Sakoman a écrit : >> I haven't begun debugging yet, but I had 2 initial thoughts as to why >> the X error message: >> >> 1. The qtdemo init seems to be written to support both x and x-free >> setups,

[OE-core] [dylan][PATCH 0/9] Stable branch cherry-picks (cover letter only)

2013-06-10 Thread Paul Eggleton
These are cherry-picks from master to be applied to the dylan branch for inclusion in the next 1.4 stable release (1.4.1). Please review this series for suitability for inclusion into the stable branch. The following changes since commit e174486f04e81ec342ab4ec854d4194bb372b96b: build-applia

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Paul Eggleton
On Monday 10 June 2013 14:46:57 John Stirling wrote: > Looking fairly promising so far. Image size down from 280Mb to 90Mb and > only Qt related stuff now seems to be in /usr/lib/ > > The font's seem to be missing though - > QFontDatabase: Cannot find font directory /usr/lib/fonts - is Qt installe

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
Looking fairly promising so far. Image size down from 280Mb to 90Mb and only Qt related stuff now seems to be in /usr/lib/ The font's seem to be missing though - QFontDatabase: Cannot find font directory /usr/lib/fonts - is Qt installed correctly? We won't need all the fonts in any case but would

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Eric Bénard
Le Mon, 10 Jun 2013 15:07:01 +0200, Nicolas Dechesne a écrit : > On Mon, Jun 10, 2013 at 2:59 PM, Eric Bénard wrote: > > > Hi Nicolas, > > > > Le Mon, 10 Jun 2013 14:10:15 +0200, > > Nicolas Dechesne a écrit : > > > > > On Mon, Jun 10, 2013 at 1:19 PM, John Stirling > > > wrote: > > > > > > >

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Eric Bénard
Le Mon, 10 Jun 2013 05:58:42 -0700, Steve Sakoman a écrit : > On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard wrote: > > > the strange thing is why do you get a X qtdemo when building > > qt4e-demo-image ? > > I haven't begun debugging yet, but I had 2 initial thoughts as to why > the X error me

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Nicolas Dechesne
On Mon, Jun 10, 2013 at 2:59 PM, Eric Bénard wrote: > Hi Nicolas, > > Le Mon, 10 Jun 2013 14:10:15 +0200, > Nicolas Dechesne a écrit : > > > On Mon, Jun 10, 2013 at 1:19 PM, John Stirling > > wrote: > > > > > You suggest just cutting it down to > > > > > > IMAGE_INSTALL += " \ > > > qtui \ > > >

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Steve Sakoman
And of course I should have mentioned in my first email that I am using the danny branch of both repositories! Steve On Mon, Jun 10, 2013 at 5:58 AM, Steve Sakoman wrote: > On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard wrote: > >> the strange thing is why do you get a X qtdemo when building >>

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Eric Bénard
Hi Nicolas, Le Mon, 10 Jun 2013 14:10:15 +0200, Nicolas Dechesne a écrit : > On Mon, Jun 10, 2013 at 1:19 PM, John Stirling > wrote: > > > You suggest just cutting it down to > > > > IMAGE_INSTALL += " \ > > qtui \ > > " > > and it should work itself out ? > > this will work but if you need pl

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Steve Sakoman
On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard wrote: > the strange thing is why do you get a X qtdemo when building > qt4e-demo-image ? I haven't begun debugging yet, but I had 2 initial thoughts as to why the X error message: 1. The qtdemo init seems to be written to support both x and x-free

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Paul Eggleton
On Monday 10 June 2013 12:19:48 John Stirling wrote: > The Qt application (qtui) is compiled and has some C++, some QML and needs > to use dbus. I am kicking it off via './qtui -qws'. > > So basically if I had this - > > IMAGE_INSTALL += " \ > qt4-embedded \ > qtui \ > " > > You suggest just cut

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Nicolas Dechesne
On Mon, Jun 10, 2013 at 1:19 PM, John Stirling wrote: > You suggest just cutting it down to > > IMAGE_INSTALL += " \ > qtui \ > " > and it should work itself out ? > hi, i have observed the same issue, and I used the following 'workaround': BAD_RECOMMENDATIONS = " \ qt4-embedded-demos \

Re: [OE-core] [PATCH] qemu: update to 1.5.0

2013-06-10 Thread Riku Voipio
On 6 June 2013 16:54, Saul Wold wrote: > On 06/06/2013 05:08 AM, Riku Voipio wrote: >> >> Patches removed: >> >> 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch >> - applied >> 0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch >> - fixed different upstream >> Revert-vmware

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
Hi Paul, Thanks for the reply. The Qt application (qtui) is compiled and has some C++, some QML and needs to use dbus. I am kicking it off via './qtui -qws'. So basically if I had this - IMAGE_INSTALL += " \ qt4-embedded \ qtui \ " You suggest just cutting it down to IMAGE_INSTALL += " \ qtui

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Paul Eggleton
Hi John, On Monday 10 June 2013 11:31:26 John Stirling wrote: > I've successfully built qt4-embedded (oe-core, denzil, beaglebone) and have > got a Qt/QML application running (on a beaglebone) > > The image size is quite big however and I notice there a load of > examples/demos etc that I don't n

[OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
I've successfully built qt4-embedded (oe-core, denzil, beaglebone) and have got a Qt/QML application running (on a beaglebone) The image size is quite big however and I notice there a load of examples/demos etc that I don't need on the filesystem. I presume I am probably just building the wrong t

[OE-core] [PATCH] mesa: remove unrecognized configure options

2013-06-10 Thread Jonathan Liu
--disable-glut and --disable-glw are not recognized since Mesa 8.0. --disable-glu is not recognized since Mesa 9.0. Signed-off-by: Jonathan Liu --- meta/recipes-graphics/mesa/mesa-common.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-c

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Eric Bénard
Le Sun, 9 Jun 2013 20:19:52 -0700, Steve Sakoman a écrit : > Has anyone successfully built (and run!) the qt4e-demo-image with > meta-fsl-arm? > > I tried a build for a machine based on imx28evk and get a broken image > (i.e. demo fails to start at boot): > > QIconvCodec::convertFromUnicode: u