On (21/02/12 15:00), Andrea Adami wrote:
> On Tue, Feb 21, 2012 at 1:18 PM, Koen Kooi wrote:
> > [posting this to oe-core since it involves a ton of non-'yocto' layers]
> >
> > Hi,
> >
> > I tried to build systemd-image for fri2-noemgd yesterday and the build
> > failed in kexectools-klibc:
> >
>
2012/2/23 Otavio Salvador :
> On Thu, Feb 23, 2012 at 05:27, Samuel Stirtzel
> wrote:
>> It is still odd that this only occurs while cross compiling.
>> More odd seems that the same error happens to Soprano, it also uses
>> Q_DECL_EXPORT [1].
>
> http://developer.qt.nokia.com/doc/qt-4.8/sharedlibr
On 02/10/2012 06:16 PM, Gary Thomas wrote:
Commit cc8695 changed the way timestamps were handled
and added some extra munging to be able to compare them
reliably. This change makes the timestamp value the same
everywhere and simplifies how the check to set the system
clock based on the timestamp
---
meta/recipes-extended/tasks/task-core-lsb.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb
b/meta/recipes-extended/tasks/task-core-lsb.bb
index c48ccf0..2767196 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
The recipe is used for LSB tests. The script LSB_Test.sh does the following
things:
- setup LSB testing environment
- download LSB rpm packages with list file packages_list from remote
- install the packages
- execute LSB testing with profile file session
- collect the results
Install packages_li
Add information for recipe lsbtest.
---
.../conf/distro/include/distro_tracking_fields.inc |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index 686bdf7..91c36d9 1
Hi,
The pull request is to address [YOCTO #1567] - "Add recipe for lsb tests and
automate test".
LSB testing is different from LTP or POSIX testing. We don't need to build the
cases from sources but need to install a set of pre-build binary packages in
lsb image.
I add a script and 2 list files
On 02/15/2012 06:08 PM, Andreas Oberritter wrote:
* It's not used by the recipe and its creation
currently depends on CONFIG_HWCLOCK=y.
Signed-off-by: Andreas Oberritter
---
meta/recipes-core/busybox/busybox.inc |1 -
meta/recipes-core/busybox/busybox_1.19.3.bb |2 +-
2 file
On 02/16/2012 07:13 AM, Mike Crowe wrote:
${libdir} and ${base_libdir} may be the same. If they are don't try and
move files onto themselves.
Signed-off-by: Mike Crowe
---
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
di
On 02/17/2012 02:56 PM, Andreas Oberritter wrote:
* gst-plugins-base currently doesn't build if x11 is
unavailable, due to unconditional dependencies on libx11
and libxv. However, they are not required to build
gst-plugins-base.
Signed-off-by: Andreas Oberritter
---
.../gstreamer/gst-
On 02/21/2012 06:04 AM, Yauhen Kharuzhy wrote:
rp-pppoe plugin was broken due linux headers changes: pppd has own copy of
if_pppol2tp.h file which is included from.
Add patch from Debian for struct pppol2tpv3_addr definition.
Signed-off-by: Yauhen Kharuzhy
---
.../ppp/ppp-2.4.5/update_if_pppo
On 02/21/2012 03:03 PM, Andrei Gherzan wrote:
Remove .patch file. It was actually the whole git patch included.
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedde
On 02/22/2012 05:27 AM, Robert Yang wrote:
Here is the testing result:
$ ./poky/scripts/sstate-cache-management.sh --cache-dir=sstate-cache.bak/
--remove-duplicated
Figuring out the archs in the sstate cache dir ...
The following archs have been found in the sstate cache dir:
i586 ppc603e x86_6
On 02/22/2012 07:33 PM, Dexuan Cui wrote:
The following changes since commit 04bc2688f0cc0deb9fae5d13619e4e66e886e702:
misc: only for test. (2012-02-23 10:45:43 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
http://git.
On 02/17/2012 09:47 AM, Otavio Salvador wrote:
The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1:
guile: fix cross configure failure (2012-02-10 13:38:16 +)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.co
Currently we stash the libgcc install tree and then reuse that
to populate libgcc recipe later. This mechanism does not work
for gcc 4.7/trunk since now libstdc++ needs access to build tree
of libgcc. This patch stashes the gcc-cross build tree
and then reuses this in libgcc as well as in gcc-runti
Signed-off-by: Khem Raj
---
.../glib-networking/glib-networking_2.28.7.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
index 1ae34c0..c8536e
Signed-off-by: Khem Raj
---
meta/conf/distro/include/default-distrovars.inc |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/default-distrovars.inc
b/meta/conf/distro/include/default-distrovars.inc
index 16b3108..dba204e 100644
--- a/meta/co
We have currently no override to detect a recipe
being build cross, crosssdk or for target
at times we can use virtclass-native and virtclass-nativesdk to
override stuff in recipes but we dont have way to modify a variables
based on recipe type always.
With this patch we attempt to have recipe cla
Add recipe class to overrides
Prepare gcc for 4.7 changes
missing DEPENDS found during individual recipe builds
Add emptry DISTRO to oe-core
The following changes since commit a1f23a7cc527afdd1ce6cc7cd6083ee78fde09b3:
update-rc.d.bbclass: do nothing for extended cross packages (2012-02-24
00:4
This patch added a new variable BBINCLUDES to show the file dependency
information. This kind of information could be used by others, i.e. recipe
editors.
The following changes since commit a1f23a7cc527afdd1ce6cc7cd6083ee78fde09b3:
Otavio Salvador (1):
update-rc.d.bbclass: do nothing
The new variable BBINCLUDES contains the file dependency information. It
exposes the bitbake internal variable '__depends' and '__base_depends'.
Signed-off-by: Lianhao Lu
---
meta/conf/bitbake.conf |2 ++
meta/lib/oe/utils.py |9 +
2 files changed, 11 insertions(+), 0 deletions
* Use conditional dependencies for X11 and DirectFB, like
it's already done for OpenGL.
Signed-off-by: Andreas Oberritter
---
NOTE: I think that nativesdk may already be broken, because tslib gets
enabled without being in DEPENDS. With 'opengl' or 'directfb' set, the
nativesdk build probably wo
Richard/Saul,
I've got a long description in the patch itself that gives most of the
details of this change. But I'll hit some extra points here.
I've been cooking up this change for quite a while, since people seem to
be working with local repositories and it is a common mistake to point at
a no
The typical workflow for linux-yocto simply uses a remote
upstream repository (Whether it is mirrored or not), and in this
case there are no issues with consistency in the format of the
resository that is unpacked into the WORKDIR.
When working with a local linux-yocto repository for kernel
develo
On Thu, Feb 23, 2012 at 21:35, Andreas Oberritter wrote:
> ERROR: Package version for package sysvinit-inittab went backwards which
> would break package feeds from (0:2.88dsf-r6 to 0:2.88dsf-r6-dream1)
This is indeed a bug in the versioning code. :-(
--
Otavio Salvador
On Thu, Feb 23, 2012 at 04:36:35PM -0800, Saul Wold wrote:
> On 02/23/2012 02:43 AM, Martin Jansa wrote:
> > * it's used by xinput-calibrator in meta-oe but contains just calibration
> > data like pointercal does for tslib
> >
> > Signed-off-by: Martin Jansa
> > ---
> > meta/lib/oe/sstatesig.py
On Fri, Feb 24, 2012 at 12:40:07AM +, Richard Purdie wrote:
> On Thu, 2012-02-23 at 11:43 +0100, Martin Jansa wrote:
> > * some people prefer subdirectory like /cooker/.log
>
> I think we should probably change that to the default actually...
But that would need to implement that directory cr
On Thu, 2012-02-23 at 11:43 +0100, Martin Jansa wrote:
> * some people prefer subdirectory like /cooker/.log
I think we should probably change that to the default actually...
Cheers,
Richard
> Signed-off-by: Martin Jansa
> ---
> meta/conf/bitbake.conf |3 ++-
> 1 files changed, 2 insertio
On Thu, 2012-02-23 at 21:48 +0800, Dongxiao Xu wrote:
> Hi Richard,
>
> This is the hob2 related OE-Core changes. Please help to review and pull.
>
> Compared with previous version:
> - packageinfo.bbclass: Fix the way to construct ipk/deb package names.
> - meta-hob: rename dummy-image and dum
On 02/23/2012 02:43 AM, Martin Jansa wrote:
* it's used by xinput-calibrator in meta-oe but contains just calibration data
like pointercal does for tslib
Signed-off-by: Martin Jansa
---
meta/lib/oe/sstatesig.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/li
On Thu, 2012-02-23 at 08:46 -0200, Otavio Salvador wrote:
> On Thu, Feb 23, 2012 at 08:17, Richard Purdie
> wrote:
> > +SIGGEN_EXCLUDERECIPES_ABISAFE = "sysvinit-inittab shadow-securetty
> > opkg-config-base netbase formfactor xserver-xf86-config pointercal
> > base-files"
>
> I would prefer on
On Thu, 2012-02-23 at 12:53 -0200, Otavio Salvador wrote:
> On Thu, Feb 23, 2012 at 11:38, Richard Purdie
> wrote:
> > WARNING: For recipe libusb-compat, the following files/directories were
> > installed but not shipped in any package:
> > WARNING: /lib/libusb.la
>
> Why not drop it?
I want
On Thu, 2012-02-23 at 07:58 -0800, Saul Wold wrote:
> Richard,
>
> Here are a batch of changes reviewed and built
>
>
> The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384:
>
> texi2html: Fix for multilib (2012-02-22 23:01:45 +)
>
> are available in the git reposi
On Thu, 2012-02-23 at 21:46 +0100, Andreas Oberritter wrote:
> Fixes the following warning:
>
> | WARNING: .../meta/lib/oe/utils.py:31: DeprecationWarning: Call to
> deprecated function bb.vercmp_string: Please use bb.utils.vercmp_string
> instead.
> | result = bb.vercmp(d.getVar(variable,True)
On Thu, 2012-02-23 at 18:43 +0100, Koen Kooi wrote:
> The '@@ -, +, @@' part upsets plain 'patch'
>
> Signed-off-by: Koen Kooi
> ---
> .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 27 +--
> 1 files changed, 18 insertions(+), 9 deletions(-)
Merged to master, thanks.
Ri
Hi,
the following message just appeared after adding a bbappend:
ERROR: Package version for package sysvinit-inittab went backwards which
would break package feeds from (0:2.88dsf-r6 to 0:2.88dsf-r6-dream1)
Is this really true? I thought that anything appended to X would be a
higher version than
On Thursday 23 February 2012 22:04:32 Martin Jansa wrote:
> > Are you using 'git' as PATCHTOOL or plain patch? 'patch' on my debian
> > system chokes, while 'git apply' works fine. I've sent a patch to make it
> > work with either.
> I also haven't seen patch failing.
>
> I'm not setting PATCHTOOL
On Thu, Feb 23, 2012 at 07:08, Saul Wold wrote:
> On 02/07/2012 03:24 AM, Andrei Gherzan wrote:
>
>> Signed-off-by: Andrei Gherzan
>> Signed-off-by: Sergey 'Jin' Bostandzhyan
>> ---
>> meta/recipes-support/js/files/**buildcc.patch | 22 --
>> meta/recipes-support/js/files/**configure
On Thu, Feb 23, 2012 at 2:01 PM, Martin Jansa wrote:
>> Would lowering the priority of meta-openembedded affect its ability to
>> bbappend OE-core's recipes? Is it possible to lower its priority, or to
>> raise the priority of OE core, without modifying conf/layer.conf in
>> either layer?
>
> I do
On Thu, Feb 23, 2012 at 06:44:29PM +0100, Koen Kooi wrote:
>
> Op 22 feb. 2012, om 18:05 heeft Paul Eggleton het volgende geschreven:
>
> > On Wednesday 22 February 2012 17:40:03 Koen Kooi wrote:
> >> Is anyone else seeing this:
> >>
> >> OTE: package libsdl-1.2.14-r5: task do_unpack: Started
>
On Thu, Feb 23, 2012 at 05:54:21PM +0100, Andreas Oberritter wrote:
> On 23.02.2012 15:04, Martin Jansa wrote:
> > Afaik latest version from layer with highest priority wins. Which
> > doesn't always mean latest version globally.
> >
> > DEFAULT_PREFERENCE doesn't help e.g. to demote development v
On Thu, Feb 23, 2012 at 06:43:05PM +0100, Koen Kooi wrote:
> The '@@ -, +, @@' part upsets plain 'patch'
Sorry I haven't seen it myself.. it still works on all my builds.
Thanks for fixup!.
Cheers,
>
> Signed-off-by: Koen Kooi
> ---
> .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 27
Fixes the following warning:
| WARNING: .../meta/lib/oe/utils.py:31: DeprecationWarning: Call to deprecated
function bb.vercmp_string: Please use bb.utils.vercmp_string instead.
| result = bb.vercmp(d.getVar(variable,True), checkvalue)
Signed-off-by: Andreas Oberritter
---
meta/lib/oe/utils.p
On Thu, 2012-02-23 at 12:36 -0800, Rich Pixley wrote:
> On 2/23/12 12:11 , Richard Purdie wrote:
> > On Thu, 2012-02-23 at 11:21 -0800, Rich Pixley wrote:
> >> On 2/23/12 02:16 , Richard Purdie wrote:
> >>> On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote:
> What happens if two separate bi
On 2/23/12 12:11 , Richard Purdie wrote:
On Thu, 2012-02-23 at 11:21 -0800, Rich Pixley wrote:
On 2/23/12 02:16 , Richard Purdie wrote:
On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote:
What happens if two separate bitbake invocations both simultaneously
attempt to download the same file?
Op 23 feb. 2012, om 20:30 heeft Paul Eggleton het volgende geschreven:
> Implements the psplash changes as discussed on the mailing list [1] and
> by the TSC [2].
>
> [1]
> http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg13800.html
> [2] http://lists.linuxtogo.org/piperm
On Thu, 2012-02-23 at 11:21 -0800, Rich Pixley wrote:
> On 2/23/12 02:16 , Richard Purdie wrote:
> > On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote:
> >> What happens if two separate bitbake invocations both simultaneously
> >> attempt to download the same file?
> > The first will download it
Implements the psplash changes as discussed on the mailing list [1] and
by the TSC [2].
[1]
http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg13800.html
[2] http://lists.linuxtogo.org/pipermail/tsc/2012-January/000330.html
Since v1 I've done away with the additional script
Adds a SPLASH_IMAGES variable which you can set to include one or more
images (listed in URI form as they would appear in SRC_URI), and an
executable will be built for each one, with each executable packaged
separately and managed at runtime using the alternatives system. An
optional "outsuffix" pa
Implements DISTRO_FEATURES_BACKFILL to allow introducing new
DISTRO_FEATURES that control existing functionality without breaking
existing distro configuration, as discussed in the following thread:
http://article.gmane.org/gmane.comp.handhelds.openembedded.core/13033
(No changes since the RFC ex
When introducing new items to DISTRO_FEATURES that control functionality
that is already enabled, in order to leave existing distro configuration
unchanged we need a way to "backfill" these new feature items onto the
existing DISTRO_FEATURES value.
This introduces a DISTRO_FEATURES_BACKFILL variab
On 2/23/12 02:16 , Richard Purdie wrote:
On Wed, 2012-02-22 at 16:47 -0800, Rich Pixley wrote:
What happens if two separate bitbake invocations both simultaneously
attempt to download the same file?
The first will download it, the second will wait for it to finish, then
both will continue with
Op 22 feb. 2012, om 22:39 heeft Andreas Müller het volgende geschreven:
> On Wed, Feb 22, 2012 at 10:18 PM, Khem Raj wrote:
>> On Wed, Feb 22, 2012 at 12:15 PM, McClintock Matthew-B29882
>> wrote:
Applying patch gcc45-no-add-needed.patch
patching file gcc/config/alpha/elf.h
patch
Op 22 feb. 2012, om 18:05 heeft Paul Eggleton het volgende geschreven:
> On Wednesday 22 February 2012 17:40:03 Koen Kooi wrote:
>> Is anyone else seeing this:
>>
>> OTE: package libsdl-1.2.14-r5: task do_unpack: Started
>> NOTE: package libsdl-1.2.14-r5: task do_unpack: Succeeded
>> NOTE: Runni
The '@@ -, +, @@' part upsets plain 'patch'
Signed-off-by: Koen Kooi
---
.../libsdl-1.2.14/add.XGetRequest.symbol.patch | 27 +--
1 files changed, 18 insertions(+), 9 deletions(-)
diff --git
a/meta/recipes-graphics/libsdl/libsdl-1.2.14/add.XGetRequest.symbol.patch
b/meta
On 23.02.2012 15:04, Martin Jansa wrote:
> Afaik latest version from layer with highest priority wins. Which
> doesn't always mean latest version globally.
>
> DEFAULT_PREFERENCE doesn't help e.g. to demote development version in some
> layer with higher priority.
>
> But PREFERRED_VERSION does w
Le Thu, 23 Feb 2012 15:38:33 +,
Paul Eggleton a écrit :
> On Thursday 23 February 2012 15:32:47 Paul Eggleton wrote:
> > > Basically I had :
> > > XSERVER += "< missing \
> > >
> > > xf86-input-tslib \
> > > "
> > >
> > > and bitbake exit with :
> > > ERROR: Command execution fa
On Thu, Feb 23, 2012 at 04:50:27PM +0100, Martin Jansa wrote:
> * also fixes replacing paths for perl where cmd line was probably
> too long for os.system(cmd) (it had 560410 characters because a lot of
> files from sstate_scan_cmd).
> * also print those 2 commands so we can find them in log.do
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index 5381c18..686bdf7 100644
---
From: Dexuan Cui
This patch makes no actual change to the functionality of the recipe.
Signed-off-by: Dexuan Cui
---
meta/recipes-core/tasks/task-self-hosted.bb | 36 +-
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-core/tasks/task-self
From: Dexuan Cui
The package names are specified more than once.
We only need to keep one for each of them, so let's remove the duplicated
ones.
This patch makes no actual change to the functionality of the recipe.
Signed-off-by: Dexuan Cui
---
meta/recipes-core/tasks/task-self-hosted.bb | 1
From: Robert Yang
There would be many obsolete cache files in the SSTATE_DIR after several
builds, this script can remove the obsolete one for a pkg, only leave
the up to date one.
Here is the help text:
sstate-cache-management.sh
Options:
--help, -h
Display this help and exit.
-
Signed-off-by: Saul Wold
---
meta/classes/boot-directdisk.bbclass |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/classes/boot-directdisk.bbclass
b/meta/classes/boot-directdisk.bbclass
index 8879ba8..893164f 100644
--- a/meta/classes/boot-directdisk.bbclass
+++
Signed-off-by: Saul Wold
---
meta/classes/image-live.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index e85ac1e..1476840 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-l
From: Andrei Gherzan
This fix is for dhclient. It needs libcrypto at runtime and if
libcrypto is in libdir, it's path can be inaccessible on systems
where /usr is on nfs for example or dhclient is needed before
/usr is mounted.
Signed-off-by: Andrei Gherzan
[Fix comment to from /usr -> /lib -
Signed-off-by: Saul Wold
---
meta/classes/image_types.bbclass |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index eef554d..3b26162 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/im
From: Andreas Oberritter
* mpeg2dec currently doesn't build if x11 is unavailable,
due to an unconditional dependency on libx11. However,
libx11 is not required to build mpeg2dec.
Signed-off-by: Andreas Oberritter
---
meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb |2 +-
1 files ch
By prepending the SYSLINUX_ROOT to the APPEND line, will allow a sane default
to be set for the various syslinux images
Signed-off-by: Saul Wold
---
meta/classes/syslinux.bbclass |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/classes/syslinux.bbclass b/meta/classes
syslinux allows you to set TIMEOUT and PROMPT variables, when PROMPT is 0,
the "boot:" is not displayed uless one presses CTRL or SHIFT during startup.
TIMEOUT is in 1/10th of seconds, and a value of 0 for TIMEOUT will disable
the timeout mechanism.
In bitbake, recipes had set TIMEOUT (not SYSLINU
From: Yauhen Kharuzhy
rp-pppoe plugin was broken due linux headers changes: pppd has own copy of
if_pppol2tp.h file which is included from .
Add patch from Debian for struct pppol2tpv3_addr definition.
Signed-off-by: Yauhen Kharuzhy
---
.../ppp/ppp-2.4.5/update_if_pppol2tp.patch | 5
From: Andreas Oberritter
* gst-plugins-base currently doesn't build if x11 is
unavailable, due to unconditional dependencies on libx11
and libxv. However, they are not required to build
gst-plugins-base.
Signed-off-by: Andreas Oberritter
---
.../gstreamer/gst-plugins-base_0.10.35.bb
From: Andreas Oberritter
* It's not used by the recipe and its creation
currently depends on CONFIG_HWCLOCK=y.
Signed-off-by: Andreas Oberritter
---
meta/recipes-core/busybox/busybox.inc |1 -
meta/recipes-core/busybox/busybox_1.19.3.bb |2 +-
2 files changed, 1 insertions(+),
From: Mike Crowe
${libdir} and ${base_libdir} may be the same. If they are don't try and
move files onto themselves.
Signed-off-by: Mike Crowe
---
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-de
From: Andrei Gherzan
This empty directory generates a QA warning of unshippped files/dirs.
Signed-off-by: Andrei Gherzan
---
meta/recipes-core/dbus/dbus.inc |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbu
From: Andrei Gherzan
This patch was created in order to avoid QA warnings.
Signed-off-by: Andrei Gherzan
---
.../nspr/files/remove-rpath-from-tests.patch | 26
meta/recipes-support/nspr/nspr_4.8.9.bb|3 +-
2 files changed, 28 insertions(+), 1 deleti
From: Andrei Gherzan
The new install path of e2initrd_helper is %{libdir}. FILES_libext2fs modified
accordigly to
avoid QA warnings.
Signed-off-by: Andrei Gherzan
---
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/
From: Andrei Gherzan
1. Compile package tests suite
2. Add tests to -dev rpm as it needs dev libraries
Signed-off-by: Andrei Gherzan
---
meta/recipes-support/nspr/nspr_4.8.9.bb | 135 ++-
1 files changed, 131 insertions(+), 4 deletions(-)
diff --git a/meta/recipes
From: Andrei Gherzan
Signed-off-by: Andrei Gherzan
Signed-off-by: Sergey 'Jin' Bostandzhyan
---
meta/recipes-support/nspr/files/nspr.pc.in | 11
meta/recipes-support/nspr/nspr_4.8.9.bb| 37
2 files changed, 48 insertions(+), 0 deletions(-)
create
From: Andrei Gherzan
1. Update to 4.2.3-P2
2. From 4.2.0 final release, -lcrypto check was removed and we compile static
libraries
from bind that are linked to libcrypto. This is why i added a patch in order to
add
-lcrypto to LIBS.
3. Add openssl in DEPENDS as we need libcrypto from this packa
From: Andreas Oberritter
* If configure.ac contains AM_GNU_GETTEXT and po/Makefile.in.in
doesn't exist, autotools_do_configure() copies a local
version of Makefile.in.in to this location. If the directory
'po' doesn't exist, the function aborts.
* This patch verifies that the directory exi
From: Martin Jansa
* and drop apply=yes param as it's not needed
Signed-off-by: Martin Jansa
---
.../wireless-tools/remove.ldconfig.call.patch | 19 +++
.../wireless-tools/wireless-tools_29.bb|5 +++--
2 files changed, 22 insertions(+), 2 deletions(-)
cr
From: Gary Thomas
Commit cc8695 changed the way timestamps were handled
and added some extra munging to be able to compare them
reliably. This change makes the timestamp value the same
everywhere and simplifies how the check to set the system
clock based on the timestamp is done.
Also, if the v
From: Andreas Oberritter
* If 'x11' is not set in DISTRO_FEATURES, then skip all
recipes using xorg-lib-common.inc instead of only those
using libx11.inc.
* One exception: pixman, which is not only used by xorg,
but also by cairo.
Signed-off-by: Andreas Oberritter
---
meta/recipes-graph
Richard,
Here are a batch of changes reviewed and built
The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384:
texi2html: Fix for multilib (2012-02-22 23:01:45 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stag
* also fixes replacing paths for perl where cmd line was probably
too long for os.system(cmd) (it had 560410 characters because a lot of
files from sstate_scan_cmd).
* also print those 2 commands so we can find them in log.do_package
Signed-off-by: Martin Jansa
---
meta/classes/sstate.bbclas
Signed-off-by: Martin Jansa
---
meta/recipes-support/apr/apr_1.4.5.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-support/apr/apr_1.4.5.bb
b/meta/recipes-support/apr/apr_1.4.5.bb
index be465b4..2374d30 100644
--- a/meta/recipes-support/apr/apr_1.4.5.bb
* e.g. mysql5 has mysql_config not mysql-config
Signed-off-by: Martin Jansa
---
meta/classes/sstate.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d4f95c1..ee9bf05 100644
--- a/meta/classes/sstate.
Signed-off-by: Martin Jansa
---
.../e2fsprogs-1.42/remove.ldconfig.call.patch | 28
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |6 +++-
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644
meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/rem
First 7 patches are the same - so not resent
The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384:
texi2html: Fix for multilib (2012-02-22 23:01:45 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/pull
http://
On Thursday 23 February 2012 15:32:47 Paul Eggleton wrote:
> > Basically I had :
> > XSERVER += "< missing \
> >
> > xf86-input-tslib \
> > "
> >
> > and bitbake exit with :
> > ERROR: Command execution failed: Exited with 1
> > et nothing more.
>
> This got broken last night and
On Thursday 23 February 2012 16:30:32 Eric Bénard wrote:
> Richard Purdie a écrit :
> > What was the output? (I realise I can find out)
> >
> > With usability issues like this, opening a bug in
> > bugzilla.yoctoproject.org is a good idea, particularly as we've been
> > focusing on cleaning up th
A couple of patches that fix building meta-toolchain with x11 removed
from DISTRO_FEATURES, and a patch removing QEMU 0.14.0 which is
obsolete.
The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384:
texi2html: Fix for multilib (2012-02-22 23:01:45 +)
are available in
Disable X11 output support for target and nativesdk if x11 is not in
DISTRO_FEATURES.
Fixes [YOCTO #2020]
Signed-off-by: Paul Eggleton
---
meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-graphics/libsd
Allow building for nativesdk with x11 removed from DISTRO_FEATURES
by conditionally disabling qemugl (which requires X).
Fixes [YOCTO #2020]
Signed-off-by: Paul Eggleton
---
meta/recipes-devtools/qemu/qemu.inc |3 ++-
meta/recipes-devtools/qemu/qemu_0.15.1.bb | 13 ++---
2 f
Hi Richard,
Le Tue, 21 Feb 2012 12:56:14 +,
Richard Purdie a écrit :
>
> What was the output? (I realise I can find out)
>
> With usability issues like this, opening a bug in
> bugzilla.yoctoproject.org is a good idea, particularly as we've been
> focusing on cleaning up this kind of proble
Signed-off-by: Martin Jansa
---
.../e2fsprogs-1.42/remove.ldconfig.call.patch | 28
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |6 +++-
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644
meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/rem
On Thu, Feb 23, 2012 at 11:37, Richard Purdie
wrote:
> These patches mainly fix various warning issues reported by the build but
> there are a couple of other improvements/fixes thrown in.
>From looking on the patches seems fine except I'd remove the .la files
instead of adding it on -dev. I didn
On Thu, Feb 23, 2012 at 11:38, Richard Purdie
wrote:
> WARNING: For recipe libusb-compat, the following files/directories were
> installed but not shipped in any package:
> WARNING: /lib/libusb.la
Why not drop it?
--
Otavio Salvador O.S. Systems
E-mail: ota...@oss
There is no point in depending on desktop-file-utils if we're not going to
use it. This patch makes the dependency conditional upon the desktop tests
being enabled.
Signed-off-by: Richard Purdie
---
meta/classes/insane.bbclass |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
di
1 - 100 of 138 matches
Mail list logo