Hi Khem,
On Aug 25, 2012, at 1:59 AM, Khem Raj wrote:
> On Friday, August 24, 2012, Elvis Dowson wrote:
> >
> > On Aug 25, 2012, at 1:10 AM, Khem Raj wrote:
> >
> >> On Fri, Aug 24, 2012 at 2:08 PM, Elvis Dowson
> >> wrote:
> >>>
> >>> I'm adapting my earlier gcc-4.5 recipes, to try and get th
When DISTRO_FEATURES does not include X11 ensure that both x11
and gtk are diabled correctly. ConsoleKit also has x11, so ensure
that any RDEPENDS is also excluded.
The flags for x11 changed at somepoint to use enable/disable, but
this recipe was not updated.
Signed-off-by: Saul Wold
---
meta/
The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for
qemux86.
Signed-off-by: Darren Hart
---
meta-yocto/conf/distro/poky-tiny.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf
b/meta-yocto/conf/distro/poky-tiny.con
This recipe builds the "tiny" kernel type defined by the linux-yocto
meta-data. Support is defined for the qemux86 machine via
common-pc-tiny.scc in the linux-yocto meta branch. The resulting
kernel is 1.8 MB and boots to a serial console with with qemux86 and
core-image-minimal using the following
As these patches are dependent on eachother, sending to both poky and oe-core
lists. Flame away.
The refresh to 3.4 for tiny is coming in rather late as I was focused on other
BSPs. However, qemux86 has been at 3.4 for poky and linux-yocto for a while now.
This update effectively uses a subset of
On Fri, Oct 5, 2012 at 8:39 AM, Laurentiu Palcu
wrote:
>>>
>>> ROOTFS_POSTPROCESS_COMMAND ?= "run_intercept_scriptlets"
>>> by
>>> ROOTFS_POSTPROCESS_COMMAND =+ "run_intercept_scriptlets;"
>>>
>>> an now see larger caches for all my icon themes. But the sizes are
>>> still different from those men
On Fri, Oct 5, 2012 at 2:52 PM, Scott Garman wrote:
>
> nightly-ppc-lsb: kernel compile failure
> http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc-lsb/builds/82
>
> kernel do_compile failure for mpc8315e_rdb-poky-linux:
>
> | BOOTCC arch/powerpc/boot/cuboot-pq2.o
> | In file includ
From: Dennis Lan
Using Gentoo Linux as the build host, it fails without this patch
Use Getopt::Std in place of getopts.pl.
https://bugs.gentoo.org/show_bug.cgi?id=420083
which following error:
/usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg
/usr/bin/perl -w ./../msggen.p
From: Richard Purdie
This ensures consistent build results and avoids build failures when compiler
flags
change for example.
(From OE-Core rev: a5ff8396cad130f809f8f8da49bb38e6f80f923c)
Signed-off-by: Richard Purdie
---
meta/classes/siteconfig.bbclass |1 +
1 file changed, 1 insertion(+)
From: Martin Jansa
* openembedded-core/meta/recipes-connectivity/openssl/openssl.inc
*
* is using perlpath.pl:
*
* do_configure () {
* cd util
* perl perlpath.pl ${STAGING_BINDIR_NATIVE}
* ...
*
* and perlpath.pl is using find.pl:
* openssl-1.0.0i/util/perlpath.pl:
* #!/
From: Paul Eggleton
Ensure the following results in the kernel being rebuilt, repackaged and
re-deployed in the final step:
bitbake virtual/kernel
bitbake -c menuconfig virtual/kernel
[ make changes to the kernel configuration and save ]
bitbake virtual/kernel
If there are no changes to the con
From: Darren Hart
The current SRC_URI fails. Update it with the GNU_MIRROR SRC_URI from
upstream commit 753b22012f10c393c191d3116b9d38ee4be6d112.
Signed-off-by: Darren Hart
CC: John Howard
CC: Scott Garman
---
meta/recipes-support/gnutls/gnutls.inc |4 ++--
1 file changed, 2 insertions(+
From: Jesse Zhang
mount.sh mounts all partitions with -o sync, which is bad for system
performance.
(From OE-Core rev: d49cf73754150b50a911d326aaa666f5da78855c)
Signed-off-by: Jesse Zhang
Signed-off-by: Richard Purdie
---
meta/recipes-core/udev/udev/mount.sh |2 +-
meta/recipes-core/udev
Hello,
This is a pull request for denzil, it includes an important fix for the
kernel menuconfig sstate bug. The poky-based tree has been run through the
autobuilder as follows:
nightly-x86: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/755
nightly-x86-lsb: Green
htt
From: Mark Hatle
Also ensure that we always cleanup the temporary install manifest files,
some of them will cause problems if they exist in multiple install
attempts.
Finally verify that the lists remain uniquely sorted otherwise the
complementary install may install the same files numerous time
On 10/03/2012 05:37 AM, Paul Eggleton wrote:
The following changes since commit eb96be4db46039752c44dc37ef676eaac04e3dba:
xf86-video-intel: drop libxvmc dependency (2012-10-03 12:41:03 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib pau
On 10/04/2012 04:37 AM, Ross Burton wrote:
When the hostname isn't qemuarm the grep fails so the postinst fails. Stop this
happening by explicitly evaluating true.
[YOCTO #3224]
Signed-off-by: Ross Burton
---
meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb |5 -
1 file change
On 10/04/2012 04:19 AM, Ross Burton wrote:
Instead of explicitly updating the icon cache use the helper class that also
forces a loader update at the same time. This eliminates the possibility of
updating the icon cache without any gdk-pixbuf loaders.
Also check that the Sato icon theme isn't a
On 10/03/2012 07:53 AM, Paul Eggleton wrote:
Fixes [YOCTO #2636]
Signed-off-by: Paul Eggleton
---
meta/recipes-core/images/build-appliance-image.bb |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/images/build-appliance-image.bb
b/meta/recipes-core/
On 10/03/2012 12:41 PM, Flanagan, Elizabeth wrote:
bzip requires it's own specific license.
Signed-off-by: Elizabeth Flanagan
---
meta/files/common-licenses/bzip | 41 +++
1 file changed, 41 insertions(+)
create mode 100644 meta/files/common-licenses/b
On 10/03/2012 03:13 PM, Scott Garman wrote:
Hello,
Here's a bugfix to allow multiple instances of unfs-based qemu to
run. A bit thank you to Rudolf J Streif for proposing the final
commit in this series.
Scott
The following changes since commit ae9dbd0e1e26ba2b35cbd08ec731aee62adedc23:
dis
On 10/04/2012 04:47 PM, Khem Raj wrote:
some packages use M4 variable from environment and sometimes
its hardcoded to /usr/bin/m4 if not found in environment. Lets
define it such that it is picked from path
Signed-off-by: Khem Raj
---
meta/classes/toolchain-scripts.bbclass |1 +
1 file c
The previous steps taken to address races over the aclocal macro directory and
the removal
of files hasn't been sufficient since aclocal still looks at that directory as
part of its
default search path. This patch passes the aclocal-copy directory into aclocal
as its system
directory, removing a
Signed-off-by: Richard Purdie
---
diff --git a/scripts/cp-noerror b/scripts/cp-noerror
index fdb3d2d..f0cd243 100755
--- a/scripts/cp-noerror
+++ b/scripts/cp-noerror
@@ -5,10 +5,38 @@
#
import sys
+import os
import shutil
+def copytree(src, dst, symlinks=False, ignore=None):
+"""Based
On Fri, 2012-10-05 at 12:54 +0100, Phil Blundell wrote:
> On Fri, 2012-10-05 at 12:47 +0100, Richard Purdie wrote:
> > diff --git a/meta/recipes-graphics/drm/libdrm/nocairo.patch
> > b/meta/recipes-graphics/drm/libdrm/nocairo.patch
> > new file mode 100644
> > index 000..f9b7f3a
> > --- a/dev/
This avoids errors where gcc/binutils get installed to the native sysroot
in the same location for multiple package architectures. Ultimately making
these native recipes with ${PACKAGE_ARCH} appended to PN will resolve this
but hide the warnings until this gets sorted out.
Also hide the python and
Without this, path components like // could break comparisons with the
whitelist leading
to warnings being displayed to the user unintentionally.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 03f083e..e820a2e 100644
--- a/meta/clas
On Fri, Oct 5, 2012 at 8:47 AM, Richard Purdie
wrote:
> We don't want the cairo dependency. Unfortunately simply checking whether its
> present
> isn't good enough. If its not in DEPENDS, it can disappear half way through
> building.
> We therefore need to explicitly disable it.
>
> Signed-off-b
Signed-off-by: Morten Minde Neergaard
---
meta/classes/terminal.bbclass |6 +++---
meta/lib/oe/terminal.py | 41 -
2 files changed, 31 insertions(+), 16 deletions(-)
diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass
ind
On Fri, 2012-10-05 at 12:47 +0100, Richard Purdie wrote:
> diff --git a/meta/recipes-graphics/drm/libdrm/nocairo.patch
> b/meta/recipes-graphics/drm/libdrm/nocairo.patch
> new file mode 100644
> index 000..f9b7f3a
> --- a/dev/null
> +++ b/meta/recipes-graphics/drm/libdrm/nocairo.patch
> @@ -0,
We don't want the cairo dependency. Unfortunately simply checking whether its
present
isn't good enough. If its not in DEPENDS, it can disappear half way through
building.
We therefore need to explicitly disable it.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-graphics/drm/libdrm
On Fri, 2012-10-05 at 13:22 +0300, Laurentiu Palcu wrote:
> In order for the RPATHs in 32bit toolchain binaries to be relocated
> properly, chrpath >=0.14 is needed.
>
> [YOCTO #3161]
> [YOCTO #3201]
>
> Signed-off-by: Laurentiu Palcu
> ---
> meta/classes/cross-canadian.bbclass |7 +++
>
Strangely this worked for me... but indeed that was something i missed by
mistake. Thanks.
*ag*
On Tue, Oct 2, 2012 at 7:39 PM, Martin Jansa wrote:
> On Thu, Sep 27, 2012 at 10:52:31PM +0200, Martin Jansa wrote:
> > On Fri, Aug 17, 2012 at 05:09:34PM +, git@git.openembedded.orgwrote:
> > >
In order for the RPATHs in 32bit toolchain binaries to be relocated
properly, chrpath >=0.14 is needed.
[YOCTO #3161]
[YOCTO #3201]
Signed-off-by: Laurentiu Palcu
---
meta/classes/cross-canadian.bbclass |7 +++
1 file changed, 7 insertions(+)
diff --git a/meta/classes/cross-canadian.bb
34 matches
Mail list logo