On Fri, 2011-09-23 at 23:46 +0400, Dmitry Eremin-Solenikov wrote:
> Add a bash-completion recipe. Largely based on the one from oe-dev repo.
> Changes:
> 1) Version bump to most recent bash-completion upstream tarball
> 2) Dropped custom profile.d script in favour of upstream one.
>
> Signed-off-b
With the autobuilder now stressing out sstate more, we're seeing some
interesting build failures. One example which caught my eye is:
http://autobuilder.yoctoproject.org:8010/builders/nightly-arm/builds/100/steps/shell_57/logs/stdio
What this is telling us is we actually have some dependency issu
I've been looking at the qt3 failures on the autobuilder. It seems there
is some kind of contamination between the qt4 builds and the qt3 builds
and I'm not sure what is or isn't expected to work there.
We're doing the following in the build:
a) Build core-image-lsb (includes qt4, builds qt4+qt4-
The current sshd postinst and postrm scripts in the OpenSSH make the
package dependant of the adduser/addgroup scripts which may not be
available on all systems.
This patch replaces the sshd postinst and postrm scripts with proper
usage of the useradd and update-rc.d classes.
Signed-off-by: Julia
When building qt4-embedded the generated and cleaned pkg-config files for qt
are wrong.
The Cflags variable contains something like ${includedir}/qtopia/QtCore where
${includedir} is already /usr/include/qtopia/QtCore.
This patch reverts the fix up of the Cflags variable implemented in do_install
We don't want to pull the whole qt suite in our images when only installing a
tiny setup
which needs the profile script for several configuration issues. This moves the
qte.sh
profile script into a qt4-embedded-conf package which is automatically
installed when an
image depends on qt4-embedded.
On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote:
> Richard,
>
> These 2 patches would be for edison
>
> Sau!
>
> The following changes since commit 368b150416688654e35229a63b87177b52e83d02:
>
> populate_sdk_rpm: add pkgconfig(pkg-config) to the list (2011-09-23
> 19:55:43 +0100)
>
> are
Op 25 sep. 2011, om 13:33 heeft Richard Purdie het volgende geschreven:
> I've been looking at the qt3 failures on the autobuilder. It seems there
> is some kind of contamination between the qt4 builds and the qt3 builds
> and I'm not sure what is or isn't expected to work there.
>
> We're doing
Signed-off-by: Richard Purdie
---
meta/recipes-graphics/cairo/cairo.inc |3 +++
meta/recipes-graphics/cairo/cairo_1.10.2.bb |2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/cairo/cairo.inc
b/meta/recipes-graphics/cairo/cairo.inc
index c983
The code displaying console events has been handled by the bitbake
UI since 1.8 so the legacy code path can be removed. If a log event
is wanted, there are much better (and more complete) ways to do this
so remove the EVENTLOG code too.
Signed-off-by: Richard Purdie
---
meta/classes/base.bbclass
Signed-off-by: Richard Purdie
---
meta/recipes-gnome/gtk+/gtk+_2.22.1.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb
b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb
index a52250d..ea8a5cb 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.
Signed-off-by: Richard Purdie
---
.../libsndfile/libsndfile1_1.0.24.bb |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
index a547d76..7b8b
Without this change we may or may not include startup-notification support.
We therefore explictly include it in the dependency list.
Signed-off-by: Richard Purdie
---
meta/recipes-gnome/gnome/gnome-desktop.inc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/rec
libtool obtains the search path from /etc/ld.so.conf and hardcodes /usr/lib
and /lib. This results in host contamination and variable sets of RPATH
values ending up in binaries.
By exporting the correct values for all autotools recipes we avoid this.
Signed-off-by: Richard Purdie
---
meta/class
Signed-off-by: Richard Purdie
---
meta/recipes-support/neon/neon_0.29.5.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/neon/neon_0.29.5.bb
b/meta/recipes-support/neon/neon_0.29.5.bb
index 4653a28..8201ffe 100644
--- a/meta/recipes-support/neon
I've placed various misc fixes/cleanups into the git repository at:
git://git.openembedded.org/openembedded-core-contrib rpurdie/master
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/master
Richard Purdie (9):
gnome-desktop: Ensure we're deterministic about s
Signed-off-by: Richard Purdie
---
meta/classes/sstate.bbclass |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 91f209a..eee04ab 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
libtool was being to aggressive in adding rpath to binaries. This
change stops it adding them if that path the default search path.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/libtool/libtool-cross_2.4.bb |2 +-
.../recipes-devtools/libtool/libtool-native_2.4.bb |2 +-
.../li
Op 25 sep. 2011, om 17:56 heeft Richard Purdie het volgende geschreven:
> libtool was being to aggressive in adding rpath to binaries. This
> change stops it adding them if that path the default search path.
>
> Signed-off-by: Richard Purdie
> ---
> meta/recipes-devtools/libtool/libtool-cross_2
On Sun, 2011-09-25 at 15:29 +0100, Richard Purdie wrote:
> On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote:
> > Richard,
> >
> > These 2 patches would be for edison
> >
> > Sau!
> >
> > The following changes since commit 368b150416688654e35229a63b87177b52e83d02:
> >
> > populate_sdk_rpm:
On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote:
> Fixes the error like below
>
> | configure: error: GNU gettext tools not found; required for intltool
> | + bbfatal 'oe_runconf failed'
> | + echo 'ERROR: oe_runconf failed'
> | ERROR: oe_runconf failed
>
> Signed-off-by: Khem Raj
> ---
> met
On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote:
> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov
> wrote:
> ...
> > +FILES_${PN} = "${libdir}/lib*.so.* \
> > + ${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \
> > + ${libexecdir}/dbus-bash-compl
On Fri, 2011-09-23 at 23:46 +0400, Dmitry Eremin-Solenikov wrote:
> eglibc.inc contains packaging rules that depend on PKGSUFFIX expansion.
> However that variable wasn't expanded properly in some case. E.g.
>
> PACKAGES = " ... nscd${PKGSUFFIX} ..."
> FILES_nscd${PKGSUFFIX} = "${sbindir}/nscd*"
>
On Fri, 2011-09-23 at 22:54 -0700, Khem Raj wrote:
> If we build say gnome based image on a build system which does not have
> gnome e.g. kubuntu then packages like gedit do not build since it uses
> gnome files from host system which are non existent on kubuntu
>
> Signed-off-by: Khem Raj
> ---
On Sun, Sep 25, 2011 at 14:20, Richard Purdie
wrote:
> On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote:
>> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov
>> wrote:
>> ...
>> > +FILES_${PN} = "${libdir}/lib*.so.* \
>> > + ${sysconfdir}/bash_completion.d/dbus-bash-com
On Sun, 2011-09-25 at 14:34 -0300, Otavio Salvador wrote:
> On Sun, Sep 25, 2011 at 14:20, Richard Purdie
> wrote:
> > On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote:
> >> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov
> >> wrote:
> >> ...
> >> > +FILES_${PN} = "${libdir}/lib*.s
* Otavio Salvador [110925 19:34]:
> On Sun, Sep 25, 2011 at 14:20, Richard Purdie
> wrote:
> > On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote:
> >> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov
> >> wrote:
> >> ...
> >> > +FILES_${PN} = "${libdir}/lib*.so.* \
> >> > +
Signed-off-by: Henning Heinold
---
meta/conf/machine/include/tune-cortexa9.inc | 24
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/tune-cortexa9.inc
diff --git a/meta/conf/machine/include/tune-cortexa9.inc
b/meta/conf
Hi,
the series adding the tune file for cortexa9 which is in pandaboard or
tegra2. It also adds a feature for socs like the tegra2 which has no
neon unit and enables it for cortexa8 and cortexa9
Bye Henning
Henning Heinold (3):
tune-cortexa9.inc: add tunefile for cortexa9 socs
feature-arm-d1
Signed-off-by: Henning Heinold
---
meta/conf/machine/include/arm/arch-armv7.inc | 25 +
meta/conf/machine/include/arm/arch-armv7a.inc | 24
meta/conf/machine/include/tune-cortexa8.inc |8 ++--
meta/conf/machine/include/tune-cortexa9
* call it d16 because of the -mfpu=vfpv3-d16 gcc option and
avoid naming conflicts with vfp feature
Signed-off-by: Henning Heinold
---
meta/conf/machine/include/arm/feature-arm-d16.inc |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/ar
Hi,
the series adding the tune file for cortexa9 which is in pandaboard or
tegra2. It also adds a feature for socs like the tegra2 which has no
neon unit and enables it for cortexa8 and cortexa9
Bye Henning
Henning Heinold (3):
tune-cortexa9.inc: add tunefile for cortexa9 socs
feature-arm-d1
Signed-off-by: Henning Heinold
---
meta/conf/machine/include/arm/arch-armv7.inc | 25 +
meta/conf/machine/include/arm/arch-armv7a.inc | 24
meta/conf/machine/include/tune-cortexa8.inc |8 ++--
meta/conf/machine/include/tune-cortexa9
* call it d16 because of the -mfpu=vfpv3-d16 gcc option and
avoid naming conflicts with vfp feature
Signed-off-by: Henning Heinold
---
meta/conf/machine/include/arm/feature-arm-d16.inc |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/ar
Signed-off-by: Henning Heinold
---
meta/conf/machine/include/tune-cortexa9.inc | 24
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/tune-cortexa9.inc
diff --git a/meta/conf/machine/include/tune-cortexa9.inc
b/meta/conf
Op 25 sep. 2011, om 21:37 heeft Henning Heinold het volgende geschreven:
> * call it d16 because of the -mfpu=vfpv3-d16 gcc option and
> avoid naming conflicts with vfp feature
That's a highly artificial seperation to be honest. Is there really any
demonstrable real world use to it?
___
On Sun, Sep 25, 2011 at 09:53:08PM +0200, Koen Kooi wrote:
>
> Op 25 sep. 2011, om 21:37 heeft Henning Heinold het volgende geschreven:
>
> > * call it d16 because of the -mfpu=vfpv3-d16 gcc option and
> > avoid naming conflicts with vfp feature
>
> That's a highly artificial seperation to be h
On Sun, Sep 25, 2011 at 10:16 AM, Richard Purdie
wrote:
> On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote:
>> Fixes the error like below
>>
>> | configure: error: GNU gettext tools not found; required for intltool
>> | + bbfatal 'oe_runconf failed'
>> | + echo 'ERROR: oe_runconf failed'
>> | ERR
On Fri, Sep 23, 2011 at 11:12 AM, Otavio Salvador
wrote:
> On Fri, Sep 23, 2011 at 14:30, Richard Purdie
> wrote:
> ...
>> I don't really see the point of this. Basically you're asking that every
>> time there is a commit to the branch there is also a merge commit. You
>> can just as easily eithe
39 matches
Mail list logo