Signed-off-by: Laurentiu Palcu
---
.../xcb/{xcb-util_0.3.8.bb => xcb-util_0.3.9.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xcb/{xcb-util_0.3.8.bb => xcb-util_0.3.9.bb} (62%)
diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
b/meta/rec
Signed-off-by: Laurentiu Palcu
---
.../{lighttpd_1.4.30.bb => lighttpd_1.4.31.bb} |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.30.bb =>
lighttpd_1.4.31.bb} (92%)
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.3
Hi,
This patchset upgrades the packages listed below. All packages were successfully
built for all architectures with the exception of xf86-input-vmmouse which only
supports
x86 and x86-64 architectures. Basic sanity tests were also performed on an an
atom based
Lenovo S10-3t. No obvious issues
Signed-off-by: Laurentiu Palcu
---
.../drm/{libdrm_2.4.34.bb => libdrm_2.4.35.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.34.bb => libdrm_2.4.35.bb} (62%)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.34.bb
b/meta/recipe
Signed-off-by: Laurentiu Palcu
---
...ouse_12.8.0.bb => xf86-input-vmmouse_12.9.0.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.8.0.bb =>
xf86-input-vmmouse_12.9.0.bb} (75%)
diff --git a/meta/recipes-graphics/xo
Signed-off-by: Laurentiu Palcu
---
...util-image_0.3.8.bb => xcb-util-image_0.3.9.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xcb/{xcb-util-image_0.3.8.bb =>
xcb-util-image_0.3.9.bb} (66%)
diff --git a/meta/recipes-graphics/xcb/xcb-util-image_0
Signed-off-by: Laurentiu Palcu
---
.../xorg-lib/{libxft_2.3.0.bb => libxft_2.3.1.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxft_2.3.0.bb => libxft_2.3.1.bb}
(88%)
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.0.bb
b/met
Signed-off-by: Laurentiu Palcu
---
.../{xcb-util-wm_0.3.8.bb => xcb-util-wm_0.3.9.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xcb/{xcb-util-wm_0.3.8.bb =>
xcb-util-wm_0.3.9.bb} (74%)
diff --git a/meta/recipes-graphics/xcb/xcb-util-wm_0.3.8.bb
Signed-off-by: Laurentiu Palcu
---
...-keysyms_0.3.8.bb => xcb-util-keysyms_0.3.9.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xcb/{xcb-util-keysyms_0.3.8.bb =>
xcb-util-keysyms_0.3.9.bb} (52%)
diff --git a/meta/recipes-graphics/xcb/xcb-util-key
Signed-off-by: Laurentiu Palcu
---
.../ethtool/{ethtool_3.2.bb => ethtool_3.4.1.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_3.2.bb => ethtool_3.4.1.bb} (79%)
diff --git a/meta/recipes-extended/ethtool/ethtool_3.2.bb
b/meta/re
Signed-off-by: Laurentiu Palcu
---
...tics_1.6.1.bb => xf86-input-synaptics_1.6.2.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.1.bb =>
xf86-input-synaptics_1.6.2.bb} (81%)
diff --git a/meta/recipes-graphics/
On 2012年07月03日 12:04, Saul Wold wrote:
On 07/02/2012 06:42 PM, Kang Kai wrote:
On 2012年06月28日 17:35, Kang Kai wrote:
Hi Saul,
I update the initscripts to use update alternative way to install file
functions.
That make file functions provided by lsbinitscripts will be used
instead of initscript
V2:
Please ignore the previous wrong patch set.
These are the remaining patches to fix the bug [YOCTO #2605]
It adds the "openssh-sftp-server" into the task-core-debug-tools so any image
built with image feature "tools-debug" allow the user to use sftp.
It processes conflicting IMAGE_FEATURES
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
can't be both enabled. User can use the following variables to define
the relationship of image features:
IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo"
would replace the image feature "bar".
IMAGE_FEAT
[YOCTO #2605].
Added openssh-sftp-server to the tools-debug IMAGE_FEATURE.
Signed-off-by: Lianhao Lu
---
meta/recipes-core/tasks/task-core-tools-debug.bb |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/tasks/task-core-tools-debug.bb
b/meta/recipes-co
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
can't be both enabled. User can use the following variables to define
the relationship of image features:
IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo"
would replace the image feature "bar".
IMAGE_FEAT
[YOCTO #2605].
Added openssh-sftp-server to the tools-debug IMAGE_FEATURE.
Signed-off-by: Lianhao Lu
---
meta/recipes-core/tasks/task-core-tools-debug.bb |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/tasks/task-core-tools-debug.bb
b/meta/recipes-co
These are the remaining patches to fix the bug [YOCTO #2605]
It adds the "openssh-sftp-server" into the task-core-debug-tools so any image
built with image feature "tools-debug" allow the user to use sftp.
It processes conflicting IMAGE_FEATURES, i.e. ssh-server-dropbear and
ssh-server-openssh.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 7/2/2012 5:54 PM, Darren Hart wrote:
> I added HELP2MAN='true' to EXTRA_OECONF and it failed in the same
> way.
hmmm export it I dont know passing in extra_oeconf will work
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (MingW32)
Comment: Us
On 07/02/2012 06:42 PM, Kang Kai wrote:
On 2012年06月28日 17:35, Kang Kai wrote:
Hi Saul,
I update the initscripts to use update alternative way to install file
functions.
That make file functions provided by lsbinitscripts will be used
instead of initscripts.
Could anyone give comments of these
On 2012年06月28日 17:35, Kang Kai wrote:
Hi Saul,
I update the initscripts to use update alternative way to install file
functions.
That make file functions provided by lsbinitscripts will be used instead of
initscripts.
Could anyone give comments of these two patches?
Thanks.
Regards,
Kai
On 07/02/2012 01:31 PM, Richard Purdie wrote:
> On Mon, 2012-07-02 at 13:09 -0700, Darren Hart wrote:
>> +Index: grub-1.99/configure
>> +===
>> +--- grub-1.99.orig/configure
>> grub-1.99/configure
>
> Isn't configure regenerated
On 07/02/2012 04:42 PM, Khem Raj wrote:
> On Mon, Jul 2, 2012 at 1:09 PM, Darren Hart wrote:
>> Fixes [YOCTO #2527]
>>
>> Modify configure.ac and the generated configure script to avoid using
>> help2man during the compilation process. For grub-efi we are only
>> deploying the EFI payload and ar
On 07/02/2012 05:29 PM, Dennis.Yxun wrote:
hi saul:
it seems that my inline comments got lost.
ok, since the origial patch is took from gentoo upstream. so, i
thought better to keep what it was, instead of trying to modify. but if
you insist, i could cook another patch, put mike(floppym) a
This will allow the reporting of these errors as either WARNINGs (default)
or ERRORs if installed_vs_shipped is added to the ERROR_QA of the policy
file (such as a .conf file.
V2: found the code I had intended to send instead of that other junk,
was just not watching what I pushed on that one,
hi saul:
it seems that my inline comments got lost.
ok, since the origial patch is took from gentoo upstream. so, i thought
better to keep what it was, instead of trying to modify. but if you insist,
i could cook another patch, put mike(floppym) as author-of?
besides, as mike already point o
On Mon, Jul 2, 2012 at 2:04 PM, Robert P. J. Day wrote:
>
> given that pcmcia-cs has *long* been deprecated in favour of
> pcmciautils, is there any value in still supporting pcmcia-cs?
>
bitbake.conf still falls back to pcmcia-cs if no PCMCIA_MANAGER is set
so I think many
might be using it uni
On 07/02/2012 03:24 PM, Dennis.Yxun wrote:
hi saul:
please see my comment as following
I do not understand what you are getting at here?
You PATCH file openjade-1.3.2/msggen.pl.patch is what is missing the
Upsteam-Status: and SOB (Signed-off-by), the commit message what you
have for SOB i
On Mon, Jul 2, 2012 at 1:06 PM, Phil Blundell wrote:
>
> Why is it putting "daemon setup information" in /root in the first
> place? Surely that should go in /etc or some such place.
>
> Also, the choice of where root's home directory goes is a distro
> decision and, in the general case, it is no
On Mon, Jul 2, 2012 at 1:09 PM, Darren Hart wrote:
> Fixes [YOCTO #2527]
>
> Modify configure.ac and the generated configure script to avoid using
> help2man during the compilation process. For grub-efi we are only
> deploying the EFI payload and are not installing grub on the target
> root filesy
The problem is that the REPLACES/CONFLICTS method which defined in debian
polocy is not supported by the ipk backend.
-lianhao
"Dennis.Yxun" 编写:
is that possible to have a virtual/ssh-server mechanism, provide either openssh
or dropbear would server this dependency, quite similiar with what
On 07/02/2012 03:34 PM, Phil Blundell wrote:
On Mon, 2012-07-02 at 15:27 -0700, Saul Wold wrote:
+ if "installed_vs_shipped" in = (d.getVar('INSANE_SKIP_' + pn, True) or
"").split()
+ bb.note("Package %s skipping Packging installed vs shipped
QA test" % pn)
On Mon, 2012-07-02 at 15:27 -0700, Saul Wold wrote:
> + if "installed_vs_shipped" in = (d.getVar('INSANE_SKIP_' + pn,
> True) or "").split()
> + bb.note("Package %s skipping Packging installed vs
> shipped QA test" % pn)
> + continue
Does that
This patch allows the use of ERROR_QA to give policy control to distros
for the Installed and not shipped error in packages. installed_vs_shipped
can be set in the distro config file for ERROR_QA.
Signed-off-by: Saul Wold
---
meta/classes/package.bbclass | 17 +
1 file changed,
hi saul:
please see my comment as following
dennis
At 2012-6-29 AM1:27,"Saul Wold" &
>
> On 06/27/2012 09:56 PM, dennis lan wrote:
>
>> From: Dennis Lan
>>
>> Using Gentoo Linux as the build host, it fails without this patch
>> Use Getopt::Std in place of getopts.pl.
>>
>> https://bugs.gentoo.o
is that possible to have a virtual/ssh-server mechanism, provide either
openssh or dropbear would server this dependency, quite similiar with what
gentoo linux handle this, instead of override foo with bar
在 2012-6-27 下午11:43,"Saul Wold" 写道:
> From: Lianhao Lu
>
> IMAGE_FEATURES such as 'ssh-serv
On 7/2/12 4:05 PM, Phil Blundell wrote:
On Mon, 2012-07-02 at 15:32 -0500, Mark Hatle wrote:
On 7/2/12 3:12 PM, Phil Blundell wrote:
On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote:
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 4f50376..7e41982 100644
--- a/met
On Mon, 2012-07-02 at 15:32 -0500, Mark Hatle wrote:
> On 7/2/12 3:12 PM, Phil Blundell wrote:
> > On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote:
> >> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> >> index 4f50376..7e41982 100644
> >> --- a/meta/classes/image.bbclass
given that pcmcia-cs has *long* been deprecated in favour of
pcmciautils, is there any value in still supporting pcmcia-cs?
rday
--
Robert P. J. Day Ottawa, Ontario, CANADA
On x86, an ELF image file may be stored as a coreboot payload.
The image file is constructed, using the mkelfimage utility,
from a kernel and an initrd.
Signed-off-by: Raymond Danks
Acked-by: Darren Hart
---
This was originally submitted to the openembedded project:
http://patches.openembedded.o
Commit contents are the same, patch 1/2's commit message was rewritten to
avoid confusion.
Two minor changes related to SDK generations. One is a bug fix, the other
allows for better control over the per-file dependency generation.
The following changes since commit 64422f7c5da160050a54548
The libc-common attempts to rewrite the package information in a way similar
to debian.bbclass. When it does this, it should be appending to the
dependency variables (RPROVIDES, RREPLACES, and RCONFLICTS), instead
of simply setting a hard coded value. Otherwise the lib package can not
tailor the
This appears to be an oversight in the original implementation. All of the
host package types were being ignored except for the SDK cross-canadian type.
Signed-off-by: Mark Hatle
---
meta/classes/base.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes
Rebased and patch 7/7 added to correct an oversight in base.bbclass.
--- v2
Only difference is patch 1/6, I accidently sent and older broken version of the
patch. This is the correct version.
--- v1
After this series of patches, it is possible to generate an SDK that
matches the image. The S
On 7/2/12 3:26 PM, Phil Blundell wrote:
On Fri, 2012-06-29 at 19:22 -0500, Mark Hatle wrote:
Signed-off-by: Mark Hatle
This patch has no checkin message (other than the subject line) which is
contrary to our fine guidelines. What bug is this fixing?
Exactly what the subject is. The libc-c
On 7/2/12 3:12 PM, Phil Blundell wrote:
On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote:
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 4f50376..7e41982 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -3,6 +3,11 @@ inherit rootfs_${IMAG
On 7/2/12 3:06 PM, Phil Blundell wrote:
On Mon, 2012-07-02 at 14:25 -0500, Mark Hatle wrote:
+diff -ur oprofile-0.9.7.orig/utils/opcontrol oprofile-0.9.7/utils/opcontrol
+--- oprofile-0.9.7.orig/utils/opcontrol2011-07-20 14:36:48.0
-0500
oprofile-0.9.7/utils/opcontrol 2
On Mon, 2012-07-02 at 13:09 -0700, Darren Hart wrote:
> Fixes [YOCTO #2527]
>
> Modify configure.ac and the generated configure script to avoid using
> help2man during the compilation process. For grub-efi we are only
> deploying the EFI payload and are not installing grub on the target
> root fil
On Fri, 2012-06-29 at 19:22 -0500, Mark Hatle wrote:
> Signed-off-by: Mark Hatle
This patch has no checkin message (other than the subject line) which is
contrary to our fine guidelines. What bug is this fixing?
Also, the subject line talks about "depends" but the patch actually
modifies the wa
This enables a switch to subversion 1.7 now bitbake is able to cope with
upgrading existing working copies. The impact of this change should be
minimal since we don't have many subversion recipes now.
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
i
followup of a post from a while back, here's a snippet from
core-image.bbclass:
===
CORE_IMAGE_BASE_INSTALL = '\
task-core-boot \
task-base-extended \
\
${CORE_IMAGE_EXTRA_INSTALL} \
'
CORE_IMAGE_EXTRA_INSTALL ?= ""
IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}"
===
th
On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote:
> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> index 4f50376..7e41982 100644
> --- a/meta/classes/image.bbclass
> +++ b/meta/classes/image.bbclass
> @@ -3,6 +3,11 @@ inherit rootfs_${IMAGE_PKGTYPE}
> IMAGETEST ?= "dummy
Fixes [YOCTO #2527]
Modify configure.ac and the generated configure script to avoid using
help2man during the compilation process. For grub-efi we are only
deploying the EFI payload and are not installing grub on the target
root filesystem. Therefor, we do not need the man pages.
Signed-off-by: D
On Mon, 2012-07-02 at 14:25 -0500, Mark Hatle wrote:
> +diff -ur oprofile-0.9.7.orig/utils/opcontrol oprofile-0.9.7/utils/opcontrol
> +--- oprofile-0.9.7.orig/utils/opcontrol 2011-07-20 14:36:48.0
> -0500
> oprofile-0.9.7/utils/opcontrol 2012-07-02 13:55:06.232872688 -0500
> +@
On 07/02/2012 12:49 PM, Mark Hatle wrote:
On 7/2/12 2:44 PM, Saul Wold wrote:
On 06/29/2012 10:07 PM, Mark Hatle wrote:
When building an image recipe, you can now build a companion SDK by
calling the populate_sdk task:
bitbake -c populate_sdk core-image-minimal
Note: there are still issues w/
On 7/2/12 2:44 PM, Saul Wold wrote:
On 06/29/2012 10:07 PM, Mark Hatle wrote:
When building an image recipe, you can now build a companion SDK by
calling the populate_sdk task:
bitbake -c populate_sdk core-image-minimal
Note: there are still issues w/ the SDK not working completely with
mul
On 06/29/2012 10:07 PM, Mark Hatle wrote:
When building an image recipe, you can now build a companion SDK by
calling the populate_sdk task:
bitbake -c populate_sdk core-image-minimal
Note: there are still issues w/ the SDK not working completely with
multilibs.
A lock is required between ro
The root home directory is /home/root and not /root, adjust oprofile to match.
The following changes since commit 64422f7c5da160050a5454817c8fa9d070104b34:
package.bbclass: Add missing PKGR, PKGV, PKGE and ALTERNATIVE variables from
PACKAGEVARS (2012-07-02 16:44:57 +0100)
are available in the
OE uses /home/root instead of /root for the root user's directory. Update
oprofile to match.
Upstream-status: Inappropriate [OE Specific]
Signed-off-by: Mark Hatle
---
meta/recipes-kernel/oprofile/oprofile.inc |3 +-
.../oprofile/oprofile/oprofile-root.patch | 108 ++
On Mon, 2012-07-02 at 13:42 -0300, Otavio Salvador wrote:
> On Mon, Jul 2, 2012 at 10:33 AM, Chris Larson wrote:
> > On Mon, Jul 2, 2012 at 4:24 AM, Otavio Salvador
> > wrote:
> >> On Mon, Jul 2, 2012 at 2:44 AM, Paul Gortmaker
> >> wrote:
> >>> The setting is the same in all recipes, so move i
On 07/02/2012 10:51 AM, Saul Wold wrote:
On 07/02/2012 08:05 AM, Raymond Danks wrote:
On 07/01/2012 10:22 PM, Saul Wold wrote:
On 06/29/2012 01:19 PM, Raymond Danks wrote:
On x86, an ELF image file may be stored as a coreboot payload.
The image file is constructed, using the mkelfimage utility
On Mon, 2 Jul 2012, Chris Larson wrote:
> On Mon, Jul 2, 2012 at 6:40 AM, Robert P. J. Day
> wrote:
> > i'm not even remotely a python expert (working on that, though) so
> > there may be a trivial and documented answer to this -- can i use
> > bitbake to run an arbitrary python routine to see
On 07/02/2012 08:05 AM, Raymond Danks wrote:
On 07/01/2012 10:22 PM, Saul Wold wrote:
On 06/29/2012 01:19 PM, Raymond Danks wrote:
On x86, an ELF image file may be stored as a coreboot payload.
The image file is constructed, using the mkelfimage utility,
from a kernel and an initrd.
Signed-off
On Mon, Jul 2, 2012 at 8:35 AM, Richard Purdie
wrote:
> When configure fails, it usually says "see config.log" yet nobody ever shares
> the config.log file meaning the person trying to help invariably has to ask
> for more information.
>
> This patch dumps all the config.log files into the main bi
On Mon, Jul 2, 2012 at 10:33 AM, Chris Larson wrote:
> On Mon, Jul 2, 2012 at 4:24 AM, Otavio Salvador
> wrote:
>> On Mon, Jul 2, 2012 at 2:44 AM, Paul Gortmaker
>> wrote:
>>> The setting is the same in all recipes, so move it to
>>> the shared settings in u-boot.inc
>>>
>>> Signed-off-by: Paul
On 7/2/12 10:20 AM, McClintock Matthew-B29882 wrote:
Mark,
By 'match the image' you mean the libraries in the toolchain tarball
will contain matching versions that are on the root file system?
If you create an image that only has busybox, and glibc.. a matching SDK would
only include busybox
Mark,
By 'match the image' you mean the libraries in the toolchain tarball
will contain matching versions that are on the root file system?
-M
On Sat, Jun 30, 2012 at 12:18 AM, Mark Hatle wrote:
> Only difference is patch 1/6, I accidently sent and older broken version of
> the
> patch. This
When configure fails, it usually says "see config.log" yet nobody ever shares
the config.log file meaning the person trying to help invariably has to ask
for more information.
This patch dumps all the config.log files into the main bitbake log files when
configure fails, meaning all the informatio
On 07/01/2012 10:22 PM, Saul Wold wrote:
On 06/29/2012 01:19 PM, Raymond Danks wrote:
On x86, an ELF image file may be stored as a coreboot payload.
The image file is constructed, using the mkelfimage utility,
from a kernel and an initrd.
Signed-off-by: Raymond Danks
---
This was originally sub
On Mon, 2012-07-02 at 11:10 +, Lu, Lianhao wrote:
> Richard Purdie wrote on 2012-07-02:
> > On Mon, 2012-06-25 at 13:15 +0800, Lianhao Lu wrote:
> >> IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
> >> can't be both enabled. User can use the following variables to define
On Mon, Jul 2, 2012 at 6:40 AM, Robert P. J. Day wrote:
> i'm not even remotely a python expert (working on that, though) so
> there may be a trivial and documented answer to this -- can i use
> bitbake to run an arbitrary python routine to see what the output
> would be?
>
> for example, here
i'm not even remotely a python expert (working on that, though) so
there may be a trivial and documented answer to this -- can i use
bitbake to run an arbitrary python routine to see what the output
would be?
for example, here's qemu.bbclass:
def qemu_target_binary(data):
import bb
Paul, do you think this patch is necessary or is this just covering up
for Bug 2595?
--
Darren
On 06/29/2012 09:25 PM, Darren Hart wrote:
> While sdk images already have dev-pkgs included, the kernel-dev package
> is special and does not get installed. Add kernel-dev explicitly to the
> *sdk imag
On 06/30/2012 08:51 PM, Bruce Ashfield wrote:
> On 12-06-30 12:25 AM, Darren Hart wrote:
>> [YOCTO #1614]
>>
>> Add the kernel headers to the kernel-dev package. This packages what was
>> already built and kept in sysroots for building modules with bitbake.
>> Making this available on the target
On Mon, Jul 2, 2012 at 4:24 AM, Otavio Salvador wrote:
> On Mon, Jul 2, 2012 at 2:44 AM, Paul Gortmaker
> wrote:
>> The setting is the same in all recipes, so move it to
>> the shared settings in u-boot.inc
>>
>> Signed-off-by: Paul Gortmaker
>
> Acked-by: Otavio Salvador
It shouldn't be using
On Mon, 2012-07-02 at 07:29 -0400, Robert P. J. Day wrote:
> On Mon, 2 Jul 2012, Richard Purdie wrote:
>
> > On Sat, 2012-06-30 at 06:20 -0400, Robert P. J. Day wrote:
> > > On Sat, 30 Jun 2012, Martin Jansa wrote:
> > >
> > > > http://git.openembedded.org/meta-openembedded/commit/?id=040f75eca217
On Mon, 2 Jul 2012, Paul Eggleton wrote:
> On Monday 02 July 2012 07:29:08 Robert P. J. Day wrote:
> > oelint.bbclass currently suggests it can be any of "standard",
> > "required", "optional" or "extra". and perhaps a dumb question -- how
> > are there *two* default values? not sure what that
On Monday 02 July 2012 07:29:08 Robert P. J. Day wrote:
> oelint.bbclass currently suggests it can be any of "standard",
> "required", "optional" or "extra". and perhaps a dumb question -- how
> are there *two* default values? not sure what that means.
It's worth pointing out that oelint.bbcla
On Mon, 2 Jul 2012, Richard Purdie wrote:
> On Sat, 2012-06-30 at 06:20 -0400, Robert P. J. Day wrote:
> > On Sat, 30 Jun 2012, Martin Jansa wrote:
> >
> > > http://git.openembedded.org/meta-openembedded/commit/?id=040f75eca217c79fed7b881589d9bb36358cffe1
> > > http://git.openembedded.org/openembe
On Mon, Jul 2, 2012 at 2:44 AM, Paul Gortmaker
wrote:
> The u-boot tree is fully capable of parallel builds, so this
> setting should not exist as a blanket setting for all of the
> recipes. Going forward, if there is a parallelism issue
> in u-boot, it needs to be reported and fixed there, and n
On Mon, Jul 2, 2012 at 2:44 AM, Paul Gortmaker
wrote:
> The setting is the same in all recipes, so move it to
> the shared settings in u-boot.inc
>
> Signed-off-by: Paul Gortmaker
Acked-by: Otavio Salvador
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.co
On Mon, Jul 2, 2012 at 2:44 AM, Paul Gortmaker
wrote:
> We don't want to force everyone to be stripping the -Os
> flags from their u-boot builds. Remove it, since it pertains
> to an old toolchain issue that is no longer relevant, and it
> breaks the powerpc mpc8315.
>
> Signed-off-by: Paul Gortm
Richard Purdie wrote on 2012-07-02:
> On Mon, 2012-06-25 at 13:15 +0800, Lianhao Lu wrote:
>> IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
>> can't be both enabled. User can use the following variables to define
>> the relationship of image features:
>>
>> IMAGE_FEATURES_
On Sat, 2012-06-30 at 13:47 +0200, Enrico Scholz wrote:
> the 82d73423c57569b984ee0ae3d93e3c3bd5dc5216 "runqueue: Reimplement
> recrdepends so it works more correctly" bitbake commit breaks
> OpenEmbedded's 'do_fetchall' task. Previously sources of all dependent
> tasks were downloaded. Now, only
On Sat, 2012-06-30 at 06:20 -0400, Robert P. J. Day wrote:
> On Sat, 30 Jun 2012, Martin Jansa wrote:
>
> > http://git.openembedded.org/meta-openembedded/commit/?id=040f75eca217c79fed7b881589d9bb36358cffe1
> > http://git.openembedded.org/openembedded-core/commit/?id=d122343362669c683acc4af295971a6
On Mon, 2012-07-02 at 01:01 +, Lu, Lianhao wrote:
> Hi Richard,
>
> > Lianhao Lu (3):
> > classes/image: Allow openssh empty passwords login.
> > image/core-image: Handle conflicting IMAGE_FEATURES.
> > task-core-tools-debug: Added openssh-sftp-server.
>
> I saw only the first patch "op
On Mon, 2012-06-25 at 13:15 +0800, Lianhao Lu wrote:
> IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
> can't be both enabled. User can use the following variables to define
> the relationship of image features:
>
> IMAGE_FEATURES_REPLACES_foo = "bar" means including image f
>
> b. elections
> -> remove from this list, put back when needed - 2 years from last
> December
> => Jefro to document on wiki & remind the board in October 2013
>
This is not correct.
>From http://www.openembedded.org/wiki/TSC
"Each member serves a two-year term. During election time, one m
On 2012年06月29日 00:04, Khem Raj wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 6/28/2012 12:59 AM, Pascal Ouyang wrote:
On 2012年06月21日 23:47, Khem Raj wrote:
On Thu, Jun 21, 2012 at 12:13 AM,
wrote:
From: Xin Ouyang
We should not just replace CCFLAGS with CFLAGS while compiling,
b
89 matches
Mail list logo