For start-stop-daemon, --make-pidfile is used when starting a
program that does not create its own pid file.
atd would create its own /var/run/atd.pid, so remove this option.
Signed-off-by: Xin Ouyang
---
meta/recipes-extended/at/at_3.1.13.bb |2 +-
meta/recipes-extended/at/files/S99at |
On 09/20/2012 07:12 PM, Andreas Müller wrote:
> On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller
> wrote:
>> On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu
>> wrote:
>>>
>>>
>>> On 09/19/2012 04:41 PM, Andreas Müller wrote:
On Wed, Sep 19, 2012 at 1:49 PM, Laurentiu Palcu
wrote:
>>>
From: Zhenhua Luo
the kernel boot process hangs when /proc/consoles doesn't exists, check
the existence of /proc/consoles before executing pkg_postinst script.
Following is the log when /proc/consoles doesn't exist:
Running postinst /etc/rpm-postinsts/102...
cat: /pro
On Wed, Sep 26, 2012 at 9:09 AM, Laurentiu Palcu
wrote:
>
>
> On 09/20/2012 07:12 PM, Andreas Müller wrote:
>> On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller
>> wrote:
>>> On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu
>>> wrote:
On 09/19/2012 04:41 PM, Andreas Müller wrote:
>>
To keep things simple for this release, Paul proposed to put the bblayers.conf
merging code in sanity.bbclass. After upgrading bblayers.conf we tell the
user to re-run. It would be better if we could re-read the configuration but
that
is something we can address in 1.4. Every layer should make its
From: Constantin Musca
- add check_bblayers_conf bitbake function which does the bblayers.conf
v4 -> v5 update if necessary (every layer should make its specific
bblayers.conf upgrades appending to the check_bblayers_conf function)
- we ask the user to re-run bitbake because we can't trigger repa
On Tue, 2012-09-25 at 14:37 -0700, Joe Slater wrote:
> Use CFLAGS instead of CPPFLAGS for C_FLAGS variants.
> Also remove duplicate flags from _RELEASE variants.
>
> Signed-off-by: Joe Slater
>
> *** Note - this can break things that have never really
> ***been compiled with -O2 optimiza
On Tue, 2012-09-25 at 18:11 -0400, Colin Walters wrote:
> On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote:
>
> > That'd be inconsistent with other packages, since we do generally build
> > and ship the static libraries. Having a big switch to turn off static
> > libraries globally seems li
The following changes since commit b1f37e51e40774418a1b4c6e3df78df6ac6ee938:
package_rpm.bbclass: no initial_solution in the second build (2012-09-26
10:15:20 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/rpm_head
http://git.pokylinux.org/cgit.
There maybe no rpm postinst script (e.g., core-image-minimal), then the
"*" is not expanded, and there would be error:
head: cannot open `rpm-postinsts/*' for reading: No such file or directory
Check whether it exists or not will fix the problem.
[YOCTO #3172]
Signed-off-by: Robert Yang
---
m
On Wed, 2012-09-26 at 09:49 +0100, Richard Purdie wrote:
> On Tue, 2012-09-25 at 18:11 -0400, Colin Walters wrote:
> > On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote:
> >
> > > That'd be inconsistent with other packages, since we do generally build
> > > and ship the static libraries. Hav
On 26 September 2012 00:11, Daniel Stone wrote:
>> The best fix is to just #define _GNU_SOURCE at the top of makekeys
>> then, and push that upstream (mail patch to xorg-de...@lists.x.org).
>
> Actually, it isn't, as that breaks non-glibc badly. glibc takes
> _GNU_SOURCE to mean 'please add usefu
This allows BSPs for architectures with no thread support to set (for
example) "GCCTHREADS=no" without having to override all the other configure
parameters.
Signed-off-by: Phil Blundell
---
meta/recipes-devtools/gcc/gcc-configure-common.inc |3 ++-
1 file changed, 2 insertions(+), 1 deletio
On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote:
> This allows BSPs for architectures with no thread support to set (for
> example) "GCCTHREADS=no" without having to override all the other configure
> parameters.
>
> Signed-off-by: Phil Blundell
> ---
> meta/recipes-devtools/gcc/gc
On Wed, 2012-09-26 at 11:54 +0200, Martin Jansa wrote:
> On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote:
> > diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc
> > b/meta/recipes-devtools/gcc/gcc-configure-common.inc
> > index 908ad3e..504bfaa 100644
> > --- a/meta/reci
On Wed, Sep 26, 2012 at 10:57:41AM +0100, Phil Blundell wrote:
> On Wed, 2012-09-26 at 11:54 +0200, Martin Jansa wrote:
> > On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote:
> > > diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc
> > > b/meta/recipes-devtools/gcc/gcc-con
Commit 9c9ea24b115a9bb87df1323b5f185ce426262aec made strace depend on perl
because the
strace-graph script needs it. However, this cost of the dependency is large
(building
all of perl) and the value of the script is marginal. Let's just delete the
script
instead and remove the dependency agai
On Wed, 2012-09-26 at 12:01 +0200, Martin Jansa wrote:
> Sorry I haven't noticed that it's the same value as before.
>
> But if it causes different sstate checksum than PR bump would be nice to get
> new
> builddir (well maybe not needed after
> f15f61af77cc4e52a037f509f8e49e1ea530cf35).
OK.
These were added in aae5021101224344a2b1a3af5becf74291fbbfe5, ostensibly to
resolve
some sort of "host contamination" issue. However, that commit contains no
information
about what contamination was being observed or how the dependencies help.
gettext-native is being configured --with-included-
On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote:
> This allows BSPs for architectures with no thread support to set (for
> example) "GCCTHREADS=no" without having to override all the other configure
> parameters.
>
> Signed-off-by: Phil Blundell
> ---
> meta/recipes-devtools/gcc/gc
On Wed, 2012-09-26 at 12:46 +0200, Henning Heinold wrote:
> should that not be GCCTHREADS ?=
>
> otherwise I do not see how it could be overwritten from outside.
Well, a .bbappend can do it (since EXTRA_OECONF isn't assigned :=) or
you can use an override GCCTHREADS_pn-gcc-cross = "no" for exampl
On Tue, 2012-09-25 at 18:07 +, McClintock Matthew-B29882 wrote:
> This should probably go in denzil as well.
Lets hold off that as I think we need to fix this in a better way at the
core level...
Cheers,
Richard
___
Openembedded-core mailing list
On Tue, 2012-09-25 at 15:25 +0100, Phil Blundell wrote:
> Can you clarify what exactly is the host contamination issue here? I
> don't quite understand why it's appropriate for the target gettext to be
> depending on libxml2-native (which it presumably can't be linking
> against). Also, since get
This should be no change to the previous situation unless you
explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED
(currently).
Signed-off-by: Paul Eggleton
---
.../gstreamer/gst-plugins-good_0.10.31.bb |9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff
On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote:
> This should be no change to the previous situation unless you
> explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED
> (currently).
Why not use PACKAGECONFIG for this?
Cheers,
>
> Signed-off-by: Paul Eggleton
> ---
We need to split this variable before using it. Otherwise a single "/"
character in the list whitelists every overlapping sysroot file which
was not the intention making the whole thing useless.
We'll start seeing warnings about overlapping files now this is working
correctly after this patch.
Si
The current multilib search path code for packagedata is flawed since it
doesn't correctly handle changes in the TARGET_VENDOR/TARGET_OS that
multilib may make. This patch enhances the code to correctly build the
search paths so multilib packagedata is found correctly.
Signed-off-by: Richard Purdi
ipk_log_check uses a case-sensitive grep (which is correct) when deciding
whether there were any errors or not. But if it decides that there were, it
then uses a case-insensitive grep to display them. This results in a large
amount of irrelevant and confusing output which makes it hard to see the
The update-modules mechanism is something of a historical relic and it isn't
entirely clear that it has a great deal of value nowadays. Also, it causes a
problem when building a read-only rootfs since update-modules itself refuses
to configure offline.
Allow DISTROs to circumvent this whole thing
On Wed, Sep 26, 2012 at 01:02:26PM +0100, Phil Blundell wrote:
> The update-modules mechanism is something of a historical relic and it isn't
> entirely clear that it has a great deal of value nowadays. Also, it causes a
What's replacement of this nowadays? IIRC without g_ether autoload I
don't g
This makes it possible to use gdk-pixbuf on a read-only rootfs.
Signed-off-by: Phil Blundell
---
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 19 ---
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb
b/met
Signed-off-by: Phil Blundell
---
.../60_wait-longer-for-threads-to-die.patch| 11 -
meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 43
meta/recipes-core/glib-2.0/glib-2.0_2.34.0.
On Wed, Sep 26, 2012 at 01:17:21PM +0100, Phil Blundell wrote:
> Signed-off-by: Phil Blundell
> ---
> .../60_wait-longer-for-threads-to-die.patch| 11 -
> meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34
> meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb
On Wed, 2012-09-26 at 14:20 +0200, Martin Jansa wrote:
> On Wed, Sep 26, 2012 at 01:17:21PM +0100, Phil Blundell wrote:
> > Signed-off-by: Phil Blundell
> > ---
> > .../60_wait-longer-for-threads-to-die.patch| 11 -
> > meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 +
On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote:
> On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote:
> > This should be no change to the previous situation unless you
> > explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED
> > (currently).
>
> Why not use PACK
On Wed, 2012-09-26 at 14:23 +0200, Martin Jansa wrote:
> On Wed, Sep 26, 2012 at 01:11:44PM +0100, Phil Blundell wrote:
> > This makes it possible to use gdk-pixbuf on a read-only rootfs.
>
> Isn't this issue resolved in "[RFC 0/7] Postinstall improvements" too?
Ah, possibly. I haven't really be
On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote:
> On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote:
> > On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote:
> > > This should be no change to the previous situation unless you
> > > explicitly have pulseaudio in DIS
On Wed, Sep 26, 2012 at 01:11:44PM +0100, Phil Blundell wrote:
> This makes it possible to use gdk-pixbuf on a read-only rootfs.
Isn't this issue resolved in "[RFC 0/7] Postinstall improvements" too?
Cheers,
> Signed-off-by: Phil Blundell
> ---
> meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1
On Wed, 2012-09-26 at 13:28 +0100, Phil Blundell wrote:
> SRC_URI[md5sum] = "bf84fefd9c1a5b5a7a38736f4ddd674a"
> SRC_URI[sha256sum] =
> "a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2"
Hm, it does look slightly suspicious that this didn't change. I guess
something must have g
Signed-off-by: Phil Blundell
---
v2: now with correct SRC_URI checksums
.../60_wait-longer-for-threads-to-die.patch| 11 ---
meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 +++-
.../{glib-2.0_2.32.4.bb => glib-2.0_2.34.0.bb} |6 ++--
3 files chang
On Wednesday 26 September 2012 14:32:57 Martin Jansa wrote:
> On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote:
> > On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote:
> > > On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote:
> > > > This should be no change to the p
On Wed, Sep 26, 2012 at 02:24:07PM +0100, Paul Eggleton wrote:
> On Wednesday 26 September 2012 14:32:57 Martin Jansa wrote:
> > On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote:
> > > On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote:
> > > > On Wed, Sep 26, 2012 at 12:34:05P
This was added to allow detection of duplicate files being installed by sstate.
There is a much simpler way, just check if the file already exists. This
effectively uses the kernel VFS as the cache which is much more efficient.
This resolves a significant performance bottleneck (lock contention on
On Wed, Sep 26, 2012 at 2:28 PM, Phil Blundell wrote:
> On Wed, 2012-09-26 at 14:23 +0200, Martin Jansa wrote:
>> On Wed, Sep 26, 2012 at 01:11:44PM +0100, Phil Blundell wrote:
>> > This makes it possible to use gdk-pixbuf on a read-only rootfs.
>>
>> Isn't this issue resolved in "[RFC 0/7] Postin
On Wednesday 26 September 2012 15:30:13 Martin Jansa wrote:
> On Wed, Sep 26, 2012 at 02:24:07PM +0100, Paul Eggleton wrote:
> > On Wednesday 26 September 2012 14:32:57 Martin Jansa wrote:
> > > On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote:
> > > > On Wednesday 26 September 2012 13
On Wed, 2012-09-26 at 11:28 +0100, Phil Blundell wrote:
> On Wed, 2012-09-26 at 12:01 +0200, Martin Jansa wrote:
> > Sorry I haven't noticed that it's the same value as before.
> >
> > But if it causes different sstate checksum than PR bump would be nice to
> > get new
> > builddir (well maybe n
On Tue, Sep 25, 2012 at 01:46:28PM +0100, Richard Purdie wrote:
> On Tue, 2012-09-25 at 14:36 +0200, Martin Jansa wrote:
> > On Tue, Sep 25, 2012 at 01:25:33PM +0100, Richard Purdie wrote:
> > > On Tue, 2012-09-25 at 12:51 +0200, Martin Jansa wrote:
> > > > * otherwise LOCALCOUNT is incremented aft
If we fail a network test, a special flag is set in the SanityChekFailed
event. This helps Hob identify the network error properly and display
a special message to the user.
[YOCTO #3025]
Signed-off-by: Bogdan Marinescu
---
meta/classes/sanity.bbclass | 20 +---
1 file changed
On Tue, 2012-09-25 at 06:27 -0700, Khem Raj wrote:
> On Tue, Sep 25, 2012 at 1:14 AM, Richard Purdie
> wrote:
> > This wallpapers over cracks. Why is libtool-native/libtool-cross broken?
> > Shouldn't we fix whatever is breaking libtool?
> >
>
> it is not broken. But we were ending up using cross
This should be no change to the previous situation unless you
explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED
(currently).
Signed-off-by: Paul Eggleton
---
.../gstreamer/gst-plugins-good_0.10.31.bb |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff
On Wed, 2012-09-26 at 10:28 +0100, Phil Blundell wrote:
> On Wed, 2012-09-26 at 09:49 +0100, Richard Purdie wrote:
> > On Tue, 2012-09-25 at 18:11 -0400, Colin Walters wrote:
> > > On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote:
> > >
> > > > That'd be inconsistent with other packages, sin
On Wed, 2012-09-26 at 15:55 +0200, Martin Jansa wrote:
> On Tue, Sep 25, 2012 at 01:46:28PM +0100, Richard Purdie wrote:
> > On Tue, 2012-09-25 at 14:36 +0200, Martin Jansa wrote:
> > > On Tue, Sep 25, 2012 at 01:25:33PM +0100, Richard Purdie wrote:
> > > > On Tue, 2012-09-25 at 12:51 +0200, Martin
It's a bit late for this oe-core cycle I suspect, if we'd been
tracking the 2.33. releases that would be a different story, so maybe
we'll do that next time...
Also from glancing at the NEWS, we should be able to drop some of the
cross-compile patches. Did you investigate this or just refresh the
On Wed, 2012-09-26 at 13:17 +0100, Phil Blundell wrote:
> meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34
This should not be necessary anymore; see:
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.o
On Wed, 2012-09-26 at 10:13 -0400, Colin Walters wrote:
> On Wed, 2012-09-26 at 13:17 +0100, Phil Blundell wrote:
>
> > meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34
>
> This should not be necessary anymore; see:
http://git.gnome.org/browse/glib/commit/?id=f084b6037
On Wed, Sep 26, 2012 at 03:10:28PM +0100, Richard Purdie wrote:
> On Wed, 2012-09-26 at 15:55 +0200, Martin Jansa wrote:
> > On Tue, Sep 25, 2012 at 01:46:28PM +0100, Richard Purdie wrote:
> > > On Tue, 2012-09-25 at 14:36 +0200, Martin Jansa wrote:
> > > > On Tue, Sep 25, 2012 at 01:25:33PM +0100,
On Wed, 2012-09-26 at 10:14 -0400, Colin Walters wrote:
> On Wed, 2012-09-26 at 10:13 -0400, Colin Walters wrote:
> > On Wed, 2012-09-26 at 13:17 +0100, Phil Blundell wrote:
> >
> > > meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34
> > >
> >
> > This should not be nec
On Wed, 2012-09-26 at 15:12 +0100, Burton, Ross wrote:
> It's a bit late for this oe-core cycle I suspect, if we'd been
> tracking the 2.33. releases that would be a different story, so maybe
> we'll do that next time...
>
> Also from glancing at the NEWS, we should be able to drop some of the
> c
On 26 September 2012 15:28, Phil Blundell wrote:
> That disables all the tests, right? I wasn't entirely clear whether we
> wanted to do that or not. If we do then yes, I agree, that would be a
> way to avoid the nodbus.patch.
Well, we can't run them, so not much point in building them.
(yet.
On 26 September 2012 15:28, Phil Blundell wrote:
> Which patches were you thinking of specifically? I don't think there
> are many that we apply which are actually related to cross-compiling.
no-libelf and no-dbus.
Looking at the patches we are carrying, it's quite comic. Two patches
which are
On Wed, 2012-09-26 at 15:39 +0100, Burton, Ross wrote:
> On 26 September 2012 15:28, Phil Blundell wrote:
> > Which patches were you thinking of specifically? I don't think there
> > are many that we apply which are actually related to cross-compiling.
>
> no-libelf and no-dbus.
>
> Looking at
On 9/25/12 5:11 PM, Colin Walters wrote:
On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote:
That'd be inconsistent with other packages, since we do generally build
and ship the static libraries. Having a big switch to turn off static
libraries globally seems like a fine plan, but I can't
On Wed, Sep 26, 2012 at 03:44:28PM +0100, Phil Blundell wrote:
> On Wed, 2012-09-26 at 15:39 +0100, Burton, Ross wrote:
> > On 26 September 2012 15:28, Phil Blundell wrote:
> > > Which patches were you thinking of specifically? I don't think there
> > > are many that we apply which are actually r
From: Alexandru DAMIAN
This is the final upgrade of udev. Futher upgrades will only
come in conjunction with systemd.
The v4l1 removal patch is deprecated as the bug is fixed inside udev.
There is a new patch fixing the path for default sh interpreter.
New debug binaries are generated, and udev.
Hi all,
I sent patch v4 with a small change modifying the udev's default runtime
directory
from /run/ to the more traditional /var/run/.
I've opened two bugs https://bugzilla.yoctoproject.org/show_bug.cgi?id=3179and
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3181 to track the issue
and
to
Hopefully for good this time!
The previous conflict of < ${PV} declares a conflict with all versions older
than the version being built, which isn't right.
This conflict was being declared in a .inc file which is being included by
multiple recipes (xserver-psb in meta-intel, for example) so knowl
On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote:
> Unfortunately whilst rerunning configure and make against a project will
> mostly
> work there are situations where it does not correctly do the right thing.
>
> In particular, eglibc and gcc will fail out with errors where settings
> do
On Mon, Sep 24, 2012 at 12:43 PM, Richard Purdie
wrote:
> On Mon, 2012-09-24 at 12:26 +0200, Martin Jansa wrote:
>> On Mon, Sep 24, 2012 at 12:20 PM, Richard Purdie
>> wrote:
>> > On Sat, 2012-09-22 at 19:13 +0200, Martin Jansa wrote:
>> >> * it doesn't make much sense with PV, because xserver-xo
> -Original Message-
> From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org]
> Sent: Wednesday, September 26, 2012 1:48 AM
> To: Slater, Joseph
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] cmake.bbclass: modify construction of compiler
> flag
On Wed, Sep 26, 2012 at 05:08:27PM +0100, Ross Burton wrote:
> Hopefully for good this time!
>
> The previous conflict of < ${PV} declares a conflict with all versions older
> than the version being built, which isn't right.
>
> This conflict was being declared in a .inc file which is being inclu
On Wed, Sep 26, 2012 at 4:30 AM, Burton, Ross wrote:
> On 26 September 2012 00:11, Daniel Stone wrote:
>>> The best fix is to just #define _GNU_SOURCE at the top of makekeys
>>> then, and push that upstream (mail patch to xorg-de...@lists.x.org).
>>
>> Actually, it isn't, as that breaks non-glibc
Hello,
This is a bugfix for YOCTO #3101.
Since bitbake doesn't like empty PATH elements, prevent the
runqemu-internal script from creating this situation when
CROSSPATH is not set, and reveal bitbake errors to users to
make it easier to troubleshoot future errors along these lines.
Scott
The fo
Ran into another bug that was masked by hiding a bitbake error message.
This catches this situation and displays the error to the user.
Also includes whitespace fixes.
Signed-off-by: Scott Garman
---
scripts/oe-find-native-sysroot | 29 +++--
1 file changed, 19 inserti
Bitbake fails to run when an empty element exists in $PATH. Avoid
creating this situation when $CROSSPATH is not set.
This fixes bug [YOCTO #3101]
Signed-off-by: Scott Garman
---
scripts/runqemu-internal |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/scripts/runqemu
Without --without-x the X11 detection would still go ahead and find the host X11
headers, which seems to cause problems at link time.
Signed-off-by: Ross Burton
---
meta/recipes-core/dbus/dbus.inc |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/dbus/d
On 24 September 2012 11:52, Martin Jansa wrote:
> Why not RCONFLICT with every older version then current?
>
> It's true that e.g. 1.11.2-r8 does not really conflict with 1.11.2-r7
> (but r4 in most cases), but that should work.
As much as I don't like this solution as it's overenthusiastic about
license.conf hasn't been being parsed. It probably should be.
Signed-off-by: Elizabeth Flanagan
---
meta/conf/bitbake.conf |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3496d2b..e168ef1 100644
--- a/meta/conf/bitbak
The variable mentioned in license.conf is LICENSE_PATH. The variable
used in license.bbclass is LICENSE_DIR. Conforming to what is in
license.conf
Signed-off-by: Elizabeth Flanagan
---
meta/classes/license.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/cla
This requires the changes to bitbake.conf that allow parsing of
license.conf.
As we should now be parsing license.conf, we can move some globals
out of license.bblcass and into the conf file.
Signed-off-by: Elizabeth Flanagan
---
meta/classes/license.bbclass | 65 -
[YOCTO #3118]
license.conf hasn't been being parsed. This commit series ensures that
license.conf is parsed, that it contains useful variables that should be
in a global conf file and that those variables are not kept within
license.bbclass.
This also fixes an discreprancy between the documenta
Please test on more architectures.
I've tested complete qt4-native + qt4-free-x11 on armv4t.
And only do_patch for nativesdk-qt4-tools, qt-mobility-*, qt4-embedded.
The following changes since commit 938d07871bedd91f0d95ed6fe338ecbfafa5ebfe:
busybox: Fix misplaced quote (2012-09-26 18:28:17 +01
Signed-off-by: Martin Jansa
---
.../recipes-qt/qt4/{qt4-tools-nativesdk.inc => nativesdk-qt4-tools.inc} | 0
meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.1.bb| 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-qt/qt4/{qt4-tools-nativesdk.inc =>
nati
* releases.qt-project.org has 4.8.1 as well as 4.8.3
Signed-off-by: Martin Jansa
---
meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +-
meta/recipes-qt/qt4/qt-4.8.1.inc| 2 +-
meta/recipes-qt/qt4/qt4-native.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff
Signed-off-by: Martin Jansa
---
meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +-
meta/recipes-qt/qt4/{qt-4.8.1.inc => qt4-4.8.1.inc} | 2 +-
.../0001-Added-Openembedded-crossarch-option.patch | 0
meta/recipes-qt/qt4/{qt-4.8.
* make it easier to override them in bbappend
* convert pulseaudio to more common -pulseaudio/-no-pulseaudio form
Signed-off-by: Martin Jansa
---
meta/recipes-qt/qt4/qt4.inc | 19 ---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-qt/qt4/qt4.inc b/met
Signed-off-by: Martin Jansa
---
.../0001-gstvideoconnector-fixed-buffers-allocation.patch| 0
.../0002-Remove-unnecessary-rpaths-from-qml_device-example.patch | 0
meta/recipes-qt/qt4/{files => qt-mobility-1.2.0}/gcc-scope.patch | 0
.../qt4/{files => qt-mobility-1
* faster lookup in FILESPATH as small bonus
Signed-off-by: Martin Jansa
---
meta/recipes-qt/qt4/{files => qt4-4.8.1}/0004-no-qmake.patch | 0
.../recipes-qt/qt4/{files => qt4-4.8.1}/0006-freetype-host-includes.patch | 0
meta/recipes-qt/qt4/{files => qt4-4.8.1}/0008-qt-lib-infix.pat
Signed-off-by: Martin Jansa
---
.../qt4/qt4-4.8.1/0008-qt-lib-infix.patch | 41 --
.../qt4/qt4-4.8.1/blacklist-diginotar-certs.diff | 95 --
.../qt4/qt4-4.8.1/compile.test-lflags.patch| 17
.../qt4/qt4-4.8.1/fix-config-tests.patch | 38
* sofar only formal changes, but to test that everything still builds the same
Signed-off-by: Martin Jansa
---
meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +-
meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +-
meta/recipes-qt/qt4/qt4-embedded.inc| 2 +-
meta/recipes-qt/qt4/qt4-nativ
* rebased patches, 3 patches are resolved upstream:
0016-configure-eval-QMAKE_CXX.patch
resolved in upstream commit 68c7f80a672e1d6d2710e49548a7c83b105d8d5f
0019-javascriptcore-Fix-compile-error-when-using-toolchai.patch
resolved in upstream commit 7ac8d8597db1f58b11338f91fb27f6ad8696b3
I created a patch set to enable multilib userspace in an SDK. I've pushed the
patches to:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mhatle/multilib
(they are based on oe-core)
I'd like some comments on them and see if they are reasonable or not. With the
patches I was ab
On Wed, Sep 26, 2012 at 12:07 PM, Phil Blundell wrote:
> On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote:
>> Unfortunately whilst rerunning configure and make against a project will
>> mostly
>> work there are situations where it does not correctly do the right thing.
>>
>> In particular,
92 matches
Mail list logo