From: Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99.
Signed-off-by: Tom Zanussi
---
meta/recipes-bsp/grub/grub-1.99/40_custom |9
.../grub/grub-1.99/grub-install.in.patch | 20 +
meta/recipes-bsp/grub/grub_1.99.bb
From: Dongxiao Xu
Update package alias which exist in other two distributions.
Signed-off-by: Dongxiao Xu
---
.../conf/distro/include/distro_tracking_fields.inc | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_field
Signed-off-by: Saul Wold
---
meta/recipes-core/tasks/task-core-sdk.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/tasks/task-core-sdk.bb
b/meta/recipes-core/tasks/task-core-sdk.bb
index 52fdd75..5743631 100644
--- a/meta/recipes-core/tasks/task-cor
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../conf/distro/include/distro_tracking_fields.inc | 28 +++-
1 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.i
From: Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This
adds them to init-install.sh and adds an install-time check that
determines which version is being used and which steps to use
depending on the version of grub selected.
Signed-off-by: Tom Zanussi
---
.../init
From: Yu Ke
add the missing distro checking field for some recipes
Signed-off-by: Yu Ke
---
.../conf/distro/include/distro_tracking_fields.inc | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/
From: Dexuan Cui
[YOCTO #1070]
Currently with deb packaging, we have 2 issues when running
"bitbake meta-toolchain-gmae".
1) when MACHINE="qemux86", SDKMACHINE="i686", INSTALL_BASEARCH_DEB is "i686",
too. This causes the following ERROR:
| E: Couldn't find package task-sdk-host-nativesdk
NOTE:
From: Mark Hatle
[YOCTO #1473]
>From the upstream cross prelink respository:
Fix printf typecast problem
Without this fix the printed TLS(...) information is incorrect, which
causes the core prelinker code to incorrectly prelink. This bug triggers
primarily on x86 (32-bit) hos
From: Bruce Ashfield
Merging the following meta changes:
12574e5 meta: create seperate feature for 10/100 LAN support
c8b37bf meta: Remove 10/100 LAN support.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +-
meta/recipes-kernel/linux/linux-yocto_3.0
Richard,
Please pull this first before pulling any other changes, so that
we can tag / branch this for RC2.
These changes are all reviewed. There is a kernel update, deb packaging
fix, prelinker and distro tracking updates.
I also included Paul's core-console change, Tom's Grub2 move and
the
From: Bruce Ashfield
During the initial development of the linux-yocto recipes there were
several additional tasks that needed to be run in any inheriting
recipe. At that time, they didn't seem to fire if they were in the
include file versus the recipes themselves. As it turns out, these
tasks do
From: Bruce Ashfield
Merging the following commit for the -rt machines:
[
preempt-rt/base: correct 3.0.3->3.0.4 mismerge for, stop_machine.c
Commit 0b805cce57f61a244eb3b8fce460b14f1be442b3 dropped a change making
stop_cpus_mutex non-static, resulting in a build failure for 3.0.4-rt
From: Paul Eggleton
[YOCTO #1481]
Since tasks are referred to almost exclusively via RDEPENDS, and bitbake
will build an entire task recipe when only one of its task packages are
actually needed, building a console-only image that uses
task-core-apps-console (or less directly, has apps-console i
From: Eric Bénard
- this patch comes from Nokia and blacklist all DigiNotar intermediates
and root certificates, more details are available here :
http://labs.qt.nokia.com/2011/09/07/what-the-diginotar-security-breach-means-for-qt-users-continued/
Signed-off-by: Eric Bénard
---
.../qt4/files/b
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Mark Hatle
> Sent: Wednesday, 14 September 2011 10:30 PM
> To: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] Problem w
It's difficult to test a range of fetchers when using mirrors, therefore create
a throwaway
copy of the datastore and delete the MIRROR and PREMIRROR variables to ensure
they aren't
used in the connectivity check.
Signed-off-by: Joshua Lock
---
meta/classes/sanity.bbclass |8 ++--
1 fi
I realised today that we are using mirrors when running the network connectivity
checks. This could significantly reduce the utility of this sanity check.
The single patch in this series rectifies the issue.
Regards,
Joshua
The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419d
On Wed, Sep 14, 2011 at 15:50, Tom Zanussi wrote:
> Thanks for taking the time to review and ack these...
You're welcome.
I am sorry by being so boring ;-)
Thanks by accepting the suggestions :-D
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http
On Wed, 2011-09-14 at 11:49 -0700, Otavio Salvador wrote:
> On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote:
> > This patchset adds a new recipe for grub2 and an accompanying
> > changes to initramfs-live-install.
> >
> > It's been preliminarily boot-tested with the meta-intel BSPs emenlow,
> > a
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote:
> grub2 needs a different set of install steps from grub 0.97. This
> adds them to init-install.sh and adds an install-time check that
> determines which version is being used and which steps to use
> depending on the version of grub selected.
>
>
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote:
> This patchset adds a new recipe for grub2 and an accompanying
> changes to initramfs-live-install.
>
> It's been preliminarily boot-tested with the meta-intel BSPs emenlow,
> and the legacy version (grub-0.97) was also tested with emenlow.
...
A
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote:
> This adds the grub-1.98 from meta-intel while upgrading it to 1.99.
>
> Signed-off-by: Tom Zanussi
Acked-by: Otavio Salvador
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.co
This patchset adds a new recipe for grub2 and an accompanying
changes to initramfs-live-install.
It's been preliminarily boot-tested with the meta-intel BSPs emenlow,
and the legacy version (grub-0.97) was also tested with emenlow.
v4 changes:
Suggestions from Otavio Salvador and Saul Wold to ad
grub2 needs a different set of install steps from grub 0.97. This
adds them to init-install.sh and adds an install-time check that
determines which version is being used and which steps to use
depending on the version of grub selected.
Signed-off-by: Tom Zanussi
---
.../initrdscripts/files/init
This adds the grub-1.98 from meta-intel while upgrading it to 1.99.
Signed-off-by: Tom Zanussi
---
meta/recipes-bsp/grub/grub-1.99/40_custom |9
.../grub/grub-1.99/grub-install.in.patch | 20 +
meta/recipes-bsp/grub/grub_1.99.bb | 44 ++
On Wed, 2011-09-14 at 19:13 +0100, Paul Eggleton wrote:
> [YOCTO #1481]
>
> Since tasks are referred to almost exclusively via RDEPENDS, and bitbake
> will build an entire task recipe when only one of its task packages are
> actually needed, building a console-only image that uses
> task-core-apps
This patch makes a significant reduction in the build time for
console-only images that use task-core-apps-console (from ~4000 down to
~2700 in my tests) by avoiding building X11 applications unnecessarily.
Since v1, add bug reference and update copyright notices.
The following changes since com
[YOCTO #1481]
Since tasks are referred to almost exclusively via RDEPENDS, and bitbake
will build an entire task recipe when only one of its task packages are
actually needed, building a console-only image that uses
task-core-apps-console (or less directly, has apps-console in its
IMAGE_FEATURES)
On Wed, 2011-09-14 at 13:01 -0500, Tom Zanussi wrote:
> This adds the grub-1.98 from meta-intel while upgrading it to 1.99.
>
> Signed-off-by: Tom Zanussi
> ---
> meta/recipes-bsp/grub/grub-1.99/40_custom |9
> .../grub/grub-1.99/grub-install.in.patch | 15 +++
>
Merging the following commit for the -rt machines:
[
preempt-rt/base: correct 3.0.3->3.0.4 mismerge for, stop_machine.c
Commit 0b805cce57f61a244eb3b8fce460b14f1be442b3 dropped a change making
stop_cpus_mutex non-static, resulting in a build failure for 3.0.4-rt
kernels.
Resto
During the initial development of the linux-yocto recipes there were
several additional tasks that needed to be run in any inheriting
recipe. At that time, they didn't seem to fire if they were in the
include file versus the recipes themselves. As it turns out, these
tasks do work fine if placed in
Richard/Saul,
Here's a series of changes I've had locally since last week. The
two kernel only ones are simple enough.
- a configuration split to clean our x86 BSPs
- a build fix for rt
The net result of the cleanup is zero, since the configs are the
same, so there's no reason not to do it.
Merging the following meta changes:
12574e5 meta: create seperate feature for 10/100 LAN support
c8b37bf meta: Remove 10/100 LAN support.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +-
2 fil
On Wed, Sep 14, 2011 at 15:01, Tom Zanussi wrote:
> grub2 needs a different set of install steps from grub 0.97. This
> adds them to init-install.sh and adds an install-time check that
> determines which version is being used and which steps to use
> depending on the version of grub selected.
>
>
On Wed, Sep 14, 2011 at 15:01, Tom Zanussi wrote:
> +++ b/meta/recipes-bsp/grub/grub-1.99/grub-install.in.patch
> @@ -0,0 +1,15 @@
> +Upstream-Status: Inappropriate [embedded specific]
> +
> +Index: grub-1.99/util/grub-install.in
> +=
grub2 needs a different set of install steps from grub 0.97. This
adds them to init-install.sh and adds an install-time check that
determines which version is being used and which steps to use
depending on the version of grub selected.
Signed-off-by: Tom Zanussi
---
.../initrdscripts/files/init
This adds the grub-1.98 from meta-intel while upgrading it to 1.99.
Signed-off-by: Tom Zanussi
---
meta/recipes-bsp/grub/grub-1.99/40_custom |9
.../grub/grub-1.99/grub-install.in.patch | 15 +++
meta/recipes-bsp/grub/grub_1.99.bb | 44
This patchset adds a new recipe for grub2 and an accompanying
changes to initramfs-live-install.
It's been preliminarily boot-tested with the meta-intel BSPs emenlow,
and the legacy version (grub-0.97) was also tested with emenlow.
v3 changes:
Suggestions from Otavio Salvador to update copyright
Oops, missed something... ignore this, v2 on its way.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op
Bug 1482 filed for it.
- Jessica
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Saul Wold
Sent: Wednesday, September 14, 2011 10:04 AM
To: openembedded-core@lists.openembedded.org
Subject: R
On Wed, Sep 14, 2011 at 07:13, wrote:
> From: Nitin A Kamble
>
> more information in the patch file
Please put the information on the commit log since people shouldn't
need to look into the patch file to gather it.
...
> +++ b/meta/recipes-devtools/cmake/cmake/fix_for_running_on_older_distros.d
On Wed, Sep 14, 2011 at 13:12, Tom Zanussi wrote:
...
> .../grub/grub-1.99/grub-install.in.patch | 13 ++
...
This needs header addition to be OK for merging.
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
On Wed, Sep 14, 2011 at 13:12, Tom Zanussi wrote:
...
> --- a/meta/recipes-core/initrdscripts/files/init-install.sh
> +++ b/meta/recipes-core/initrdscripts/files/init-install.sh
> @@ -1,6 +1,6 @@
> #!/bin/sh -e
> #
> -# Copyright (C) 2008 Intel
> +# Copyright (C) 2011 Intel
This ought to be 200
Op 14 sep 2011, om 15:09 heeft Eric Bénard het volgende geschreven:
Hi,
Le 14/09/2011 13:11, Koen Kooi a écrit :
Could you please give us an heads-up when this is going in, since
it needs matching commits to meta-oe and meta-angstrom as well to
keep the .bbappends working. If we don't su
On Tue, 2011-09-13 at 19:52 -0500, Mark Hatle wrote:
> This fixes yocto bugzilla bug 1473. It addresses an issue where a typecast
> wasn't being specified and the compiler was doing the wrong thing in a
> printf.
>
> The symbols of the previous failure were, on a 32-bit IA32 host, targeting
> ei
Since tasks are referred to almost exclusively via RDEPENDS, and bitbake
will build an entire task recipe when only one of its task packages are
actually needed, building a console-only image that uses
task-core-apps-console (or less directly, has apps-console in its
IMAGE_FEATURES) will cause a bu
This patch makes a significant reduction in the build time for
console-only images that use task-core-apps-console (from ~4000 down to
~2700 in my tests) by avoiding building X11 applications unnecessarily.
The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419dc11:
core-image-
From: Nitin A Kamble
The reported issue gets fixed by the accompanying commit.
If the cmake is built on fedora 15 it also gets one extra symbol
memcpy@@GLIBC_2.14. I tried various ways to get rid of this symbol from
resulting binaries, but I could not get rid of it completely, Hence I did
no
From: Nitin A Kamble
more information in the patch file
This also adds dependency on the build system to have libstdc++-static
package being installed.
Signed-off-by: Nitin A Kamble
---
meta/recipes-devtools/cmake/cmake-native_2.8.5.bb |4 ++-
.../cmake/fix_for_running_on_older_distros.d
This adds the grub-1.98 from meta-intel while upgrading it to 1.99.
Signed-off-by: Tom Zanussi
---
meta/recipes-bsp/grub/grub-1.99/40_custom |9
.../grub/grub-1.99/grub-install.in.patch | 13 ++
meta/recipes-bsp/grub/grub_1.99.bb | 44 +
This patchset adds a new recipe for grub2 and an accompanying
changes to initramfs-live-install.
It's been preliminarily boot-tested with the meta-intel BSPs emenlow,
and the legacy version (grub-0.97) was also tested with emenlow.
v2 changes:
Suggestions from Otavio Salvator to remove any distr
grub2 needs a different set of install steps from grub 0.97. This
adds them to init-install.sh and adds an install-time check that
determines which version is being used and which steps to use
depending on the version of grub selected.
Signed-off-by: Tom Zanussi
---
.../initrdscripts/files/init
On Wed, 2011-09-14 at 09:05 -0700, Otavio Salvador wrote:
> On Wed, Sep 14, 2011 at 13:01, Tom Zanussi wrote:
> > Well, my new version handles both grub 0.97 and grub2. We need to keep
> > grub 0.97 around because grub2 is GPLv3.
>
> Sure; fully agree on that but we can get rid of two different
On Wed, Sep 14, 2011 at 13:01, Tom Zanussi wrote:
> Well, my new version handles both grub 0.97 and grub2. We need to keep
> grub 0.97 around because grub2 is GPLv3.
Sure; fully agree on that but we can get rid of two different scripts
and avoid duplicated maintainence work :-)
--
Otavio Salva
On Wed, 2011-09-14 at 08:55 -0700, Otavio Salvador wrote:
> On Wed, Sep 14, 2011 at 12:45, Tom Zanussi wrote:
> > On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote:
> >> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote:
> >> /> A future patch will factor out the common parts of init_instal
On Wed, Sep 14, 2011 at 12:45, Tom Zanussi wrote:
> On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote:
>> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote:
>> /> A future patch will factor out the common parts of init_install_2.0.sh
>> > with init_install 1.0 - this initial patchset essent
On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote:
> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote:
> /> A future patch will factor out the common parts of init_install_2.0.sh
> > with init_install 1.0 - this initial patchset essentially just fixes
> > what's necessary for YOCTO bug #142
On Wed, 2011-09-14 at 05:29 -0700, Otavio Salvador wrote:
> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote:
> > grub2 uses a completely different set of install steps. These are
> > contained in a 2.0 version of init-install.sh, which is tied to grub2
> > (1.98) and a 2.0 version of the initram
On Wed, Sep 14, 2011 at 10:09, Eric Bénard wrote:
> I sent patches to update meta-oe, meta-angstrom & meta-intel : did you get
> them ?
The md5sum of the tarball doesn't match. GNUtoo is aware of the issue.
Please hold the patch merging until a new patchset is send with the
fixes md5sum hashes.
[YOCTO #1070]
Currently with deb packaging, we have 2 issues when running
"bitbake meta-toolchain-gmae".
1) when MACHINE="qemux86", SDKMACHINE="i686", INSTALL_BASEARCH_DEB is "i686",
too. This causes the following ERROR:
| E: Couldn't find package task-sdk-host-nativesdk
NOTE: package meta-toolch
The following changes since commit 372fffc4e289f88388de55665b1c5d766b956b37:
dpkg: fix pkg_postinst_dpkg, don't supply {bindir}/update-alternatives
(2011-09-13 21:08:37 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/deb
http://git.pokylinux.org/cgi
This looks fine. The do_archgen() function within the libzypp_git.bb will need
to be updated to look for the multilib machine type as well.
--Mark
On 9/14/11 1:08 AM, Dongxiao Xu wrote:
> Currently MACHINE_ARCH deploy folder is unique in multilib system, thus
> a lib32 version of rpm package wil
I still don't think this is what we want. Let me look into the library issues
that you mentioned in the other thread and I'll see if we can deal with it that
way.
(Note, we may need to use something like this in non-RPM cases.. but I'm not
sure about that either.)
--Mark
On 9/14/11 1:08 AM, Do
On 9/13/11 9:56 PM, Xu, Dongxiao wrote:
> Hi Mark,
>
>> -Original Message-
>> From: openembedded-core-boun...@lists.openembedded.org
>> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
>> Mark Hatle
>> Sent: Tuesday, September 13, 2011 11:24 PM
>> To: openembedded-cor
On 9/13/11 8:03 PM, Xu, Dongxiao wrote:
> Hi Mark,
>
...trimming the thread a bit...
>> This patch is incorrect. Architectural information should not be
>> in the dependencies within RPM packages.
>>
>> RPM is expected to find the proper version of a package to install
>> ba
On 9/13/11 8:33 PM, James Limbouris wrote:
>> -Original Message-
>> From: openembedded-core-boun...@lists.openembedded.org
>> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
>> Mark Hatle
>> Sent: Wednesday, 14 September 2011 8:52 AM
>> To: openembedded-core@lists.ope
Hi,
Le 14/09/2011 13:11, Koen Kooi a écrit :
Could you please give us an heads-up when this is going in, since it needs
matching commits to meta-oe and meta-angstrom as well to keep the .bbappends
working. If we don't succeed in merging the bbappend changes into oe-core we
should consider br
Signed-off-by: Otavio Salvador
---
.../xorg-xserver/xserver-xf86-lite.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc
b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc
index 7150a2a..54470
Signed-off-by: Otavio Salvador
---
.../xorg-xserver/xserver-xf86-common.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
index b1a0f08..0
Signed-off-by: Otavio Salvador
---
.../xorg-xserver/xserver-xf86-dri-lite.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
index db2d12
The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419dc11:
core-image-minimal: Add missing POKY_EXTRA_IMAGE variable (2011-09-14
01:27:08 +0100)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.com/OSSystems/oe-core/tree/mas
On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote:
/> A future patch will factor out the common parts of init_install_2.0.sh
> with init_install 1.0 - this initial patchset essentially just fixes
> what's necessary for YOCTO bug #1428 in order to get things working again.
Wouldn't be better to dro
On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote:
> grub2 uses a completely different set of install steps. These are
> contained in a 2.0 version of init-install.sh, which is tied to grub2
> (1.98) and a 2.0 version of the initramfs-live-install recipe.
Please avoid Poky, OE-Core and like while
Op 12 sep. 2011, om 12:34 heeft Paul Eggleton het volgende geschreven:
> On Sunday 11 September 2011 18:33:35 Eric Bénard wrote:
>> - 4.7.4 was release on the 1st of september, the changelog is available
>> here :
>> http://qt.gitorious.org/+qt-developers/qt/releases/blobs/v4.7.4/dist/chang
>> es
On Fri, Sep 9, 2011 at 11:27 AM, Andrea Adami wrote:
> Hello,
>
> we have the latest klibc release in the meta-openembedded layer.
>
> Awaiting an imminent klibc_2.0 release, I'd be grateful if someone could
> review and possibly test the recipes [1]
> which happen to build and package apaprently
On Tue, 2011-09-13 at 17:46 -0700, Joshua Lock wrote:
> Whilst I intend to rectify the latter I'd like to propose we change the
> former such that the defect information is at the end of the commit
> message.
>
> I believe this is more suitable for the project because the defect
> information and
On Tue, 2011-09-13 at 15:33 -0300, Otavio Salvador wrote:
> On Tue, Sep 13, 2011 at 14:25, Phil Blundell wrote:
> > Do you know how long it's likely to be before this release is complete
> > and the tree is re-opened for development? I'm a bit unclear what the
> > process is for that.
>
> Maybe
77 matches
Mail list logo