On Tue, Jun 26, 2012 at 11:25 PM, Dennis.Yxun wrote:
> HI ALL:
> Sorry for crossing post, but I'm quite new here, so if I did
> something wrong, please point me the right direction. thanks
> I'm using oe-core, and notice that mipsel support(o32, little
> endian mode) is missing (current availa
Hi,
In the git branch poky-contrib/ross/webkit I've upgraded webkit-gtk
from a 1.7.1-ish git snapshot to the 1.8.1 tarball. I've tested that
web builds and Midori (from meta-oe) works, although obviously more
testing is needed -- both users of the library and architectures.
I'm going away for a
HI ALL:
Sorry for crossing post, but I'm quite new here, so if I did
something wrong, please point me the right direction. thanks
I'm using oe-core, and notice that mipsel support(o32, little
endian mode) is missing (current available choose is: qemumips,
qemumips64, qemumips64el).
So, her
Signed-off-by: Khem Raj
---
meta/recipes-core/glib-2.0/glib-2.0_2.32.3.bb |2 +-
meta/recipes-core/glib-2.0/glib.inc |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.3.bb
b/meta/recipes-core/glib-2.0/glib-2.0_2.32.3.
uclibc has some functions in librt that are needed
by bison build.
Signed-off-by: Khem Raj
---
meta/recipes-devtools/bison/bison_2.5.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/bison/bison_2.5.bb
b/meta/recipes-devtools/bison/bison_2.5.bb
index c5113cd..fc3bb
This gets systemd building with uclibc
Signed-off-by: Khem Raj
---
meta/recipes-core/uclibc/uclibc-0.9.33.inc |1 +
.../uclibc/uclibc-0.9.33/posix_fallocate.patch | 408
2 files changed, 409 insertions(+)
create mode 100644 meta/recipes-core/uclibc/uclibc-0
uclibc and uclibc-initial were providing conflicting PROVIDES
separate the common bits into logical pieces. Create a common
inc file to hold package information and version specific includes
so correct logical units can be included in uclibc and uclibc-initial
recipes.
Signed-off-by: Khem Raj
---
This adds uclibc patches to build systemd there are
new functions that are used by systemd which are needed
Additionally when using gold linker to build userspace
based on uclibc there are spurious hidden symbol that
show up in librt.so and libc.so which should not exist
So we patch uclibc for th
USE_NLS is generally defined for uclibc based system builds
and generally its defined to 'no' there. However this variable
does not exist at all for eglibc/glibc distributions. This
patch adds a weak definition to 'yes' on eglibc based system
builds. This will ease out some of the cryptic contructs
kconfig-frontends provides the kconfig infrastructure
thats used for linux kernel as a standalone package. Its
not intended to be used for kernel itself but can be
used by packages who are based on kconfig e.g. busybox
uclibc or new packages who wants to use kconfig infra
for the package build
kco
This patch consolidates the feedback on kconfig-frontends
Adds additional patches needed for systemd to work with uclibc
Fixes uclibc and other userspace recipes to work with gold linker
The following changes since commit f4b5afe46ff018570c1949653eb6995428827f6f:
sanity.bbclass: Increase LAYER_
Hi,
This patch and comments are from Xiaofeng Yan .
I remove the function of update-alternative according to Richard's suggestion
and using
linking in the stage of do_install.
The following changes since commit 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d:
sanity.bbclass: Increase LAYER_CONF_VER
From: Xiaofeng Yan
The linking will fail when an original file "functions" exists.
So using the new linking replace the previous "functions".
[YOCTO #2133]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-extended/lsb/lsbinitscripts_9.03.bb | 11 ---
1 files changed, 4 insertions(+), 7
On Tuesday, 26 June 2012 at 22:02, Colin Walters wrote:
> Even better is to have the source code check for DESTDIR, and skip gconf
> bits itself; e.g.:
>
> http://git.gnome.org/browse/evolution/tree/shell/Makefile.am?h=gnome-2-28#n201
>
> This patch is still useful though for components which don
On Tue, 2012-06-26 at 11:10 +0100, Ross Burton wrote:
> +# Disable install-time schema registration as we're a packaging system so
> this
> +# happens in the postinst script, not at install time. Set both the
> configure
> +# script option and the traditional envionment variable just to make su
This was needed since it was after the sysroots and thus in some cases
the native sysroot chown was being found and used instead of the script
provided by native-intercept/chown. This was noticed by the non-gplv3
build since it's coreutils depends on coreutils-native.
Signed-off-by: Saul Wold
--
On Thu, Jun 21, 2012 at 03:34:57PM +0100, Richard Purdie wrote:
> When writing mirror specifications, the current regexp syntax can be awkward
> and hard to get it to do what you want. For example, extracting the 'basename'
> of a repository:
>
> PREMIRRORS = "git://.*/([^/]+/)*([^/]*)
> git://so
On 06/26/2012 09:27 AM, Koen Kooi wrote:
>
> Op 26 jun. 2012, om 17:58 heeft Darren Hart het volgende geschreven:
>
>>
>>
>> On 06/25/2012 10:19 PM, Khem Raj wrote:
>>> On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart wrote:
I'm working on a patch series to provide a kernel-headers package wh
Op 26 jun. 2012, om 17:58 heeft Darren Hart het volgende geschreven:
>
>
> On 06/25/2012 10:19 PM, Khem Raj wrote:
>> On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart wrote:
>>> I'm working on a patch series to provide a kernel-headers package which
>>> allows for the compilation of Linux kernel m
On 06/25/2012 10:53 PM, Khem Raj wrote:
> On Mon, Jun 25, 2012 at 10:19 PM, Khem Raj wrote:
>> On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart wrote:
>>> I'm working on a patch series to provide a kernel-headers package which
>>> allows for the compilation of Linux kernel modules on the target. I
On 06/25/2012 10:19 PM, Khem Raj wrote:
> On Mon, Jun 25, 2012 at 4:33 PM, Darren Hart wrote:
>> I'm working on a patch series to provide a kernel-headers package which
>> allows for the compilation of Linux kernel modules on the target. I
>> currently have something working, but it requires tha
On my system libxml-native got linked with host copy of liblzma and as a
result libxslt-native was not linkable:
| x86_64-linux-libtool: link: gcc
-isystem/home/hrw/HDD/devel/canonical/ci-linaro/oecore/build/tmp-eglibc/sysroots/x86_64-linux/usr/include
-O2 -pipe -Wall -Wl,-rpath-link -Wl,/home/h
On Tue, Jun 26, 2012 at 7:56 AM, Marcin Juszkiewicz
wrote:
> On my system libxml-native got linked with host copy of liblzma and as a
> result libxslt-native was not linkable:
>
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-core/libxml/libxml2.inc | 2 +-
> meta/recipes-core/
On my system libxml-native got linked with host copy of liblzma and as a
result libxslt-native was not linkable:
| x86_64-linux-libtool: link: gcc
-isystem/home/hrw/HDD/devel/canonical/ci-linaro/oecore/build/tmp-eglibc/sysroots/x86_64-linux/usr/include
-O2 -pipe -Wall -Wl,-rpath-link -Wl,/home/h
On 06/26/2012 04:05 AM, Valentin Popa wrote:
(-) renamed self-hosted-image to build-appliance-image
(-) replaced build-appliance-image description
(-) replaced qt4e-demo-image description
(-) changed self-hosted-image ref in manual/doc and maintainers.inc
Please change the subject line to be a
On 26/06/12 13:41, Jack Mitchell wrote:
On 25/06/12 09:32, Jack Mitchell wrote:
On 22/06/12 18:08, Scott Garman wrote:
On 06/22/2012 01:50 AM, Jack Mitchell wrote:
I have had issues building sgml-common the past few days with oe-core
master. Could anyone shed any light on the debug messages I
On 25/06/12 09:32, Jack Mitchell wrote:
On 22/06/12 18:08, Scott Garman wrote:
On 06/22/2012 01:50 AM, Jack Mitchell wrote:
I have had issues building sgml-common the past few days with oe-core
master. Could anyone shed any light on the debug messages I am
receiving
and what I could do to go
(-) renamed self-hosted-image to build-appliance-image
(-) replaced build-appliance-image description
(-) replaced qt4e-demo-image description
(-) changed self-hosted-image ref in manual/doc and maintainers.inc
Signed-off-by: Valentin Popa
---
documentation/poky-ref-manual/ref-images.xml |
Previously this was installing schemas in the sysroot, which is wrong for native
packages as nothing should touch the sysroot directly, and even more wrong for
non-native packages as the sysroot is irrelevant.
So, export the environment variable that stops the registration happening at
install tim
The autogen-native built error on FC17:
ccache: failed to create /dev/null/.ccache
This is because the default gcc command of FC17 is a symlink to ccache,
so the ccache will always be used regardless to the setting of CCACHE,
ccache uses $HOME/.ccache as the CACHE_DIR by default, but autogen set
The following changes since commit b876f42821383bf0069ee49b607ba06614417fba:
guile: fix compilation on MIPS/PPC (2012-06-21 14:42:25 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/autogen
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rober
From: Xiaofeng Yan
This function can miss packages whose license is in
"COPYLEFT_LICENSE_EXCLUDE" and tarball packages with license in
"COPYLEFT_LICENSE_INCLUDE".
[YOCTO #2473]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archiver.bbclass | 71 -
1 fi
Hi,
These patches are from Xiaofeng Yan
This function can miss and tarball packages according to license from recipes.
Regards,
Kai
The following changes since commit 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d:
sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change
(2012-06-25
From: Xiaofeng Yan
Add the option to filter packages according to license.
[YOCTO #2473]
Signed-off-by: Xiaofeng Yan
---
meta-yocto/conf/local.conf.sample.extended |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/conf/local.conf.sample.extended
b/meta-yoc
Arrgh,
Please ignore this, this was cached and resent due to a
malconfigured sendmail instance.
Br,
David
On 06/19/2012 01:48 PM, david.nyst...@enea.com wrote:
From: David Nyström
Last patch sent was corrupted due to sendmail issues,
lets hope for better luck this time :).
Allows for setcont
From: David Nyström
Last patch sent was corrupted due to sendmail issues,
lets hope for better luck this time :).
Allows for setcontext, getcontext swapcontext et.c. on ARM targets.
David Nyström (1):
Added backported ucontext support for ARM in eglibc
meta/recipes-core/eglibc/eglibc_2.13.b
36 matches
Mail list logo