Hi
I have pushed a binutils upgrade to contrib branch. I have booted systemd-image
in all supported QEMUs using angstrom-next distro
Pease help testing it out
The branch is here
http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/binutils-2.23.2
If you run into issues let me kno
On 04/25/2013 05:54 PM, Burton, Ross wrote:
On 25 April 2013 09:16, Hongxu Jia wrote:
3, Add `make-native' to systemd's `DEPENDS' to use Yocto's make rather
than system's to compile systemd.
NACK.
Installing make-native during a build will lead to races over the make
binary, causing strange a
Some automounters are rather overzealous and like to mount things
immediately after partitioning. This can happen if the disk is being
reused and the partitions align exactly with the existing partitions
which have already been formatted. Move the unmount code into a function
and call it before and
On 4/25/13 3:43 PM, Ian Geiser wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Martin Jansa
Sent: Wednesday, April 24, 2013 3:20 AM
To: openembedded-core@lists.openembedded.org
Subject:
On 04/25/2013 05:47 AM, Phil Blundell wrote:
18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of
alsa-utils-alsaconf so that the script interpreter will be available at
run time. However, this has the undesirable side effect of making bash
be a build dependency for alsa-utils
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Wednesday, April 24, 2013 3:20 AM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] debugedit: cano
Mark Hatle writes:
>
> On 4/24/13 8:05 PM, Stefan Stanacar wrote:
> > Because the connman init script sources a config file from /usr/lib
> > we end up with no network in multilib enabled sato images, so replace
> > with the real libdir.
> >
> > Signed-off-by: Stefan Stanacar
> > ---
> > meta
On 25 April 2013 18:05, Paul Eggleton wrote:
>> as danny maintenance should end when 1.5 is released.
>
> This is not correct. We've continued maintenance of denzil (the previous
> stable release) up to this point, and the community is free to continue that
> maintenance almost indefinitely; the s
With automounters abounding it makes more sense to attempt to unmount
the device rather than abort, just like ddimage does.
Signed-off-by: Darren Hart
---
scripts/contrib/mkefidisk.sh | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/scripts/contrib/mkefidisk.sh b
On Thu, 2013-04-25 at 15:34 +0100, Phil Blundell wrote:
> -CORECONF = "--disable-dtrace --disable-fam --disable-libelf
> --disable-systemtap"
> +CORECONF = "--disable-dtrace --disable-fam --disable-libelf
> --disable-systemtap --disable-man"
>
> PTEST_CONF = "${@base_contains('DISTRO_FEATURES
On Thursday 25 April 2013 09:00:55 Otavio Salvador wrote:
> On Thu, Apr 25, 2013 at 7:21 AM, Lewis, Nick wrote:
> > I have tried cherry picking from Dylan but it also seems to be missing
> > populate_sdk_tar.bbclass and rootfs_tar.bbclass Does Dylan support
> > PACKAGE_CLASSES = "package_tar" with
On 25/04/2013 15:25, Mark Hatle wrote:
On 4/25/13 8:28 AM, Martin Donnelly wrote:
Currently cracklib-native is used to generate the dictionary
database from the wordlist during install. Unfortunately the
database files are endian-specific and this results in
errors when the host and target endia
The only place in pcre that requires readline is pcretest, and even there it's
optional. This allows the dependency to be removed unless specifically
requested.
Signed-off-by: Phil Blundell
---
meta/recipes-support/libpcre/libpcre_8.32.bb |4 +++-
1 file changed, 3 insertions(+), 1 deletio
On Wed, 2013-04-17 at 16:28 +0100, Richard Purdie wrote:
> Signed-off-by: Richard Purdie
> ---
> diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.26.bb
> b/meta/recipes-multimedia/alsa/alsa-utils_1.0.26.bb
> index cf8acc4..d566d94 100644
> --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0
Without this, glib will probe for the existence of xsltproc and use that
to decide whether or not it wants to generate manpages. This has two
consequences, neither of them good:
a) the result of the build will vary depending on whether xsltproc
happens to be installed in either the native sysroot
On 04/25/2013 04:51 PM, Mark Hatle wrote:
> On 4/25/13 7:24 AM, Laurentiu Palcu wrote:
>> When using multilib, the hooks for lib32/lib64 must be different because
>> the libdir/base_libdir point to different locations. Nothing has to be
>> done in the postinstalls for this. When a hook is install
On 4/25/13 8:28 AM, Martin Donnelly wrote:
Currently cracklib-native is used to generate the dictionary
database from the wordlist during install. Unfortunately the
database files are endian-specific and this results in
errors when the host and target endianness differ.
This patch creates the de
Hi,
I wanted to drop a reference here to a project I'm trying to push inside
GNOME:
https://live.gnome.org/GnomeGoals/InstalledTests
Hopefully this could replace the ptest stuff that requires you guys to
hack up Makefiles. Comments welcome, please follow up to
desktop-devel-l...@gnome.org.
_
Currently cracklib-native is used to generate the dictionary
database from the wordlist during install. Unfortunately the
database files are endian-specific and this results in
errors when the host and target endianness differ.
This patch creates the default dictionary files on the target
during p
On 4/25/13 7:24 AM, Laurentiu Palcu wrote:
When using multilib, the hooks for lib32/lib64 must be different because
the libdir/base_libdir point to different locations. Nothing has to be
done in the postinstalls for this. When a hook is installed, it will be
detected automatically if this is a ML
On 4/25/13 6:12 AM, Phil Blundell wrote:
On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote:
On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote:
On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
Hasn't Paul added a general mechanism for doing this so we could add
this feature a
On 4/24/13 8:05 PM, Stefan Stanacar wrote:
Because the connman init script sources a config file from /usr/lib
we end up with no network in multilib enabled sato images, so replace
with the real libdir.
Signed-off-by: Stefan Stanacar
---
meta/recipes-connectivity/connman/connman.inc | 3 +
Both native and target python's assert doesn't work, because python
has been optimized by default by us:
--- Python-2.6.1.orig/Python/compile.c
+++ Python-2.6.1/Python/compile.c
@@ -32,7 +32,7 @@
#include "symtable.h"
#include "opcode.h"
-int Py_OptimizeFlag = 0;
+int Py_OptimizeFlag = 1;
#
According to the documentation, the only reason for needing ncurses is
to support colour output from msgcat. Make this optional so that
ncurses doesn't need to be built if colour output is not required.
Signed-off-by: Phil Blundell
---
meta/recipes-core/gettext/gettext_0.18.2.bb |5 +++--
1
18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of
alsa-utils-alsaconf so that the script interpreter will be available at
run time. However, this has the undesirable side effect of making bash
be a build dependency for alsa-utils and, for those folks who don't need
alsaconf bu
GDB's configury has a tendency to hard-code the path where it found
libexpat using "-Wl,--rpath". This is undesirable and leads to QA warnings.
Fortunately, the helpful GDB maintainers have provided a "--disable-rpath"
switch to turn this behaviour off. Let's use it and profit.
Signed-off-by: P
This wrapper script is called mainly from intercept hooks and allarch
packages postinstalls. When multilib is used, the qemuwrapper script
points to the binary that matches the MACHINE architecture.
For example: if MACHINE=qemux86_64 and we activate multilib, then the
postinstalls for lib32 packag
When using multilib, the hooks for lib32/lib64 must be different because
the libdir/base_libdir point to different locations. Nothing has to be
done in the postinstalls for this. When a hook is installed, it will be
detected automatically if this is a ML package (from the libXX- package
prefix) and
This reverts commit 9f5a6f89d9f4a6c7bed3b163e6eaa764d762f523.
The reason for reverting this is:
* qemuwrapper has now a fallback method;
* when using multilib, calling qemu_target_binary from recipes would
always point to the qemu binary corresponding to the machine
architecture. Hence, po
The pango-query-modules binary gets a multilib prefix and the
postinstall has to call the appropriate binary.
Signed-off-by: Laurentiu Palcu
---
meta/recipes-graphics/pango/pango.inc |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/pango/pango.inc
b/m
There is still work to do on the multilib postinstalls running on host front.
This is a first patchset trying to address some of the issues.
Thanks,
Laurentiu
The following changes since commit addcfcda84ed6b43b00f569a6060e3b78196ef52:
glib-2.0: disable tests for native builds, and respect pte
On Thu, 2013-04-25 at 11:21 +0100, Lewis, Nick wrote:
> >> I am seeing problems when using PACKAGE_CLASSES = "package_tar"
> >>
> >> There are many warnings about python indents and there are errors
> >> regarding missing populate_sdk_tar.bbclass and rootfs_tar.bbclass
> >
> >With 1.3 (danny)? Thes
When all builds have finished write the hostname, commit and times
on a single line in the global results file (useful for merging later
on files from multiple systems).
Also the final cleaning should be last after writing the results.
Signed-off-by: Stefan Stanacar
---
scripts/contrib/build-per
When your proxy/network connection is unstable the network sanity test
which runs before every build (because we wipe all the files in the build dir)
can influence build time. Appending CONNECTIVITY_CHECK_URIS = ""
in local.conf will disable the check.
Signed-off-by: Stefan Stanacar
---
scripts
Some functions didn't used the same identation as the rest of them,
let's fix that.
Signed-off-by: Stefan Stanacar
---
scripts/contrib/build-perf-test.sh | 72 +++---
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/scripts/contrib/build-perf-test.s
The following changes since commit addcfcda84ed6b43b00f569a6060e3b78196ef52:
glib-2.0: disable tests for native builds, and respect ptest for LSB
(2013-04-23 13:00:43 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib stefans/perf-test2
http://git.yoc
On Thu, Apr 25, 2013 at 7:21 AM, Lewis, Nick wrote:
> I have tried cherry picking from Dylan but it also seems to be missing
> populate_sdk_tar.bbclass and rootfs_tar.bbclass
> Does Dylan support PACKAGE_CLASSES = "package_tar" without these classes?
As it seems you're early in the release cycle
On Thu, Apr 25, 2013 at 12:13:11PM +0100, Lewis, Nick wrote:
> Bitbake issues a warning when used on the current Pangolin LTS:
> WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated
> Is this an oversight or has the distro not been sanity tested yet?
Is it with danny?
dylan rele
On Thu, Apr 25, 2013 at 12:12:54PM +0100, Phil Blundell wrote:
> On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote:
> > On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote:
> > > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
> > > > Hasn't Paul added a general mechanism for doin
On 25/04/13 11:09, Guo Chunrong-B40290 wrote:
1) p5020ds-64b/usr/include/sys/ioctls.h and it includes bits/ioctl-types.h
2) p5020ds-64b/usr/include/bits/ioctl-types.h and it doesn't include
asm/ioctls.h
3) p5020ds-64b/usr/include/asm/ioctls.h and it includes asm/ioctls.h
BTW, I modify TIST =
Bitbake issues a warning when used on the current Pangolin LTS:
WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated
Is this an oversight or has the distro not been sanity tested yet?
--
Nick
The details of this company are as follows:
G4S Technology Limited, Registered Office:
On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote:
> On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote:
> > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
> > > Hasn't Paul added a general mechanism for doing this so we could add
> > > this feature a level higher so that it cou
On Thu, Apr 25, 2013 at 11:26:38AM +0100, Phil Blundell wrote:
> GDB's configury has a tendency to hard-code the path where it found
> libexpat using "-Wl,--rpath". This is undesirable and leads to QA warnings.
>
> Fortunately, the helpful GDB maintainers have provided a "--disable-rpath"
> switc
1) p5020ds-64b/usr/include/sys/ioctls.h and it includes bits/ioctl-types.h
2) p5020ds-64b/usr/include/bits/ioctl-types.h and it doesn't include
asm/ioctls.h
3) p5020ds-64b/usr/include/asm/ioctls.h and it includes asm/ioctls.h
BTW, I modify TIST = "--disable-tist" in
meta/recipes-connectivity/
>> I am seeing problems when using PACKAGE_CLASSES = "package_tar"
>>
>> There are many warnings about python indents and there are errors
>> regarding missing populate_sdk_tar.bbclass and rootfs_tar.bbclass
>
>With 1.3 (danny)? These should be fixed in 1.4 (dyland) and master...
Richard
I have tr
GDB's configury has a tendency to hard-code the path where it found
libexpat using "-Wl,--rpath". This is undesirable and leads to QA warnings.
Fortunately, the helpful GDB maintainers have provided a "--disable-rpath"
switch to turn this behaviour off. Let's use it and profit.
Signed-off-by: P
On 25 April 2013 11:20, Koen Kooi wrote:
> Those are mutually exclusive, but PACKAGECONFIG doesn't seem to handle that
> yet, so use this slightly ugly construct.
Ugly construct but what else can we do apart from ask upstream.
Signed-off-by: Ross Burton
Ross
_
This recommendation is of no obvious value and causes unexpected behaviour
when using IMAGE_FEATURES += "dbg-pkgs".
Signed-off-by: Phil Blundell
---
meta/conf/bitbake.conf |1 -
1 file changed, 1 deletion(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index c0efdee..bc2b071
Those are mutually exclusive, but PACKAGECONFIG doesn't seem to handle that
yet, so use this slightly ugly construct.
Tested on FRI2/angstrom and Minnowboard/angstrom. 'glimagesink' and 'glupload'
work, but anything else (filters, gldownload) will throw an FBO error. This is
most likely a probl
Op 25 apr. 2013, om 12:12 heeft "Burton, Ross" het
volgende geschreven:
> On 25 April 2013 10:32, Koen Kooi wrote:
>> -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg"
>> +DEPENDS += "gst-plugins-base"
>
> This "jpeg" dependency disappeared, was this intentional?
AArgh! no!
_
Old versions of ldd (2.11) as run on some of the autobuilders end up running
commands like "LD_ qemu-system-xxx" which this process detection code
would pick up and result in the wrong PID for qemu.
This changes the code to check for "192.168" in the command so we know
we're getting the correc
On 25 April 2013 10:32, Koen Kooi wrote:
> -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg"
> +DEPENDS += "gst-plugins-base"
This "jpeg" dependency disappeared, was this intentional?
Ross
___
Openembedded-core mailing list
Openembedded
On 25 April 2013 09:16, Hongxu Jia wrote:
> 3, Add `make-native' to systemd's `DEPENDS' to use Yocto's make rather
> than system's to compile systemd.
NACK.
Installing make-native during a build will lead to races over the make
binary, causing strange and non-obvious build failures.
A unpatched
Hello,
I can find a reference to TCGETS2 in my sysroot
The following information:
p5020ds-64b/usr/include/asm-generic/ioctls.h:60:#define TCGETS2
_IOR('T', 0x2A, struct termios2)
p5020ds-64b/usr/src/kernel/include/asm-generic/termios.h:114:#ifdef TCGETS2
p5020ds-64b/usr/src/kernel/include
Those are mutually exclusive, but PACKAGECONFIG doesn't seem to handle that
yet, so use this slightly ugly construct.
Tested on FRI2/angstrom and Minnowboard/angstrom. 'glimagesink' and 'glupload'
work, but anything else (filters, gldownload) will throw an FBO error. This is
most likely a probl
Interesting, could you check the following for me please:
1) p5020ds-64b/usr/include/sys/ioctls.h and see if it includes
bits/ioctl-types.h
2) p5020ds-64b/usr/include/bits/ioctl-types.h and see if it includes
asm/ioctls.h
3) p5020ds-64b/usr/include/asm/ioctls.h and see if it includes includes
On 25/04/13 09:36, Jack Mitchell wrote:
On 25/04/13 03:13, Guo Chunrong-B40290 wrote:
Hello,
I build connman with toolchain(64bit).
[snip]
Looks like one for upstream, I'll chase it up.
Cheers,
Jack.
Could you do me a favour and see if you can find a reference to TCGETS2
in your sysro
On 25/04/13 03:13, Guo Chunrong-B40290 wrote:
Hello,
I build connman with toolchain(64bit).
The following error:
| powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/local/home/b19537/gcr/opensource/poky/buildmaster/tmp/sysroots/p5020ds-64b -DHAVE_CONFIG_H -I. -I./include -I
The error log:
...
./x86_64-poky-linux-libtool --mode=execute x86_64-poky-linux-objcopy -O binary
-j introspect.Target systemd org.freedesktop.systemd1.Target.xml.tmp && \
x86_64-poky-linux-strings org.freedesktop.systemd1.Target.xml.tmp |
gawk -f
/buildarea2/hongxujia/build-20130417-sys
The following changes since commit 90b98764555945a186562ca8d501a9585ce2b23f:
build-appliance: Update revision to dylan release (2013-04-18 00:39:52 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/fix-systemd
http://git.pokylinux.org/cgit.cgi/poky-
>With 1.3 (danny)? These should be fixed in 1.4 (dyland) and master...
Yes danny. Will the fix be backported or is tar packaging considered to be
unsupported in danny?
--
Nick
The details of this company are as follows:
G4S Technology Limited, Registered Office: Challenge House, International
D
61 matches
Mail list logo