Re: [yocto] Raspberry pi with Yocto os sd card is not working with Raspbian os sd card

2018-12-11 Thread Erik Botö
On Tue, Dec 11, 2018 at 3:28 AM AKASH BHARDWAJ wrote: > > Few months ago,I built an custom image for Raspberrypi using Yocto > Project,flashed it in a sd card and was able to boot raspberrypi.Presently,I > am trying to use a different sd card with raspbian os in same > Raspberrypi.But it is

[yocto] Raspberry pi with Yocto os sd card is not working with Raspbian os sd card

2018-12-10 Thread AKASH BHARDWAJ
Few months ago,I built an custom image for Raspberrypi using Yocto Project,flashed it in a sd card and was able to boot raspberrypi.Presently,I am trying to use a different sd card with raspbian os in same Raspberrypi.But it is not able to boot Raspberrypi.How can I rectify this problem?This is

Re: [yocto] Raspberry Pi: how do I change cmdline.txt?

2017-06-21 Thread Piotr Lewicki
You need to create a bbappend for the linux recipe (i.e. "linux-raspberrypi_%.bbappend") and later override the variable "CMDLINE". For the original content of this variable see http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/recipes-kernel/linux/linux-raspberrypi.inc ---

[yocto] Raspberry Pi: how do I change cmdline.txt?

2017-06-21 Thread Paul D. DeRocco
I found cmdline.txt in a folder called bcm2835-bootfiles, so I thought this was related to the bcm2835-bootfiles.bb recipe. I created my own cmdline.txt and a .bbappend saying where I put it, but it didn't work. Looking at the recipe, it doesn't mention cmdline.txt. What recipe deals with that

Re: [yocto] Raspberry pi build with QT5 creator...... failing to compile.

2017-05-14 Thread Steve Plant
2017 7:00 AM To: Steve Plant<mailto:ste...@hotmail.com> Cc: yocto@yoctoproject.org<mailto:yocto@yoctoproject.org> Subject: Re: [yocto] Raspberry pi build with QT5 creator.. failing to compile. Hi Steve, It seems like there's a lot of stuff going on at the same time. So to start I'd l

Re: [yocto] Raspberry pi build with QT5 creator...... failing to compile.

2017-05-12 Thread Trevor Woerner
Hi Steve, It seems like there's a lot of stuff going on at the same time. So to start I'd like to just focus on one thing at a time. On Wed, May 10, 2017 at 9:40 AM, Steve Plant wrote: > I'm currently attempting to build a raspberry pi image, which I can use to > develop QT5

[yocto] Raspberry pi build with QT5 creator...... failing to compile.

2017-05-10 Thread Steve Plant
Hi all, I'm currently attempting to build a raspberry pi image, which I can use to develop QT5 code for a beaglebone black. Everything is going well and I have got toaster successfully compiling a rpi-sdimg of "rpi-basic-image" which I have added "xserver-xorg xinit openbox

Re: [yocto] Raspberry Pi 3 build issue

2017-04-29 Thread alexis . lothore
Hello, I finally figured out what was messing my build, and it was a poor mistake from my side... I am posting it here for anyone who could encounter a similar issue. I did let my custom layer in my bblayer.conf. I did not think it could break the build, but I forgot about the bbappends there.

Re: [yocto] Raspberry Pi 3 build issue

2017-04-25 Thread alexis . lothore
Hello Paul, thanks for the try. It should means that there is a detail on my setup which prevents the build from being done. I encounter the error on the commits id your provided too. I also tried being on last tag on poky project for morty branch, without success. I also suspected my python

Re: [yocto] Raspberry Pi 3 build issue

