All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto Labs
@ 2014-06-22  0:33 Arun Kumar
  2014-06-22  8:54 ` Alex J Lennon
  2014-06-23 16:22 ` Jeff Osier-Mixon
  0 siblings, 2 replies; 4+ messages in thread
From: Arun Kumar @ 2014-06-22  0:33 UTC (permalink / raw)
  To: Yocto Mailing List

Hi,

     I am new to Yocto project and have been following the documentation 
for familiarity.
I am looking for hands on lab sessions for the yocto project.
I am unable to find the same on INTERNET, all i find is conference 
videos and presentation.

If anyone can share links to online tutorial videos / pdfs it would be 
really useful.
content like creating and deploying own recipe files, layers. The 
Documentation describes these tasks at a very abstract level, an little 
more advanced version of the same would be appreciated.
Thanks in advance...


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto Labs
  2014-06-22  0:33 Yocto Labs Arun Kumar
@ 2014-06-22  8:54 ` Alex J Lennon
  2014-06-23 11:20   ` Ruud den Bekker
  2014-06-23 16:22 ` Jeff Osier-Mixon
  1 sibling, 1 reply; 4+ messages in thread
From: Alex J Lennon @ 2014-06-22  8:54 UTC (permalink / raw)
  To: Arun Kumar, Yocto Mailing List


On 22/06/2014 01:33, Arun Kumar wrote:
> Hi,
>
>     I am new to Yocto project and have been following the
> documentation for familiarity.
> I am looking for hands on lab sessions for the yocto project.
> I am unable to find the same on INTERNET, all i find is conference
> videos and presentation.
>
> If anyone can share links to online tutorial videos / pdfs it would be
> really useful.
> content like creating and deploying own recipe files, layers. The
> Documentation describes these tasks at a very abstract level, an
> little more advanced version of the same would be appreciated.
> Thanks in advance...

Might be of some use Arun,

https://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_principles

Regards,

Alex



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto Labs
  2014-06-22  8:54 ` Alex J Lennon
@ 2014-06-23 11:20   ` Ruud den Bekker
  0 siblings, 0 replies; 4+ messages in thread
From: Ruud den Bekker @ 2014-06-23 11:20 UTC (permalink / raw)
  To: Yocto Mailing List

Hi Arun,

The link mentioned by Alex,is really a good starting point.
I was completely unaware of yocto until 5 weeks ago and started 
using this URL.

In the meantime, I have achieved:
- running an ARM kernel + RFS + Mono running in Qemu using NFS (to be
reached from any other PC)
- running an ARM kernel + RFS + Mono running using NFS running on an ARM
development board.
- added 2 custom drivers to the yocto build environment (source code in
a local tarball for now)

The kernel (2.6.37) is being build separately from the yocto generated
RFS.
(since the board manufacturer does not support the V3.x kernel for it)

I have two NFS trees, one with soft float routines and one with
hard float routines (using ARM hardware) that both work on the board.

I had some problems building with hard float of which the cause is
still unknown.

Major issues that I encountered were:
- adapting our x86 mono build environment to ARM (some compiler issues)
- a corrupted U-boot on my development board
- getting qemu to run with NFS properly
- difference between ttyO0 and ttyAMA0 for physical board and Qemu!
- how to convert a make project to an automake project (for the drivers)

So it takes a bit of time, depending on what you need to do and your
level of experience.

The ONE thing that I did not find was how to setup my environment for 
ARM hard float so I can build test applications for the board.
Turned out to be also no big deal once everything else was up and
running.

FYI: my development environment: Ubuntu-14.04 in Vmware Player on a
Window 7 machine.

Best regards,

Ruud



-----Original Message-----
From: yocto-bounces@yoctoproject.org
[mailto:yocto-bounces@yoctoproject.org] On Behalf Of Alex J Lennon
Sent: Sunday, June 22, 2014 10:54 AM
To: Arun Kumar; Yocto Mailing List
Subject: Re: [yocto] Yocto Labs


On 22/06/2014 01:33, Arun Kumar wrote:
> Hi,
>
>     I am new to Yocto project and have been following the 
> documentation for familiarity.
> I am looking for hands on lab sessions for the yocto project.
> I am unable to find the same on INTERNET, all i find is conference 
> videos and presentation.
>
> If anyone can share links to online tutorial videos / pdfs it would be

> really useful.
> content like creating and deploying own recipe files, layers. The 
> Documentation describes these tasks at a very abstract level, an 
> little more advanced version of the same would be appreciated.
> Thanks in advance...

Might be of some use Arun,

https://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_
principles

Regards,

Alex

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto Labs
  2014-06-22  0:33 Yocto Labs Arun Kumar
  2014-06-22  8:54 ` Alex J Lennon
@ 2014-06-23 16:22 ` Jeff Osier-Mixon
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Osier-Mixon @ 2014-06-23 16:22 UTC (permalink / raw)
  To: Yocto Project

Hi Arun - this page contains some of the hands-on labs we presented at
YP Developer Days, with the kernel lab very recently updated:

https://www.yoctoproject.org/tools-resources/training

hope that helps

On Sat, Jun 21, 2014 at 5:33 PM, Arun Kumar <arunkr.linux@gmail.com> wrote:
> Hi,
>
>     I am new to Yocto project and have been following the documentation for
> familiarity.
> I am looking for hands on lab sessions for the yocto project.
> I am unable to find the same on INTERNET, all i find is conference videos
> and presentation.
>
> If anyone can share links to online tutorial videos / pdfs it would be
> really useful.
> content like creating and deploying own recipe files, layers. The
> Documentation describes these tasks at a very abstract level, an little more
> advanced version of the same would be appreciated.
> Thanks in advance...
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
Jeff Osier-Mixon @Intel
Yocto Project Community Manager http://yoctoproject.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-23 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-22  0:33 Yocto Labs Arun Kumar
2014-06-22  8:54 ` Alex J Lennon
2014-06-23 11:20   ` Ruud den Bekker
2014-06-23 16:22 ` Jeff Osier-Mixon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.