More Yocto general information [was Re: Problem Deploying imx28 yocto build]

84 views
Skip to first unread message

Otavio Salvador

unread,
Aug 31, 2012, 5:20:56 PM8/31/12
to meta-f...@googlegroups.com, flavio...@gmail.com
Hello Alessandro,

Please start a new message thread so it is easy for people to use the
history to answer the same questions.

I've renamed the thread but next time start a new one.

On Thu, Aug 30, 2012 at 5:28 AM, Alessandro Galassini
<alessandro...@gmail.com> wrote:
> may I ask you how did you build Yocto Linux for imx28evk.
>
> Have you used these recipes
> https://gitorious.org/schnitzeltony-oe-meta/meta-freescale ?

You can use https://github.com/Freescale/fsl-community-bsp-platform
and I advice you to research for generic documentation about Yocto as
it is indeed the common base of it.

> I've just discovered the yocto project, I am a newbie but it seems to me to
> be very good.
> I left LTIB some months ago.
>
> I'm gonna read yocto documentation!

A good set of initial documentation can by found on Yocto website.

Do a good read on
http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html

If you have any further questions please send a message here or Yocto
mailing lists.


--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br

cmcqueen1975

unread,
Sep 3, 2012, 2:56:13 AM9/3/12
to meta-f...@googlegroups.com, flavio...@gmail.com, ota...@ossystems.com.br

On Saturday, September 1, 2012 7:20:57 AM UTC+10, Otavio Salvador wrote:
On Thu, Aug 30, 2012 at 5:28 AM, Alessandro Galassini
<alessandro...@gmail.com> wrote:
> may I ask you how did you build Yocto Linux for imx28evk.
>
> Have you used these recipes
> https://gitorious.org/schnitzeltony-oe-meta/meta-freescale ?

You can use https://github.com/Freescale/fsl-community-bsp-platform
and I advice you to research for generic documentation about Yocto as
it is indeed the common base of it.

That's a new one to me. What are the similarities/differences between that and meta-fsl-arm? Which one should we be using?

Otavio Salvador

unread,
Sep 5, 2012, 8:35:40 AM9/5/12
to meta-f...@googlegroups.com, flavio...@gmail.com
This is an easy to use so it automates the checkouts and is an easy to use way.

You can use meta-fsl-arm as you've been using. No problem ...

repo just make it easy.

Alessandro Galassini

unread,
Sep 21, 2012, 4:11:40 AM9/21/12
to meta-f...@googlegroups.com, flavio...@gmail.com, ota...@ossystems.com.br, Andrea Stefano Crinto, Fabio Immovilli, Claudio Bianchini
Hello Otavio, thanks for your precise answer.
Sorry for my late answer but I waited for a new workstation.

I'm in, I can build some images for imx28evk.
I found a broken link in gnutls package, see attachment.
I've never done a pull request to a big official repo.
How can I do it? Writing to the relative layer mailing list?

So I have some images. Now how can I manage these images?
Have I to look for my old patched scripts shipped with LTIB or does exist a new "Yocto" way?
Please just tell me the right documentation :-)

Alessandro Galassini
E-mail:alessandro...@rawpowergroup.it
Tel: +39 0522 522126
http://www.rawpowergroup.it
gnutls.patch

Otavio Salvador

unread,
Sep 21, 2012, 7:36:16 AM9/21/12
to meta-f...@googlegroups.com, flavio...@gmail.com, Andrea Stefano Crinto, Fabio Immovilli, Claudio Bianchini
On Fri, Sep 21, 2012 at 5:11 AM, Alessandro Galassini
<alessandro...@gmail.com> wrote:
> Hello Otavio, thanks for your precise answer.
> Sorry for my late answer but I waited for a new workstation.

No problem.

> I'm in, I can build some images for imx28evk.

Good.

> I found a broken link in gnutls package, see attachment.

