Without 64 bit shell tests, the timestamp comparison in initscripts'
bootmisc.sh throws 'out of range' errors.
With CONFIG_FEATURE_DATE_COMPAT, date reads the MMddhhmm string as
hhmmMMdd when setting the time from the timestamp in bootmisc.sh.
Signed-off-by: James Limbouris
---
meta/re
Also, CONFIG_FEATURE_DATE_COMPAT=y has to be removed - it mungs the
MMddhhmm string into hhmmMMdd !
> -Original Message-
> From: James Limbouris
> Sent: Wednesday, 29 February 2012 1:32 PM
> To: Patches and discussions about the oe-core layer
> Subject: RE: [OE-core] [PATCH] inits
- ${PN} where not being build due ordering;
- ${PN}-staticdev lacked the ${libdir} files.
Signed-off-by: Otavio Salvador
---
meta/recipes-devtools/syslinux/syslinux_4.03.bb |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/syslinux/syslinux_4.0
We need to use -f (force) or the command fails in the image file
already exists.
Signed-off-by: Otavio Salvador
---
meta/classes/image_types.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
ind
Signed-off-by: Otavio Salvador
---
meta/classes/image_types.bbclass | 14 +-
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 74071c1..f9ed49f 100644
--- a/meta/classes/image_types.bbclass
+++ b/
The following changes since commit 61216d2743502ef38955054aad6a4f2ed63e6d43:
licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:42
+)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.com/OSSystems/oe-core/tree/HEAD
Signed-off-by: Otavio Salvador
---
meta/classes/image.bbclass |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 4db55ff..ec75cc1 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -3
On 2/28/12 11:29 PM, Steve Sakoman wrote:
On Tue, Feb 28, 2012 at 9:13 PM, Mark Hatle wrote:
I'm building pseudo on 64-bit machines right now, no problem.
The error you are seeing is pseudo attempting to build both a 64-bit and a
32-bit wrapper. The 32-bit wrapper is built when the recipe de
Hi,
I think we need to add BUSYBOX_CONFIG_FEATURE_TEST_64 to the busybox defconfig
after this patch.
On my build (which had neither BUSYBOX_CONFIG_FEATURE_TEST_64 nor
BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64) I was getting 'out of range' errors.
Regards
James Limbouris
> -Original Message---
On Tue, Feb 28, 2012 at 9:13 PM, Mark Hatle wrote:
> I'm building pseudo on 64-bit machines right now, no problem.
>
> The error you are seeing is pseudo attempting to build both a 64-bit and a
> 32-bit wrapper. The 32-bit wrapper is built when the recipe detects support
> for both 32-bit and 64
On 2/28/12 10:35 PM, Steve Sakoman wrote:
I did a clean build on an Ubuntu 64 bit build machine a couple of days
ago with no issues.
After a pull of today I did an image build for an OMAP3 machine and
encountered an issue with psuedo-native.
First I got this familiar message:
Pseudo is not pre
I did a clean build on an Ubuntu 64 bit build machine a couple of days
ago with no issues.
After a pull of today I did an image build for an OMAP3 machine and
encountered an issue with psuedo-native.
First I got this familiar message:
Pseudo is not present but is required, building this first be
If a machine loses power while building the volatiles cache, it will
continue to operate with an incomplete set of volatiles. Fix this by
updating atomically.
Signed-off-by: James Limbouris
---
.../initscripts-1.0/populate-volatile.sh | 10 ++
meta/recipes-core/initscripts/in
On Tue, Feb 28, 2012 at 21:23, Beth Flanagan
wrote:
> More quoting issues during an fri build. Fixing as per standard.
Already done by Saul :)
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854
On Wed, Feb 29, 2012 at 12:48 AM, Otavio Salvador
wrote:
> On Tue, Feb 28, 2012 at 20:41, Andrea Adami wrote:
>> | ln: failed to create symbolic link
>> `/oe/oe-core/build/tmp-eglibc/deploy/images/initramfs-kexecboot-klibc-image-poodle.cpio.lzma':
>> File exists
>>
>> Looking at run.do_rootfs I s
I found these ParseError quoting issues in the fri2 layer. I fixed other
quoting issues in the class while I was there.
The following changes since commit d86e3082e695cde555df276a2436873fa5381130:
licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:52
+)
are available
From: Elizabeth Flanagan
More quoting issues during an fri build. Fixing as per standard.
Signed-off-by: Elizabeth Flanagan
---
meta/classes/bootimg.bbclass |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbcla
On Tue, Feb 28, 2012 at 20:41, Andrea Adami wrote:
> | ln: failed to create symbolic link
> `/oe/oe-core/build/tmp-eglibc/deploy/images/initramfs-kexecboot-klibc-image-poodle.cpio.lzma':
> File exists
>
> Looking at run.do_rootfs I see runimagecmd is called twice.
>
> In the log.do_rootfs there is
On Tue, Feb 28, 2012 at 9:19 PM, Koen Kooi wrote:
>
> Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven:
>
>> The current approach of adding each different compressed image type doesn't
>> scale. This patch changes the code so compressed images for each form are
>> automatical
On Tue, Feb 28, 2012 at 9:48 AM, Paul Eggleton
wrote:
> Hi all,
>
> For some boot configurations (e.g. kexecboot) having the kernel binary in the
> image is required. In OE Classic, task-boot used to always include the kernel
> binary in the image (via RRECOMMENDS, so it could be uninstalled). We
On Tue, Feb 28, 2012 at 5:16 PM, Matthew McClintock wrote:
> On Tue, Feb 28, 2012 at 9:48 AM, Paul Eggleton
> wrote:
>> Hi all,
>>
>> For some boot configurations (e.g. kexecboot) having the kernel binary in the
>> image is required. In OE Classic, task-boot used to always include the kernel
>> b
All,
I'm wanting to remove this:
diff --git a/meta/recipes-devtools/qemu/qemu.inc
b/meta/recipes-devtools/qemu/qemu.inc
index 58049b9..3be46f2 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -49,13 +49,6 @@ do_configure() {
test ! -e ${S}/target-
During the upgrade to 1.8.4, the UCB-licensed fnmatch.c was replaced
with a non-recursive BSD-licensed version, hence the removal of UCB
and addition of BSD in the LICENSE field. This led to checksum changes
in the doc/LICENSE file, and we now additionally track the comment
headers in redblack.c.
Hello,
This upgrade to sudo fixes a significant security vulnerability.
The following changes since commit 61216d2743502ef38955054aad6a4f2ed63e6d43:
licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:42
+)
are available in the git repository at:
git://git.pokylinu
3.2.8 was released and contains a floating point fix for x86 32
bit and some x86-64 fixes. So it's worth picking up right away.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |6 +++---
meta/recipes-kernel/linux/linux-yocto_3.2.bb| 14 +++---
Updating the 3.0 and 3.2 kernel SRCREVS to make the PVR feature
description available to machines with the appropriate hardware.
Signed-off-by: Kishore Bodke
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +-
meta/recipes-kernel/linux/linux-yocto-rt_3
Richard/Saul,
Naturally right after I sent my previous version bump to 3.2.7,
3.2.8 came out with an x86 floating point fix that was worth
picking up. Hence my quick bump to 3.2.8.
The other update to the 3.0/3.2 trees stages content for PVR
functionality in some future BSP work.
And finally, I
The steps in do_kernel_checkout modify the source tree in WORKDIR.
If it is called multiple times, or interrupted, the tree is left
in an inconsistent state.
This change adds protections around branch names, and around the
manipulations of directories to ensure that it is safe to call
at any point
Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven:
> The current approach of adding each different compressed image type doesn't
> scale. This patch changes the code so compressed images for each form are
> automatically available using the form . in
> IMAGE_FSTYPES. This doe
On 02/27/2012 05:02 PM, Andreas Oberritter wrote:
From fdececee9146f4d23494361d29a34877d67b879b Mon Sep 17 00:00:00 2001
From: Andreas Oberritter
Date: Mon, 27 Feb 2012 18:03:22 +0100
Subject: [PATCH] qt4.inc: depend on tiff
* Fixes the following error with qt4-embedded-4.8.0 and possibly other
On 02/28/2012 07:02 AM, Otavio Salvador wrote:
Signed-off-by: Otavio Salvador
---
meta/conf/licenses.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf
index e2f6149..6ed4dfe 100644
--- a/meta/conf/licenses.conf
+++
On 02/27/2012 07:49 PM, James Limbouris wrote:
If ranlib, ar, or cc are not supplied to make, it attempts to use ${CROSS}xxx.
Since ${CROSS} is not set, host ranlib may run, producing an unusable .a file
on some platforms.
Signed-off-by: James Limbouris
---
meta/recipes-devtools/mtd/mtd-utils
On 02/27/2012 11:38 AM, Matthew McClintock wrote:
If we set this bit, we can override the ugly "pokymllib32" to back to
"poky" (powerpc-pokymllib32-linux-gcc -> powerpc-poky-linux-gcc). I've
left this unset by default, but can be set by adding the following:
TARGET_VENDOR_virtclass-multilib-lib
On 02/27/2012 11:34 AM, Bruce Ashfield wrote:
Richard/Saul,
Here's a consolidated pull reqeset for the some kernel items.
- a bump of 3.0 to 3.0.22
- a bump of 3.2 to 3.2.7
- A fix for yocto 2032
You can cherry pick the bug fix by itself. As for the version
updates, I've built and boo
On 02/23/2012 11:02 PM, Yi Zhao wrote:
Hi,
The pull request is to address [YOCTO #1567] - "Add recipe for lsb tests and
automate test".
LSB testing is different from LTP or POSIX testing. We don't need to build the
cases from sources but need to install a set of pre-build binary packages in
l
On 02/22/2012 10:21 PM, Matthew McClintock wrote:
Signed-off-by: Matthew McClintock
---
meta/conf/machine/include/powerpc/arch-powerpc.inc |4 +---
.../machine/include/powerpc/arch-powerpc64.inc |1 +
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/conf/machine
Add a pulseaudio DISTRO_FEATURES item and disable pulseaudio support in
phonon within Qt4 if it is not present; otherwise it is a race condition
as to whether it is enabled or disabled or breaks the build.
Note that this adds pulseaudio to DISTRO_FEATURES_BACKFILL thus leaving
existing distro conf
This patch adds a pulseaudio feature to DISTRO_FEATURES, using
DISTRO_FEATURES_BACKFILL to preserve existing distro configuration,
and makes Qt 4 respect it. There are a few other recipes that should
respect this feature as well, however I wanted to send the qt4 one in
as soon as possible as it add
Op 28 feb. 2012, om 17:48 heeft Saul Wold het volgende geschreven:
> On 02/28/2012 07:50 AM, Koen Kooi wrote:
>> Signed-off-by: Koen Kooi
>> ---
>> meta/classes/bootimg.bbclass |4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/classes/bootimg.bbclass b/met
Signed-off-by: Saul Wold
---
meta/classes/bootimg.bbclass |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index 1d1a3d0..f4981d8 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
On 02/28/2012 07:50 AM, Koen Kooi wrote:
Signed-off-by: Koen Kooi
---
meta/classes/bootimg.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index 1d1a3d0..c4a4c2a 100644
--- a/meta/classes/bootimg.bb
Op 28 feb. 2012, om 16:48 heeft Paul Eggleton het volgende geschreven:
> Hi all,
>
> For some boot configurations (e.g. kexecboot) having the kernel binary in the
> image is required. In OE Classic, task-boot used to always include the kernel
> binary in the image (via RRECOMMENDS, so it could
Hi all,
For some boot configurations (e.g. kexecboot) having the kernel binary in the
image is required. In OE Classic, task-boot used to always include the kernel
binary in the image (via RRECOMMENDS, so it could be uninstalled). We don't
currently have this in OE-Core and I was wondering what
Signed-off-by: Koen Kooi
---
meta/classes/bootimg.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index 1d1a3d0..c4a4c2a 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@
On Fri, Feb 24, 2012 at 16:59, Saul Wold wrote:
> Signed-off-by: Saul Wold
This missed a PR bump and broke autobuilder; can you send a patch
bumping PR please?
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 5
Signed-off-by: Otavio Salvador
---
meta/conf/licenses.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf
index e2f6149..6ed4dfe 100644
--- a/meta/conf/licenses.conf
+++ b/meta/conf/licenses.conf
@@ -35,7 +35,7 @@ SRC_DI
On Tue, 2012-02-28 at 14:17 +, Otavio Salvador wrote:
> The change done in 868a81e869a6193aada2073ae533d937a1c0baf4 has
> changed the packaging however it haven't bump the PR making
> auto-building fail.
>
> Signed-off-by: Otavio Salvador
> ---
> meta/recipes-devtools/syslinux/syslinux_4.03.
The change done in 868a81e869a6193aada2073ae533d937a1c0baf4 has
changed the packaging however it haven't bump the PR making
auto-building fail.
Signed-off-by: Otavio Salvador
---
meta/recipes-devtools/syslinux/syslinux_4.03.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --g
On Tue, 2012-02-28 at 14:25 +0100, Koen Kooi wrote:
> Include /usr/lib/tcl8 for the msgcat and test module, force dependency on
> tcl-lib since shlibs isn't picking it up.
>
> Signed-off-by: Koen Kooi
> ---
>
> Changes from v1: ${PN}-lib -> tcl-lib
>
> meta/recipes-devtools/tcltk/tcl_8.5.11.b
Include /usr/lib/tcl8 for the msgcat and test module, force dependency on
tcl-lib since shlibs isn't picking it up.
Signed-off-by: Koen Kooi
---
Changes from v1: ${PN}-lib -> tcl-lib
meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
On Tue, 2012-02-28 at 13:41 +0100, Martin Jansa wrote:
> On Tue, Feb 28, 2012 at 12:24:16PM +, g...@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: b9ef6b8022a40bab83e8eb29e5fcde0886cf2988
> > URL:
> > http://git.openembedded.org/?p=openembedded-
On Tue, 2012-02-28 at 08:58 +0100, Koen Kooi wrote:
> Include /usr/lib/tcl8 for the msgcat and test module, force dependency on
> tcl-lib since shlibs isn't picking it up.
>
> Signed-off-by: Koen Kooi
> ---
> meta/recipes-devtools/tcltk/tcl_8.5.11.bb |7 +--
> 1 files changed, 5 inserti
Op 28 feb. 2012, om 14:22 heeft Richard Purdie het volgende geschreven:
> On Tue, 2012-02-28 at 08:58 +0100, Koen Kooi wrote:
>> Include /usr/lib/tcl8 for the msgcat and test module, force dependency on
>> tcl-lib since shlibs isn't picking it up.
>>
>> Signed-off-by: Koen Kooi
>> ---
>> meta/
On Tue, Feb 28, 2012 at 12:24:16PM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: b9ef6b8022a40bab83e8eb29e5fcde0886cf2988
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b9ef6b8022a40bab83e8eb29e5fcde0886cf2988
>
> A
Signed-off-by: Martin Jansa
---
meta/recipes-extended/lsb/lsbtest_1.0.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb
b/meta/recipes-extended/lsb/lsbtest_1.0.bb
index d932c83..1191164 100644
--- a/meta/recipes-extended/lsb/lsb
On Tue, Feb 28, 2012 at 09:16:51AM -0300, Otavio Salvador wrote:
> On Tue, Feb 28, 2012 at 03:50, Martin Jansa wrote:
> >> Not really; let's say if you had done a typo on the depends list it
> >> would be unnoticed in autobuilders and commited onto master.
> >
> > I see your point, but OEBasicHash
On Tue, Feb 28, 2012 at 03:50, Martin Jansa wrote:
>> Not really; let's say if you had done a typo on the depends list it
>> would be unnoticed in autobuilders and commited onto master.
>
> I see your point, but OEBasicHash will notice new dependency and then
> it will be rebuild
> at least by pok
On 27/02/12 17:18, Khem Raj wrote:
On Mon, Feb 27, 2012 at 5:43 AM, Jack Mitchell wrote:
On 27/02/12 13:39, Jack Mitchell wrote:
I receive the following error when compiling Angstrom related to udev 181.
In file included from src/extras/mtd_probe/mtd_probe.c:19:0:
src/extras/mtd_probe/mtd_pro
From: Zhai Edwin
On qemu x86-64, scrollbar in vte got broken with one commit to change the way
of emiting "changed" signal. This patch revert it as work around.
[YOCTO #1906] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-support/vte/vte.inc |3 +-
meta/recipes-supp
On Wed, Feb 22, 2012 at 11:03:01PM +, Richard Purdie wrote:
> On Wed, 2012-02-22 at 13:33 +0800, edwin.z...@intel.com wrote:
> > From: Zhai Edwin
> >
> > On qemu x86-64, scrollbar in vte got broken with one commit to change the
> > way
> > of emiting "changed" signal. This patch revert it as
From: Zhai Edwin
Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is
provided by libx11 or libx11-trim. This patch explictly set the perferred one,
libx11-trim-dev, to avoid this.
Signed-off-by: Zhai Edwin
---
meta/recipes-core/tasks/task-self-hosted.bb |4 ++--
1
From: Zhai Edwin
Extend commit 028968 to qemu x86-64, where stack disorder happen due to
register handling via push/pop.
[YOCTO #1927] fixed
Signed-off-by: Zhai Edwin
---
.../mesa/qemugl/call_opengl_fix.patch | 40 +++-
meta/recipes-graphics/mesa/qemugl_git.bb
From: Zhai Edwin
All,
These are patches to fix bugs and multilib on latest master. Pls. pull.
Thanks,
Edwin
The following changes since commit 927bec5f72230be4f2452d9ef5a747b2c00cb781:
bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST
(2012-02-27 20:10:41 +)
are availa
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-support/libksba/libksba_1.2.0.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb
b/meta/recipes-support/libksba/libksba_1.2.0.bb
index 6489cc5..1d8d287 100644
---
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-support/gnupg/gnupg_2.0.18.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb
b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
index 6712269..abcb5fb 100644
--- a/meta/r
65 matches
Mail list logo