From: Paul Eggleton
Our current assumption (based on the behaviour of opkg) when writing
recipes is that prerm and postrm do not get called during an upgrade.
When using rpm however, these are mapped to the rpm "preun" and "postun"
events which occur after postinst for upgrades, and when these co
From: Richard Purdie
Signed-off-by: Richard Purdie
---
.../qemu/qemu-0.14.0/qemu-git-qemugl-host.patch|2 +-
.../qemu/qemu-0.15.0/qemu-git-qemugl-host.patch|2 +-
.../qemu/qemu-git/qemu-git-qemugl-host.patch |2 +-
meta/recipes-devtools/qemu/qemu_0.14.0.bb |
From: Richard Purdie
Signed-off-by: Richard Purdie
---
scripts/qemuimage-testlib | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 6a1b900..d0d1b74 100644
--- a/scripts/qemuimage-testlib
+++ b/scrip
From: Scott Garman
USERADDPN is no longer used; remove it.
Signed-off-by: Scott Garman
---
meta/recipes-connectivity/avahi/avahi.inc |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-connectivity/avahi/avahi.inc
b/meta/recipes-connectivity/avahi/avahi.inc
i
From: Richard Purdie
Without this rootfs generation fails as an RDEPENDS is added
but the package might not have bneen built.
Signed-off-by: Richard Purdie
---
meta/classes/useradd.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/useradd.bbclass b/
From: Richard Purdie
Signed-off-by: Richard Purdie
---
meta/classes/image-prelink.bbclass |2 +-
meta/classes/kernel.bbclass|2 +-
meta/classes/package_rpm.bbclass | 18 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/meta/classes/image-pr
From: Richard Purdie
We've had the check for dash as /bin/sh for a long time. Dash has been
around long enough now that most major issues have been identified and
fixed from build perspective.
This patch fixes a bashism in the openjade-native recipe. It also
adjusts libtool so that the header a
From: Scott Garman
Clarify that only packages listed in USERADD_PACKAGES will
include the user/group creation code.
Signed-off-by: Scott Garman
---
.../recipes-skeleton/useradd/useradd-example.bb|9 -
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/meta-skeleton/
From: Richard Purdie
This yields a small performance boost due to the lack of the
preload overhead on each task execution.
Signed-off-by: Richard Purdie
---
meta/conf/bitbake.conf |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbak
From: Joshua Lock
The D-Bus backend has been integrated into upstream GConf so we can
switch to upstream and drop gconf-dbus.
I've gone for a release in the 3.2 series as we disable Gtk+, and
therefore are not impacted by the gtk+3 changes, and the D-Bus backend
was unstable before this release.
From: Scott Garman
Exclude the addition of user/group code and RDEPENDS changes for
-nativesdk packages.
Signed-off-by: Scott Garman
---
meta/classes/useradd.bbclass |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/classes/useradd.bbclass b/meta/classes/use
From: Joshua Lock
This patch pulls in the gnome related classes from oe-core which
adds extra packaging rules and functionality whilst modularising things
so that one can get a subset of gnome functionality without adding a lot
of extra dependencies.
These aren't an exact copy of the classes fro
From: Scott Garman
Previously we injected the user/group preinstall script into all
output packages. This fixes that so that only packages listed in
USERADD_PACKAGES get modified.
It also removes the USERADDPN variable, which is no longer needed.
Signed-off-by: Scott Garman
---
meta/classes/u
From: Bruce Ashfield
Updating the meta branch SRCREV to pickup a series of BSP
cleanups and add -rt support to the romely.
ae3e64c meta/romley: Add rt support Add rt support to the meta branch for
romley.
6c78969 meta/fishriver: enable hpet
bc4452a meta/jasperforest: use power/intel featu
From: Paul Menzel
`startx` run on a system based on the demo systemd image [1] and
`opkg`-installed packages fails with the following error.
/usr/bin/startx: line 139:
/OE/tentacle/build/tmp-angstrom_2010_x/sysroots/x68_64-linux/usr/bin/mcookie:
No such file or directory
Applying com
From: Joshua Lock
The freedesktop.org.xml is required when updating the mime database but
otherwise not much use. Therefore package it separately, rather than
removing it completely, so that it can be used as required for on-device
updates without adding almost 2MB to every image which hase share
From: Martin Jansa
Signed-off-by: Martin Jansa
---
meta/recipes-sato/tasks/task-core-x11.bb | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb
b/meta/recipes-sato/tasks/task-core-x11.bb
index 26d550a..106bc0f 100644
--- a/
Do not mount /dev/md by default via udev, this resolved a problem
with the sanity test failing due to seeing the error while attempting
to mount /dev/md0
Signed-off-by: Saul Wold
---
meta/recipes-core/udev/files/mount.blacklist |1 +
meta/recipes-core/udev/udev-extraconf_0.0.bb |2 +-
2
From: Paul Eggleton
In the busybox package prerm we set up some temporary links and modify
PATH so that certain utilities are provided for the purpose of running
update-alternatives; if grep is not among these then you get errors when
removing busybox, so add a temporary link for grep as well.
S
From: Martin Jansa
* replaces console-tools used in keymaps
Signed-off-by: Martin Jansa
---
meta/recipes-core/kbd/kbd_1.15.2.bb | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/kbd/kbd_1.15.2.bb
diff --git a/meta/recipes-core/
From: Martin Jansa
Signed-off-by: Martin Jansa
---
meta/recipes-bsp/keymaps/keymaps_1.0.bb |6 +-
meta/recipes-core/tasks/task-core-boot.bb |6 --
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
b/meta/recipes-bsp/keymaps
From: Martin Jansa
* nowadays kbd seems more active
Signed-off-by: Martin Jansa
---
meta/recipes-bsp/keymaps/keymaps_1.0.bb |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 4fe7
From: Martin Jansa
Signed-off-by: Martin Jansa
---
meta/recipes-core/kbd/kbd_1.15.2.bb |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb
b/meta/recipes-core/kbd/kbd_1.15.2.bb
index 36e68a0..2e0406b 100644
--- a/meta/recipes-core/kb
From: Darren Hart
The ENABLE_WIDEC variable can be used to disable ncurses wide character support
when your C library doesn't support it. Currently, the do_configure step
configures for both narrow and wide characters regardless and only checks
ENABLE_WIDEC during compilation. This leads to QA fa
Checked the following Upstreams:
apt
libaio
sysstat
unzip
zip
linexif
boost
libcheck
ncurses
sysfsutils
util-linux - Offline
lsb
eds-tools
libmad
lame
glew
squashfs-tools
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc | 94
1 files changed,
Updated lame.h checksum due to change of LGPL Lessor -> Library
Signed-off-by: Saul Wold
---
.../lame/{lame-3.98.4 => lame}/no-gtk1.patch |0
.../lame/{lame_3.98.4.bb => lame_3.99.1.bb}|6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-multimed
From: Tom Zanussi
Commit 23d2eaf9 ('skip setup.py 'import check' when cross-compiling')
neglected bumping the PR, this adds it.
Signed-off-by: Tom Zanussi
---
meta/recipes-devtools/python/python_2.7.2.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-dev
COPYING.LIB has white space formating changing
README has Copyright update to year range
Signed-off-by: Saul Wold
---
.../gnutls/{libtasn1_2.9.bb => libtasn1_2.10.bb} |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
rename meta/recipes-support/gnutls/{libtasn1_2.9.bb => libta
From: Paul Menzel
This is a fix up for
commit fb19df5b21e551c5dfdfa340438952560c5fa528
Author: Xiaofeng Yan
Date: Mon Nov 7 20:03:53 2011 +0800
libarchive: update to 2.8.5
Remove patch "0003-Patch-from-upstream-rev-2516.patch" because it
has
Richard,
This set of changes is currently being built on the Autobuilder
along with some change I dropped for this request. Based on the
initial builds, I believe that most of these changes are correct
and buildable.
I an attempt to clear the decks and move things forward I am suggesting
we take
From: Xiaofeng Yan
[YOCTO #1674]
local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for
DEFAULT_FEATURES
Remove "x11" from DEFAULT_FEATURES and add "directfb" to it because someone
could don't need x11 in their project, perhaps
gtk over directfb will meet his reqirement
From: Matthew McClintock
Just define additional serial consoles like so:
SERIAL_CONSOLES="115200;ttyS0 115200;ttyS1 ... 115200;ttySN"
Also be sure to remove SERIAL_CONSOLE (lacking the S) from your
machine as they can conflict.
Signed-off-by: Matthew McClintock
---
.../sysvinit/sysvinit-init
From: Martin Jansa
* COPYING is replaced by symlink to Copyright during do_configure
(see configure.in), then we end with link to nonexistent file
* same issue as libxslt had http://patchwork.openembedded.org/patch/14195/
Signed-off-by: Martin Jansa
---
meta/recipes-core/libxml/libxml2.inc
Since the two are API/ABI compatible and this may make things easier for
external layers using clutter.
Signed-off-by: Joshua Lock
---
meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/clutter/clutt
Signed-off-by: Joshua Lock
---
meta/conf/multilib.conf |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 53c0bbb..6cbac8c 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -41,9 +41,8 @@ BBCLASSEX
Clutter 1.8 is API and ABI compatible with Clutter 1.6 according to the
release notes so there's no need to keep these recipes around.
www.clutter-project.org/blogs/archive/2011-09/clutter-1.8.0-stable-release
Signed-off-by: Joshua Lock
---
.../recipes-graphics/clutter/clutter-1.6_1.6.18.bb |
Signed-off-by: Joshua Lock
---
.../conf/distro/include/distro_tracking_fields.inc | 36
1 files changed, 22 insertions(+), 14 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index c4d33a7.
Add clutter-1.8 recipes
Signed-off-by: Joshua Lock
---
meta/conf/multilib.conf |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 5e4b435..53c0bbb 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@
Signed-off-by: Joshua Lock
---
meta/recipes-graphics/tasks/task-core-clutter.bb |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-graphics/tasks/task-core-clutter.bb
b/meta/recipes-graphics/tasks/task-core-clutter.bb
index 970970c..4044131 100644
--- a
This series tidies up the Clutter recipes by dropping the -1.6 recipes, as
Clutter 1.8 is API/ABI compatible with 1.6.
I added a PROVIDES += "clutter-1.6" to the clutter-1.8 recipe to ease the
pain for layers using Clutter but I'm not wed to the idea - RFC?
Further the clutter-box2d recipe doesn'
It's API and ABI compatible with 1.6 so just update the DEPENDS entry.
Signed-off-by: Joshua Lock
---
meta/recipes-graphics/mutter/mutter.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/mutter/mutter.inc
b/meta/recipes-graphics/mutter/mutter.i
Zanussi, Tom wrote on 2011-11-10:
> On Wed, 2011-11-09 at 16:57 -0800, Cui, Dexuan wrote:
>> Zanussi, Tom wrote on 2011-11-09:
>>> On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote:
How I wish I could notice the patch this morning so I could save 1 day!
>>>
>>> ??? Can you please exp
On Wed, 2011-11-09 at 16:57 -0800, Cui, Dexuan wrote:
> Zanussi, Tom wrote on 2011-11-09:
> > On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote:
> >> How I wish I could notice the patch this morning so I could save 1 day!
> >>
> >
> > ??? Can you please explain what you mean?
> I meant I spent
Zanussi, Tom wrote on 2011-11-09:
> On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote:
>> How I wish I could notice the patch this morning so I could save 1 day!
>>
>
> ??? Can you please explain what you mean?
I meant I spent 1 day on debugging the same issue and got the cause but wasn't
sur
On Wed, 2011-11-09 at 11:52 +, Richard Purdie wrote:
> I'm tempted to run the following over the metata to convert the
> bb.data.*Var(...,d) and similar expressions to the form d.*Var(...).
>
> Why? We get a lot of people doing copy, paste and edit of the code and
> this way, we'll increase th
On Wed, 2011-11-09 at 08:24 -0700, Chris Larson wrote:
> On Wed, Nov 9, 2011 at 7:59 AM, Darren Hart wrote:
> > Hi Richard,
> >
> > On 11/09/2011 03:52 AM, Richard Purdie wrote:
> >> I'm tempted to run the following over the metata to convert the
> >> bb.data.*Var(...,d) and similar expressions to
Without this rootfs generation fails as an RDEPENDS is added
but the package might not have bneen built.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass
index 8cd7f4f..7faf1a7 100644
--- a/meta/classes/useradd.bbclass
+++ b/meta/classes/u
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/qemu-git-qemugl-host.patch
b/meta/recipes-devtools/qemu/qemu-0.14.0/qemu-git-qemugl-host.patch
index bbc9c9e..4fb972a 100644
--- a/meta/recipes-devtools/qemu/qemu-0.14.0/qemu-git-qemugl-host.patch
+++ b/meta/rec
With shadow-utils enabled, a default user and group add policy is installed in
/etc/default/adduser. This policy specifies that group "1000" is used when
adding new users, unless you specify a group.
Well, we don't have a user 1000 by default, which results in the warning:
useradd: group '1000'
On Wednesday, November 09, 2011 11:15:30 PM Andreas Müller wrote:
> Hi,
>
> Imagine a recipe is included into an image by a task and later gets
> systemd- native support.
> How about forcing the packages in SYSTEMD_PACKAGES packed into images in
> case
>
> IMAGE_INIT_MANAGER = "systemd"
>
> is
Hi,
Imagine a recipe is included into an image by a task and later gets systemd-
native support.
How about forcing the packages in SYSTEMD_PACKAGES packed into images in case
IMAGE_INIT_MANAGER = "systemd"
is found in the image definition?
Andreas
___
On Wednesday, November 09, 2011 09:39:16 PM Martin Jansa wrote:
> On Wed, Nov 09, 2011 at 09:38:57PM +0100, Andreas Müller wrote:
> > On Saturday, October 29, 2011 12:33:46 AM Andreas Müller wrote:
> > > On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote:
> > > > On Thu, 2011-10-27 at 22:
On Wed, Nov 09, 2011 at 09:38:57PM +0100, Andreas Müller wrote:
> On Saturday, October 29, 2011 12:33:46 AM Andreas Müller wrote:
> > On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote:
> > > On Thu, 2011-10-27 at 22:30 +0200, Andreas Müller wrote:
> > > > Since the last updates of all la
On Saturday, October 29, 2011 12:33:46 AM Andreas Müller wrote:
> On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote:
> > On Thu, 2011-10-27 at 22:30 +0200, Andreas Müller wrote:
> > > Since the last updates of all layers (angstrom based) I have issues
> > > with
> > >
> > > * networkman
On 09/11/11 03:18, Koen Kooi wrote:
>
> Op 9 nov. 2011, om 11:35 heeft Richard Purdie het volgende geschreven:
>
>> On Wed, 2011-11-09 at 11:27 +0100, Koen Kooi wrote:
>>> Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven:
>>>
On Wed, 2011-11-09 at 10:27 +0100, Koen Koo
Am Mittwoch, den 09.11.2011, 12:05 + schrieb Paul Eggleton:
> In the busybox package prerm we set up some temporary links and modify
> PATH so that certain utilities are provided for the purpose of running
> update-alternatives; if grep is not among these then you get errors when
> removing bus
On 09/11/11 01:27, Koen Kooi wrote:
>
> Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven:
>
>> This patch pulls in the gnome related classes from oe-core which
>> adds extra packaging rules and functionality whilst modularising things
>> so that one can get a subset of gnome fun
On 11/9/11 6:05 AM, Paul Eggleton wrote:
> Our current assumption (based on the behaviour of opkg) when writing
> recipes is that prerm and postrm do not get called during an upgrade.
> When using rpm however, these are mapped to the rpm "preun" and "postun"
> events which occur after postinst for
On Wed, Nov 9, 2011 at 4:13 AM, Koen Kooi wrote:
>
> Op 8 nov. 2011, om 16:57 heeft Flanagan, Elizabeth het volgende geschreven:
>
>> On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering
>> wrote:
>>> On 11/08/2011 03:12 PM, Richard Purdie wrote:
On Tue, 2011-11-08 at 11:15 +0100, Wolfram Sterin
On Wed, Nov 9, 2011 at 4:00 AM, Wolfram Stering wrote:
> On 11/08/2011 04:57 PM, Flanagan, Elizabeth wrote:
>> On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering
>> wrote:
>>> On 11/08/2011 03:12 PM, Richard Purdie wrote:
On Tue, 2011-11-08 at 11:15 +0100, Wolfram Stering wrote:
> On 11/02
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
index 2f49f16..b1b2137 100644
--- a/meta/recipes
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 10 +++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
index 17a3103..2f49f16 100644
--- a/meta/r
* virtual/libsdl is used in sdl.bbclass but nothing was providing it
* rpath disabled because otherwise libtool and ld try to link against
${libdir}/libdl.so.2 on the host
(see OE-classic commit af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01)
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/l
Signed-off-by: Martin Jansa
---
.../{files => libsdl-1.2.14}/configure_tweak.patch |0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-graphics/libsdl/{files =>
libsdl-1.2.14}/configure_tweak.patch (100%)
diff --git a/meta/recipes-graphics/libsdl/files/configure_tweak.
Signed-off-by: Martin Jansa
---
.../libsdl/files/directfb_obsolete_calls.patch | 35
.../recipes-graphics/libsdl/files/extra-keys.patch | 55
2 files changed, 0 insertions(+), 90 deletions(-)
delete mode 100644
meta/recipes-graphics/libsdl/files/directf
Signed-off-by: Martin Jansa
---
meta/recipes-sato/tasks/task-core-x11.bb | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb
b/meta/recipes-sato/tasks/task-core-x11.bb
index 26d550a..106bc0f 100644
--- a/meta/recipes-sato/tas
* nowadays kbd seems more active
Signed-off-by: Martin Jansa
---
meta/recipes-bsp/keymaps/keymaps_1.0.bb |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 4fe7987..1876db8 100644
-
Signed-off-by: Martin Jansa
---
meta/recipes-bsp/keymaps/keymaps_1.0.bb |6 +-
meta/recipes-core/tasks/task-core-boot.bb |6 --
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index
Signed-off-by: Martin Jansa
---
meta/recipes-core/kbd/kbd_1.15.2.bb |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb
b/meta/recipes-core/kbd/kbd_1.15.2.bb
index 36e68a0..2e0406b 100644
--- a/meta/recipes-core/kbd/kbd_1.15.2.bb
+++ b
* replaces console-tools used in keymaps
Signed-off-by: Martin Jansa
---
meta/recipes-core/kbd/kbd_1.15.2.bb | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/kbd/kbd_1.15.2.bb
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb
b/
v2: 3 more libsdl patches based on sgw review to cleanup libsdl dir and use
PACKAGECONFIG
The following changes since commit 25fae81538a92e15eab3fc169ebce44505f67839:
python: skip setup.py 'import check' when cross-compiling (2011-11-08
21:44:23 +)
are available in the git repository at:
On 11/09/2011 05:04 AM, Sergey 'Jin' Bostandzhyan wrote:
Hi,
I was trying to buld a simple native-only recipe and ran into a strange
problem that can be triggered using theattached test recipe.
The actual problem is that do_populate_sysroot fails, although I do not
do anything in regard to that
Updating the meta branch SRCREV to pickup a series of BSP
cleanups and add -rt support to the romely.
ae3e64c meta/romley: Add rt support Add rt support to the meta branch for
romley.
6c78969 meta/fishriver: enable hpet
bc4452a meta/jasperforest: use power/intel feature
6e9634e meta/fri2:
The patch itself has all the details for this one. Just a minor update
to the meta branch of the 3.0 kernel to pickup the latest BSP config
updates from Tom and add -rt support from Kishore. These are also
present in the -dev kernel tree.
Cheers,
Bruce
cc: Tom Zanussi
cc: Kishore Bodke
The fo
Sorry for the spam, me again :P
It seems that the trick is to use:
${D}/${includedir}
in do_install(), then the error disappears.
So as far as my issue is concerned, the problem is resolved now.
Kind regards,
Jin
On Wed, Nov 09, 2011 at 04:38:41PM +0100, Sergey 'Jin' Bostandzhyan wrote:
> On
On Tue, Nov 08, 2011 at 11:15:56AM -0800, Saul Wold wrote:
> On 11/07/2011 06:19 AM, Martin Jansa wrote:
> > * virtual/libsdl is used in sdl.bbclass but nothing was providing it
> > * rpath disabled because otherwise libtool and ld try to link against
> >${libdir}/libdl.so.2 on the host
> >
One small addition:
I tried removing "inherit native" from my test-recipe and added:
BBCLASSEXTEND = "native"
bitbake native-test did build without problems.
However, bitbake native-test-native aborted with exactly the same issue, as I
described in my previous mail.
I hope this detail helps in
On Wed, Nov 9, 2011 at 7:59 AM, Darren Hart wrote:
> Hi Richard,
>
> On 11/09/2011 03:52 AM, Richard Purdie wrote:
>> I'm tempted to run the following over the metata to convert the
>> bb.data.*Var(...,d) and similar expressions to the form d.*Var(...).
>
> Oh yes please!
>
>>
>> Why? We get a lot
On Tue, 2011-11-08 at 16:53 -0800, Joshua Lock wrote:
> The D-Bus backend has been integrated into upstream GConf so we can
> switch to upstream and drop gconf-dbus.
>
> I've gone for a release in the 3.2 series as we disable Gtk+, and
> therefore are not impacted by the gtk+3 changes, and the D-B
From: Tom Zanussi
Simple one-liner adding the missing PR bump for my previous python commit.
Thanks to Koen Kooi for pointing it out...
The following changes since commit 23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0:
Tom Zanussi (1):
python: skip setup.py 'import check' when cross-compili
From: Tom Zanussi
Commit 23d2eaf9 ('skip setup.py 'import check' when cross-compiling')
neglected bumping the PR, this adds it.
Signed-off-by: Tom Zanussi
---
meta/recipes-devtools/python/python_2.7.2.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-dev
Hi Richard,
On 11/09/2011 03:52 AM, Richard Purdie wrote:
> I'm tempted to run the following over the metata to convert the
> bb.data.*Var(...,d) and similar expressions to the form d.*Var(...).
Oh yes please!
>
> Why? We get a lot of people doing copy, paste and edit of the code and
> this way
On Wed, Nov 09, 2011 at 02:13:06PM +, Richard Purdie wrote:
> On Wed, 2011-11-09 at 13:45 +0100, Martin Jansa wrote:
> > On Wed, Nov 09, 2011 at 12:06:23PM +, Richard Purdie wrote:
> > > On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote:
> > > > I have talked with kergoth on IRC yesterd
On 11/09/2011 12:33 AM, Saul Wold wrote:
> On 11/08/2011 11:08 AM, Darren Hart wrote:
>> The ENABLE_WIDEC variable can be used to disable ncurses wide character
>> support
>> when your C library doesn't support it. Currently, the do_configure step
>> configures for both narrow and wide characters
On Wed, 2011-11-09 at 13:45 +0100, Martin Jansa wrote:
> On Wed, Nov 09, 2011 at 12:06:23PM +, Richard Purdie wrote:
> > On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote:
> > > I have talked with kergoth on IRC yesterday and he had very nice remark:
> > >
> > > 16:40:50 < kergoth_> JaMa:
On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote:
> How I wish I could notice the patch this morning so I could save 1 day!
>
??? Can you please explain what you mean?
> Anyway, thanks TomZ for the patch! :-)
>
You're welcome, I guess!
Tom
> Thanks,
> -- Dexuan
>
>
> > -Original M
Hi,
I was trying to buld a simple native-only recipe and ran into a strange
problem that can be triggered using theattached test recipe.
The actual problem is that do_populate_sysroot fails, although I do not
do anything in regard to that in my recipe, I only have a custom do_install.
I do not s
On Wed, Nov 09, 2011 at 12:06:23PM +, Richard Purdie wrote:
> On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote:
> > I have talked with kergoth on IRC yesterday and he had very nice remark:
> >
> > 16:40:50 < kergoth_> JaMa: heh, the biggest weakness of the sstate
> > signature bits, in my
Op 8 nov. 2011, om 16:57 heeft Flanagan, Elizabeth het volgende geschreven:
> On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering
> wrote:
>> On 11/08/2011 03:12 PM, Richard Purdie wrote:
>>> On Tue, 2011-11-08 at 11:15 +0100, Wolfram Stering wrote:
On 11/02/2011 07:41 AM, Beth Flanagan wrote:
On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote:
> I have talked with kergoth on IRC yesterday and he had very nice remark:
>
> 16:40:50 < kergoth_> JaMa: heh, the biggest weakness of the sstate
> signature bits, in my opinion, is that it only tracks inputs, not
> outputs. If task A depends
In the busybox package prerm we set up some temporary links and modify
PATH so that certain utilities are provided for the purpose of running
update-alternatives; if grep is not among these then you get errors when
removing busybox, so add a temporary link for grep as well.
Signed-off-by: Paul Egg
This is the fix for the problem Anders reported on the Yocto mailing
list (now filed as Yocto bug #1760). I've checked through usage of
postrm/prerm in oe-core and meta-oe and it looks OK to me, but it
would help for others to double-check it.
I considered whether or not it would be worth bumping
Our current assumption (based on the behaviour of opkg) when writing
recipes is that prerm and postrm do not get called during an upgrade.
When using rpm however, these are mapped to the rpm "preun" and "postun"
events which occur after postinst for upgrades, and when these contain
removal type ope
On 11/08/2011 04:57 PM, Flanagan, Elizabeth wrote:
> On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering
> wrote:
>> On 11/08/2011 03:12 PM, Richard Purdie wrote:
>>> On Tue, 2011-11-08 at 11:15 +0100, Wolfram Stering wrote:
On 11/02/2011 07:41 AM, Beth Flanagan wrote:
> From: Elizabeth Flan
I'm tempted to run the following over the metata to convert the
bb.data.*Var(...,d) and similar expressions to the form d.*Var(...).
Why? We get a lot of people doing copy, paste and edit of the code and
this way, we'll increase the chances of them finding better examples.
I'm still looking at th
On Wed, Nov 09, 2011 at 10:32:18AM +, Richard Purdie wrote:
> On Tue, 2011-11-08 at 15:37 +0100, Martin Jansa wrote:
> > Today I've started build from scratch and dediced to give basichash a try
> > (as it is supposed to become default IIRC):
> >
> > So after cleaning tmpdir, sstate cache, ps
Saul,
> Even with this patch, I am still seeing Host Contamination issue with
> all the QtMobility recipes.
>
I performed git pull and then rebuilt all packages. Both qt-mobility
recipes built successfully. Do you mean that your build is still failed,
or the build is not failed but there are so
Op 9 nov. 2011, om 11:35 heeft Richard Purdie het volgende geschreven:
> On Wed, 2011-11-09 at 11:27 +0100, Koen Kooi wrote:
>> Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven:
>>
>>> On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote:
Op 9 nov. 2011, om 01:53 heeft Jo
On Wed, 2011-11-09 at 11:27 +0100, Koen Kooi wrote:
> Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven:
>
> > On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote:
> >> Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven:
> >>
> >>> This patch pulls in the gnome
How I wish I could notice the patch this morning so I could save 1 day!
Anyway, thanks TomZ for the patch! :-)
Thanks,
-- Dexuan
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf
> Of Saul
1 - 100 of 118 matches
Mail list logo