2017-04-25 Thread Paul Barker
On Mon, Apr 24, 2017 at 7:25 PM, wrote: > Hello, > I am currently encountering an issue with meta-raspberry and more > specifically Raspberry Pi 3 build. Since I was not sure the problem was > not my fault, I cloned a fresh copy of poky and meta-raspberrypi (both >

[yocto] Raspberry Pi 3 build issue

2017-04-24 Thread alexis . lothore
Hello, I am currently encountering an issue with meta-raspberry and more specifically Raspberry Pi 3 build. Since I was not sure the problem was not my fault, I cloned a fresh copy of poky and meta-raspberrypi (both checked out on morty, and meta dependencies on morty too), but the problem is

Re: [yocto] Raspberry pi build with gstreamer1.0 error - No recipes avalible.

2017-03-11 Thread Khem Raj
On 3/11/17 5:19 AM, Steve Plant wrote: > Hi all, > > Starting a brand new project for the rasberry pi2, on the master branch, > using toaster to start/monitor the build. > > Everything set up for the most basic build, however when I build > "rpi-basic-image" it fails with this error: > > No

[yocto] Raspberry pi build with gstreamer1.0 error - No recipes avalible.

2017-03-11 Thread Steve Plant
Hi all, Starting a brand new project for the rasberry pi2, on the master branch, using toaster to start/monitor the build. Everything set up for the most basic build, however when I build "rpi-basic-image" it fails with this error: No recipes available for:

Re: [yocto] raspberry pi gtkmm_3.0.bb

2016-11-18 Thread Burton, Ross
gtkmm_3.0.bb (Edward Vidal) > 2. Re: populate_sdk_ext: Unable to locate package > nativesdk-buildtools-perl-dummy (Paul Eggleton) > 3. uninative vs. BB_NO_NETWORK (Vuille, Martin (Martin)) > 4. Re: undefined references to `__dso_handle' (Daniel.) > > > --

Re: [yocto] raspberry pi gtkmm_3.0.bb

2016-11-18 Thread Edward Vidal
UTC) From: Edward Vidal <devel...@sbcglobal.net> To: "yocto@yoctoproject.org" <yocto@yoctoproject.org> Subject: [yocto] raspberry pi gtkmm_3.0.bb Message-ID: <1211982120.2332029.1479416493...@mail.yahoo.com> Content-Type: text/plain; charset="utf-8" Hello All,

[yocto] raspberry pi gtkmm_3.0.bb

2016-11-17 Thread Edward Vidal
Hello All, I working with software that needs gtkmm_3.0. Poky 2.2 provides gtkmm_2.24.3 in meta-oe/reipes-gnome/gtk+ I used recipetool and created gtkmm_3.0.bb I modified some lines and was able to get the recipe to fetch, unpack, and configure. when it tries to compile I am getting errors.

Re: [yocto] Raspberry pi (version 1) model B+

2016-10-28 Thread Gary Thomas
On 2016-10-28 13:50, S. M. Anayetullah wrote: Hi Andrea Galbusera, Thank you very much for your reply. This time I have used the same branch for all the layers. Yet I am getting errors. It seems like it cannot fetch files from wiki.qemu-project.org/ because of

Re: [yocto] Raspberry pi (version 1) model B+

2016-10-28 Thread S. M. Anayetullah
Hi Andrea Galbusera, Thank you very much for your reply. This time I have used the same branch for all the layers. Yet I am getting errors. It seems like it cannot fetch files from wiki.qemu-project.org/ because of the firewall policy of my company. I have manually downloaded it

Re: [yocto] Raspberry pi (version 1) model B+

2016-10-27 Thread Andrea Galbusera
Hi, On Thu, Oct 27, 2016 at 1:35 PM, S. M. Anayetullah wrote: > Dear Experts, > I got the error while running bitbake rpi-basic-image > > Loading cache...done. > Loaded 1361 entries from dependency cache. > NOTE: Resolving any missing task queue dependencies > > Build

[yocto] Raspberry pi (version 1) model B+

2016-10-27 Thread S. M. Anayetullah
Dear Experts, I got the error while running bitbake rpi-basic-image Loading cache...done. Loaded 1361 entries from dependency cache. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION= "1.30.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING =

Re: [yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Andrei Gherzan
On Mon, Mar 7, 2016 at 9:10 PM, Alan Hughes wrote: > I've been trying to build a BSP using Yocto 2.0 (Jethro) targetting a > Raspberry Pi 2. Everything goes OK until we reach the point of building the > "u-boot-rpi" package, at which point it blows up saying that it

Re: [yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Trevor Woerner
This looks like the problem we were experiencing a while back when we were switching from gcc-4x to gcc-5x. If I remember correctly, a certain range of slightly older kernel/u-boot could not be compiled by gcc-5x toolchains without a patch. You could look around for that patch. Or you could

[yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Alan Hughes
I've been trying to build a BSP using Yocto 2.0 (Jethro) targetting a Raspberry Pi 2. Everything goes OK until we reach the point of building the "u-boot-rpi" package, at which point it blows up saying that it cannot find the file "linux/compiler-gcc5.h". I've looked on the web for any clues,

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Edward Vidal
(Virgilia  Eigner)   3. Re: external-toolchain (Virgilia  Eigner)   4. Re: raspberry pi do rootfs (Andrei Gherzan) -- Message: 1 Date: Wed, 11 Nov 2015 13:39:02 +0530 From: Raj Jar <jarraj...@gmail.com> To: yocto@yoctoproject.org S

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
-- Andrei Gherzan On Wed, Nov 11, 2015 at 9:09 AM, Raj Jar wrote: > Hi All, > > I have 60GB space in my build system still i face > > Do you have any custom modifications or so. It seems like the fat partition is not big enough for what you write in. What poky/meta-rpi are

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
ei Gherzan) > > > ---------- > > Message: 1 > Date: Wed, 11 Nov 2015 13:39:02 +0530 > From: Raj Jar <jarraj...@gmail.com> > To: yocto@yoctoproject.org > Subject: Re: [yocto] raspberry pi do rootfs > Message-ID: >

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Raj Jar
Hi All, I have 60GB space in my build system still i face NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Error: The image creation script

Re: [yocto] raspberry pi do rootfs

2015-11-04 Thread Andrei Gherzan
-- Andrei Gherzan On Tue, Nov 3, 2015 at 5:47 AM, Raj Jar wrote: > I got this error when i do bitbake rpi-hwup-image > I suspect error come from mcopy . > how to recover this error > MACHINE ?="raspberry pi" > > > NOTE: Preparing RunQueue > NOTE: Executing SetScene

[yocto] raspberry pi do rootfs

2015-11-03 Thread Raj Jar
I got this error when i do bitbake rpi-hwup-image I suspect error come from mcopy . how to recover this error MACHINE ?="raspberry pi" NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Error: The image creation script

Re: [yocto] raspberry pi do rootfs

2015-11-03 Thread Gary Thomas
On 2015-11-02 21:47, Raj Jar wrote: I got this error when i do bitbake rpi-hwup-image I suspect error come from mcopy . how to recover this error You need more disk space on your build directory. See the 'disk full' message below. MACHINE ?="raspberry pi" NOTE: Preparing RunQueue

[yocto] raspberry Pi core-image-sato

2015-07-23 Thread Edward Vidal
@yoctoproject.org Subject: [yocto] raspberry Pi core-image-sato Message-ID:     858020079.672977.1437603410191.javamail.ya...@mail.yahoo.com Content-Type: text/plain; charset=utf-8 HiStill having errors with bitbake core-image-satoThis occurs at | checking for X11... yes | checking for EGL... no | configure

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Gary Thomas
On 2015-07-23 03:54, Burton, Ross wrote: On 23 July 2015 at 01:23, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote: You must have added something to your image - core-image-sato does not include libepoxy by default. Well actually, if your using oe-core master and

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Gary Thomas
On 2015-07-23 08:37, Edward Vidal wrote: Hi Gary, Is this the log that you need? I also ran the bitbake -DD core-image-sato and have the log for that run. | WARNING: exit code 1 from a shell command. | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (log file is located at

[yocto] raspberry Pi core-image-sato

2015-07-23 Thread Edward Vidal
Hi Gary,Is this the log that you need?I also ran the  bitbake -DD core-image-sato and have the log for that run. | WARNING: exit code 1 from a shell command. | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (log file is located at

Re: [yocto] raspberry Pi core-image-sato booted okay

2015-07-23 Thread Gary Thomas
On 2015-07-23 09:53, Edward Vidal wrote: i Gary, I added to my the 2 lines mentioned in the e-mail to my conf/local.conf PREFERRED_PROVIDER_virtual/egl ?= vc-graphics-hardfp PREFERRED_PROVIDER_virtual/libgles2 ?= vc-graphics-hardfp I had saved the original local.conf in ~/wkg/yocto/local.conf

[yocto] raspberry Pi core-image-sato booted okay

2015-07-23 Thread Edward Vidal
i Gary, I added to my the 2 lines mentioned in the e-mail to my conf/local.conf PREFERRED_PROVIDER_virtual/egl ?= vc-graphics-hardfp PREFERRED_PROVIDER_virtual/libgles2 ?= vc-graphics-hardfp I had saved the original local.conf in ~/wkg/yocto/local.conf before making any changes. diff -u

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Gary Thomas
On 2015-07-23 06:35, Edward Vidal wrote: bitbake core-image-sato failed with same error. | WARNING: exit code 1 from a shell command. | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (log file is located at

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Burton, Ross
On 23 July 2015 at 01:23, Gary Thomas g...@mlbassoc.com wrote: You must have added something to your image - core-image-sato does not include libepoxy by default. Well actually, if your using oe-core master and DISTRO_FEATURES includes wayland then xserver-xorg will build the xwayland server,

[yocto] raspberry Pi core-image-sato

2015-07-22 Thread Edward Vidal
HiStill having errors with bitbake core-image-satoThis occurs at | checking for X11... yes | checking for EGL... no | configure: error: Package requirements (egl) were not met: ERROR: Task 4856 (/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb,

Re: [yocto] raspberry Pi core-image-sato

2015-07-22 Thread Gary Thomas
On 2015-07-22 16:16, Edward Vidal wrote: Hi Still having errors with bitbake core-image-sato You must have added something to your image - core-image-sato does not include libepoxy by default. This occurs at | checking for X11... yes | checking for EGL... no | configure: error: Package

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is silent on the network while preparing the clone in that case). We've bumped up the

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Robert P. J. Day
On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is silent on the network while preparing

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Robert P. J. Day
On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Gary Thomas
On 2013-01-16 07:02, Alex J Lennon wrote: On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 14:11, Gary Thomas wrote: On 2013-01-16 07:02, Alex J Lennon wrote: On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Alex J Lennon
Alex Thanks I was able to download and build core-image-sato Having discussion with github but no real solution yet. Hi Ed, I'm glad that was useful in moving you forward. I did some googling and this issue with GitHub does seem to pop up intermittently. My gut feeling is there's some

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Robert P. J. Day
On Mon, 7 Jan 2013, Alex J Lennon wrote: Alex Thanks I was able to download and build core-image-sato Having discussion with github but no real solution yet. Hi Ed, I'm glad that was useful in moving you forward. I did some googling and this issue with GitHub does seem to pop up

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Alex J Lennon
On 07/01/2013 17:53, Robert P. J. Day wrote: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed fwiw there's a note here which relates to Cygwin: http://stackoverflow.com/questions/2505644/git-checking-out-problem-fatal-early-eofs I wonder if it might be

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Robert P. J. Day
On Mon, 7 Jan 2013, Alex J Lennon wrote: On 07/01/2013 17:53, Robert P. J. Day wrote: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed fwiw there's a note here which relates to Cygwin:

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 7:53 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Mon, 7 Jan 2013, Alex J Lennon wrote: Alex Thanks I was able to download and build core-image-sato Having discussion with github but no real solution yet. Hi Ed, I'm glad that was useful in

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 8:07 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Mon, 7 Jan 2013, Alex J Lennon wrote: On 07/01/2013 17:53, Robert P. J. Day wrote: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed fwiw there's a note here which

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Robert P. J. Day
On Mon, 7 Jan 2013, Andrei Gherzan wrote: I tested it today too and i ended up using a shared download directory. The problem is at github. Will submit a bug (even if somebody already did). More bugs - many changes to get it fixed soon. Keep you posted. i'm not currently at my dev machine

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-05 Thread Jack Mitchell
On 01/05/13 01:06, Alex J Lennon wrote: It should just be a matter of changing a few git revisions, and tweaking the wording a bit to involve the new meta-yocto, meta-yocto-bsp split. If anyone wishes to step up to the plate the source for this blog post is available at [1] and I will happily

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
Please submit a bug / contact github with the problem you found. And if you are so kind, please keep me posted. *Andrei Gherzan* mobile +40.744.478.414 fax +40.31.816.28.12 Email: and...@gherzan.ro Email: andrei.gher...@windriver.com Romania On Thu, Jan 3, 2013 at 4:49 PM, ed nelson

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Alex J Lennon
On 01/01/2013 17:34, ed nelson wrote: I am getting a do_fetch failure on raspberrypi kernel. Is anyone else having this problem? Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = raspberrypi DISTRO=

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
On Fri, Jan 4, 2013 at 10:22 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 01/01/2013 17:34, ed nelson wrote: I am getting a do_fetch failure on raspberrypi kernel. Is anyone else having this problem? Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH =

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-04 Thread Alex J Lennon
It should just be a matter of changing a few git revisions, and tweaking the wording a bit to involve the new meta-yocto, meta-yocto-bsp split. If anyone wishes to step up to the plate the source for this blog post is available at [1] and I will happily accept patches. Jack, I've taken

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-03 Thread Jack Mitchell
On 02/01/13 21:47, David Evans wrote: Dear Sirs, I apologise for asking this question to everyone, but I can't figure out who best to direct this question to. When I build the standard Yocto Project in the Quick-Start guide I get the following Warnings. WARNING: Failed to fetch URL

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-03 Thread Alex J Lennon
On 03/01/2013 10:48, Jack Mitchell wrote: On 02/01/13 21:47, David Evans wrote: Dear Sirs, I apologise for asking this question to everyone, but I can't figure out who best to direct this question to. When I build the standard Yocto Project in the Quick-Start guide I get the following

[yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-02 Thread David Evans
Dear Sirs, I apologise for asking this question to everyone, but I can't figure out who best to direct this question to. When I build the standard Yocto Project in the Quick-Start guide I get the following Warnings. WARNING: Failed to fetch URL

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-02 Thread Gary Thomas
On 2013-01-02 14:47, David Evans wrote: Dear Sirs, I apologise for asking this question to everyone, but I can't figure out who best to direct this question to. When I build the standard Yocto Project in the Quick-Start guide I get the following Warnings. WARNING: Failed to fetch URL

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-02 Thread Alex J Lennon
On 02/01/2013 21:55, Gary Thomas wrote: On 2013-01-02 14:47, David Evans wrote: Dear Sirs, I apologise for asking this question to everyone, but I can't figure out who best to direct this question to. When I build the standard Yocto Project in the Quick-Start guide I get the following

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-02 Thread Saul Wold
On 01/02/2013 01:55 PM, Gary Thomas wrote: On 2013-01-02 14:47, David Evans wrote: Dear Sirs, I apologise for asking this question to everyone, but I can't figure out who best to direct this question to. When I build the standard Yocto Project in the Quick-Start guide I get the following

[yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread ed nelson
I am getting a do_fetch failure on raspberrypi kernel. Is anyone else having this problem? Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = raspberrypi DISTRO= poky DISTRO_VERSION= 1.3 TUNE_FEATURES

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-21 Thread Jack Mitchell
On 20/08/12 18:23, Andrei Gherzan wrote: It seems like even if i got no feedback from github, this issue is not reproducible anymore. Fetch is working as it should now. Could you please confirm? Si it could have been a temporary bug or this was solved meanwhile. ag On Mon, Aug 13, 2012

[yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on the RasPi kernel. ERROR: Fetcher failure: Fetch command export HOME=/home/jack; export SSH_AGENT_PID=1350; export

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
On 13/08/12 14:51, Andrei Gherzan wrote: On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell m...@communistcode.co.uk mailto:m...@communistcode.co.uk wrote: Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Chris Tapp
On 13 Aug 2012, at 15:00, Jack Mitchell wrote: On 13/08/12 14:51, Andrei Gherzan wrote: On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell m...@communistcode.co.uk mailto:m...@communistcode.co.uk wrote: Good afternoon everyone, I am trying (yet again) to get yocto to build for the

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp opensou...@keylevel.com wrote: On 13 Aug 2012, at 15:00, Jack Mitchell wrote: On 13/08/12 14:51, Andrei Gherzan wrote: On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell m...@communistcode.co.ukmailto: m...@communistcode.co.uk wrote: Good

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 09 July 2012 20:21:32 Chris Tapp wrote: The first sign of trouble was an error message saying there were no recipes for netbase-4.7 (for which meta-raspberrypi had a .bbappend). Noting that

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Paul Eggleton
On Tuesday 10 July 2012 12:45:28 Andrei Gherzan wrote: On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: FYI Andrei has now created a denzil branch in meta-raspberrypi which will match up with denzil in OE-Core/Poky. I'm not sure if the problem is still

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 12:53 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 10 July 2012 12:45:28 Andrei Gherzan wrote: On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: FYI Andrei has now created a denzil branch in meta-raspberrypi

[yocto] Raspberry Pi mailing list?

2012-07-09 Thread r10kindsofpeople
There was some discussion of setting up a mailing list for Raspberry PI back in May...did anything come of this? Or is this [Yocto] the best place to post build questions regarding meta-raspberrypi ? John ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread Khem Raj
On Monday, July 9, 2012, r10kindsofpeople r10kindsofpeo...@gmail.com wrote: There was some discussion of setting up a mailing list for Raspberry PI back in May...did anything come of this? Or is this [Yocto] the best place to post build questions regarding meta-raspberrypi ? Build related

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread r10kindsofpeople
On Mon, Jul 9, 2012 at 10:56 AM, Khem Raj raj.k...@gmail.com wrote: On Monday, July 9, 2012, r10kindsofpeople r10kindsofpeo...@gmail.com wrote: There was some discussion of setting up a mailing list for Raspberry PI back in May...did anything come of this? Or is this [Yocto] the best place

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread Chris Tapp
Hi John, On 9 Jul 2012, at 18:02, r10kindsofpeople wrote: On Mon, Jul 9, 2012 at 10:56 AM, Khem Raj raj.k...@gmail.com wrote: On Monday, July 9, 2012, r10kindsofpeople r10kindsofpeo...@gmail.com wrote: There was some discussion of setting up a mailing list for Raspberry PI back in

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread Andrei Gherzan
Cheers John, On Mon, Jul 9, 2012 at 8:02 PM, r10kindsofpeople r10kindsofpeo...@gmail.com wrote: On Mon, Jul 9, 2012 at 10:56 AM, Khem Raj raj.k...@gmail.com wrote: On Monday, July 9, 2012, r10kindsofpeople r10kindsofpeo...@gmail.com wrote: There was some discussion of setting up a

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-16 Thread Tomas Frydrych
Hi Bruce, On 15/05/12 19:07, Bruce Ashfield wrote: On 12-05-15 01:36 PM, Tomas Frydrych wrote: Let me turn this question back at you then: is Yocto going to be doing thorough QA for all of these HW platforms? Decent QA is what really sets Yocto apart, and what makes it my first port of call,

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-16 Thread Bruce Ashfield
On 12-05-16 03:46 AM, Tomas Frydrych wrote: Hi Bruce, On 15/05/12 19:07, Bruce Ashfield wrote: On 12-05-15 01:36 PM, Tomas Frydrych wrote: Let me turn this question back at you then: is Yocto going to be doing thorough QA for all of these HW platforms? Decent QA is what really sets Yocto

[yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Tomas Frydrych
On 14/05/12 19:52, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). I got the feeling that there might be multiple OE/RPI efforts going on at the same time unaware of each other, e.g., I noticed this meta-raspberrypi layer on github that

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread John Willis
Hi Tomas, On 14/05/12 19:52, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). I got the feeling that there might be multiple OE/RPI efforts going on at the same time unaware of each other, e.g., I noticed this meta-raspberrypi layer

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Osier-mixon, Jeffrey
There do seem to be multiple efforts. The Qt on Pi folks are also putting together a BSP. I'd like to find a way to put everyone together to make sure effort is not being duplicated. Is there interest in a meeting of interested parties, perhaps on Thursday? On Tue, May 15, 2012 at 7:51 AM, John

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread John Willis
There do seem to be multiple efforts. The Qt on Pi folks are also putting together a BSP. I'd like to find a way to put everyone together to make sure effort is not being duplicated. Is there interest in a meeting of interested parties, perhaps on Thursday? I have quite a few commitments on

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Bruce Ashfield
On 12-05-15 05:15 AM, Tomas Frydrych wrote: On 14/05/12 19:52, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). I got the feeling that there might be multiple OE/RPI efforts going on at the same time unaware of each other, e.g., I noticed

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Chris Tapp
On 15 May 2012, at 16:44, Bruce Ashfield wrote: On 12-05-15 05:15 AM, Tomas Frydrych wrote: On 14/05/12 19:52, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). I got the feeling that there might be multiple OE/RPI efforts going on at

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Chris Tapp
On 15 May 2012, at 16:05, Osier-mixon, Jeffrey wrote: There do seem to be multiple efforts. The Qt on Pi folks are also putting together a BSP. I'd like to find a way to put everyone together to make sure effort is not being duplicated. Is there interest in a meeting of interested parties,

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Tomas Frydrych
Hi Bruce, On 15/05/12 16:44, Bruce Ashfield wrote: On 12-05-15 05:15 AM, Tomas Frydrych wrote: On 14/05/12 19:52, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). I got the feeling that there might be multiple OE/RPI efforts going on at

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-15 Thread Bruce Ashfield
On 12-05-15 01:36 PM, Tomas Frydrych wrote: Hi Bruce, On 15/05/12 16:44, Bruce Ashfield wrote: On 12-05-15 05:15 AM, Tomas Frydrych wrote: On 14/05/12 19:52, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). I got the feeling that there

Re: [yocto] Raspberry Pi

2012-05-08 Thread Chris Tapp
On 15 Dec 2011, at 21:47, Chris Tapp wrote: Is anyone on this list considering (or working on) a BSP for the Raspberry Pi (http://www.raspberrypi.org/faqs) ? For those that haven't seen it, it's a credit-card sized 'home pc' aimed primarily at educational users that includes a 700MHz

Re: [yocto] Raspberry Pi

2012-05-08 Thread Osier-mixon, Jeffrey
Hi Chris all - there is a small group working on a Yocto Project BSP for the Raspberry Pi, particularly to get Qt working (this is the QtonPi group to which Brian referred in an earlier message). I can put you in touch with them if you like. On Tue, May 8, 2012 at 12:43 AM, Chris Tapp

Re: [yocto] Raspberry Pi

2012-05-08 Thread Denys Dmytriyenko
On Tue, May 08, 2012 at 12:58:32AM -0700, Osier-mixon, Jeffrey wrote: Hi Chris all - there is a small group working on a Yocto Project BSP for the Raspberry Pi, particularly to get Qt working (this is the QtonPi group to which Brian referred in an earlier message). I can put you in touch with

Re: [yocto] Raspberry Pi

2012-02-08 Thread Jack Mitchell
On 08/02/12 02:36, Brian Hutchinson wrote: On Tue, Feb 7, 2012 at 7:52 PM, Joshua Lockj...@linux.intel.com wrote: Somehow they managed to convince Broadcom to release a datasheet for the SoC: http://www.raspberrypi.org/archives/615 One of my friends sent me a funny quote he saw today: The

Re: [yocto] Raspberry Pi

2012-02-07 Thread Joshua Lock
On 15/12/11 13:47, Chris Tapp wrote: Is anyone on this list considering (or working on) a BSP for the Raspberry Pi (http://www.raspberrypi.org/faqs) ? For those that haven't seen it, it's a credit-card sized 'home pc' aimed primarily at educational users that includes a 700MHz ARM11 core, HDMI,

Re: [yocto] Raspberry Pi

2012-02-07 Thread Brian Hutchinson
On Tue, Feb 7, 2012 at 7:52 PM, Joshua Lock j...@linux.intel.com wrote: Somehow they managed to convince Broadcom to release a datasheet for the SoC: http://www.raspberrypi.org/archives/615 One of my friends sent me a funny quote he saw today: The most amazing thing about this device is the

Re: [yocto] Raspberry Pi

2012-02-07 Thread Brian Hutchinson
I would be interested in working on a BSP / distro if anyone is working on it or would like to work on it. Yes, I'm on the list to get one (from Nokia's QtonPi program) end of Feb. and plan to use Yocto. Regards, Brian ___ yocto mailing list

Re: [yocto] Raspberry Pi

2011-12-17 Thread Robert Berger
Hi, On 12/17/2011 01:37 AM, Chris Tapp wrote: Not quite. It's been due 'any time now' for a couple of months, but it looks as if it's now going to be early 2012. It looks like a few of us are going to be busy in the New Year... Chris Tapp According to (hopefully) reliable sources we

Re: [yocto] Raspberry Pi

2011-12-16 Thread Chris Tapp
On 15 Dec 2011, at 22:18, Ilya Dmitrichenko wrote: I'll be happy to join you, Chris :) Thanks. Keep an eye on this list ;-) On 15 Dec 2011, at 22:23, Richard Purdie wrote: I'm not aware of anyone working on this but I like the idea of a BSP for it and it shouldn't be too hard to do. I'd

Re: [yocto] Raspberry Pi

2011-12-15 Thread Richard Purdie
On Thu, 2011-12-15 at 21:47 +, Chris Tapp wrote: Is anyone on this list considering (or working on) a BSP for the Raspberry Pi (http://www.raspberrypi.org/faqs) ? For those that haven't seen it, it's a credit-card sized 'home pc' aimed primarily at educational users that includes a

Re: [yocto] Raspberry Pi

2011-12-15 Thread Bruce Ashfield
On 11-12-15 5:23 PM, Richard Purdie wrote: On Thu, 2011-12-15 at 21:47 +, Chris Tapp wrote: Is anyone on this list considering (or working on) a BSP for the Raspberry Pi (http://www.raspberrypi.org/faqs) ? For those that haven't seen it, it's a credit-card sized 'home pc' aimed primarily

  1   2   >