On 04/01/2012 08:00 PM, Paul Eggleton wrote:
On Sunday 01 April 2012 10:31:48 Robert Yang wrote:
On 04/01/2012 08:47 AM, Paul Eggleton wrote:
usr/bin/icemaker: No such file or directory
This is a known issue, there is an work around, it seems that the MACHINE is
qemux86, and host is x86_64,
On Wed, Apr 4, 2012 at 3:10 PM, Andreas Oberritter
wrote:
>
> What was mipsel-oe-linux before now became mips32el-oe-linux, i.e.
> tmp/work/mipsel-oe-linux now is tmp/work/mips32el-oe-linux. I'm not sure
> what else broke.
>
> Was this intentional?
I dont think so. mips-*-* in general indicates
Signed-off-by: Dexuan Cui
---
meta/recipes-core/images/self-hosted-image.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/images/self-hosted-image.bb
b/meta/recipes-core/images/self-hosted-image.bb
index 1db6a7a..d8f4162 100644
--- a/meta/recipes-cor
The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39:
self-hosted-image: Increase space for build and allow builder user sudo
access (2012-04-04 17:17:55 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/master
http://git.pokyli
Fixes [YOCTO 2236]
With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h
header has been removed. This causes compile failures for syslinux-native.
Backport a fix to address this from syslinux-4.06-pre3.
Signed-off-by: Darren Hart
CC: Ross Burton
CC: Joshua Lock
---
The following patch is intended as a stop gap to address the compilation
failure for the Yocto 1.2 release. This patch is a backport from syslinux
4.6-pre3. After the Yocto Project 1.2 release and the syslinux 4.6 (or later)
release, the syslinux recipe will be updated and the patch will be dropped
* Fixes the following configure error by prefixing
PKG_CONFIG_SYSROOT_DIR:
| grep: /usr/include/gstreamer-0.10/gst/gstconfig.h: No such file or directory
Signed-off-by: Andreas Oberritter
---
.../configure.ac-fix-subparse-plugin.patch | 27
.../gstreamer/gst-plu
On 04.04.2012 23:16, Andreas Oberritter wrote:
> I've built gdb-cross with your patch applied without problems.
> gdb-cross-canadian-mipsel is still compiling. However, since the problem
> you discovered didn't show on my machine, this may not be meaningful at all.
FWIW, gdb-cross-canadian-mipsel
On 03.04.2012 21:47, Mark Hatle wrote:
> Cleanup the MIPS tunings to match the new tuning README file. Also
> add a MIPS specific README file to explain the MIPS specifical
> architectural issues.
>
> Finally correct the variant configurations within the tune-mips32.inc.
What was mipsel-oe-linux
On Tue, 2012-04-03 at 13:17 -0500, Mark Hatle wrote:
> (And RedHat based linux distributions don't have any concept of alternatives.
True...until about 10 years ago.
Sun Jan 27 2002 Erik Troan
- reimplemented update-alternatives as just alternatives
http://pkgs.fedoraproject.org/gitwe
On 04.04.2012 20:22, Martin Jansa wrote:
> On Wed, Apr 04, 2012 at 08:06:15PM +0200, Martin Jansa wrote:
>> On Wed, Apr 04, 2012 at 07:56:58PM +0200, Andreas Oberritter wrote:
>>> On 04.04.2012 19:45, Martin Jansa wrote:
On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote:
>
On Wed, Mar 28, 2012 at 04:33:47PM +0200, Martin Jansa wrote:
> On Wed, Mar 28, 2012 at 07:15:32AM -0700, Khem Raj wrote:
> > On Fri, Mar 23, 2012 at 7:26 PM, Martin Jansa
> > wrote:
> > > On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote:
> > >> On Fri, Mar 23, 2012 at 12:05:25PM +000
Simplified version of previous patch to decrease reserved space in
ext3 image. It turns out no additional variable really needs to be
introduced into image_types.bbclass, although this does mean running
tune2fs twice.
Note that this patch should be applied on top of Saul's recent
self-hosted-image
The default amount of reserved space for ext2/3 is 5% - this amounts to
about 2GB of a 40GB filesystem that the builder user can't make use of.
We don't need this much reserved so peg it back to 0.5% which should be
more than enough.
Signed-off-by: Paul Eggleton
---
meta/recipes-core/images/self
On 4/4/12 1:03 PM, Matthew McClintock wrote:
On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatle wrote:
--- a/meta/conf/machine/include/tune-ppce500.inc
+++ b/meta/conf/machine/include/tune-ppce500.inc
@@ -4,13 +4,17 @@ require conf/machine/include/powerpc/arch-powerpc.inc
TUNEVALID[ppce500] = "Enab
On 4/4/12 1:02 PM, Matthew McClintock wrote:
On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatle wrote:
+ABIEXTENSION .= "${SPEABIEXTENSION}"
AVAILTUNES += "ppce500"
TUNE_FEATURES_tune-ppce500 = "m32 spe ppce500"
+TUNE_PKGARCH_tune-ppce500 = "ppce500"
PACKAGE_EXTRA_ARCHS_tune-ppce500 = "ppce500"
On Wednesday 04 April 2012 14:26:26 Otavio Salvador wrote:
> On Wed, Apr 4, 2012 at 14:12, Paul Eggleton
>
> wrote:
> > Are you suggesting this would hold the entire post-command to be run? If
> > not, what other post command could we be referring to in the case of
> > other filesystems? (tune2fs
On Wed, Apr 04, 2012 at 08:06:15PM +0200, Martin Jansa wrote:
> On Wed, Apr 04, 2012 at 07:56:58PM +0200, Andreas Oberritter wrote:
> > On 04.04.2012 19:45, Martin Jansa wrote:
> > > On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote:
> > >> On 04.04.2012 18:59, Martin Jansa wrote:
On Wed, Apr 04, 2012 at 07:56:58PM +0200, Andreas Oberritter wrote:
> On 04.04.2012 19:45, Martin Jansa wrote:
> > On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote:
> >> On 04.04.2012 18:59, Martin Jansa wrote:
> >>> On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.
On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatle wrote:
> --- a/meta/conf/machine/include/tune-ppce500.inc
> +++ b/meta/conf/machine/include/tune-ppce500.inc
> @@ -4,13 +4,17 @@ require conf/machine/include/powerpc/arch-powerpc.inc
>
> TUNEVALID[ppce500] = "Enable ppce500 specific processor optimizati
On Tue, Apr 3, 2012 at 12:47 PM, Mark Hatle wrote:
> +ABIEXTENSION .= "${SPEABIEXTENSION}"
>
> AVAILTUNES += "ppce500"
> TUNE_FEATURES_tune-ppce500 = "m32 spe ppce500"
> +TUNE_PKGARCH_tune-ppce500 = "ppce500"
> PACKAGE_EXTRA_ARCHS_tune-ppce500 = "ppce500"
meta/conf/machine/include/tune-ppce500
On 04.04.2012 19:45, Martin Jansa wrote:
> On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote:
>> On 04.04.2012 18:59, Martin Jansa wrote:
>>> On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org wrote:
Module: openembedded-core.git
Branch: master
Commi
On Wed, Apr 04, 2012 at 07:40:38PM +0200, Andreas Oberritter wrote:
> On 04.04.2012 18:59, Martin Jansa wrote:
> > On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org wrote:
> >> Module: openembedded-core.git
> >> Branch: master
> >> Commit: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458
On 04.04.2012 18:59, Martin Jansa wrote:
> On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458
>> URL:
>> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h
On Wed, Apr 4, 2012 at 14:12, Paul Eggleton
wrote:
> Are you suggesting this would hold the entire post-command to be run? If not,
> what other post command could we be referring to in the case of other
> filesystems? (tune2fs being valid for ext2, ext3 and ext4).
Yes; it is more generic and for
On Wednesday 04 April 2012 13:57:04 Otavio Salvador wrote:
> On Wed, Apr 4, 2012 at 12:32, Paul Eggleton
>
> wrote:
> > Add a variable that allows additional options to be passed to tune2fs,
> > such as -m to control the amount of space reserved for root.
>
> I'd prefer something like
>
> IMG_P
On 04/03/2012 03:57 PM, nitin.a.kam...@intel.com wrote:
From: Nitin A Kamble
The following changes since commit 46600e37cf87e9aa68e70f1d21caad8eac974a24:
elfutils: disable lzma (and bzip2 for native) (2012-04-03 21:32:34 +0100)
are available in the git repository at:
git://git.pokylinux.
On 04/03/2012 01:07 PM, Mark Hatle wrote:
(v2 only MIPS changed -- slight revision in the README to resolve comments
from Phil Blundell)
Also this fixes Yocto bugzilla # 2234.
This is a documentation and cleanup of the tuning files. Every tuning listed
in AVAILTUNES was built for core-im
On Tue, Apr 03, 2012 at 01:15:37PM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458
>
> A
On Wed, Apr 4, 2012 at 12:32, Paul Eggleton
wrote:
> The default amount of reserved space for ext2/3 is 5% - this amounts to
> about 2GB of a 40GB filesystem that the builder user can't make use of.
> We don't need this much reserved so peg it back to 0.5% which should be
> more than enough.
Plea
On 04/01/2012 02:08 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Modified code and description according to Christopher Larson's suggestion.
This is a part of modification.
The modification is as follow:
- Modify some codes with more preferable readability and vague description.
- Use existed f
On Wed, Apr 4, 2012 at 12:32, Paul Eggleton
wrote:
> Add a variable that allows additional options to be passed to tune2fs,
> such as -m to control the amount of space reserved for root.
I'd prefer something like
IMG_POSTCMD_
So it is generic enough to not be confusing for other filesystems.
-
On 03/26/2012 08:47 AM, Andreas Oberritter wrote:
On 26.03.2012 13:34, Richard Purdie wrote:
On Fri, 2012-03-23 at 21:17 +0100, Andreas Oberritter wrote:
On 12.03.2012 16:53, Richard Purdie wrote:
On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote:
On 3/9/12 8:15 PM, Andreas Oberritter wrote
On 04/03/2012 04:05 AM, Andrei Gherzan wrote:
A cleaner way to check if copyfile suceeded is to use os.path.isfile.
In this way we can omit warns in some python versions where copyfile
return the same non-0 value even is this action is successfull.
Signed-off-by: Andrei Gherzan
---
meta/classe
On 04/02/2012 01:37 PM, Eric Bénard wrote:
actually if a package has a license in its LICENSE variable
which is not in the whitelist nor in the blacklist and even
if an other license in this variable is in the whitelist,
the package gets excluded and is not taken in account in the
copyleft_compli
On 03/30/2012 12:21 PM, Khem Raj wrote:
Include unistd.h for all linux and not
just for android.
Signed-off-by: Khem Raj
---
.../recipes-sato/webkit/files/function-scope.patch | 21
meta/recipes-sato/webkit/webkit-gtk_svn.bb |3 +-
2 files changed, 23 inser
On 03/29/2012 03:42 PM, Robert P. J. Day wrote:
This recipe already includes "task-self-hosted" in the IMAGE_INSTALL
line:
IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh
task-self-hosted"
so there's no apparent need to include it again further down.
Signed-off-b
On 04/04/2012 08:32 AM, Paul Eggleton wrote:
Allow additional options when running tune2fs -j on ext3 images and use
that to specify -m 0.5 for self-hosted-image.
Note these patches should be applied on top of Saul's recent
self-hosted-image patch once that is merged.
The following changes sinc
Add a variable that allows additional options to be passed to tune2fs,
such as -m to control the amount of space reserved for root.
This could potentially be added for other filesystems, but right now we
need it only for ext3 for self-hosted-image.
Signed-off-by: Paul Eggleton
---
meta/classes/
The default amount of reserved space for ext2/3 is 5% - this amounts to
about 2GB of a 40GB filesystem that the builder user can't make use of.
We don't need this much reserved so peg it back to 0.5% which should be
more than enough.
Signed-off-by: Paul Eggleton
---
meta/recipes-core/images/self
Allow additional options when running tune2fs -j on ext3 images and use
that to specify -m 0.5 for self-hosted-image.
Note these patches should be applied on top of Saul's recent
self-hosted-image patch once that is merged.
The following changes since commit 7c794db563cc35f6deaab1dd0fef35015d47e5
We need to have about 40G to do a full sato build even with rm_work enabled
Add sudo priveleges inorder to allow the builder user to setup the tap/tun
devices needed by runqemu
Signed-off-by: Saul Wold
---
meta/recipes-core/images/self-hosted-image.bb | 12 ++--
1 files changed, 6 inse
Those fixes are required to get the test scripts to work with current
0.79 DBus API.
Signed-off-by: Otavio Salvador
---
.../connman/test-set-ipv4-method-api-fix.patch | 50 ++
.../connman/test-set-ipv6-method-api-fix.patch | 55
meta/recipes-conne
On Tue, 3 Apr 2012, Saul Wold wrote:
> On 03/23/2012 02:37 AM, Robert P. J. Day wrote:
> >
> > Documentation suggests that the number of threads should actually be
> > *double* the number of cores.
> >
> A better clarification with be to mention threading since a quad-core with
> hyperthreading en
Hi Richard,
Le Wed, 04 Apr 2012 12:31:06 +0100,
Richard Purdie a écrit :
> Eric: You should probably look at the externalsrc.bbclass since it gives
> you a way to do things like this yet also build and package it with the
> usual build system:
>
> http://www.yoctoproject.org/docs/latest/poky-ref
On Wed, 2012-04-04 at 09:47 +0200, Eric Bénard wrote:
> Le Wed, 4 Apr 2012 09:21:02 +0200,
> Samuel Stirtzel a écrit :
>
> > 2012/4/4 Eric Bénard :
> > > Hi Surenda,
> > >
> > > Le Wed, 4 Apr 2012 06:34:39 + (UTC),
> > > surendra dhobale a écrit :
> > >> I am working with the open embedded
On 03.04.2012 20:17, Mark Hatle wrote:
> On 4/3/12 1:07 PM, Gary Thomas wrote:
> ...
> (And RedHat based linux distributions don't have any concept of alternatives.
> They generally decide which binary package will provide the functionality
> and that is the defacto standard for a given release. O
On Wednesday 04 April 2012 10:29:01 Eric Bénard wrote:
> Hi Saul,
>
> Le Tue, 03 Apr 2012 13:50:37 -0700,
>
> Saul Wold a écrit :
> > On 03/21/2012 04:08 AM, Eric Bénard wrote:
> > > actually FILES_${PN} and FILES_${PN}-dev match the same files.
> > > these files are supposed to go into ${PN} so
Hi Saul,
Le Tue, 03 Apr 2012 13:50:37 -0700,
Saul Wold a écrit :
> On 03/21/2012 04:08 AM, Eric Bénard wrote:
> > actually FILES_${PN} and FILES_${PN}-dev match the same files.
> > these files are supposed to go into ${PN} so remove the other entry.
> >
> > Signed-off-by: Eric Bénard
> > ---
> >
Le Wed, 4 Apr 2012 09:21:02 +0200,
Samuel Stirtzel a écrit :
> 2012/4/4 Eric Bénard :
> > Hi Surenda,
> >
> > Le Wed, 4 Apr 2012 06:34:39 + (UTC),
> > surendra dhobale a écrit :
> >> I am working with the open embedded environment.
> >>
> >> I have added one u-boot package in that. First ti
2012/4/4 Eric Bénard :
> Hi Surenda,
>
> Le Wed, 4 Apr 2012 06:34:39 + (UTC),
> surendra dhobale a écrit :
>> I am working with the open embedded environment.
>>
>> I have added one u-boot package in that. First time by default the
>> compilation
>> done successfully using the bitbake. But N
Hi Surenda,
Le Wed, 4 Apr 2012 06:34:39 + (UTC),
surendra dhobale a écrit :
> I am working with the open embedded environment.
>
> I have added one u-boot package in that. First time by default the compilation
> done successfully using the bitbake. But Now i made some changes in the source
Hi,
I am working with the open embedded environment.
I have added one u-boot package in that. First time by default the compilation
done successfully using the bitbake. But Now i made some changes in the source
code , which is created in the Temp work directory.
Now i have to built the same pac
53 matches
Mail list logo