On Mon, 2011-05-30 at 13:41 -0400, Bruce Ashfield wrote:
> Richard/Saul,
>
> Just updating the linux-yocto SRCREVs to pickup the Romley
> changes and meta cleanup from TomZ. There's also a config update
> for the routerstation pro to enable watchdog support to fix
> yocto bug .
>
[...]
> gi
On Tue, 2011-05-31 at 01:51 +, Otavio Salvador wrote:
> Hello,
>
> Here at O.S. Systems we use Chicken (Scheme) a lot and we deliver it
> on our embedded OS ofthenly. Since we're moving to oe-core we're
> working at migrating it to it and we then decided to include it as a
> meta-oe layer for
No comments at all?
Op 28 mei 2011, om 13:21 heeft Koen Kooi het volgende geschreven:
> Currently it's a symlink to killall5:
>
> $ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof
> lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit ->
> /sbin/killall5
>
> The
OE-core uses 'dbus-1' as initscript name, which no other
distribution(-buildsys) does, so we have to take special measures.
Signed-off-by: Koen Kooi
---
meta/recipes-core/dbus/dbus.inc |4
meta/recipes-core/dbus/dbus_1.4.1.bb |2 +-
2 files changed, 5 insertions(+), 1 deletion
On Tue, 2011-05-31 at 10:27 +0200, Koen Kooi wrote:
> No comments at all?
Patience ;-). It was a US/UK holiday yesterday and lots of people have
been taking a long weekend. Personally, whilst I did merge a few things
yesterday, this one didn't look that urgent so its on today's to look at
and repl
Currently it's a symlink to killall5:
$ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof
lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit ->
/sbin/killall5
The point of the pidof subpackage was to have a pidof without needing sysvinit,
this restores that behavi
On Sat, 2011-05-28 at 13:21 +0200, Koen Kooi wrote:
> The alternative is to just move 'killall5' into the pidof subpackage and to
> RDPEPENDS_${PN} += "${PN}-pidof"
I think I like that better. Duplicating the binary doesn't sound very
desirable.
For what it's worth, also note that:
- busybox p
Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html
Signed-off-by: Phil Blundell
---
meta/recipes-devtools/prelink/prelink_git.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb
b/meta/recipes-dev
On Tue, 2011-05-31 at 12:29 +0100, Phil Blundell wrote:
> Per
> http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html
>
> Signed-off-by: Phil Blundell
> ---
> meta/recipes-devtools/prelink/prelink_git.bb |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> d
Changelog for 2011-05-23 to 2011-05-30. Projects included in this report:
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://git.angstrom-distribution.org/meta-angstrom
meta-texasinstruments: git://g
On Tue, 2011-05-31 at 11:19 +0200, Koen Kooi wrote:
> Currently it's a symlink to killall5:
>
> $ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof
> lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit ->
> /sbin/killall5
>
> The point of the pidof subpackage was to
OK, I think I have included everyone's requests for the weekly
changelog -- please let me know if I missed anything, or if there are
additional ideas. It might be useful to include the yocto/poky repos,
but I'm not sure yet which ones are relevant.
The tools that generate this are located in the
Hi,
There have been various comments on the list and in the bugzilla about
issues with "all" architecture recipes.
To start cleaning this up I've merged:
http://git.openembedded.net/cgit.cgi/openembedded-core/commit/?id=26e5e5feb695864b11e47e24017e254c28f14494
which creates an "allarch" class a
Op 31 mei 2011, om 14:15 heeft Richard Purdie het volgende geschreven:
> Hi,
>
> There have been various comments on the list and in the bugzilla about
> issues with "all" architecture recipes.
>
> To start cleaning this up I've merged:
>
> http://git.openembedded.net/cgit.cgi/openembedded-cor
On Tue, May 31, 2011 at 07:58, Richard Purdie
wrote:
> On Tue, 2011-05-31 at 01:51 +, Otavio Salvador wrote:
>> Any clue?
>
> It sounds like something in your paths are messed up in chicken-cross.
> What is happening during do_install? Where are the files ending up? What
> paths do they have?
On Tue, 2011-05-31 at 14:26 +0200, Koen Kooi wrote:
> Op 31 mei 2011, om 14:15 heeft Richard Purdie het volgende geschreven:
>
> > Hi,
> >
> > There have been various comments on the list and in the bugzilla about
> > issues with "all" architecture recipes.
> >
> > To start cleaning this up I've
Ping?
p.
On Thu, 2011-05-26 at 11:08 +0100, Phil Blundell wrote:
> This is basically a backport of the current state of the art from the
> openembedded master repo. In particular this fixes an installation
> error on micro:
>
> | + cp -dPr
> /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux
Also remove update-rc.d and base-passwd since their services are no longer
required.
Signed-off-by: Phil Blundell
---
meta/classes/rootfs_ipk.bbclass | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbc
Signed-off-by: Martin Jansa
---
scripts/create-pull-request |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index 19b640f..d52098e 100755
--- a/scripts/create-pull-request
+++ b/scripts/create-pull-request
@@ -102
The following changes since commit 26e5e5feb695864b11e47e24017e254c28f14494:
Improve handling of 'all' architecture recipes and their interaction with
sstate (2011-05-31 12:56:38 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/pull
This is a backport of 952e5e2b7a5c1deefc939594d40b81a71fb16a54 from oe master.
Without this the script mangling goes very wrong if ${prefix}="". There
isn't really any way to fix this in the completely general case, but
this patch does work with the two cases I tested (freetype and
gpg-error) whi
On 05/31/2011 04:31 AM, Phil Blundell wrote:
Also remove update-rc.d and base-passwd since their services are no longer
required.
This patch message stripped all the information you had in the v1
message. I think that was useful information.
Please resend the patch with the full header.
Th
= "1.13.0"
METADATA_BRANCH = "shr"
METADATA_REVISION = "2189cc44308ee29cfd0e302da542dc32e246c60c"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "om-gta02"
DISTRO= "shr"
DISTRO_VE
SElinux has been disabled in the recipe, leading to messages like this:
[ 167.643218] login[312]: PAM unable to dlopen(/lib/security/pam_selinux.so):
/lib/security/pam_selinux.so: cannot open shared object file: No such file or
directory
[ 167.670837] login[312]: PAM adding faulty module:
/li
Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved
me from the selinux bug in shadow, though :)
Op 31 mei 2011, om 20:13 heeft Scott Garman het volgende geschreven:
> Hi Saul,
>
> This pull request includes everything needed to add the ability to
> create custom use
On 05/31/2011 11:45 AM, Koen Kooi wrote:
Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved
me from the selinux bug in shadow, though :)
Scott,
I would agree with Koen, this is a oe-core change, not a Poky only
change, please resend this request to the oe-core li
On May 30, 2011 1:52 PM, "Koen Kooi" wrote:
> Op 30 mei 2011, om 09:47 heeft Eric Bénard het volgende geschreven:
> > On 30/05/2011 09:33, Koen Kooi wrote:
> >> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven:
> >>> On 30/05/2011 08:52, Koen Kooi wrote:
> As some of you mig
On 05/31/2011 12:06 PM, Saul Wold wrote:
On 05/31/2011 11:45 AM, Koen Kooi wrote:
Shouldn't patches like this be sent to the oe-core list? It wouldn't
have saved me from the selinux bug in shadow, though :)
Scott,
I would agree with Koen, this is a oe-core change, not a Poky only
change, plea
On Tue, May 31, 2011 at 19:51, Scott Garman wrote:
> That said, I have no idea what criteria should be used to determine which
> list to send things to, and I'm sure I'm not the only one. Is this
> documented anywhere?
It seems to me that poky list ought to be not used anymore and patches
to be s
An example recipe for demonstrating/documenting how user and
group manipulation is done with 'inherit useradd'
Signed-off-by: Scott Garman
---
.../recipes-skeleton/useradd/useradd-example.bb| 59
1 files changed, 59 insertions(+), 0 deletions(-)
create mode 100644 met
This adds a -native recipe for the shadow utilities.
The custom --root option allows the the following utilities to be
run within a chroot when invoked under pseudo:
* useradd
* groupadd
* usermod
* groupmod
* userdel
* groupdel
* passwd
* gpasswd
* pwconv
* pwunconv
* grpconv
* grpunconv
They c
Hi Saul,
This pull request includes everything needed to add the ability to
create custom users and groups in our images/packages and the
corresponding ability to set custom ownership permissions.
There is a useradd-example.bb file in meta-skeleton which provides
a heavily-commented example reci
Instruct RPM to use the on-disk permissions, owners, groups,
and directory permissions, instead of defaulting to root:root
Code changes suggested by Mark Hatle.
Signed-off-by: Scott Garman
---
meta/classes/package_rpm.bbclass |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --g
PSEUDO_PASSWD needs to point to the directory where passwd and group
files are kept. This will allow pseudo to use those users and groups
to change file ownership.
Signed-off-by: Scott Garman
---
meta/conf/bitbake.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/met
Taking over maintenance of the shadow recipe. Cleaning it up in
preparation of adding a -native version that will be used to add
users/groups during postinstall.
Signed-off-by: Scott Garman
---
.../files/shadow-4.1.3-dots-in-usernames.patch |4 +
.../shadow-4.1.4.2-env-reset-keep-locale.
The -cross version of the recipe is needed in order to set up
user and group account information in the target machine sysroot.
Signed-off-by: Scott Garman
---
.../base-passwd/base-passwd-3.5.22/login.defs | 386
.../base-passwd/base-passwd-cross_3.5.22.bb| 5
On 5/31/11 2:57 PM, Otavio Salvador wrote:
> On Tue, May 31, 2011 at 19:51, Scott Garman wrote:
>> That said, I have no idea what criteria should be used to determine which
>> list to send things to, and I'm sure I'm not the only one. Is this
>> documented anywhere?
>
> It seems to me that poky l
On Tue, 2011-05-31 at 12:51 -0700, Scott Garman wrote:
> On 05/31/2011 12:06 PM, Saul Wold wrote:
> > On 05/31/2011 11:45 AM, Koen Kooi wrote:
> >> Shouldn't patches like this be sent to the oe-core list? It wouldn't
> >> have saved me from the selinux bug in shadow, though :)
> >>
> > Scott,
> >
>
This class is to be used by recipes that need to set up specific
user/group accounts and set custom file/directory permissions.
Signed-off-by: Scott Garman
---
meta/classes/useradd.bbclass | 136 ++
1 files changed, 136 insertions(+), 0 deletions(-)
crea
On 05/31/2011 02:16 PM, Mark Hatle wrote:
On 5/31/11 2:57 PM, Otavio Salvador wrote:
On Tue, May 31, 2011 at 19:51, Scott Garman wrote:
That said, I have no idea what criteria should be used to determine which
list to send things to, and I'm sure I'm not the only one. Is this
documented anywhe
On Tue, 2011-05-31 at 14:27 -0700, Scott Garman wrote:
> So presumably this would mean: if it's about a recipe that is not in
> OE-core, it's Poky-specific?
If its not bitbake and its not on OE-Core its poky specific.
> Which would also mean that discussion about anything in the bitbake
> class
Hey folks,
I'd like to collect some feedback on error messages while building that
you find confusing/annoying/unhelpful. I'm going to be working on trying
to improve the situation and would like to hear from you about what
could be more helpful.
I'm starting to track some of these situation
Hi
In slugos when I updated to today's snapshot of oe-core and meta-oe
its giving me this
ERROR: Information not available for target 'all-linux'
| ETA: 00:00:37
ERROR: Error parsing
/home/kraj/work/slugos/meta-openembedded/meta-oe/recipes-core
On Thu, 2011-05-26 at 01:59 +0100, Richard Purdie wrote:
> Of course its not that simple. I just discovered:
>
> OVERRIDES = "z"
> DEPENDS_prepend = "a "
> DEPENDS = "b"
> DEPENDS_z = "c"
>
> d.update_data()
> d.getVar("DEPENDS") gives "a c"
> d.update_data()
> d.getVar("DEPENDS") gives "c"
>
>
On Tue, May 31, 2011 at 03:26:21PM -0700, Scott Garman wrote:
> Hey folks,
>
> I'd like to collect some feedback on error messages while building
> that you find confusing/annoying/unhelpful. I'm going to be working
> on trying to improve the situation and would like to hear from you
> about what
On Tue, May 31, 2011 at 03:45:46PM -0700, Khem Raj wrote:
> Hi
>
> In slugos when I updated to today's snapshot of oe-core and meta-oe
> its giving me this
>
> ERROR: Information not available for target 'all-linux'
>
> | ETA: 00:00:37
> ERROR:
[YOCTO #1030]
This diables the ARMv7 optimizations that cause the compiler to fail
with the following error
| ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function
'void qt_removeObject(QObject*)':
| ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:361:35:
error: ou
[YOCTO #1130]
This diables the ARMv7 optimizations that cause the compiler to fail
with the following error
| ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function
'void qt_removeObject(QObject*)':
| ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:361:35:
error: ou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 10:26 PM, Saul Wold wrote:
> [YOCTO #1030]
>
> This diables the ARMv7 optimizations that cause the compiler to fail
> with the following error
>
> | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function
> 'void qt_remov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 10:28 PM, Saul Wold wrote:
> [YOCTO #1130]
>
> This diables the ARMv7 optimizations that cause the compiler to fail
> with the following error
>
> | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function
> 'void qt_remov
On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 05/31/2011 10:26 PM, Saul Wold wrote:
> > [YOCTO #1030]
> >
> > This diables the ARMv7 optimizations that cause the compiler to fail
> > with the following error
> >
> > | ../../inc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 11:10 PM, Martin Jansa wrote:
> On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 05/31/2011 10:26 PM, Saul Wold wrote:
>>> [YOCTO #1030]
>>>
>>> This diables the ARMv7
Signed-off-by: Saul Wold
---
meta/recipes-extended/sysstat/sysstat_10.0.0.bb | 10 ++
meta/recipes-extended/sysstat/sysstat_9.1.5.bb | 10 --
2 files changed, 10 insertions(+), 10 deletions(-)
create mode 100644 meta/recipes-extended/sysstat/sysstat_10.0.0.bb
delete mode 10
Signed-off-by: Saul Wold
---
.../newt/files/remove_slang_include.patch |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/newt/files/remove_slang_include.patch
b/meta/recipes-extended/newt/files/remove_slang_include.patch
index dbdeef0..a263
Signed-off-by: Saul Wold
---
.../tzdata/{tzdata_2010o.bb => tzdata_2011g.bb}|4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/tzdata/{tzdata_2010o.bb => tzdata_2011g.bb} (98%)
diff --git a/meta/recipes-extended/tzdata/tzdata_2010o.bb
b/meta/recipes-
Signed-off-by: Saul Wold
---
.../less/{less_436.bb => less_443.bb} |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/less/{less_436.bb => less_443.bb} (80%)
diff --git a/meta/recipes-extended/less/less_436.bb
b/meta/recipes-extended/less/
Signed-off-by: Saul Wold
---
.../libmad/libmad/add-pkgconfig.patch |2 ++
.../libmad/fix_for_mips_with_gcc-4.5.0.patch |2 ++
.../libmad/libmad/no-force-mem.patch |2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-multim
Signed-off-by: Saul Wold
---
.../MCONFIG|0
.../defines.h |0
.../make_include |0
.../remove-lscpu.patch |0
.../swapargs.h
Signed-off-by: Saul Wold
---
.../gnome/gobject-introspection/configure.patch|2 ++
.../gnome/gobject-introspection/pathfix.patch |2 ++
.../gnome/gobject-introspection_git.bb |4 ++--
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-gnom
Add Upstream-Status tags to patches
Signed-off-by: Saul Wold
---
.../autoconf.patch |2 ++
.../shared_preloadable_libiconv_linux.patch|2 ++
.../{libiconv_1.11.1.bb => libiconv_1.13.1.bb} |0
3 files changed, 4 insertions(+), 0 deletions(-)
Add Upstream Status tags to patches
Signed-off-by: Saul Wold
---
.../gettext/gettext-0.16.1/disable_java.patch |2 +
.../gettext-0.16.1/fix_aclocal_version.patch |2 +
.../gettext-0.16.1/fix_gnu_source_circular.patch |2 +
.../gettext/gettext-0.16.1/fixchicken.patch
Signed-off-by: Saul Wold
---
.../mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git
a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch
b/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.pat
Signed-off-by: Saul Wold
---
.../mc/{mc_4.7.5.1.bb => mc_4.7.5.2.bb}|4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/mc/{mc_4.7.5.1.bb => mc_4.7.5.2.bb} (78%)
diff --git a/meta/recipes-extended/mc/mc_4.7.5.1.bb
b/meta/recipes-extended/mc/mc
Signed-off-by: Saul Wold
---
...8.7.bb => update-alternatives-dpkg_1.16.0.3.bb} |0
1 files changed, 0 insertions(+), 0 deletions(-)
rename
meta/recipes-devtools/update-alternatives/{update-alternatives-dpkg_1.15.8.7.bb
=> update-alternatives-dpkg_1.16.0.3.bb} (100%)
diff --git
a/meta/re
Signed-off-by: Saul Wold
---
.../qt-apps/{qmmp_0.5.0.bb => qmmp_0.5.1.bb} |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-qt/qt-apps/{qmmp_0.5.0.bb => qmmp_0.5.1.bb} (92%)
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.5.0.bb
b/meta/recipes-qt/qt-apps/qmmp
Signed-off-by: Saul Wold
---
meta/conf/bitbake.conf |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index de94316..4722eb0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -248,13 +248,18 @@ FILES_${
From: Xiaofeng Yan
Fix bug [YOCTO #1092]
Own a directory "/var/lib" before do_install() because if there isn't this
directory during installing, \
then script "mkinstalldirs" from "sudo package" will create directory
"/var/lib/sudo" by recursion with mode "0700" \
which will cause bug [YOCTO #1
Signed-off-by: Saul Wold
---
.../mailx/{mailx_12.4.bb => mailx_12.5.bb} | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
rename meta/recipes-extended/mailx/{mailx_12.4.bb => mailx_12.5.bb} (66%)
diff --git a/meta/recipes-extended/mailx/mailx_12.4.bb
b/meta/recipes
Signed-off-by: Saul Wold
---
meta/recipes-graphics/glew/files/autotools.patch |3 +++
.../glew/{glew_1.5.7.bb => glew_1.6.0.bb} |4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/glew/{glew_1.5.7.bb => glew_1.6.0.bb} (80%)
diff --git a/meta
[YOCTO #1030]
This diables the ARMv7 optimizations that cause the compiler to fail with the
following error
| ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function 'void
qt_removeObject(QObject*)':
| ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:361:35: error:
outp
From: Koen Kooi
OE-core uses 'dbus-1' as initscript name, which no other
distribution(-buildsys) does, so we have to take special measures.
Signed-off-by: Koen Kooi
---
meta/recipes-core/dbus/dbus.inc |4
meta/recipes-core/dbus/dbus_1.4.1.bb |2 +-
2 files changed, 5 inserti
Signed-off-by: Saul Wold
---
.../gnutls/gnutls-2.10.4/configure-fix.patch | 66 ---
.../gnutls/gnutls-2.12.5/configure-fix.patch | 67
.../gnutls-openssl.patch |0
.../gnutls-texinfo-euro.patch
Signed-off-by: Saul Wold
---
.../puzzles/{puzzles_r9173.bb => puzzles_r9175.bb} |0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-sato/puzzles/{puzzles_r9173.bb => puzzles_r9175.bb} (100%)
diff --git a/meta/recipes-sato/puzzles/puzzles_r9173.bb
b/meta/recipes-sato/pu
From: Phil Blundell
This is basically a backport of the current state of the art from the
openembedded master repo. In particular this fixes an installation
error on micro:
| + cp -dPr
/home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/bin
/home/pb/oe/build-meta/t
Signed-off-by: Saul Wold
---
.../gthumb/{gthumb_2.12.2.bb => gthumb_2.12.3.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/gthumb/{gthumb_2.12.2.bb => gthumb_2.12.3.bb} (76%)
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
b/meta/recipes-gno
Signed-off-by: Saul Wold
---
.../{chkconfig_1.3.51.bb => chkconfig_1.3.52.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/chkconfig/{chkconfig_1.3.51.bb =>
chkconfig_1.3.52.bb} (83%)
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.51.
From: Martin Jansa
Signed-off-by: Martin Jansa
---
scripts/create-pull-request |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index 19b640f..d52098e 100755
--- a/scripts/create-pull-request
+++ b/scripts/create
From: Phil Blundell
This is a backport of 952e5e2b7a5c1deefc939594d40b81a71fb16a54 from oe master.
Without this the script mangling goes very wrong if ${prefix}="". There
isn't really any way to fix this in the completely general case, but
this patch does work with the two cases I tested (freet
Signed-off-by: Saul Wold
---
...alsa-tools_1.0.20.bb => alsa-tools_1.0.24.1.bb} |0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.20.bb =>
alsa-tools_1.0.24.1.bb} (100%)
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb
b
Signed-off-by: Saul Wold
---
meta/recipes-kernel/dtc/dtc-native.inc |3 ---
meta/recipes-kernel/dtc/dtc-native_git.bb |5 -
meta/recipes-kernel/dtc/dtc.inc|8 +++-
meta/recipes-kernel/dtc/dtc/remove_space_opt.patch |2 ++
meta/recip
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 11:10 PM, Martin Jansa wrote:
> On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 05/31/2011 10:26 PM, Saul Wold wrote:
>>> [YOCTO #1030]
>>>
>>> This diables the ARMv7
Signed-off-by: Saul Wold
---
.../msmtp/{msmtp_1.4.23.bb => msmtp_1.4.24.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/msmtp/{msmtp_1.4.23.bb => msmtp_1.4.24.bb} (81%)
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb
b/meta/recipes-ex
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 11:21 PM, Saul Wold wrote:
> Add Upstream-Status tags to patches
>
> Signed-off-by: Saul Wold
> ---
> .../autoconf.patch |2 ++
> .../shared_preloadable_libiconv_linux.patch|2 ++
> .../{
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc | 99 ++--
1 files changed, 72 insertions(+), 27 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index bcf7a1a..7
Signed-off-by: Saul Wold
---
.../rxvt.desktop |0
.../rxvt.png | Bin 2847 -> 2847 bytes
.../xwc.patch |0
.../{rxvt-unicode_9.10.bb => rxvt-unicode_9.11.bb} |0
4 files chang
Richard,
This contains a few patches from the community, along with a batch of updates
and bug fixes from me.
This includes the patch I submitted for the beagleboard qt4-x11-free failure.
This has been built via world.
Thanks
Sau!
The following changes since commit 26e5e5feb695864b11
Op 1 jun 2011, om 00:45 heeft Khem Raj het volgende geschreven:
> Hi
>
> In slugos when I updated to today's snapshot of oe-core and meta-oe
> its giving me this
>
> ERROR: Information not available for target 'all-linux'
>
> | ETA: 00:00:37
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 11:21 PM, Saul Wold wrote:
> Add Upstream Status tags to patches
>
> Signed-off-by: Saul Wold
> ---
> .../gettext/gettext-0.16.1/disable_java.patch |2 +
> .../gettext-0.16.1/fix_aclocal_version.patch |2 +
> .../get
On 05/31/2011 11:32 PM, Khem Raj wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 11:21 PM, Saul Wold wrote:
Add Upstream Status tags to patches
Signed-off-by: Saul Wold
---
.../gettext/gettext-0.16.1/disable_java.patch |2 +
.../gettext-0.16.1/fix_aclocal_version
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/2011 11:31 PM, Koen Kooi wrote:
>
> Op 1 jun 2011, om 00:45 heeft Khem Raj het volgende geschreven:
>
>> Hi
>>
>> In slugos when I updated to today's snapshot of oe-core and meta-oe
>> its giving me this
>>
>> ERROR: Information not availab
Signed-off-by: Saul Wold
---
.../recipes-graphics/clutter/clutter-1.6_1.6.14.bb |5 ++-
.../clutter/update_gettext_macro_version.patch | 32
2 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644
meta/recipes-graphics/clutter/clutter/update_gettext_m
91 matches
Mail list logo