> > From: paul.eggle...@linux.intel.com
> > To: mkbrow...@hotmail.com
> > CC: yocto@yoctoproject.org; ross.bur...@intel.com
> > Subject: Re: [yocto] Failed to fetch URL
> > git://gitorious.org/raw2rgbpnm/raw2rgbpnm.git Date: Thu, 10 Mar 2016
> > 14:39:01 +1300
> >
> > On Wed, 09 Mar 2016 14:56:55
Is it possible that the network pathway through Windows/Virtualbox to Ubuntu is
interfering
with the certification ssl process ?
> From: paul.eggle...@linux.intel.com
> To: mkbrow...@hotmail.com
> CC: yocto@yoctoproject.org; ross.bur...@intel.com
> Subject: Re: [yocto] Failed to fetch URL
> gi
On Wed, 09 Mar 2016 14:56:55 Mark Brown wrote:
> The certificate file is there and appears to contains a series of several
> encrypted certificates. And there are numerous other .crt and .pem files in
> there, mostly links to files. Does this build need to be run as admin or
> sudo to enable this
On Thu, 2016-03-10 at 00:52 +0100, Martin Jansa wrote:
> On Wed, Mar 09, 2016 at 11:02:31PM +, Richard Purdie wrote:
> > On Wed, 2016-03-09 at 23:50 +0100, Martin Jansa wrote:
> > > What's even more interesting is that even gcc-cross-initial has
> > > different signatures for 2 ARM MACHINEs wit
ping^2
On Wed, Mar 2, 2016 at 11:34 PM, Khem Raj wrote:
> On Wed, Mar 2, 2016 at 7:47 AM, Andrei Gherzan wrote:
>> Hi Khen,
>>
>> I started to merge the ones that were obvious. The rest need rebasing,
>> conflict fixing and so on. And then I test them locally. So it will take a
>> while. But I'l
On Wed, Mar 09, 2016 at 11:02:31PM +, Richard Purdie wrote:
> On Wed, 2016-03-09 at 23:50 +0100, Martin Jansa wrote:
> > What's even more interesting is that even gcc-cross-initial has
> > different signatures for 2 ARM MACHINEs with different DEFAULTTUNES
> >
> > OE qemuarm7@ ~/build/oe-core
From: Adrian Dudau
Fixes [Yocto 4423]
Porting commit a80114b5d1c8d774fd9271da48a38654321d4817 from
the Juno branch.
Signed-off-by: Jose Lamego
---
.../src/org/yocto/remote/utils/ShellSession.java | 6 +++--
.../src/org/yocto/sdk/remotetools/Messages.java| 1 +
.../sdk/remotetools/actio
From: Adrian Dudau
Fixes [Yocto 4423]
Porting commit a80114b5d1c8d774fd9271da48a38654321d4817 from
the Juno branch.
Signed-off-by: Jose Lamego
---
.../src/org/yocto/remote/utils/ShellSession.java | 6 +++--
.../src/org/yocto/sdk/remotetools/Messages.java| 1 +
.../sdk/remotetools/actio
From: Adrian Dudau
Fixes [Yocto 4423]
Porting commit a80114b5d1c8d774fd9271da48a38654321d4817 from
the Juno branch.
Signed-off-by: Jose Lamego
---
.../src/org/yocto/remote/utils/ShellSession.java | 6 +++--
.../src/org/yocto/sdk/remotetools/Messages.java| 1 +
.../sdk/remotetools/actio
On Wed, 2016-03-09 at 23:50 +0100, Martin Jansa wrote:
> What's even more interesting is that even gcc-cross-initial has
> different signatures for 2 ARM MACHINEs with different DEFAULTTUNES
>
> OE qemuarm7@ ~/build/oe-core $ grep ^DEFAULTTUNE= env.gdb-cross-arm*
> env.gdb-cross-arm:DEFAULTTUNE="a
On Wed, 2016-03-09 at 23:50 +0100, Martin Jansa wrote:
> On Sat, Mar 05, 2016 at 09:40:48PM +, Burton, Ross wrote:
> > On 5 March 2016 at 21:19, Rudolf J Streif
> > wrote:
> >
> > > compile fails with the following error message:
> > >
> > > > make[2]: *** No rule to make target
> > > > '../
On Sat, Mar 05, 2016 at 09:40:48PM +, Burton, Ross wrote:
> On 5 March 2016 at 21:19, Rudolf J Streif wrote:
>
> > compile fails with the following error message:
> >
> > | make[2]: *** No rule to make target '../readline/libreadline.a', needed
> > by 'gdb'. Stop.
> > | make[2]: *** Waiting
( using jethro )
I have a 'linux-yocto-custom' layer which builds successfully; then I run:
devtool modify -x linux-yocto-custom ../../poky-dev/kernel
>> I see a line:
Cloning into '/tmp/devtoolfgiLXr/workdir/source'...
Then I run:
devtool build linux-yocto-custom
>> it reports the foll
Hi,
I'm running Yocto Dizzy (core-image-base built with BitBake) on a LogicPD
DM3730 / AM3730 Torpedo + Wireless SOM. When I perform "ifconfig -a" I do
not see eth0 as a network option. I do see lo, tunl0, usb0, and wlan0. The
root file system is a clean build but the kernel (linux-omap3) has been
From: Theodor Gherzan
Signed-off-by: Theodor Gherzan
---
conf/machine/include/rpi-base.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/include/rpi-base.inc
b/conf/machine/include/rpi-base.inc
index 27f09ad..792150e 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/
From: Theodor Gherzan
Signed-off-by: Theodor Gherzan
---
recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
index 0665944..b279e15 100644
--- a/re
From: Theodor Gherzan
Signed-off-by: Theodor Gherzan
---
conf/machine/raspberrypi3.conf | 9 +
1 file changed, 9 insertions(+)
create mode 100644 conf/machine/raspberrypi3.conf
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
new file mode 100644
index
From: Theodor Gherzan
Signed-off-by: Theodor Gherzan
---
recipes-bsp/common/firmware.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 020f0ed..2c4f497 100644
--- a/recipes-bsp/common/firmware.inc
From: Theodor Gherzan
Signed-off-by: Theodor Gherzan
---
recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb
b/recipes-kernel/linux/linux-raspberrypi_4.1.bb
index e26019e..b55c9ff 10
Test
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
= "1.29.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS= "arm-poky-linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "poky"
DISTRO_VERSION= "2.0+snapshot-20160309"
Hi Christian,
thank you for your help, it works!
A user asked a similar question on the toradex community developer and I
shared your solution, I hope you don't mind.
Thank you again,
Stefano.
On 08/03/2016 21:00, yocto-requ...@yoctoproject.org wrote:
Date: Tue, 08 Mar 2016 19:52:50 +010
On 2016-03-09 08:50, Gary Thomas wrote:
On 2016-03-08 14:33, Gary Thomas wrote:
I'm getting a lot of messages like this:
amanda: /amanda/usr/sbin/amtoc is owned by uid 1000, which is the same as
the user running bitbake. This may be due
to host contamination
amanda: /amanda/usr/sbin/amcry
23 matches
Mail list logo