On 5 January 2013 08:22, Saul Wold wrote:
>
> Saul Wold (3):
> glib-2.0: Update to 2.35.3
Is there some specific need for bleeding edge (unstable development snapshot)?
- ML
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded
Hi Otavio,
Thank you for you review and suggestions :)
And please see some details below.
On 01/02/2013 02:12 AM, Otavio Salvador wrote:
On Mon, Dec 31, 2012 at 12:16 AM, wrote:
From: Chen Qi
read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs'
is in IMAGE_FEATURES. It
Author of old code.google.com homepage lists polkit under heading
'former projects'. Newer versions are available from page at
freedesktop.org. Freedesktop.org homepage also points to SRC_URI
different from what we've been using. Latest version there is 0.109,
while latest version in old SRC_URI is
Updating polkit requires new dependency recipes to be created,
so it's a bit more involved process than I anticipated. Postponing
that for a while is not a reason to hold back already existing
first patch - updating SRC_URI - from the series.
- ML
___
Richard,
Finally another collected set of patches, my network access
was worse than I thought it would be the last few days.
I built these locally.
Thanks
Sau!
The following changes since commit b693f6d3d48b281fbbf71fd56996c85e23c3a9c9:
freetype: update to 2.4.11 which includes fixes
On 12/20/2012 06:05 PM, Burton, Ross wrote:
On 20 December 2012 08:10, Hongxu Jia wrote:
+# Add option -march to BUILD_CFLAGS in order to let the atomic operations
+# ("lock free") be available while using old version GCC on x86 host to
+# compile glib-2.0-native
+BUILD_CFLAGS += "-march=`echo
On 01/04/2013 04:33 PM, Otavio Salvador wrote:
On Fri, Jan 4, 2013 at 10:00 PM, Khem Raj wrote:
This is fallout of BZ #13950 fix to glibc
Signed-off-by: Khem Raj
Fix doesn't seem as an accurate name here; I'd prefer:
Workaround Tibetian locale generation error
as it better describes what
The following changes since commit 4a36a32567ecfbc7ce7b967803e6e23314953ef5:
libpng: fix packaging (2012-12-26 11:34:09 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/do_rootfs-order
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/do
The task of do_populate_lic use "bb.build.exec_func" to execute shell function
"sstate_create_package", and "bb.build.exec_func" use ${B} as default dir to cd
and execute the shell function. At this place, B = "${WORKDIR}/${BPN}-${PV}/",
and "${WORKDIR}/${BPN}-${PV}/" is removed by task do_rootfs.
On Fri, Jan 4, 2013 at 10:00 PM, Khem Raj wrote:
> This is fallout of BZ #13950 fix to glibc
>
> Signed-off-by: Khem Raj
Fix doesn't seem as an accurate name here; I'd prefer:
Workaround Tibetian locale generation error
as it better describes what it does; the patch file should be renamed
and
restore FILESPATH to previous setting because the new one doesn't allow the
normal use of FILESEXTRAPATHS_prepend in the case of append recipe.
In the current implementation, in fact, the FILESPATH is statically set into
the gcc-4.7.inc and so the base_set_filespath is not invoked to manage
extrapa
This is fallout of BZ #13950 fix to glibc
Signed-off-by: Khem Raj
---
.../eglibc/eglibc-2.17/fix-tibetian-locales.patch | 38
meta/recipes-core/eglibc/eglibc_2.17.bb|1 +
2 files changed, 39 insertions(+)
create mode 100644
meta/recipes-core/eglibc/eglib
From: Noor Ahsan
* cairo was giving redefinition error of struct _XLinearGradient,
struct _XCircle and struct _XRadialGradient.
* cario now depends on libxext. Adding that dependency resolved
above errors.
* Verified it on P2020RDB.
* Bump PR.
Signed-off-by: Noor Ahsan
Signed-off-by: Khem Raj
Drop patches that are applied upstream
Fix the license checksums for changes in LICENSES file
the new changes add more copyright notices that were missing earlier
Moving ports is no longer needed since ports is now part of libc proper
Refresh tzselect-sh.patch to accomodate upstream changes
C++
include unistd.h explicitly to get ssize_t defined
Signed-off-by: Khem Raj
---
.../ofono/ofono/missing-ssize_t.patch | 23
meta/recipes-connectivity/ofono/ofono_1.12.bb |3 ++-
2 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 meta/
I would like folks to try and test this upgrade. I have tested it on
angstrom/systemd-image
booted on all supported qemu images.
This is however now the final set since I have to put the 2.17 tars on
downloads location
Please try it out in your configurations and let me know if you find issues.
On 01/04/2013 03:11 PM, Marko Lindqvist wrote:
On 5 January 2013 00:42, Marko Lindqvist wrote:
On 5 January 2013 00:21, Saul Wold wrote:
On 01/03/2013 12:36 PM, Marko Lindqvist wrote:
In practice there is three categories of changes in automake-1.13
that cause packages to break. From that f
On 5 January 2013 00:42, Marko Lindqvist wrote:
> On 5 January 2013 00:21, Saul Wold wrote:
>> On 01/03/2013 12:36 PM, Marko Lindqvist wrote:
>>>
>>> In practice there is three categories of changes in automake-1.13
>>> that cause packages to break. From that follows that virtually all
>>> proble
On 5 January 2013 00:21, Saul Wold wrote:
> On 01/03/2013 12:36 PM, Marko Lindqvist wrote:
>>
>> In practice there is three categories of changes in automake-1.13
>> that cause packages to break. From that follows that virtually all
>> problems fall to three categories, and all packages suffering
On 01/03/2013 12:36 PM, Marko Lindqvist wrote:
In practice there is three categories of changes in automake-1.13
that cause packages to break. From that follows that virtually all
problems fall to three categories, and all packages suffering from
problem of the same category get virtually identic
On 4 January 2013 21:05, Saul Wold wrote:
> On 01/03/2013 06:17 PM, Marko Lindqvist wrote:
>>
>> On 4 January 2013 00:11, Saul Wold wrote:
>>>
>>> Just found a problem with this in my testing:
>>>
| configure:3983: error: No such directory
/home/sgw/yocto/builds/world/tmp/sysr
On 01/03/2013 06:17 PM, Marko Lindqvist wrote:
On 4 January 2013 00:11, Saul Wold wrote:
On 12/27/2012 06:44 PM, Marko Lindqvist wrote:
This seems to fix HarfBuzz compile problems.
Just found a problem with this in my testing:
| configure:3983: error: No such directory
/home/sgw/yocto/bui
On 01/03/2013 12:36 PM, Marko Lindqvist wrote:
Add obsolete-automake-macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Signed-off-by: Marko Lindqvist
---
.../file/file/obsolete_automake_macros.patch| 15 +++
meta
On 01/03/2013 12:36 PM, Marko Lindqvist wrote:
In practice there is three categories of changes in automake-1.13
that cause packages to break. From that follows that virtually all
problems fall to three categories, and all packages suffering from
problem of the same category get virtually identic
On 12/24/2012 01:57 AM, Alex DAMIAN wrote:
From: Alexandru DAMIAN
This patch adds the Weston reference compositing
manager from Wayland.
We add version 1.0.3 which is the latest stable release
in Dec 2012. See the upstream at:
http://wayland.freedesktop.org/releases.html
Signed-off-by: Alexa
On 13 December 2012 00:48, Marko Lindqvist wrote:
> On 12 December 2012 06:21, Saul Wold wrote:
>>>
>>> | mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32
>>> --sysroot=/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-mips/build/build/tmp/sysroots/qemumips
>>> -std=gnu99
On 01/04/2013 11:59 AM, Marko Lindqvist wrote:
> On 4 January 2013 18:45, Philip Balister wrote:
>>
>> I am on the process of updating the fftw recipes to the most recent
>> version. Along the way I noticed it looks like the checksum test is
>> being ignored. The only way I can get it to fail is t
On 4 January 2013 18:45, Philip Balister wrote:
>
> I am on the process of updating the fftw recipes to the most recent
> version. Along the way I noticed it looks like the checksum test is
> being ignored. The only way I can get it to fail is to remove all the
> checksum entries from the bb files
The specific case I am looking at is fftw in meta-oe, ,but I believe
this is a general problem.
The fftw recipe has a .inc file that includes the SRC_URI to a tarball
and bb files that build packages with slightly different compile
options. The tarball checksums are in the version specific bb file
On 1/4/13 9:36 AM, Philip Balister wrote:
On 01/03/2013 02:21 PM, Mark Hatle wrote:
On 1/3/13 12:42 PM, Philip Balister wrote:
So, recent versions of fftw have NEON support for the single precision
build. In the poast, I just passed --enable-neon to configure or the
armv7a case. Now, this is no
Hi Richard,
On Fri, Jan 04, 2013 at 02:27:42PM +, Richard Purdie wrote:
> On Fri, 2013-01-04 at 12:30 +0100, Maxin B. John wrote:
> > From: "Maxin B. John"
> >
> > Latencytop needs superuser privileges. The latencytop plugin in
> > eclipse invokes it as 'sudo latencytop'. So, it will be good
On 01/04/2013 05:45 PM, Radu Moisan wrote:
On 01/03/2013 07:23 PM, Saul Wold wrote:
On 01/03/2013 12:16 AM, Radu Moisan wrote:
On 12/25/2012 03:13 AM, Saul Wold wrote:
Please be sure to build this with the INCOMPATIBLE_LICENSE = "GPLv3"
settig, I saw the following issues on the Autobuilder
On 01/03/2013 07:23 PM, Saul Wold wrote:
On 01/03/2013 12:16 AM, Radu Moisan wrote:
On 12/25/2012 03:13 AM, Saul Wold wrote:
On 12/20/2012 09:11 AM, Radu Moisan wrote:
I've rebased my branch, again :), with some cleanups here and there
I also pushed a few patches suggested by Martin.
Feel fr
On 01/03/2013 02:21 PM, Mark Hatle wrote:
> On 1/3/13 12:42 PM, Philip Balister wrote:
>> So, recent versions of fftw have NEON support for the single precision
>> build. In the poast, I just passed --enable-neon to configure or the
>> armv7a case. Now, this is not entirely correct, since some armv
Signed-off-by: Bogdan Marinescu
---
meta/recipes-kernel/oprofile/oprofile.inc |3 +-
.../oprofile/oprofile/fix-bfd-include.patch| 66
.../recipes-kernel/oprofile/oprofile/opstart.patch | 29 -
meta/recipes-kernel/oprofile/oprofile_0.9.7.bb
On 4 January 2013 11:04, Burton, Ross wrote:
> On 24 December 2012 09:57, Alex DAMIAN wrote:
>> +PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm
>> libgbm libglapi udev wayland-egl libpam"
>
> "libgbm libglapi wayland-egl" aren't valid source recipes, just use
> "mesa
On Fri, 2013-01-04 at 12:30 +0100, Maxin B. John wrote:
> From: "Maxin B. John"
>
> Latencytop needs superuser privileges. The latencytop plugin in
> eclipse invokes it as 'sudo latencytop'. So, it will be good to
> include sudo as a runtime dependency.
>
> Signed-off-by: Maxin B. John
> ---
>
From: "Maxin B. John"
Latencytop needs superuser privileges. The latencytop plugin in
eclipse invokes it as 'sudo latencytop'. So, it will be good to
include sudo as a runtime dependency.
Signed-off-by: Maxin B. John
---
meta/recipes-kernel/latencytop/latencytop_0.5.bb |3 +++
1 files chan
On 24 December 2012 09:57, Alex DAMIAN wrote:
> +PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm
> libgbm libglapi udev wayland-egl libpam"
"libgbm libglapi wayland-egl" aren't valid source recipes, just use "mesa-dri".
Ross
__
On 24 December 2012 09:57, Alex DAMIAN wrote:
> From: Alexandru DAMIAN
>
> This patch enables mesa-git to build wayland-compatible
> packages for usage with weston.
>
> It adds wayland platform support, packs the wayland-egl
> files.
>
> Signed-off-by: Alexandru DAMIAN
Signed-off-by: Ross Burto
On 24 December 2012 09:57, Alex DAMIAN wrote:
> +do_install_append() {
> + sed -i -e
> '4,10s,prefix=.*$,prefix=${D}/${prefix},;4,10s,exec_prefix=,exec_prefix=${D}/${exec_prefix},'
> \
> +${D}/${datadir}/aclocal/wayland-scanner.m4
> +}
You can suffix this with _class-native to show/ensure
Hi Paul and all,
coming back to this discussion
It seems that setting FILESPATH in the gcc .inc file doesn't allow system
to recognize the FILESEXTRAPATHS_prepend setting in the append file.
I'm wondering if you can test this scenario, maybe creating a gcc append
recipe to add a dummy file in
42 matches
Mail list logo