This is indeed a issue however the right place for this patch is the
openembedded-core mailing list.

> I've never done a pull request to a big official repo.
> How can I do it? Writing to the relative layer mailing list?

Correct: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

If you have any problem in doing it, I can help. You can also send the
exported patch to me, first, before sending to mailing list so I can
review it for you before.

> So I have some images. Now how can I manage these images?
> Have I to look for my old patched scripts shipped with LTIB or does exist a
> new "Yocto" way?

Sorry, I didn't understand your point.

> Please just tell me the right documentation :-)

As soon as I understand your need ;-)

Alessandro Galassini

unread,
Sep 21, 2012, 8:59:16 AM9/21/12
to meta-f...@googlegroups.com, flavio...@gmail.com, Andrea Stefano Crinto, Fabio Immovilli, Claudio Bianchini, ota...@ossystems.com.br
> > So I have some images. Now how can I manage these images?
> > Have I to look for my old patched scripts shipped with LTIB or does exist a
> > new "Yocto" way?
>
> Sorry, I didn't understand your point.
>
> > Please just tell me the right documentation :-)
>
> As soon as I understand your need ;-)
>
I would like to boot my i.mx28 bsp.
Some month ago I used to do it with a shell script provided
by Freescale SDK  (Google does not let me attach it).
I'm asking by myself if in meta-fsl-arm is there a
software to flash the bootloader and/or the entire
system on the SD card.

Thank you in advance

Alessandro Galassini
E-mail: alessandro.galassini@rawpowergroup.it

Otavio Salvador

unread,
Sep 21, 2012, 9:08:34 AM9/21/12
to meta-f...@googlegroups.com, flavio...@gmail.com, Andrea Stefano Crinto, Fabio Immovilli, Claudio Bianchini
On Fri, Sep 21, 2012 at 9:59 AM, Alessandro Galassini
<alessandro...@gmail.com> wrote:
>> > So I have some images. Now how can I manage these images?
>> > Have I to look for my old patched scripts shipped with LTIB or does
>> > exist a
>> > new "Yocto" way?
>>
>> Sorry, I didn't understand your point.
>>
>> > Please just tell me the right documentation :-)
>>
>> As soon as I understand your need ;-)
>>
> I would like to boot my i.mx28 bsp.
> Some month ago I used to do it with a shell script provided
> by Freescale SDK (Google does not let me attach it).
> I'm asking by myself if in meta-fsl-arm is there a
> software to flash the bootloader and/or the entire
> system on the SD card.

It builds you a ready to use .sdcard file; just 'dd' it onto the sdcard.

Alessandro Galassini

unread,
Sep 21, 2012, 10:28:44 AM9/21/12
to meta-f...@googlegroups.com, flavio...@gmail.com, Andrea Stefano Crinto, Fabio Immovilli, Claudio Bianchini, ota...@ossystems.com.br
Il giorno venerdì 21 settembre 2012 15:08:35 UTC+2, Otavio Salvador ha scritto:
On Fri, Sep 21, 2012 at 9:59 AM, Alessandro Galassini
<alessandro...@gmail.com> wrote:
>> > So I have some images. Now how can I manage these images?
>> > Have I to look for my old patched scripts shipped with LTIB or does
>> > exist a
>> > new "Yocto" way?
>>
>> Sorry, I didn't understand your point.
>>
>> > Please just tell me the right documentation :-)
>>
>> As soon as I understand your need ;-)
>>
> I would like to boot my i.mx28 bsp.
> Some month ago I used to do it with a shell script provided
> by Freescale SDK  (Google does not let me attach it).
> I'm asking by myself if in meta-fsl-arm is there a
> software to flash the bootloader and/or the entire
> system on the SD card.

It builds you a ready to use .sdcard file; just  'dd' it onto the sdcard.

Wonderful, I will try as soon as possible.
Thank you so much Otavio!
Reply all
Reply to author
Forward
0 new messages