From: Zongchun Yu
when compiling the linux kernel manually. users need to set CROSS_COMPILE
separately.
adding the CROSS_COMPILE variable will be nice for using.
Signed-off-by: Zongchun Yu
---
meta/classes/toolchain-scripts.bbclass |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
[YOCTO #4292]
Replace PERL_TEST_DIR with PTEST_PATH. Also add a run-ptest script and
rename "tests" with "ptest" in various places.
Signed-off-by: Jesse Zhang
---
meta/recipes-devtools/perl/perl-5.14.3/run-ptest | 2 ++
.../perl/{perl-tests.inc => perl-ptest.inc}| 30 +++-
On Mon, 13 May 2013, Khem Raj wrote:
> can you try this
>
> add
>
> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac"
>
> to linux-yocto_3.8.bb
>
> and rebuild the kernel and see if that boots
does that apply to me as well?
rday
--
==
Hi,
This v3 fixes following issues noticed by Phil Blundell.
Thanks for comments Phil!
v3:
- removed do_install_append_${PN}-vpn() as it is useless here
- refactored populate_packages_prepend(), now the RDEPENDS are
created in lambda function
- added INSANE_SKIP_ setting in populate_packages_pr
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman.inc | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-connectivity/connman/connman.inc
index 137deed..b7466f5 100644
--- a/meta/recipes-connectivit
One needs to add following statement into local.conf or distro config
PACKAGECONFIG_append_pn-connman = " openvpn vpnc l2tp pptp"
in order to activate support for these VPN technogies in ConnMan.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman.inc | 52 +
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman.inc | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-connectivity/connman/connman.inc
index b7466f5..8fd38ee 100644
--- a/meta/recipes-connectivit
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman.inc | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-connectivity/connman/connman.inc
index 8fd38ee..b26555c 100644
--- a/meta/recipes-connectivit
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman.inc | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-connectivity/connman/connman.inc
index b26555c..8d6f68c 100644
--- a/meta/recipes-connectivit
On Mon, 13 May 2013, Khem Raj wrote:
> can you try this
>
> add
>
> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac"
>
> to linux-yocto_3.8.bb
>
> and rebuild the kernel and see if that boots
ok, that gives me a successful boot (tried it twice, success both
times) but i'm
Hi Phil,
On 13/05/13 16:41, Phil Blundell wrote:
> It seems a bit hyperbolic to claim that testing clutter is impossible
> without GPU hardware (either real or emulated). The majority of the
> code even in cogl, and virtually all the code in clutter itself, is
> mostly independent of the underlyi
On 13/05/13 15:53, Phil Blundell wrote:
> On Mon, 2013-05-13 at 12:32 +0100, Tomas Frydrych wrote:
>> On 13/05/13 12:06, Burton, Ross wrote:
>>> The problem with bbappends is that they break every time the package
>>> in oe-core changes version.
>>
>> I see this as a good thing; if I maintain a bba
On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote:
> libtirpc is looked for by configure and if found
> its enabled. So lets make it consistent and enable
> it always
>
> Signed-off-by: Khem Raj
> ---
> meta/recipes-extended/pam/libpam_1.1.6.bb |2 +-
> 1 file changed, 1 insertion(+), 1 dele
On Mon, 13 May 2013, Khem Raj wrote:
> can you try this
>
> add
>
> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac"
>
> to linux-yocto_3.8.bb
>
> and rebuild the kernel and see if that boots
i've updated my results here:
http://www.crashcourse.ca/wiki/index.php/Adding_MI
On Tue, 2013-05-14 at 10:22 +0100, Tomas Frydrych wrote:
> On 13/05/13 15:53, Phil Blundell wrote:
> > On Mon, 2013-05-13 at 12:32 +0100, Tomas Frydrych wrote:
> >> On 13/05/13 12:06, Burton, Ross wrote:
> >>> The problem with bbappends is that they break every time the package
> >>> in oe-core cha
From: Saul Wold [s...@linux.intel.com]
Sent: Monday, May 13, 2013 9:10 PM
To: Radu, IonutX
Cc: Patches and discussions about the oe-core layer
Subject: Re: [OE-core] [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1
On 05/13/2013 05:23 PM, Radu, IonutX wrote:
From: Saul Wold [s...@linux.intel.com]
Sent: Wednesday, May 08, 2013 7:43 PM
To: Radu, IonutX
Cc: Burton, Ross; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0
On 05/08/2013 07:55 AM,
Run udevadm inside qemu in order to create the HW database index on
host.
The alternative would be to build a native version
of udevadm which would imply several things: split out systemd recipe,
create a common inc file and create a new recipe for udevadm native.
However, this latter solution mi
On Tue, May 14, 2013 at 4:28 AM, Robert P. J. Day wrote:
> On Mon, 13 May 2013, Khem Raj wrote:
>
>> can you try this
>>
>> add
>>
>> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac"
>>
>> to linux-yocto_3.8.bb
>>
>> and rebuild the kernel and see if that boots
>
> ok, that
On Tue, 14 May 2013, Bruce Ashfield wrote:
> On Tue, May 14, 2013 at 4:28 AM, Robert P. J. Day
> wrote:
> > On Mon, 13 May 2013, Khem Raj wrote:
> >
> >> can you try this
> >>
> >> add
> >>
> >> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac"
> >>
> >> to linux-yocto_3.8.b
I got the following build error once, on an attempt to fix it (and
create a patch for OE-core) from the devshell, the problem magically
disappeared:
|
/home/mike/zynq/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/libsoup-2.4/2.42.1-r0/temp/run.do_configure.26683:
line 175: intltooli
On 14 May 2013 13:30, Mike Looijmans wrote:
> I suspect libsoup-2.4_2.42.1.bb is lacking a dependency, I don't know what
> provides the "intltoolize" program though.
Yes, and it's "intltool".
Ross
___
Openembedded-core mailing list
Openembedded-core@l
On Tue, May 14, 2013 at 4:28 AM, Robert P. J. Day wrote:
> On Mon, 13 May 2013, Khem Raj wrote:
>> can you try this
>>
>> add
>>
>> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac"
>>
>> to linux-yocto_3.8.bb
>>
>> and rebuild the kernel and see if that boots
>
> ok, that g
On 14 May 2013 12:23, Laurentiu Palcu wrote:
> Run udevadm inside qemu in order to create the HW database index on
> host.
>
> The alternative would be to build a native version
> of udevadm which would imply several things: split out systemd recipe,
> create a common inc file and create a new rec
Jesse Zhang wrote:
> +++ b/meta/recipes-devtools/perl/perl-5.14.3/run-ptest
> @@ -0,0 +1,2 @@
> +#!/bin/sh
> +cd t && ./TEST
run-ptest also needs to parse the output and reformat results into the standard
ptest/automake format, such as "PASS: foo", "FAIL: foo" and "SKIP: foo".
--
Björn
___
On Tuesday, May 14, 2013, RicharPurdie
wrote:
> On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote:
>> libtirpc is looked for by configure and if found
>> its enabled. So lets make it consistent and enable
>> it always
>>
>> Signed-off-by: Khem Raj
>> ---
>> meta/recipes-extended/pam/libpam_1.1.6
On Tuesday 14 May 2013 07:33:49 Khem Raj wrote:
> On Tuesday, May 14, 2013, RicharPurdie
> wrote:
> > On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote:
> >> libtirpc is looked for by configure and if found
> >> its enabled. So lets make it consistent and enable
> >> it always
> >>
> >> Signed-of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/13/2013 02:33 PM, Martin Jansa wrote:
> On Mon, May 13, 2013 at 01:57:44PM -0700, Darren Hart wrote:
>> After removing a bbappend for init-ifupdown I am seeing failures
>> in do_package_ipk:
>>
>> Build Configuration: BB_VERSION= "1.19.0
Just looked at picking up the MIT license file from openembedded-core
to use in my own layer and noticed that it's still referencing poky
and bitbake as a subdirectory not as a separate repository (see
http://git.openembedded.org/openembedded-core/tree/LICENSE). Is this
right or should it be change
On Tuesday, May 14, 2013, Paul Eggleton
wrote:
> On Tuesday 14 May 2013 07:33:49 Khem Raj wrote:
>> On Tuesday, May 14, 2013, RicharPurdie <
richard.pur...@linuxfoundation.org>
>> wrote:
>> > On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote:
>> >> libtirpc is looked for by configure and if found
The connman init script sources a setup file from /usr/lib/connman,
so we end up with no network in qemu multilib enabled images.
The init script it's installed by connman and because wired-setup
it's installed by another package (connman-conf) we can't use
libexecdir here and now (in the init scr
On 05/11/2013 05:49 PM, Richard Purdie wrote:
>
> I will however raise the point that a lot of people currently have a
> tendency to "hide behind" me in discussions. They see me reply and
> assume that since I've said something, that is it and they can keep
> quiet. I want to be clear this isn't g
On Tue, 2013-05-14 at 07:33 -0700, Khem Raj wrote:
>
>
> On Tuesday, May 14, 2013, RicharPurdie
> wrote:
> > On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote:
> >> libtirpc is looked for by configure and if found
> >> its enabled. So lets make it consistent and enable
> >> it always
> >>
> >> S
* temporary work around for build issue on armv4t:
| cp/decl.o: In function `bad_specifiers':
|
/OE/shr-core/tmp-eglibc/work-shared/gcc-4.8.0-r0/gcc-4.8.0/gcc/cp/decl.c:7171:(.text.unlikely+0x24):
relocation truncated to fit: R_ARM_THM_CALL against sym
bol `error(char const*, ...)' defined in .gl
On Tuesday 14 May 2013 10:14:20 Tomas Frydrych wrote:
> On 13/05/13 16:41, Phil Blundell wrote:
> > It seems a bit hyperbolic to claim that testing clutter is impossible
> > without GPU hardware (either real or emulated). The majority of the
> > code even in cogl, and virtually all the code in clu
On Tue, May 14, 2013 at 3:43 AM, wrote:
> From: Zongchun Yu
>
> when compiling the linux kernel manually. users need to set CROSS_COMPILE
> separately.
> adding the CROSS_COMPILE variable will be nice for using.
>
> Signed-off-by: Zongchun Yu
I agree; it makes it easy to use with many make ba
On May 14, 2013, at 9:24 AM, Phil Blundell wrote:
> On Tue, 2013-05-14 at 07:33 -0700, Khem Raj wrote:
>>
>>
>> On Tuesday, May 14, 2013, RicharPurdie
>> wrote:
>>> On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote:
libtirpc is looked for by configure and if found
its enabled. So le
On May 14, 2013, at 9:29 AM, Martin Jansa wrote:
> * temporary work around for build issue on armv4t:
> | cp/decl.o: In function `bad_specifiers':
> |
> /OE/shr-core/tmp-eglibc/work-shared/gcc-4.8.0-r0/gcc-4.8.0/gcc/cp/decl.c:7171:(.text.unlikely+0x24):
> relocation truncated to fit: R_ARM_THM
Hi,
I see this class for generating a report of package data, but I don't see it
ever
being used. Is there info about how to use it?
Joe
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/ma
On May 8, 2013, at 1:22 AM, Marcin Juszkiewicz
wrote:
> W dniu 08.05.2013 08:43, Marcin Juszkiewicz pisze:
>
>> I will sort it out today.
>
> Should be solved now.
>
Not yet. Can you pick up this patch here please
https://github.com/kraj/meta-linaro/commit/22bc67f2229f3e36a030787a516117271
We put the shared libraries in base_libdir because at least
one library under base_libdir, pam_cracklib.so, needs them
and will cause a qa warning when it is built.
---
meta/recipes-core/zlib/zlib_1.2.7.bb | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/meta/
pam depends on cracklib which depends on zlib. Putting libz.so.*
in base_libdir also seems to correspond to where fedora puts them.
Joe Slater (1):
zlib: put shared libraries in base_libdir
meta/recipes-core/zlib/zlib_1.2.7.bb | 14 ++
1 files changed, 14 insertions(+), 0 dele
Signed-off-by: Drew Moseley
---
meta/classes/kernel.bbclass |8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 6ba31bd..f23818e 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@
W dniu 14.05.2013 23:43, Khem Raj pisze:
>
> On May 8, 2013, at 1:22 AM, Marcin Juszkiewicz
> wrote:
>
>> W dniu 08.05.2013 08:43, Marcin Juszkiewicz pisze:
>>
>>> I will sort it out today.
>>
>> Should be solved now.
>>
>
> Not yet. Can you pick up this patch here please
>
> https://github.c
Hi All,
Python3 (3.3.0) is now available. Please test it out on your platforms and
report issues/successes you see, and above all feedback on patches
the contrib tree for OE-Core is here
http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/python3
I have tested it on all supporte
On Tue, 2013-05-14 at 17:59 -0700, Drew Moseley wrote:
> Signed-off-by: Drew Moseley
> ---
> meta/classes/kernel.bbclass |8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
> index 6ba31bd..f23818e 100644
>
Hello, all.
I'm running qt application on yocto's qt image. cpu is s3c2442, like mini2440.
the problem is:
key event issued by pressing gpio-key eat by 'getty' (from busybox),
my application can't receive input event,
if I remove respawn 'getty' for tty1 in /etc/inittab, everything ok.
any ide
Signed-off-by: Cristian Iorga
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Stefan
Stanacar
Sent: Tuesday, May 14, 2013 7:22 PM
To: openembedded-core@lists.openembedded.org
Subject: [OE-co
48 matches
Mail list logo