On Thu, Jan 12, 2012 at 9:43 PM, Bansal Aneesh-B39320
wrote:
> Hello,
>
> ** **
>
> PowerPC uses two alternate time base registers which are read from user
> space
>
> by using PPC instructions mfatbu and mfatbl . However these instructions
> are
>
> not supported by Valgrind.
>
>
From: Xiaofeng Yan
Command "pango-querymodules > /etc/pango/pango.modules" can't work when \
starting up yocto because of no directory "/etc/pango". It will cause \
messy code when gtk-demo running.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-graphics/pango/pango.inc |7 +++
From: Xiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be
"gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-gnome/gtk+/gtk+.inc |2 +-
1 files changed, 1 insertions(+),
From: Xiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be
"gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-graphics/cairo/cairo.inc |2 +-
1 files changed, 1 insertions
From: Xiaofeng Yan
Hi Saul,
I remove ${sysconfdir}/* because bitbake will package this directory as default.
The following part was previous description.
--
Bitbake complain " No package 'cairo-xlib' found" when building image
"core-image-gtk-direct
Hello Andrei
On 01/09/2012 02:03 AM, Andrei Gherzan wrote:
From: Andrei Gherzan
Enable 64-bit math support in the expr applet. This will make
the applet slightly larger, but will allow computation with very
large numbers.
[YOCTO #1767]
This bug should be fixed already:
http://lists.linuxtogo
On 2012年01月13日 04:33, Phil Blundell wrote:
On Thu, 2012-01-12 at 12:30 -0800, Saul Wold wrote:
On 01/12/2012 12:12 AM, Xiaofeng Yan wrote:
-FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}"
+FILES_${PN} += "${syscondir}/* ${bindir}/* ${libdir}/libpango*${SOLIBS}"
Is this to
Hello,
PowerPC uses two alternate time base registers which are read from user space
by using PPC instructions mfatbu and mfatbl . However these instructions are
not supported by Valgrind.
CPU : e500mc
Here are the logs when an application executing such instruction is executed
with Valgrind 3.7.0
On 2012-1-12 21:45, Bruce Ashfield wrote:
On 12-01-12 03:42 AM, Liming Wang wrote:
v2 change log:
- disable CONFIG_DEVTMPFS option to avoid /dev/console
pointing to serial. Otherwise, keyboard doesn't work well
on X-windows.
This looks fine to me, but can you resend it as an incr
I find that if I want to build a live efi image for testing on qemu, and I add
the following to my local.conf:
MACHINE_FEATURES_append_qemux86 = " efi"
KERNEL_FEATURES_append_qemux86 = " cfg/efi-ext.scc"
IMAGE_TYPES += "live"
And then try to build core-image-minimal, I'll get an error like the f
From: Tom Zanussi
This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS.
Please see the commit message for '[PATCH 1/5] base.bbclass: add support
for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism.
v4 changes, reflecting comments from Saul Wold:
- move t
From: Tom Zanussi
LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE
mechanism.
In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the
global COMMERCIAL_LICENSE list is 'blacklisted' from being included in
an image. To allow the blacklisted package into the im
From: Tom Zanussi
The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS
so remove the code that implements COMMERCIAL_LICENSE.
Signed-off-by: Tom Zanussi
---
meta/classes/base.bbclass |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/meta/classes/ba
From: Tom Zanussi
Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list;
add LICENSE_FLAGS varables to each the recipes mentioned in that list:
- lame
- gst-fluendo-mp3
- gst-openmax
- gst-plugins-ugly
- libmad
- libomxil
- mpeg2dec
- qmmp
S
From: Tom Zanussi
COMMERCIAL_LICENSE no longer exists; the equivalent functionality is
now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the
COMMERCIAL_LICENSE warning with a similarly equivalent warning.
Signed-off-by: Tom Zanussi
---
scripts/contrib/documentation-audit.sh |3 +
From: Tom Zanussi
The global COMMERCIAL_LICENSE mechanism has been obsoleted by
per-recipe LICENSE_FLAGS, so remove the related variables.
Signed-off-by: Tom Zanussi
---
meta/conf/distro/include/default-distrovars.inc |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a
It provides trace read and write libraries, as well as a trace converter.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_
This patch intended to integrate the lttng-modules 2.0 package
containing the kernel tracer modules.
LTTng-modules 2.0 is currently in pre-release (-pre11), so we
have to update it when official released.
lttng-2.0 supports lttng-modules extra builds, which don't need
any patches on Linux kernel v
V5 Changes vs all previous versions:
1 ) fixed all Darren's comments;
2 ) fixed all Saul's comments;
+LICENSE = "MIT & GPLv2" for 0004-babeltrace..
Upstream-Status: Pending for lttng-tools-fix-compiling..
+LICENSE = "GPLv2 & LGPLv2.1" for 0002-lttng-tools-..
Thanks,
Zumeng
The followi
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently in pre-release(-pre16), so we have to
update it when official released.
Signed-off-by:
This patch intended to integrate the LTTng UST 2.0 package, which
contains the userspace tracer library to trace userspace codes.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++
1 files changed, 25 insertions(+), 0 deletions(-)
crea
On 01/11/2012 10:52 AM, Bruce Ashfield wrote:
Updating the SRCREVs to include the following fixes from Khem Raj and
Zumeng Chen.
6f5b118 compiler.h: Undef before redefining __attribute_const__
fe80c1e oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue
Signed-off-by: Bruce Ashfield
---
On 2012年01月13日 00:17, Darren Hart wrote:
Hi Zumeng,
I reviewed V4 from the git link below ( didn't see the patches
themselved hit the list ).
The patch in 1/4: "+Subject: [PATCH 1/1] Fix compiling error on powerpc
and arm" is missing an UpstreamStatus tag. Otherwise, it looks ready to me.
OK t
On 2012年01月13日 06:06, Saul Wold wrote:
On 01/11/2012 07:11 PM, Zumeng Chen wrote:
It provides trace read and write libraries, as well as a trace
converter.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28
+++
1 files changed, 28 insertio
On 2012年01月13日 06:04, Saul Wold wrote:
On 01/11/2012 07:11 PM, Zumeng Chen wrote:
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently in
On 01/09/2012 04:13 PM, Tom Zanussi wrote:
On Mon, 2012-01-09 at 16:01 -0800, Saul Wold wrote:
On 01/06/2012 09:13 PM, Tom Zanussi wrote:
On Fri, 2012-01-06 at 21:10 -0800, Saul Wold wrote:
On 01/06/2012 06:34 PM, tom.zanu...@intel.com wrote:
From: Tom Zanussi
With all the discussion a
On 01/06/2012 08:51 PM, Steve Sakoman wrote:
The gtk-update-icon-cache utility does not create a cache file if
one does not already exist. Since some packages (notably gnome-icon-theme)
do not ship a cache file by default, the results of the utility are
not saved. Adding the force option writes
On 01/09/2012 08:22 PM, Dexuan Cui wrote:
The following changes since commit a0bfd58a067973188e228b71d10809f71cb2b0c4:
libxml2: add shared library version info to libxml shared libraries
(2012-01-09 10:38:52 -0800)
are available in the git repository at:
git://git.pokylinux.org/poky-cont
On 01/06/2012 08:51 PM, Steve Sakoman wrote:
There is no reason to continue to carry this feature
Signed-off-by: Steve Sakoman
---
meta/conf/bitbake.conf |1 -
meta/conf/machine/include/qemu.inc |2 +-
.../update-modules/update-modules_1.0.
On 01/02/2012 02:05 PM, Matthew McClintock wrote:
This fixes an issue with RPM where it checks version imformation for
binaries linked against libxml and fails because it's missing info
| error: Failed dependencies:
| libxml2.so.2(LIBXML2_2.6.0) is needed by
fmc-0.9.7+2-r2.1.ppce50
This is for getting around things like CVS over SOCKS5 with authentication
which does not seem to be supported by configuring CVS or some other means
that I can find.
Signed-off-by: Matthew McClintock
---
meta/conf/bitbake.conf |1 +
scripts/oe-buildenv-internal |2 +-
2 files chan
cc: bitbake-de...@lists.openembedded.org
Signed-off-by: Matthew McClintock
---
bitbake/lib/bb/fetch2/__init__.py |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/bitbake/lib/bb/fetch2/__init__.py
b/bitbake/lib/bb/fetch2/__init__.py
index 3af56e5..1d7d5c7 100644
--- a/bit
On 01/06/2012 08:51 PM, Steve Sakoman wrote:
systemd has its own mechanism for loading kernel modules at startup
Signed-off-by: Steve Sakoman
---
.../update-modules-1.0/update-modules |3 ++-
.../update-modules/update-modules_1.0.bb |3 ++-
2 files changed, 4 i
From: Nitin A Kamble
The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0:
multilib.conf: Clean up file and add missing entries for various dependencies
(2012-01-11 23:53:32 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/mis
On 01/06/2012 08:40 PM, Khem Raj wrote:
Add patch to provide __finite_sqrt functions for ppc
Signed-off-by: Khem Raj
---
...tive_2.14.bb => cross-localedef-native_2.15.bb} |0
.../IO-acquire-lock-fix.patch |0
.../armv4-eabi-compile-fix.patch |
On 01/08/2012 04:03 PM, Andrei Gherzan wrote:
From: Andrei Gherzan
Enable 64-bit math support in the expr applet. This will make
the applet slightly larger, but will allow computation with very
large numbers.
Just to confirm, I have seen discussion about finer-grain control over
bitbake conf
On 01/09/2012 02:46 PM, Andrea Adami wrote:
* This patchset proposes to package separately
* kexec and kdump.
* Referring to oe-core, task-core-tools has been adapted.
Andrea Adami (2):
kexec-tools: split packaging of kexec and kdump
task-core-tools: adapt to kexec-tools package split
m
On 01/11/2012 06:11 AM, Andrei Gherzan wrote:
On 01/11/2012 03:56 PM, Paul Eggleton wrote:
On Wednesday 11 January 2012 14:45:02 Andrei Gherzan wrote:
Some upstream layers (ex: meta-oe) use '&&' or '||' syntax in LICENSE
variable. Because of my last commit, these bbfiles are failing as
LICENSE
The following changes since commit 18c88fcec85f96d2495457928be913807971aea7:
package.bbclass: per recipe PRSERV_HOST support (2012-01-11 10:37:43 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/bug/1852
http://git.pokylinux.org/cgit.cgi/poky-contri
From: Nitin A Kamble
For x32 the user space is 32bit and the kernel is 64bit.
So the elf.arch for vmlinuz is x86_64 and not x86. This commit
fixes this QA error thrown for x32 kernel.
| ERROR: QA Issue: Architecture did not match (62 to 3) on
/work/qemux86_64-poky-linux-gnux32/linux-korg-3.1+git
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../{diffstat_1.54.bb => diffstat_1.55.bb} |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/diffstat/{diffstat_1.54.bb => diffstat_1.55.bb}
(82%)
diff --git a/meta/recipes-devtools/diff
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../btrfs-tools/btrfs-tools_git.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
inde
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../conf/distro/include/distro_tracking_fields.inc | 36 +++-
1 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking
From: Nitin A Kamble
Fixes this bug: [YOCTO #1874]
Fixes an issue where a locale package depends on one package while it
also provides the same, as seen bellow.
Package: locale-base-de-de
Version: 2.12-r19
Depends: eglibc-binary-localedata-de-de
Provides: virtual-locale-de-de, virtual-locale-de
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-support/libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} (93%)
diff --git a/meta/recipes-support/libpcre/lib
On Tue, Jan 10, 2012 at 12:25 AM, Luo Zhenhua-B19537
wrote:
>> -Original Message-
>> From: Saul Wold [mailto:s...@linux.intel.com]
>> Sent: Tuesday, January 10, 2012 1:43 PM
>> > @@ -13,15 +13,21 @@ python __anonymous () {
>> > d.setVar("PACKAGES", "%s kernel-devicetree" % packages)
>>
On 01/11/2012 07:11 PM, Zumeng Chen wrote:
It provides trace read and write libraries, as well as a trace converter.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 1
On 01/11/2012 07:11 PM, Zumeng Chen wrote:
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently in pre-release(-pre16), so we have to
upda
On Thu, Jan 12, 2012 at 12:47 PM, Saul Wold wrote:
> On 01/11/2012 11:00 AM, Steve Sakoman wrote:
>>
>> On Sat, Jan 7, 2012 at 5:14 AM, Eric Bénard wrote:
>>>
>>> Hi,
>>>
>>> Le Fri, 6 Jan 2012 20:51:54 -0800,
>>> Steve Sakoman a écrit :
-FILES_dhcp-server = "${sbindir}/dhcpd ${syscon
On 01/08/2012 10:04 AM, Andreas Müller wrote:
libusb-compat did not yet cause a build error but it is motivated by the
experience with libusb1.
I will be out until 12. and can not respond on comments until then.
Andreas Müller (2):
libusb1: keep *.la in base_libdir
libusb-compat: keep *.l
On 01/12/2012 08:30 AM, Enrico Scholz wrote:
There is no reason to disable exec-stack only for -native builds;
binaries on the target will suffer from the same SELinux ACLs.
OpenSSL does not use executable stack so this option can be disabled
unconditionally.
Signed-off-by: Enrico Scholz
---
On 01/10/2012 03:49 AM, Hudson, Sean wrote:
I propose having a monthly, online developer forum that promotes
discussion on longer term technical issues that impact both Yocto and
OpenEmbedded. This would supplement the already existing mailing list
and irc communication channels. In order to
On 01/11/2012 11:00 AM, Steve Sakoman wrote:
On Sat, Jan 7, 2012 at 5:14 AM, Eric Bénard wrote:
Hi,
Le Fri, 6 Jan 2012 20:51:54 -0800,
Steve Sakoman a écrit :
-FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server
${localstatedir}/lib/dhcp/"
+FILES_dhcp-server = "${sbindir
On Thu, 2012-01-12 at 12:30 -0800, Saul Wold wrote:
> On 01/12/2012 12:12 AM, Xiaofeng Yan wrote:
> > -FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}"
> > +FILES_${PN} += "${syscondir}/* ${bindir}/* ${libdir}/libpango*${SOLIBS}"
> Is this too general? Should it be ${sysconfdi
On 01/12/2012 12:12 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Command "pango-querymodules> /etc/pango/pango.modules" can't work when \
starting up yocto because of no directory "/etc/pango". It will cause \
messy code when gtk-demo running.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
met
I propose having a monthly, online developer forum that promotes discussion on
longer term technical issues that impact both Yocto and OpenEmbedded. This
would supplement the already existing mailing list and irc communication
channels. In order to facilitate this, I'd like to propose a teleph
On 01/09/2012 01:23 PM, Colin Walters wrote:
The .pc files were ending up in util-linux-dev, not the correct
subpackage like libuuid1-dev.
Merged into OE-Core
Thanks
Sau!
___
poky mailing list
p...@yoctoproject.org
https://lis
On 01/07/2012 11:11 PM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass" for
packaging source codes tree to source rpm and tar packages.
After adding srpm function in file "package_rpm.bbclass", user can get source
rpm packages beside
This is needed for e.g. gnome-session:
gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to
execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or
directory)
Signed-off-by: Koen Kooi
---
meta/recipes-gnome/gnome/gconf_3.2.3.bb | 20 +++--
On 01/10/2012 10:53 AM, Dexuan Cui wrote:
> Signed-off-by: Dexuan Cui
A couple additional thoughts about the boot-directdisk class in general:
So build_boot_dd needs a careful audit to ensure the various dd commands do not
stomp on eachother iirc, the dd of syslinux/mbr.bin was stomping on the
On Thu, Jan 12, 2012 at 6:43 AM, Koen Kooi wrote:
> This is needed for e.g. gnome-session:
>
> gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to
> execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or
> directory)
>
> Signed-off-by: Koen Kooi
> ---
Signed-off-by: Matthew McClintock
---
meta/classes/image_types_uboot.bbclass |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/classes/image_types_uboot.bbclass
b/meta/classes/image_types_uboot.bbclass
index 65dc91b..8d1081c 100644
--- a/meta/classes/image_types_
Signed-off-by: Matthew McClintock
---
meta/classes/image_types.bbclass |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 3010549..4908ed9 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta
'latencytop' can be used on headless system and it is desirable to avoid
building of the gtk+ stack.
Signed-off-by: Enrico Scholz
---
meta/recipes-kernel/latencytop/latencytop_0.5.bb |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/latencytop/late
'sysprof' can be used on headless system and it is desirable to avoid
building of the gtk+/glade software stacks.
Signed-off-by: Enrico Scholz
---
meta/recipes-kernel/sysprof/sysprof_git.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/sysprof/sysp
'distcc' can be used on headless system and it is desirable to avoid
building of the gnome/gtk+ stacks.
Signed-off-by: Enrico Scholz
---
meta/recipes-devtools/distcc/distcc_2.18.3.bb |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/distcc/distcc_
gst-plugins might be used on headless systems or on systems with
DirectFB or qt frontends. Building them without the x11 software stack
might be desirable there and is supported by the buildsystem.
Signed-off-by: Enrico Scholz
---
.../gstreamer/gst-plugins-base_0.10.35.bb |4 +++-
Several packages can be used without graphical frontends, but the
buildsystem brings in statically (heavy) x11 or gtk+ software stacks.
This patchset uses the 'x11' DISTRO_FEATURE to disable building of
these components.
Enrico Scholz (4):
gst-plugins: do not build x11 related plugins without th
From: Enrico Scholz
It would be wrong to generate depchains like i2c-dev ->
module-init-tools-dev -> libc-dev. Skip generation of recursive
RRECOMMENDS in such cases by using the nodevrrecs flag.
Signed-off-by: Enrico Scholz
---
meta/classes/kernel.bbclass |1 +
1 files changed, 1 inserti
From: Enrico Scholz
Flag is used to skip generation of recursive RRECOMMENDS for packages
which are ending in '-dev' but which are no -dev packages. Examples are
kernel modules like 'kernel-module-i2c-dev' (i2c-dev.ko).
Signed-off-by: Enrico Scholz
---
meta/classes/package.bbclass |2 +-
1
Hi Dexuan,
Please include a complete patch header. Much of your 0/1 content can go
here.
Comments below...
On 01/10/2012 10:53 AM, Dexuan Cui wrote:
> Signed-off-by: Dexuan Cui
> ---
> meta/classes/boot-directdisk.bbclass | 10 +-
> meta/recipes-core/images/self-hosted-image
From: Enrico Scholz
'grep -r' will return symlinks (e.g. from the patches/ directory) and it
would be wrong to modify them with sed. Such a modification might fail
and break the buildprocess when symlink target is not writable by the
build user.
Signed-off-by: Enrico Scholz
---
meta/recipes-d
On Thu, Jan 12, 2012 at 08:23:16AM -0800, Darren Hart wrote:
>
>
> On 01/10/2012 09:39 AM, Joshua Lock wrote:
> > This enables automatic configuration setting and restoration on systems
> > with alsa.
> >
> > Signed-off-by: Joshua Lock
>
> Acked-by: Darren Hart
can we use VIRTUAL_RUNTIME for
Changes to BUILD_LDFLAGS are required due to the recent movement of some
libraries from ${libdir} to ${base_libdir}. ${base_libdir} must be now
in the linker search path to avoid build problems of -native packages.
Signed-off-by: Enrico Scholz
---
meta/conf/bitbake.conf |8 +++-
1 files
There is no reason to disable exec-stack only for -native builds;
binaries on the target will suffer from the same SELinux ACLs.
OpenSSL does not use executable stack so this option can be disabled
unconditionally.
Signed-off-by: Enrico Scholz
---
meta/recipes-connectivity/openssl/openssl.inc |
Packaging will fail with executable files containing spaces in their
names. Patch quotes the parameter passed to 'objdump'.
Signed-off-by: Enrico Scholz
---
meta/classes/package.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/package.bbclass b/met
There does not exist an '--enable-target=all' option.
Signed-off-by: Enrico Scholz
---
meta/recipes-devtools/binutils/binutils.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/binutils/binutils.inc
b/meta/recipes-devtools/binutils/binutils.inc
On 01/10/2012 09:39 AM, Joshua Lock wrote:
> This enables automatic configuration setting and restoration on systems
> with alsa.
>
> Signed-off-by: Joshua Lock
Acked-by: Darren Hart
> ---
> meta/recipes-core/tasks/task-base.bb |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-
On 01/10/2012 09:39 AM, Joshua Lock wrote:
> alsa-state adds an init script and configuration files to enable a
> consistent and centralised mechanism for setting and restoring alsa
> configuration.
>
> Signed-off-by: Joshua Lock
Acked-by: Darren Hart
> ---
> meta/recipes-bsp/alsa-state/als
On 01/10/2012 09:39 AM, Joshua Lock wrote:
> alsactl creates the state files in /var/lib/alsa by default so switch
> alsa-state to use files in that location.
>
> Further, update the alsa-state init script to have the location of the
> state files sed'ed into the script at do_install time (so as
Hi Zumeng,
I reviewed V4 from the git link below ( didn't see the patches
themselved hit the list ).
The patch in 1/4: "+Subject: [PATCH 1/1] Fix compiling error on powerpc
and arm" is missing an UpstreamStatus tag. Otherwise, it looks ready to me.
--
Darren
On 01/10/2012 05:31 PM, Zumeng Chen
On 01/08/2012 02:23 AM, Khem Raj wrote:
Currently libiconv is failing after upgrade to 1.14
this patch fixes the problem. It uses relocatable
gnulib module which should be added.
Delete unpackaged files.
Signed-off-by: Khem Raj
---
.../libiconv-1.14/add-relocatable-module.patch | 5008 +++
On 01/06/2012 08:51 PM, Steve Sakoman wrote:
With current permissions of 4754 on systemd systems various services will fail
to
activate with "helpful" error messages of the type:
2000-01-01T00:00:25+00:00 omap3-multi dbus[178]: [system] Activated service
'org.freedesktop.nm_dispatcher' failed:
This is needed for e.g. gnome-session:
gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to
execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or
directory)
Signed-off-by: Koen Kooi
---
meta/recipes-gnome/gnome/gconf_3.2.3.bb | 20 +++--
Christopher Larson
writes:
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> ...
> +# natives don't generally look in base_libdir
> +base_libdir_virtclass-native = "${libdir}"
I do not think that this should be done per recipe (afais, at least
libusb i
Signed-off-by: Martin Jansa
---
meta/recipes-core/dbus/dbus_1.4.16.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb
b/meta/recipes-core/dbus/dbus_1.4.16.bb
index f87f266..3cf8bb8 100644
--- a/meta/recipes-core/dbus/dbus_1.4.16.bb
This is needed for e.g. gnome-session:
gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to
execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or
directory)
Signed-off-by: Koen Kooi
---
meta/recipes-gnome/gnome/gconf_3.2.3.bb | 16
On 12-01-12 03:42 AM, Liming Wang wrote:
v2 change log:
- disable CONFIG_DEVTMPFS option to avoid /dev/console
pointing to serial. Otherwise, keyboard doesn't work well
on X-windows.
This looks fine to me, but can you resend it as an incremental on top
of:
http://git.
Op 12 jan. 2012, om 13:19 heeft Martin Jansa het volgende geschreven:
> On Thu, Jan 12, 2012 at 12:52:26PM +0100, Koen Kooi wrote:
>> The dbus recipes don't use INC_PR so it didn't get rebuilt after the
>> previous commit to fix the launch helper permissions
>>
>> Signed-off-by: Koen Kooi
>> -
From: Zhai Edwin
>From 11.10, libGL.so is installed @ /usr/lib/x86_64-linux-gnu/ in 64b Ubuntu.
[YOCTO #1885] got fixed
Signed-off-by: Zhai Edwin
---
scripts/runqemu-internal | 11 ++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/scripts/runqemu-internal b/scripts
From: Zhai Edwin
>From 11.10, 64b Ubuntu has a new path for libGL.so. This patch fix it.
Thanks,
Edwin
The following changes since commit 19241e7e2d88406c57613180dec9e7896c6674cc:
distro-tracking: Update info for webkit-gtk, web-webkit (2012-01-11 11:01:32
+0800)
are available in the git re
On Thu, Jan 12, 2012 at 12:52:26PM +0100, Koen Kooi wrote:
> The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous
> commit to fix the launch helper permissions
>
> Signed-off-by: Koen Kooi
> ---
> meta/recipes-core/dbus/dbus.inc |2 +-
> 1 files changed, 1 insertion
v2 change log:
- disable CONFIG_DEVTMPFS option to avoid /dev/console
pointing to serial. Otherwise, keyboard doesn't work well
on X-windows.
The following changes since commit a8ebc77767e034c589e8041406f4282136a2219b:
meta/qemu-ppc32: remove references to non-existent
On 01/12/2012 09:19 AM, Saul Wold wrote:
I think I agree with Paul here, Beth has sent out a proposal for that
and by making a change here may allow the bad behavior to continue.
Sau!
In this case we can drop this and the problem will remain (will have to
be fixed) in meta-oe layers.
@g
_
The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous
commit to fix the launch helper permissions
Signed-off-by: Koen Kooi
---
meta/recipes-core/dbus/dbus.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta
From: Xiaofeng Yan
Update the status of eds-tools and mingetty.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/maintainer
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer
Thanks,
Xiaofeng Yan
---
Xiaofeng Yan (1):
distro_tracki
From: Xiaofeng Yan
Update the status of eds-tools and mingetty.
mingetty has still not been updated since 2008.
Signed-off-by: Xiaofeng Yan
---
.../conf/distro/include/distro_tracking_fields.inc |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro/inc
On Tue, Jan 10, 2012 at 01:51:18PM -0600, Christopher Larson wrote:
> From: Christopher Larson
>
> For target, both base_libdir and libdir in sysroot can be used, as we pass
> --sysroot to the toolchain. For native, we don't do this, and we also only add
> -L/${libdir}, not -L/${base_libdir}, res
* meta-oe now provides xmlto-native
http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27
but not the stylesheets for buildhosts without them it's unusable and fails,
because xorg macros
autodetecting xmlto available, see:
http://lists.linuxtog
From: Denis 'GNUtoo' Carikli
We need to depend on libsamplerate0 because it's detected automatically
and if we configure without it we get that issue at runtime trying
to run the alsaloop program:
No libsamplerate support.
Signed-off-by: Denis 'GNUtoo' Carikli
Signed-off-by: Martin Jans
1 - 100 of 108 matches
Mail list logo