On 05/11/2012 12:23 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
Use the linuxstdbase override and also make it conditional on x11 \
being in DISTRO_FEATURES for passing
Since previous version
- Upstream status of one patch changed from "Submitted" to "Accepted"
- Reseted PRs to r0 and not to r1
- ML
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailm
On 11 May 2012 20:06, Marko Lindqvist wrote:
> On 11 May 2012 20:01, Saul Wold wrote:
>> On 05/04/2012 03:59 PM, Marko Lindqvist wrote:
>>>
>>> From: Marko Lindqvist
>>> Date: Sat, 5 May 2012 00:02:06 +0300
>>> Subject: [PATCH] dpkg: update to upstream version 1.16.3
>>>
>>
>> Marko,
>>
>> Are yo
In order to make sharing sstate files easier chmod them with 0664 permissions
so that they are readable and writable by the user and any other members of
their group.
Signed-off-by: Joshua Lock
---
meta/classes/sstate.bbclass |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
di
The user needs read and write permissions to SSTATE_DIR, check
whether they have sufficient permissions and if not recommend
use of SSTATE_MIRRORS.
Signed-off-by: Joshua Lock
---
meta/classes/sanity.bbclass | 17 ++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a
On Thu, May 10, 2012 at 9:07 PM, Saul Wold wrote:
>
>
> ERROR: Multiple .bb files are due to be built which each provide
> virtual/libgl
> (/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-mips/build/meta/recipes-graphics/mesa/mesa-dri_7.11.bb
> /srv/home/pokybuild/yocto-autobuilder/yocto
On Fri, May 11, 2012 at 10:36 AM, Saul Wold wrote:
> On 05/08/2012 05:43 PM, Khem Raj wrote:
>>
>> We have seen reports where rtld(GNU_HASH) is found missing
>> on uclibc based images infact uclibc rtld does provide GNU_HASH
>> support as default so we add that to PROVIDES
>>
>> snapshot mirror ur
Op 11 mei 2012, om 19:21 heeft Saul Wold het volgende geschreven:
> Richard,
>
> This has been run thought the AB and I have ran QEMU locally with
> the new xserver change.
>
> There were a few issues noted and Khen and I have cleaned then up
> at this time.
Not really an oe-core bug, but wo
On 05/11/2012 12:23 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
This is V3 for fixing bug 2284. I made some modification according to Richard's
suggestion.
The following was Richard's suggestion:
We should be using the linuxstdbase override and also make it
conditional on x11 being in DISTRO_FE
On 05/10/2012 04:13 PM, Mark Hatle wrote:
Significant performance improvement when large numbers of files are involved
with install_sstatepkg.
To reproduce the problem:
bitbake perl
bitbake -c clean perl
time bitbake perl
The following changes since commit 910452727fc277c1caec7612b36c37b58d845
On 05/10/2012 01:03 PM, Andreas Oberritter wrote:
* libext2fs is located in base_libdir, not libdir
Signed-off-by: Andreas Oberritter
---
.../recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/e2fspro
On 05/09/2012 07:40 PM, Christopher Larson wrote:
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/typecheck.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/typecheck.bbclass b/meta/classes/typecheck.bbclass
index 646cd
On 05/09/2012 02:20 PM, nitin.a.kam...@intel.com wrote:
From: Nitin A Kamble
The following changes since commit 6841abd17268a1c1ca5e3634f0ae9e21426ca9c9:
Hob: change the workflow about click 'Run Image' to run directly after
builded a qemu image (2012-05-09 21:56:47 +0100)
are available in
On 05/08/2012 05:43 PM, Khem Raj wrote:
We have seen reports where rtld(GNU_HASH) is found missing
on uclibc based images infact uclibc rtld does provide GNU_HASH
support as default so we add that to PROVIDES
snapshot mirror url is changed. Currently the url will fetch
html files which will end
On 05/09/2012 01:19 PM, Peter Seebach wrote:
Empty components (including $PATHs starting or ending with a colon)
have the same harmful effects as a "." in $PATH.
The following changes since commit 8de7f8045f28aecfe796afcdb013c557ce9d1372:
Martin Jansa (1):
kmod: fix upgrade path from
On 05/09/2012 09:08 AM, Mark Hatle wrote:
This imports the blacklist class from meta-oe, and then a subseqent patch
revises it to use the OE variable and change the message generation.
Once accepted into oe-core, a patch for meta-oe will be generated to remove
it from there.
The following chang
From: Khem Raj
Signed-off-by: Khem Raj
---
.../xorg-xserver/xserver-xorg-1.11.2.inc |9 +++--
.../xserver-xorg-1.11.2/gcc-47-warning.patch | 33
2 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644
meta/recipes-graphics/xorg-xserver/x
From: Khem Raj
Signed-off-by: Khem Raj
---
.../xserver-xf86-config/qemuarm/xorg.conf | 69
.../xserver-xf86-config/qemumips/xorg.conf | 69
.../xserver-xf86-config/qemumips64/xorg.conf | 69
.../xserver-
The xserver-xorg uses and depends on mesa-dri, so we should
use the default PREFERRED_PROVIDER of libgl as mesa-dri.
This resolves the following:
ERROR: Multiple .bb files are due to be built which each provide virtual/libgl
(/intel/poky/distro/meta/recipes-graphics/mesa/mesa-dri_7.11.bb
/intel/
Richard,
This has been run thought the AB and I have ran QEMU locally with
the new xserver change.
There were a few issues noted and Khen and I have cleaned then up
at this time.
Sau!
The following changes since commit 74daad03ca29a03b0005f7d2b90a0347d5b583a5:
package.bbclass: Drop EXPORT_
From: Khem Raj
For qemux86 and qemux86-64 include qemu.inc after defining XSERVER
XSERVER variable is also weakly defined in task-core-x11.bb
which means we can not use ??= otherwise when building any qemu image
that uses task-core-x11.bb will get the wrong definition
So we define the XSERVER c
The fixmepath file that is generated contains a list of all of the files
that need their paths fixed. In the previous version the fixmepath was
generated to include all of the files that sed may have changed. In the
new version, we first grep the files to see if they contain a path that
needs to
A few minor changes to the generation of the fixmepaths file in
the sstate cache file generation can lead to significant performance
improvements in recipes that generate large file sets.
The following changes since commit 9cd30beba77497288eeb2545920bc23f2a77cf16:
.gitignore: add /bitbake to th
On 11 May 2012 20:01, Saul Wold wrote:
> On 05/04/2012 03:59 PM, Marko Lindqvist wrote:
>>
>> From: Marko Lindqvist
>> Date: Sat, 5 May 2012 00:02:06 +0300
>> Subject: [PATCH] dpkg: update to upstream version 1.16.3
>>
>
> Marko,
>
> Are you going to resend this and the apt patch in an uncorrupted
On 05/04/2012 03:59 PM, Marko Lindqvist wrote:
From: Marko Lindqvist
Date: Sat, 5 May 2012 00:02:06 +0300
Subject: [PATCH] dpkg: update to upstream version 1.16.3
Marko,
Are you going to resend this and the apt patch in an uncorrupted format?
Thanks
Sau!
Update dpkg recipe to get l
On 05/09/2012 07:13 PM, Robert Yang wrote:
On 05/09/2012 11:24 PM, Koen Kooi wrote:
Op 9 mei 2012, om 17:15 heeft Mark Hatle het volgende geschreven:
On 5/9/12 10:01 AM, Koen Kooi wrote:
Op 9 mei 2012, om 16:52 heeft Mark Hatle het volgende geschreven:
On 5/9/12 3:50 AM, Koen Kooi wrote
Some image classes such as bootimg save files into ${S} as part of rootfs
generation. For correctness we should therefore clean this at the start of
image generation to ensure reproducibility.
I found this issue when some files I thought should disappear from my rootfs
would not disappear.
Signed
On 05/07/2012 12:15 AM, Koen Kooi wrote:
Op 7 mei 2012, om 08:59 heeft Saul Wold het volgende geschreven:
On 05/04/2012 11:57 PM, Koen Kooi wrote:
Op 5 mei 2012, om 02:13 heeft Saul Wold het volgende geschreven:
pcap-config is a tool used for getting the cflags and ln flags for development
On Fri, May 11, 2012 at 3:13 AM, wrote:
> diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
> index 59b58f4..a720db2 100644
> --- a/meta/classes/archiver.bbclass
> +++ b/meta/classes/archiver.bbclass
> @@ -6,6 +6,10 @@ ARCHIVE_EXCLUDE_FROM ?= ".pc autom4te.cache"
> ARCHI
Op 9 mei 2012, om 00:53 heeft Khem Raj het volgende geschreven:
> This also helps avoid QA errors about binaries
> accessing contents from /usr/lib
>
> Also fixes emptry libkmod problem since now
> the files are installed in expected place
>
> Signed-off-by: Khem Raj
> ---
> meta/recipes-kerne
From: Xiaofeng Yan
Add two default set(SOURCE_ARCHIVE_LOG_WITH_SCRIPTS,
SOURCE_ARCHIVE_PACKAGE_TYPE) to archiver.bbclass for avoiding building error
when forgetting to assign to them.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/archiver
Browse:
http://git.pokylinux
From: Xiaofeng Yan
Add two default set(SOURCE_ARCHIVE_LOG_WITH_SCRIPTS, \
SOURCE_ARCHIVE_PACKAGE_TYPE) to archiver.bbclass for avoiding \
building error when forgetting to assign to them.
Signed-off-by: Xiaofeng Yan
---
meta/classes/archiver.bbclass |6 +-
1 files changed, 5 insertions
From: Xiaofeng Yan
LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
Use the linuxstdbase override and also make it conditional on x11 \
being in DISTRO_FEATURES for passing lsb test.
Split libgdk_pixbuf_xlib to a singl
From: Xiaofeng Yan
LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \
which are created by gdk-pixbuf_2.24.1.bb.
So add this library to core-image-lsb for passing lsb test.
Signed-off-by: Xiaofeng Yan
---
meta/recipes-extended/tasks/task-core-lsb.bb |7 +++
1 files cha
From: Xiaofeng Yan
This is V3 for fixing bug 2284. I made some modification according to Richard's
suggestion.
The following was Richard's suggestion:
We should be using the linuxstdbase override and also make it
conditional on x11 being in DISTRO_FEATURES.
Split xlib to a single pakcage.
Pul
35 matches
Mail list logo