We seem to have a relatively new failure in xserver-kdrive, which
appeared in the last set of change. I tried to run though a bisect but
was not able to find the problem.
The problem seems to be related to configure.ac setting of
XSERVER_CFLAGS='$(CWARNFLAGS)' and then using -Werror=address
On (04/01/12 04:39), McClintock Matthew-B29882 wrote:
> On Tue, Jan 3, 2012 at 10:31 PM, Garg Vakul-B16394
> wrote:
> > Hi Matthew
> >
> > I am not sure if I understood your point fully.
> >
> > I am suggesting to do below mentioned as suggested on valgrind page.
> > http://valgrind.org/docs/manu
On Tue, Jan 3, 2012 at 10:31 PM, Garg Vakul-B16394 wrote:
> Hi Matthew
>
> I am not sure if I understood your point fully.
>
> I am suggesting to do below mentioned as suggested on valgrind page.
> http://valgrind.org/docs/manual/dist.readme-packagers.html
>
>
> "If you don't want to leave symbols
On Tue, Jan 3, 2012 at 10:16 PM, Garg Vakul-B16394 wrote:
> Hi Matthew
>
> Are you proposing to add 'debuginfo pkg of ld.so'?
What provides ld.so? That package should provide a ${PKGNAME}-dbg
which contains the debug version. This work should already be done, in
theory at least. Unless I am missi
On Tue, Jan 3, 2012 at 9:52 PM, Garg Vakul-B16394 wrote:
> Hi
>
> Valgrind's requirements from packaging are listed at:
>
> http://valgrind.org/docs/manual/dist.readme-packagers.html
>
> It recommends to have at least debuginfo pkg of ld.so installed.
> On some targets such as ppc32-linux and ppc6
Files under exec_prefix (commonly /usr) may not be available during
system recovery. exec_prefix may also be kept on a separate partition
that is mounted late in the boot process.
This QA test throws an warning if a binary in base_[bindir|sbindir|libdir]
is dynamically linked to a file under exec_
udev links to libusb-compat, and so this library needs to be in
base_libdir (/lib) instead of libdir (/usr/lib).
Signed-off-by: Scott Garman
---
meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 12 +++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-su
udev links to libusb1, and so these libraries need to be in
base_libdir (/lib) instead of libdir (/usr/lib).
Signed-off-by: Scott Garman
---
meta/recipes-support/libusb/libusb1_1.0.8.bb | 16 ++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/
The e2fsprogs utilities are installed into base_sbindir (/sbin)
and should not link to libraries under exec_prefix (/usr). So move
these libraries from libdir (/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
.../e2fsprogs/e2fsprogs_1.41.14.bb | 29 -
Various util-linux programs in base_sbindir (/sbin) linked to libraries
located under exec_prefix (/usr). Since this is not safe, move these
libraries from libdir (/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
meta/recipes-core/util-linux/util-linux.inc | 20 ++
Various utilities (including bash and the util-linux programs) located
in base_bindir (/bin) or base_sbindir (/sbin) dynamically link against
many of the ncurses libraries. So move these libraries from libdir
(/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
meta/recipes-core/ncu
ls from coreutils links to libcap, so move the libcap library
from libdir (/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
meta/recipes-support/libcap/libcap.inc | 15 +--
meta/recipes-support/libcap/libcap_2.22.bb |2 +-
2 files changed, 14 insertions(+),
Hello,
This is a P2 feature for Yocto 1.2. It adds two new QA tests to check
files in base_bindir, base_sbindir, and base_libdir for references to
files under exec_prefix (e.g, dynamic linking for binaries and
references to exec_prefix in scripts).
The reason for these tests is that exec_prefix (
From: Zhenhua Luo
1. add powerpc into the compatible host list
2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add
${TCLIBC}-dbg into RRECOMMENDS_valgrind
Signed-off-by: Zhenhua Luo
---
meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 --
1 files chan
Since valgrind has been upgraded to 3.7.0, a new patch to add powerpc support
will be submitted, please ignore this one.
Best Regards,
Zhenhua
> -Original Message-
> From: Luo Zhenhua-B19537
> Sent: Thursday, December 29, 2011 10:39 AM
> To: openembedded-core@lists.openembedded.org
>
On Tue, 2012-01-03 at 16:53 -0800, Saul Wold wrote:
> > The flex and bison configure scripts use AC_PATH_PROG to get a
> > full path to m4 and embed this in config.h (and then to the
> > generated binary), but this blows up when the m4 binary is in a
> > temporary staging directory.
> >
> > Since w
A couple of small patches created in the course of putting together a point
release for Yocto 1.1.
Cheers,
Joshua
The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9:
pseudo: ensure libs are included in package (2012-01-03 12:10:59 +)
are available in the git repos
We have witnessed non-deterministic failures of perf for some platforms
whilst looking for bfd.h, a header provided by binutils.
Signed-off-by: Joshua Lock
---
meta/recipes-kernel/linux/linux-tools.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/
Without this patch cogl will not build for armv4 as it uses an
unsupported instruction. This changeset adds a patch from Wolfgang
Denk to add an extra guard around armv5 or above code.
Signed-off-by: Joshua Lock
---
.../clutter/cogl/build_for_armv4t.patch| 23
On 03/01/12 16:43, Saul Wold wrote:
On 01/02/2012 06:26 PM, Joshua Lock wrote:
Please review the following changes for suitability for inclusion. If
you have
any objections or suggestions for improvement, please respond to the
patches. If
you agree with the changes, please provide your Acked-by.
On 01/04/2012 07:56 AM, Saul Wold wrote:
On 12/29/2011 12:09 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
All,
Patch of gnome-keyring to fix gsettings-data-convert seg fault,
modified according to Saul's comments.
Another patch of matchbox-wm to remove the dependence between window
manager
On Mon, Jan 2, 2012 at 16:38, Martin Jansa wrote:
> > We don't have an xserver-common in oe-core, what does it provide?
>
> that's x11-common equivalent in meta-oe, VIRTUAL_RUNTIME should be used
> here like in meta/recipes-sato/tasks/task-core-x11.bb
>
> # xserver-common, x11-common
> VIRTUAL-RU
On Tuesday 03 January 2012 15:54:12 Saul Wold wrote:
> On 12/28/2011 05:43 AM, Paul Eggleton wrote:
> > Implement locale package installation as we had in OE-Classic; please
> > review. In particular I'm not sure of the naming of
> > rootfs_check_package_exists() (since it resolves the package to a
On 01/03/2012 10:06 AM, Mark Hatle wrote:
On 1/3/12 6:14 AM, Phil Blundell wrote:
On Mon, 2012-01-02 at 22:18 -0800, Saul Wold wrote:
From: Mark Hatle
Buildstats should be allowed to be optionally enabled. It's
recommended that it be enabled via the USER_CLASSES setting.
Alternatively it coul
On 01/02/2012 06:26 PM, Joshua Lock wrote:
Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.
The small series following introduc
On Mon, Jan 2, 2012 at 12:38 PM, wrote:
> - cp ${STAGING_DATADIR}/aclocal/*
> ${B}/aclocal-copy/
> + # for scratch build this directory can be
> empty
> + # so avoid cp's no files to copy error
> +
On 12/28/2011 03:38 PM, Darren Hart wrote:
In preparation for defining a poky-tiny distribution for meta-yocto, I found
I needed the following patches. They mostly enable finer grained configuration
of dependencies and allow for building without widechar support.
The linux-yocVto-tiny recipe is
On 12/30/2011 06:33 AM, Shane Wang wrote:
This is the second version of the patch set which I sent out with the title "[V1]
Upgrade 4 more packages, Dec 27, 2011",
I upgrade 8 more packages. So, totally 12 for this round, it includes freetype,
minicom, libical, libsamplerate0, hdparm, oprofileu
On 12/28/2011 11:55 AM, Otavio Salvador wrote:
This patchset includes our pending changes for Qt4 and udev. The udev
patchset does a great cleanup on the udev package reducing a lot the
delta between OE-Core and Meta-OE. Am working at updating the udev to
175 but those patches are the basis for t
On 12/26/2011 06:56 AM, Shane Wang wrote:
This is version 3.
All,
These are recipe upgrading for polkit, gst-plugins-ugly, gst-plugins-bad,
gst-fluendo-mp3, gst-fluendo-mpegdemux, gst-ffmpeg, glib-2.0, mtd-utils,
valgrind, telepathy-glib, ofono, and libpcap. Please review and pull.
Changes i
On 12/23/2011 10:42 PM, Shane Wang wrote:
All,
update the information for manual-check list after checking upstream.
And take the ownership of Mei Lei's in distro_tracking_fields.inc.
The following changes since commit d350b3168bab234e326c8cf1609d13803e6aba9e:
opkg: Fix installation order i
On 12/28/2011 12:43 AM, Frans Meulenbroeks wrote:
HOMEPAGE pointed to an sf.net page that said that the
page did not exist any more and after that it redirected
to the denx.de page; updated HOMEPAGE to point to that page
Also improved the description to use the official capitalisation
Signed-off
On 12/28/2011 03:54 PM, Darren Hart wrote:
In order for the kernel to accept an initramfs as a rootfs,
it must have /init - even if it is an empty file. Touch /init
to ensure it exists for cpio and cpio.gz image types.
When used with initrd and rootfs=/dev/ram0, this allows the
cpio and cpio.g
On 12/30/2011 05:36 AM, Paul Eggleton wrote:
The following change since commit 8f348ccad083d6c02c200652ff6295e701e88f0d:
coreutils: ensure --color works so DEPEND on libcap (2011-12-24 10:05:35
+)
is available in the git repository at:
git://git.openembedded.org/openembedded-core-con
On 12/30/2011 12:53 AM, Dexuan Cui wrote:
The following changes since commit 9fc755cdb528f0913baf1f2d86ef62ee4cae92f2:
Add Upstream-Status to patches (2011-12-29 13:58:12 -0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
h
On 12/30/2011 12:11 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
Packages upgrade for lighttpd, libassuan and apr-util.
Thanks,
Edwin
The following changes since commit 429d3c9adae8b4bb166df22e70cc29aba41d6867:
matchbox-wm: Remove x-session-manager handling (2011-12-29 10:42:08 +0800)
On 12/29/2011 05:29 PM, tom.zanu...@intel.com wrote:
From: Tom Zanussi
When running rpm2cpio.sh on an xz-compressed rpm, it failed with the error:
tmp/sysroots/x86_64-linux/usr/bin/unlzma: (stdin): File format not recognized
This is due to the script demanding lowercase in tests that might pro
On 12/29/2011 02:14 PM, Christopher Larson wrote:
From: Christopher Larson
This patch makes the link to the dependencies of libdw explicit, as recent ld
no longer implicitly links them. See
http://lists.fedoraproject.org/pipermail/devel/2010-March/133601.html as
a similar example of the error me
On 12/23/2011 09:31 AM, Scott Garman wrote:
Hello,
This pull request upgrades the chrpath and libevent recipes. It has
been build-tested on all 5 of our qemu architectures.
Scott
The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b:
opkg: Fix installation order in fe
On 12/29/2011 02:22 AM, Andrei Gherzan wrote:
From: Andrei Gherzan
Two different defconfigs are chosen, one for "with GPLv3 build" and one for
"without".
In this way, libgnutls-extra is not pulled in a non-GPLv3 build.
[YOCTO #1845]
Signed-off-by: Andrei Gherzan
---
.../wpa-supplicant/defco
On 12/29/2011 12:09 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
All,
Patch of gnome-keyring to fix gsettings-data-convert seg fault, modified
according to Saul's comments.
Another patch of matchbox-wm to remove the dependence between window manager
and X session.
The following changes si
On 12/28/2011 05:43 AM, Paul Eggleton wrote:
Implement locale package installation as we had in OE-Classic; please
review. In particular I'm not sure of the naming of
rootfs_check_package_exists() (since it resolves the package to a
filename in the case of RPM). Note that because of the default v
On 12/27/2011 10:56 PM, Mei Lei wrote:
Hi all,
This patch will fix bug 1769. The discussion from community can be
found here:
http://rpm5.org/community/rpm-devel/5087.html
Please review and merge it.
Thanks,
Lei
The following changes since commit 8f348ccad083d6c02
On 12/27/2011 07:18 PM, Christopher Larson wrote:
Pushed an updated version of the patch-refactor commit that should fix this.
--
Christopher Larson
On Tuesday, December 27, 2011 at 1:38 PM, Chris Larson wrote:
On Tue, Dec 27, 2011 at 1:33 PM, Saul Wold mailto:s...@linux.intel.com>> wrote:
Do
Op 3 jan. 2012, om 23:22 heeft Saul Wold het volgende geschreven:
> On 12/31/2011 08:04 AM, Koen Kooi wrote:
>> This fixes a problem with the uptime utility:
>>
>> root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime
>> 16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05
>> root@beagle
From: Nitin A Kamble
Added a patch to add introspection.m4 to avoid the following
configure error:
| src/Makefile.am:168: HAVE_INTROSPECTION does not appear in
AM_CONDITIONAL
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
NOTE: package vte-0.28.2-r0: task
From: Nitin A Kamble
The vte commit is redone to avoid adding introspection package in DEPENDS.
Thanks,
Nitin
The following changes since commit 0ff1d667dc23b0cc903c18f1b5e032c2b6630aae:
distro: Add poky-tiny distro definition (2012-01-03 21:33:15 +)
are available in the git repository
From: Nitin A Kamble
Prelinking for x32 image showed that it was ignoring libraries
located at locations like /usr/libx32. Like that mips n32 has
library locations set as lib32
This commit modifies prelink.conf to look at libraries also
located at libx32 & lib32 locations.
Thanks to Mark Hatl
On 12/31/2011 08:04 AM, Koen Kooi wrote:
This fixes a problem with the uptime utility:
root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime
16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05
root@beagleboneA3-0088:/var/lib/cloud9# uptime.procps
16:00:22 up 2 days, 6:46, 1 user,
On 01/02/2012 12:38 PM, nitin.a.kam...@intel.com wrote:
From: Nitin A Kamble
This is version 2 of pull request with following changes.
The commit of automake is redone to fix the styling.
The commit of quilt is redone to avoid packaging warnings.
A new commit for fixing "make -j" of btrfs-tool
On 12/23/2011 08:23 AM, Christopher Larson wrote:
The layer list is multiline, and includes quotes, so including it within
quotes is problematic, particularly if the revision includes characters
which
are not valid outside of a quoted string in shell. To reproduce this
failure:
do a build with an
On 12/22/2011 03:46 PM, Andrea Adami wrote:
* Symptom: kernel symlink in /boot is not created.
* Rename in order to create the expected files:
* /var/lib/opkg/info/kernel-3.1.4.postinst
* /var/lib/opkg/info/kernel-3.1.4.postrm
Signed-off-by: Andrea Adami
---
meta/classes/kernel.bbclass |4
On 12/22/2011 10:05 AM, Bruce Ashfield wrote:
Richard/Saul,
Here's a consolidated pull request that adds the cedartrail, and
updates some remaining reference platforms to 3.0.x, including
updated -rt support.
There are also a couple of minor bug fixes that I found when working
on M2 functionali
On 12/22/2011 09:20 AM, Paul Eggleton wrote:
The following changes since commit db446421933d640528328e46a29f828a36d6649b:
multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:37 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contri
On 12/22/2011 04:16 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
This is the new version modified according to Paul and Saul's comments:
Use mini-x-session, change script name, and more accurate license.
The following changes since commit 4648aadfe161d2e0ec51408f35fdf8996727bd22:
ui/cru
On Tue, Jan 3, 2012 at 11:31 AM, Martin Jansa wrote:
> On Tue, Jan 03, 2012 at 04:21:16PM +, McClintock Matthew-B29882 wrote:
>> On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa wrote:
>> > On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote:
>> >> On Mon, Jan 02, 2012 at 04:05:16PM -060
On 2 jan 2012, at 22:51, "Joshua Lock" wrote:
> Busybox 1.19 introduced basic support for an rsyslog inspired syslog.conf
> whereas we've been shipping syslog.conf as a file to be sourced by the
> syslog init script in order to configure which options busybox's syslog is
> started with.
>
> Bu
On 01/03/2012 09:57 AM, Saul Wold wrote:
Thanks to Phil for pointing out my Dyslexic COER
Sau!
Please hold off on this patch until we get 1.1.1 completed, due to issue
with the Autobuilder that will take longer to deal with.
Sau!
The following changes since commit de679a3036ebef1c7d7b8ee2
On 2012-01-03 11:00, Saul Wold wrote:
On 01/03/2012 08:13 AM, Gary Thomas wrote:
On 2011-11-30 05:19, Gary Thomas wrote:
The file /etc/filesystems is used by busybox 'mount' when
attempting to mount a file system when the type is not
specified. This change alters the order so that more
capable
On 1/3/12 6:14 AM, Phil Blundell wrote:
On Mon, 2012-01-02 at 22:18 -0800, Saul Wold wrote:
From: Mark Hatle
Buildstats should be allowed to be optionally enabled. It's
recommended that it be enabled via the USER_CLASSES setting.
Alternatively it could be enabled via the INHERIT_DISTRO or
sim
On Tue, 2012-01-03 at 18:47 +0100, Martin Jansa wrote:
> Where did you get python-native_2.6.6?
>
> That was removed with 2.7.2 upgrade in
> commit b284e9a512860b8a8380be80f96cebce6b92ff80
> Author: Nitin A Kamble
> Date: Fri Oct 14 07:06:13 2011 +
>
> Cheers,
Ah yes, sorry, I made the pa
On 01/03/2012 08:13 AM, Gary Thomas wrote:
On 2011-11-30 05:19, Gary Thomas wrote:
The file /etc/filesystems is used by busybox 'mount' when
attempting to mount a file system when the type is not
specified. This change alters the order so that more
capable systems are tried first. Without this c
Thanks to Phil for pointing out my Dyslexic COER
Sau!
The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9:
pseudo: ensure libs are included in package (2012-01-03 12:10:59 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-co
The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to
COREIMAGE_BASE_INSTALL and COREIMAGE_EXTRA_INSTALL
Based on Mark Hatle's original work.
Signed-off-by: Saul Wold
---
meta/classes/core-image.bbclass|8
meta/recipes-core/images/core-image-mi
On Tue, Jan 03, 2012 at 05:39:35PM +, Phil Blundell wrote:
> Don't try to guess a path based on ${HOST_SYS} since this is not where the
> files in the sysroot are likely to be. Instead, just use the "plat_specific"
> approach of taking STAGING_INCDIR and knocking off the trailing "/include" fo
Does anybody know why these vars are exported (or, in the case of
STAGING_IDLDIR, there at all)?
export QMAKE_MKSPEC_PATH = "${STAGING_DATADIR_NATIVE}/qmake"
export STAGING_SIPDIR = "${STAGING_DATADIR_NATIVE}/sip"
export STAGING_IDLDIR = "${STAGING_DATADIR}/idl"
p.
Don't try to guess a path based on ${HOST_SYS} since this is not where the
files in the sysroot are likely to be. Instead, just use the "plat_specific"
approach of taking STAGING_INCDIR and knocking off the trailing "/include" for
all cases. This is still evidently suboptimal but does at least se
On Tue, Jan 03, 2012 at 04:21:16PM +, McClintock Matthew-B29882 wrote:
> On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa wrote:
> > On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote:
> >> On Mon, Jan 02, 2012 at 04:05:16PM -0600, Matthew McClintock wrote:
> >> > This fixes an issue wit
On 12/28/11 5:39 AM, Paul Eggleton wrote:
On Friday 23 December 2011 11:05:01 Mark Hatle wrote:
On Tuesday 20 December 2011 08:17:22 Flanagan, Elizabeth wrote:
- In most cases, LICENSE is set for the recipe, however, a recipe that
contains multiple packages, all of whom may have a distinct LICE
On Tue, 2012-01-03 at 08:40 -0800, Saul Wold wrote:
> The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to
> COREIMAGE_BASE_INSTALL and COREIMAGE_EXTRA_INSTALL
Actually, it seems that they haven't quite...
> -POKY_BASE_INSTALL = '\
> +COERIMAGE_BASE_INSTALL = '\
> task-cor
The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to
COREIMAGE_BASE_INSTALL and COREIMAGE_EXTRA_INSTALL
Based on Mark Hatle's original work.
Signed-off-by: Saul Wold
---
meta/classes/core-image.bbclass|8
meta/recipes-core/images/core-image-mi
This will require a coordinated change with meta-qt3 and will cause
issues with the Autobuilder for 1.1.1 builds since we will need to
the AB tagging working.
Sau!
The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9:
pseudo: ensure libs are included in package (2012-01
On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa wrote:
> On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote:
>> On Mon, Jan 02, 2012 at 04:05:16PM -0600, Matthew McClintock wrote:
>> > This fixes an issue with RPM where it checks version imformation for
>> > binaries linked against libxml a
On 2011-11-30 05:19, Gary Thomas wrote:
The file /etc/filesystems is used by busybox 'mount' when
attempting to mount a file system when the type is not
specified. This change alters the order so that more
capable systems are tried first. Without this change, an
EXT3 system will mount as EXT2 whi
On Sat, Dec 31, 2011 at 12:18 AM, Darren Hart wrote:
>
>
> On 12/30/2011 12:25 AM, Andrea Adami wrote:
>> On Thu, Dec 29, 2011 at 12:54 AM, Darren Hart wrote:
>>>
>>>
>>> In order for the kernel to accept an initramfs as a rootfs,
>>> it must have /init - even if it is an empty file. Touch /init
This pull request fixes the architecture warnings for Qt 4.7.4 and adds
recipes for building the recently released Qt 4.8.0 (with
DEFAULT_PREFERENCE = "-1").
The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9:
pseudo: ensure libs are included in package (2012-01-03 12:1
Version 4.8.0 makes a few minor changes in the internal build system -
the following issues had to be worked around:
* The -qt-gif configure option has been removed. This is actually the
default and has been for some time, so remove it from qt4.inc.
* The mkspecs have been refactored requiring u
* Update for Qt 4.8.0
* qt4-tools-native was replaced with qt4-native some time ago
Signed-off-by: Paul Eggleton
---
.../conf/distro/include/distro_tracking_fields.inc | 38 ++--
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/meta/conf/distro/include/distro_tr
Don't install the native staging versions of the qt4 tools in the bin
directory; we have been doing this for a very long time but it is no
longer necessary since we specify them via the QMAKE_UIC, QMAKE_MOC etc.
variables. Doing so was sometimes resulting in those executables being
the ones that en
On Mon, 2012-01-02 at 22:20 -0800, Saul Wold wrote:
> -EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
> +EXTRA_OECONF = "--disable-debug --enable-included-printf=no --disable-dtrace"
I suppose you meant to say "disable dtrace" rather than "disable glib"
in the subject line. Also, pl
On Mon, 2012-01-02 at 22:20 -0800, Saul Wold wrote:
> From: Koen Kooi
>
> This fixes a problem with the uptime utility:
>
> root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime
> 16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05
> root@beagleboneA3-0088:/var/lib/cloud9# uptime.procps
On Mon, 2012-01-02 at 22:18 -0800, Saul Wold wrote:
> From: Mark Hatle
>
> Buildstats should be allowed to be optionally enabled. It's
> recommended that it be enabled via the USER_CLASSES setting.
>
> Alternatively it could be enabled via the INHERIT_DISTRO or
> similar mechanism.
>
> Signed-
On Mon, 2012-01-02 at 22:19 -0800, Saul Wold wrote:
> +def get_defconfig(bb, d):
> + if d.getVar('INCOMPATIBLE_LICENSE', 1) in [ 'GPLv3' ]:
> + return "-nogplv3"
> + return ""
Is this really the sort of thing we want to be doing? It seems like an
abuse of INCOMPATIBLE_LICENSE
On Thu, 2011-12-29 at 02:19 +, Luo Zhenhua-B19537 wrote:
> [Luo Zhenhua-B19537] The reason is that valgrind requires non-stripped
> libraries of glibc during running.
What is the failure mode if you don't have them?
p.
___
Openembedded-core mail
On Mon, 2012-01-02 at 22:19 -0800, Saul Wold wrote:
> -PACKAGES = "${PN}-dbg ${PN} catchsegv${PKGSUFFIX} sln${PKGSUFFIX}
> nscd${PKGSUFFIX} ldd${PKGSUFFIX} ${PN}-utils eglibc-extra-nss${PKGSUFFIX}
> eglibc-thread-db${PKGSUFFIX} ${PN}-pic ${PN}-dev ${PN}-doc
> libcidn${PKGSUFFIX} libmemusage${PKG
85 matches
Mail list logo