On 12-10-03 12:36 AM, Darren Hart wrote:
It is necessary to supply file://defconfig to the SRC_URI when using
a defconfig (it is not implicitly understood as the commentary might
currently suggest).
Acked-by: Bruce Ashfield
Signed-off-by: Darren Hart
CC: Bruce Ashfield
---
meta-skeleton/r
It is necessary to supply file://defconfig to the SRC_URI when using
a defconfig (it is not implicitly understood as the commentary might
currently suggest).
Signed-off-by: Darren Hart
CC: Bruce Ashfield
---
meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 3 ++-
1 file changed, 2 ins
From: Martin Jansa
* openembedded-core/meta/recipes-connectivity/openssl/openssl.inc
*
* is using perlpath.pl:
*
* do_configure () {
* cd util
* perl perlpath.pl ${STAGING_BINDIR_NATIVE}
* ...
*
* and perlpath.pl is using find.pl:
* openssl-1.0.0i/util/perlpath.pl:
* #!/
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.org/show_bug.cgi?id=420083
which following error:
/usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg
/usr/bin/perl -w ./../msggen.p
On 10/02/2012 08:02 AM, Phil Blundell wrote:
Fixes:
WARNING: Unable to get checksum for libart-lgpl SRC_URI entry art_config.h:
file could not be found
which otherwise happens during parsing, even if libart-lgpl isn't being built.
Signed-off-by: Phil Blundell
---
meta/recipes-gnome/gnome/li
On 10/01/2012 09:20 AM, Ross Burton wrote:
libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be
useful.
Signed-off-by: Ross Burton
---
meta/recipes-connectivity/libpcap/libpcap.inc |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/rec
On 10/01/2012 07:17 AM, Bogdan Marinescu wrote:
The test for network error in sanity.bbclass was negated.
Signed-off-by: Bogdan Marinescu
---
meta/classes/sanity.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.b
On 10/02/2012 08:56 AM, Ross Burton wrote:
This had nowhere near enough testing...
This reverts commit ffb6928f5783e5202d9849c3a185e29be1d41c63.
Signed-off-by: Ross Burton
---
meta/recipes-core/initrdscripts/files/init-live.sh | 11 ---
1 file changed, 11 deletions(-)
diff --git
On 10/01/2012 04:56 AM, Ross Burton wrote:
From: Daniel Stone
This causes a build loop, when DRM depends on Cairo depends on Mesa
depends on DRM. We can safely remove it as it's only one libdrm example
program which uses Cairo, which we won't be needing. At least it's not
worth the build loop
On 09/26/2012 03:27 PM, Martin Jansa wrote:
Please test on more architectures.
I've tested complete qt4-native + qt4-free-x11 on armv4t.
And only do_patch for nativesdk-qt4-tools, qt-mobility-*, qt4-embedded.
The following changes since commit 938d07871bedd91f0d95ed6fe338ecbfafa5ebfe:
busybo
On 10/02/2012 09:22 AM, Mike Crowe wrote:
If CCACHE is in the whitelist then CCACHE_DISABLE probably should be too.
Signed-off-by: Mike Crowe
Signed-off-by: Phil Blundell
---
meta/conf/bitbake.conf |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/bitbake.conf
On Tue, Oct 2, 2012 at 5:22 PM, Richard Purdie
wrote:
> On Wed, 2012-10-03 at 00:11 +0200, Martin Jansa wrote:
>> On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote:
>> > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
>> > > -bb.warn("The recipe is trying to install files i
The license for bzip2 is not quite BSD. I have an email out to the
maintainer to see if we can utilize a common BSD license (or something
else) however, for now, we should revert bzip2 back to a special
license.
As busybox also utilizes a lightly modified bzip2, this also
effects busybox.
The fol
The license for bzip2 is not quite BSD. I have an email out to the
maintainer to see if we can utilize a common BSD license (or something
else) however, for now, we should revert bzip2 back to a special
license.
As busybox also utilizes a lightly modified bzip2, this also
effects busybox.
Signed-
Without this, circular dependencies are found when attempting to build
multilib versions of qt4 (or bitbake world in a multilib enabled build).
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass
index 05c24ef..de2a68d 100644
--- a/meta/classes/qt4
On Wed, 2012-10-03 at 00:11 +0200, Martin Jansa wrote:
> On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote:
> > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
> > > -bb.warn("The recipe is trying to install files into a shared
> > > area when those files already exist. Tho
On Tue, 2012-10-02 at 23:00 +0100, Phil Blundell wrote:
> On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
> > -bb.warn("The recipe is trying to install files into a shared area
> > when those files already exist. Those files are:\n %s" % "\n
> > ".join(match))
> > +bb.warn
On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote:
> On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
> > -bb.warn("The recipe is trying to install files into a shared area
> > when those files already exist. Those files are:\n %s" % "\n
> > ".join(match))
> > +
On Tue, 2012-10-02 at 15:06 -0700, Saul Wold wrote:
> On 10/02/2012 03:00 PM, Phil Blundell wrote:
> > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
> >> -bb.warn("The recipe is trying to install files into a shared area
> >> when those files already exist. Those files are:\n %s" %
On 10/02/2012 03:00 PM, Phil Blundell wrote:
On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
-bb.warn("The recipe is trying to install files into a shared area when those files
already exist. Those files are:\n %s" % "\n ".join(match))
+bb.warn("The %s recipe is trying t
On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote:
> -bb.warn("The recipe is trying to install files into a shared area
> when those files already exist. Those files are:\n %s" % "\n
> ".join(match))
> +bb.warn("The %s recipe is trying to install files into a shared area
> w
[YOCTO #3191]
Signed-off-by: Saul Wold
---
meta/classes/sstate.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 03f083e..ca50483 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclas
* When building with 24 bitbake threads on my system I observed
errors like the following:
| configure.ac:199: error: LT_LANG: unsupported language: "Go"
|
/work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768:
LT_LANG is expanded from...
* When building with 24 bitbake threads on my system I observed
errors like the following:
| configure.ac:199: error: LT_LANG: unsupported language: "Go"
|
/work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768:
LT_LANG is expanded from...
On 10/2/12 3:38 PM, Martin Jansa wrote:
On Tue, Oct 02, 2012 at 03:36:16PM -0500, Mark Hatle wrote:
On 10/2/12 1:43 PM, Martin Jansa wrote:
On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote:
Let me preface this by I have read the patch set.. Martin asked me to comment on
the items bel
On Tue, Oct 02, 2012 at 03:36:16PM -0500, Mark Hatle wrote:
> On 10/2/12 1:43 PM, Martin Jansa wrote:
> > On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote:
> >> Let me preface this by I have read the patch set.. Martin asked me to
> >> comment on
> >> the items below...
> >>
> >> On 9/27
On 10/2/12 1:43 PM, Martin Jansa wrote:
On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote:
Let me preface this by I have read the patch set.. Martin asked me to comment on
the items below...
On 9/27/12 3:37 AM, Martin Jansa wrote:
On Sat, Sep 22, 2012 at 06:45:44PM +0100, Richard Purd
On Tue, 2012-10-02 at 17:30 +, McClintock Matthew-B29882 wrote:
> On Tue, Oct 2, 2012 at 11:29 AM, Richard Purdie
> wrote:
> > On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote:
> >> Docs need to be updated, there was also a build warning if it was not
> >> installed - did tha
On Tue, 2012-10-02 at 12:20 -0500, Mark Hatle wrote:
> On 10/1/12 7:10 PM, Richard Purdie wrote:
> > The bb.utils.explode_dep_versions function has issues where dependency
> > information
> > can be lost. The API doesn't support maintaining the correct information so
> > this
> > changes to use a
On Thu, Sep 27, 2012 at 01:58:35PM -0500, Mark Hatle wrote:
> Let me preface this by I have read the patch set.. Martin asked me to comment
> on
> the items below...
>
> On 9/27/12 3:37 AM, Martin Jansa wrote:
> > On Sat, Sep 22, 2012 at 06:45:44PM +0100, Richard Purdie wrote:
> >> On Sat, 2012-
On Tue, Oct 2, 2012 at 11:29 AM, Richard Purdie
wrote:
> On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote:
>> Docs need to be updated, there was also a build warning if it was not
>> installed - did that get removed too?
>
> You still need chrpath installed, this just avoids a di
On 10/1/12 7:10 PM, Richard Purdie wrote:
The bb.utils.explode_dep_versions function has issues where dependency
information
can be lost. The API doesn't support maintaining the correct information so this
changes to use a new function which correctly handles the data.
Signed-off-by: Richard Pu
This binary is provided by util-linux nowadays. Fixes:
WARNING: The recipe is trying to install files into a shared area when those
files already exist. Those files are:
/fast/jenkins/workspace/.../tmp-eglibc/sysroots/x86_64-linux/sbin/findfs
Signed-off-by: Phil Blundell
---
(Not very cle
If CCACHE is in the whitelist then CCACHE_DISABLE probably should be too.
Signed-off-by: Mike Crowe
Signed-off-by: Phil Blundell
---
meta/conf/bitbake.conf |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e168ef1..e813f
On Fri, 2012-09-28 at 15:34 +0300, Andrei Dinu wrote:
> > Presumably it does at least pass the eglibc and binutils testsuites,
> > right?
> >
> Can u give me a location where i can find these test suites and how can
> i run them?
They're included in the eglibc and binutils distributions. I think
On Thu, Sep 27, 2012 at 10:52:31PM +0200, Martin Jansa wrote:
> On Fri, Aug 17, 2012 at 05:09:34PM +, g...@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: b97e37e1444ef32e7837dcc79e3fad36c4284b65
> > URL:
> > http://git.openembedded.org/?p=openem
On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote:
> Docs need to be updated, there was also a build warning if it was not
> installed - did that get removed too?
You still need chrpath installed, this just avoids a different set of
problems in nativesdk and corrected ASSUME_PROVI
Docs need to be updated, there was also a build warning if it was not
installed - did that get removed too?
-M
On Tue, Oct 2, 2012 at 8:13 AM, Richard Purdie
wrote:
> chrpath is assumed to be provided by the build host system. This means
> we need to provide a replacement version and install int
On Tue, 2012-10-02 at 08:16 -0700, Flanagan, Elizabeth wrote:
> On Tue, Oct 2, 2012 at 3:46 AM, Phil Blundell wrote:
> >
> > This (and the corresponding change to busybox) doesn't seem quite right.
> > Although it is true that the bzip2 licence does have four clauses and is
> > approximately BSD-i
This had nowhere near enough testing...
This reverts commit ffb6928f5783e5202d9849c3a185e29be1d41c63.
Signed-off-by: Ross Burton
---
meta/recipes-core/initrdscripts/files/init-live.sh | 11 ---
1 file changed, 11 deletions(-)
diff --git a/meta/recipes-core/initrdscripts/files/init-li
On 2 October 2012 16:50, McClintock Matthew-B29882 wrote:
>> Yea, I suppose the the host compiler should be checked by autotools
>> if it supports these warning flags.
>
> Should this block applying this patch to oe-core or will there be
> upstream fixes before 1.3?
This is the right fix for the
On Fri, Sep 28, 2012 at 10:03 AM, Matthew McClintock wrote:
> On Fri, Sep 28, 2012 at 9:52 AM, Burton, Ross wrote:
>> On 28 September 2012 02:33, Matthew McClintock wrote:
>>> Fixes these sorts of issues present on older gcc (CentOS 5.x in this case)
>>>
>>> | cc1: error: unrecognized command li
On 2 October 2012 16:25, Andrei Dinu wrote:
> Removed package from meta/recipes-connectivity and also all the dependencies
> reffering to it.
This patch should be split into two - one touching meta and the other
touching meta-yocto (because the real repositories are oe-core for
meta/ and meta-yo
On Tue, Oct 02, 2012 at 06:26:11PM +0300, Andrei Dinu wrote:
> Signed-off-by: Andrei Dinu
This should be sent to openembedded-devel ML with meta-oe prefix like
meta-oe README says.
Cheers,
> ---
> ...gypsy-m4-directory-missing-from-structure.patch | 23
>
> .../recipes-
On 10/02/2012 02:43 AM, Ross Burton wrote:
Galago has been replaced with Telepathy and Folks, and has been unmaintained for
years.
Signed-off-by: Ross Burton
---
.../galago/galago-daemon_0.5.1.bb | 18
.../galago/libgalago-0.5.2/mkdir.patch | 29
On 10/02/2012 02:52 AM, Bogdan Marinescu wrote:
The test for network error in sanity.bbclass was negated.
Signed-off-by: Bogdan Marinescu
---
meta/classes/sanity.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.b
Signed-off-by: Andrei Dinu
---
...gypsy-m4-directory-missing-from-structure.patch | 23
.../recipes-connectivity/gypsy/files/fixups.patch | 21 ++
meta-oe/recipes-connectivity/gypsy/gypsy.inc | 15 +
meta-oe/recipes-connectivity/gypsy/
Removed package from meta/recipes-connectivity and also all the dependencies
reffering to it.
Signed-off-by: Andrei Dinu
---
meta-yocto/conf/distro/include/maintainers.inc |1 -
.../distro/include/poky-floating-revisions.inc |1 -
meta/recipes-connectivity/gypsy/files/fixups.pat
On Tue, Oct 2, 2012 at 3:46 AM, Phil Blundell wrote:
>
> This (and the corresponding change to busybox) doesn't seem quite right.
> Although it is true that the bzip2 licence does have four clauses and is
> approximately BSD-ish, these four clauses are not actually the same as
> the ones in the tr
On 09/29/2012 05:20 AM, Phil Blundell wrote:
Even when installing onto a live target system, calling sync() during
package installation is of somewhat questionable benefit. But calling
it on the build host during rootfs construction is certainly useless and
can cause I/O to stall for several sec
On 10/01/2012 04:41 AM, Martin Jansa wrote:
* http://code.google.com/p/opkg/issues/detail?id=94
Signed-off-by: Martin Jansa
---
.../0009-pkg_depends-fix-version-constraints.patch | 188 +
...depends-fix-version_constraints_satisfied.patch | 37
meta/recipes-devtool
Fixes:
WARNING: Unable to get checksum for libart-lgpl SRC_URI entry art_config.h:
file could not be found
which otherwise happens during parsing, even if libart-lgpl isn't being built.
Signed-off-by: Phil Blundell
---
meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h | 10 ++
On Tue, Oct 2, 2012 at 11:47 AM, Saul Wold wrote:
> Merged into OE-Core
>
> Sorry about the original mis-merge!
Thanks by merging both changes.
mis-merge happens, good we found it fast :)
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.os
On 09/28/2012 06:31 AM, Otavio Salvador wrote:
When merging the xserver-xorg fix the to use RDEPENDS in
xserver-xorg-module-exa the RCONFLICTS has not been removed by
mistake. This drops the RCONFLICTS to properly fix it.
Signed-off-by: Otavio Salvador
---
.../recipes-graphics/xorg-xserver/xs
On Tue, Oct 2, 2012 at 10:57 AM, Martin Ertsås wrote:
> On 10/02/12 15:59, Otavio Salvador wrote:
>> On Tue, Oct 2, 2012 at 10:52 AM, Martin Ertsås wrote:
>>> On 10/02/12 15:53, Otavio Salvador wrote:
On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote:
> On Tue, 2012-10-02 at 10:42 -0
On 10/02/12 15:59, Otavio Salvador wrote:
> On Tue, Oct 2, 2012 at 10:52 AM, Martin Ertsås wrote:
>> On 10/02/12 15:53, Otavio Salvador wrote:
>>> On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote:
On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote:
> Or IMAGE_FEATURES += "dbg-i
On Tue, Oct 2, 2012 at 10:52 AM, Martin Ertsås wrote:
> On 10/02/12 15:53, Otavio Salvador wrote:
>> On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote:
>>> On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote:
Or IMAGE_FEATURES += "dbg-img" ;-)
>>> Where is that implemented? I couldn
On 10/02/12 15:53, Otavio Salvador wrote:
> On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote:
>> On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote:
>>> Or IMAGE_FEATURES += "dbg-img" ;-)
>> Where is that implemented? I couldn't find any obvious reference to
>> dbg-img in any classes.
>
On Tue, Oct 2, 2012 at 10:51 AM, Phil Blundell wrote:
> On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote:
>> Or IMAGE_FEATURES += "dbg-img" ;-)
>
> Where is that implemented? I couldn't find any obvious reference to
> dbg-img in any classes.
Sorry by cause a missunderstanding ... I was j
On Tue, 2012-10-02 at 10:42 -0300, Otavio Salvador wrote:
> Or IMAGE_FEATURES += "dbg-img" ;-)
Where is that implemented? I couldn't find any obvious reference to
dbg-img in any classes.
p.
___
Openembedded-core mailing list
Openembedded-core@lists.
On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote:
> On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote:
> > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
> > > Hasn't Paul added a general mechanism for doing this so we could add
> > > this feature a level higher so that it cou
On Tue, Oct 2, 2012 at 8:38 AM, Richard Purdie
wrote:
> On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote:
>> On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
>> > Hasn't Paul added a general mechanism for doing this so we could add
>> > this feature a level higher so that it could be
Versions earlier than 0.14 can't cope with 32 bit binaries on a 64 bit
system and vice versa. This results in problems for certain SDKMACHINE
combinations on certain hosts. By ensuring we build
chrpath-replacement-native we avoid this problems and the binaries work
correctly.
[YOCTO #3161]
[YOCTO
chrpath is assumed to be provided by the build host system. This means
we need to provide a replacement version and install into a specific directory
to avoid races.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb
b/meta/recipes-devtools/chrpath/chrpa
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb
b/meta/recipes-extended/gzip/gzip_1.5.bb
index 7a811e2..2c6917d 100644
--- a/meta/recipes-extended/gzip/gzip_1.5.bb
+++ b/meta/recipes-extended/gzip/gzip_1.5.bb
@@ -2,6 +2,7 @@ require gzip.inc
PR = "r0"
+P
We assume chrpath is provided natively so it should be listed in
ASSUME_PROVIDED.
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e168ef1..c049b29 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -161,6 +161,7 @@ DATETIME =
The SDK/ADT may ship with a python installed which may not have all the modules
need for a bitbake build. We should therefore detect if its already present in
the
environment and error out in this case, asking the user to use a clean
environment.
This also removes the potential for any other con
This converts the option to maintain the existing behaviour unless the option is
specified. We do specify the option during the builds themselves to ensure what
the users expects is built.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.b
On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote:
> On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
> > Hasn't Paul added a general mechanism for doing this so we could add
> > this feature a level higher so that it could be used by all packaging
> > formats?
>
> Ah, possibly. I'll
On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote:
> Hasn't Paul added a general mechanism for doing this so we could add
> this feature a level higher so that it could be used by all packaging
> formats?
Ah, possibly. I'll have a look. Can you give me a pointer to the
mechanism you were t
On Tue, 2012-10-02 at 10:20 +0100, Phil Blundell wrote:
> If ${IMAGE_BUILD_DEBUG} is set, construct a parallel tree containing
> the debug data for the packages that have been installed in the
> rootfs, then tar it up and deploy it alongside the rootfs images.
>
> Signed-off-by: Phil Blundell
> -
On Tue, 2012-10-02 at 11:58 +0100, Burton, Ross wrote:
> On 2 October 2012 11:56, Richard Purdie
> wrote:
> > Shouldn't we just disable the things to gain a small bit of build speed
> > if they don't matter? :)
>
> That means carrying a patch and the maintenance burden when upgrading.
> I'm not
On Mon, 2012-10-01 at 16:52 +0100, Phil Blundell wrote:
> All variants of opkg are currently configured --disable-curl so there
> seems no point in depending on it.
>
> Signed-off-by: Phil Blundell
> ---
> meta/recipes-devtools/opkg/opkg.inc |2 --
> 1 file changed, 2 deletions(-)
>
> diff
On 2 October 2012 11:56, Richard Purdie
wrote:
> Shouldn't we just disable the things to gain a small bit of build speed
> if they don't matter? :)
That means carrying a patch and the maintenance burden when upgrading.
I'm not entirely sure you'll notice all ten lines of Cairo code being
compile
On Mon, 2012-10-01 at 13:04 +0100, Burton, Ross wrote:
> On 1 October 2012 13:02, Martin Jansa wrote:
> > shouldn't we disable that example explicitly, so that the output is not
> > different when cairo gets built before libdrm?
>
> The test (tests/modetest/) is noinst, so the output doesn't actu
On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote:
> From: Elizabeth Flanagan
>
> This is a quick audit of only the most obviously wrong licenses
> found within OECore. These fixes fall into four areas:
>
> - LICENSE field had incorrect format so that the parser choked
> - LICENSE field has
The test for network error in sanity.bbclass was negated.
Signed-off-by: Bogdan Marinescu
---
meta/classes/sanity.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index e2095dd..f2e9a74 100644
--- a/meta/clas
Galago has been replaced with Telepathy and Folks, and has been unmaintained for
years.
Signed-off-by: Ross Burton
---
.../galago/galago-daemon_0.5.1.bb | 18
.../galago/libgalago-0.5.2/mkdir.patch | 29
.../galago/libgalago-0.5.
If ${IMAGE_BUILD_DEBUG} is set, construct a parallel tree containing
the debug data for the packages that have been installed in the
rootfs, then tar it up and deploy it alongside the rootfs images.
Signed-off-by: Phil Blundell
---
meta/classes/image.bbclass |9 +
meta/classes/r
On 10/02/2012 10:33 AM, Khem Raj wrote:
> i need to check it with 1 more case. Please hold on for applying it. I
> welcome testing
>
> On Mon, Oct 1, 2012 at 10:36 PM, Khem Raj wrote:
>> Currently for sdk binutils we expand the size of .interp
>> section to 0x1000 assuming that its at the begin
On Tue, Oct 02, 2012 at 01:26:37AM +0200, Martin Jansa wrote:
> On Mon, Oct 01, 2012 at 04:31:08PM +0200, Martin Jansa wrote:
> > On Sun, Sep 30, 2012 at 10:18:18PM +0200, Martin Jansa wrote:
> > > On Fri, Sep 28, 2012 at 06:43:09PM +0200, Martin Jansa wrote:
> > > > On Thu, Sep 27, 2012 at 12:27:0
On Mon, Oct 01, 2012 at 02:21:21PM +0100, Richard Purdie wrote:
> On Sat, 2012-09-29 at 15:34 +0200, Koen Kooi wrote:
> > Op 28 sep. 2012, om 23:27 heeft Richard Purdie
> > het volgende geschreven:
> >
> > > On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote:
> > >> This completely breaks instal
i need to check it with 1 more case. Please hold on for applying it. I
welcome testing
On Mon, Oct 1, 2012 at 10:36 PM, Khem Raj wrote:
> Currently for sdk binutils we expand the size of .interp
> section to 0x1000 assuming that its at the beginning of
> the linker map but there may be program he
83 matches
Mail list logo