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 no

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 --- Pi

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

2017-05-14 Thread Steve Plant
7 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

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 code for a beaglebon

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 co

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 > checked out on morty, and meta

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

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

2016-11-18 Thread Burton, Ross
SRC_URI = " http://ftp.gnome.org/pub/GNOME/sources/gtkmm/${PV}/gtkmm-${PV}.0.tar.bz2"; S = "${WORKDIR}/${BPN}-${PV}.0" Just rename the recipe to gtkmm_3.0.0.bb, use ${BPN}-${PV}.tar.bz2, and delete the S assignment. That likely won't fix your problem but can't hurt. Setting PR=r0 isn't needed as

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

2016-11-18 Thread Edward Vidal
Hello All, Thanks to Piotr Lewicki who noticed package version (PV) is "3.0-r0=" and not "3.0-r0" ?? Maybe this "=" sign causes some problem. There were 2 occurrences and 7 without the "=" /poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gtkmm/3.0-r0=/usr He recommended that I add P

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 t

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 (qemu-2.7.0.tar.bz

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 Configuration: > BB_VERSION

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 cannot find > the file "linux/

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 tr

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
s of yocto digest..." > > > Today's Topics: > > 1. Re: raspberry pi do rootfs (Raj Jar) > 2. external-toolchain (Virgilia Eigner) > 3. Re: external-toolchain (Virgilia Eigner) > 4. Re: raspberry pi do rootfs (Andrei Gherzan) > > > --

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Edward Vidal
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 To: yocto@yoctoproject.org Subject: Re: [yocto] raspberry pi do rootfs Messa

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 you using? > > NOTE:

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 '/home/raj/Projects/raspberry_pi/yacto/poky/raspberrypi_build/tmp/work/raspberrypi-poky-linux-gnueabi/rpi-hwup-

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 Tasks > NOTE: Executing Ru

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 NOTE:

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.c

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 /home

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 /home/vidal/wkg/yocto/RaspberryPi2/poky/build/tmp/work/cortexa7hf-vfp-vf

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 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 DISTRO_FEATURES includ

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

2015-07-23 Thread Burton, Ross
On 23 July 2015 at 01:23, Gary Thomas 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, which requir

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 requir

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-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 happ

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

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 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 whi

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 limit

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 machi

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 wrote: > 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 relate

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 wrote: > 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 m

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: > > http://stackoverflow.com/questions/2505644/git-checking

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 w

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 see

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 so

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" > > TARGE

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" > DIS

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 wrote:

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-02 Thread Andrei Gherzan
On Wed, Jan 2, 2013 at 6:12 AM, ed nelson wrote: > On 01/01/2013 06:50 PM, Andrei Gherzan wrote: > > On Tue, Jan 1, 2013 at 7:34 PM, ed nelson wrote: > >> I am getting a do_fetch failure on raspberrypi kernel. Is anyone else >> having this problem? >> >> Build Configuration: >> BB_VERSION

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread Andrei Gherzan
On Tue, Jan 1, 2013 at 7:34 PM, 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 = "raspber

Re: [yocto] Raspberry Pi Board

2012-12-01 Thread Eric Bénard
Hi, Le Sat, 1 Dec 2012 22:50:35 +0530, GOPIKRISHNAN S a écrit : > Anybody worked on Raspberry Pi Board. I wish to make my students to > practice opensource software porting and C programming on cheaper board > like Raspberry Pi. Or can anybody recommend a Cheaper embedded board with > Yocto Proje

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 at

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-20 Thread Andrei Gherzan
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 at 9:58 PM, Andrei Gherzan wrote: > > On Mon,

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp 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.uk>> wrote: > >> > >>Good afternoon everyone, > >> > >>I

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 > > wrote: >> >>Good afternoon everyone, >> >>I am trying (yet again) to get yocto to build for the Raspberry P

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 > 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 hurdle on the RasPi kernel

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell 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 hurdle on the RasPi kernel. > >ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; >export

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-

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 s

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). > > > No

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Paul Eggleton
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 meta was at netbase-5.0 and that the .bbappend at a glance > > did not look to be versi

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread Andrei Gherzan
Cheers John, On Mon, Jul 9, 2012 at 8:02 PM, r10kindsofpeople wrote: > On Mon, Jul 9, 2012 at 10:56 AM, Khem Raj wrote: > > > > > > On Monday, July 9, 2012, r10kindsofpeople > > wrote: > >> There was some discussion of setting up a mailing list for Raspberry > >> PI back in May...did anything

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 wrote: >> >> >> On Monday, July 9, 2012, r10kindsofpeople >> wrote: >>> There was some discussion of setting up a mailing list for Raspberry >>> PI back in May...did anything come of this? >>

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread r10kindsofpeople
On Mon, Jul 9, 2012 at 10:56 AM, Khem Raj wrote: > > > On Monday, July 9, 2012, r10kindsofpeople > 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 regardin

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread Khem Raj
On Monday, July 9, 2012, r10kindsofpeople 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 makes sense for yocto to

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 Q&A for all of these HW platforms? Decent Q&A is what really sets Yocto apa

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 Q&A for all of these HW platforms? Decent Q&A is what really >> sets Yocto apart, and what makes it my first port o

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 m

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

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 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 g

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 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 o

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 Wi

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 la

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

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 wrote: >

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-02-08 Thread Jack Mitchell
On 08/02/12 02:36, Brian Hutchinson wrote: On Tue, Feb 7, 2012 at 7:52 PM, Joshua Lock 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 abo

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 yoc

Re: [yocto] Raspberry Pi

2012-02-07 Thread Brian Hutchinson
On Tue, Feb 7, 2012 at 7:52 PM, Joshua Lock 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 ability to download

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

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 w

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 Jeff Osier-Mixon
Looks like the Raspberry Pi is not quite available yet, sadly! Hopefully we can do one for 1.2. On Thu, Dec 15, 2011 at 5:14 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 11-12-15 5:23 PM, Richard Purdie wrote: > >> On Thu, 2011-12-15 at 21:47 +, Chris Tapp wrote: >> >>> Is 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 at

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