All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Alok Kumar <alokkat@gmail.com>
Cc: meta-freescale@yoctoproject.org
Subject: Re: 3.10.17-1.0.0_beta meta-fsl-bsp-release layer
Date: Mon, 20 Jan 2014 20:14:08 -0700	[thread overview]
Message-ID: <52DDE600.30207@boundarydevices.com> (raw)
In-Reply-To: <CACoWYqVh0wMJPiumvigPqOr7PDRAV-7OwRzt6P4PEx-TmQ+Org@mail.gmail.com>

Hi Alok,

On 01/20/2014 09:44 AM, Alok Kumar wrote:
> Hi Eric,
>
> I am not sure if I understand it. my apology.
>

No sweat. Over a year in and I'm still figuring things out...

> I am following this
> http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard
>
> and took stable dora branch.
>

I'd start with Daiane's docs on i.MX Community:
	http://layers.openembedded.org/layerindex/branch/master/layer/meta-gnome/

And O.S.Systems that describes how to specifically build for
Nitrogen6x:
	http://www.ossystems.com.br/blog/2013/04/15/yocto-with-boundary-devices-nitrogen6x-5-steps-only.html

Make sure you use the "dora" branch instead of "dylan" though.

> Now if I want to try chromium" beta,
> a) should I got to development branch first and get everything from below.
>
>        repo init -u
> https://github.com/Freescale/fsl-community-bsp-platform -b master
>

Again, you should stick with "Dora" unless you need something
specific in "master".

> b) apply chromium recipe on this build and build the image.

After the repo sync, you'll need to pull in the meta-browser
layer:
	~/yocto/sources$ git clone git://github.com/OSSystems/meta-browser.git

And you'll need to add meta-browser and meta-gnome to your
conf/bblayers.conf file:

BBLAYERS = " \
   ...
   ${BSPDIR}/sources/meta-openembedded/meta-gnome \
   ${BSPDIR}/sources/meta-browser \
   ...
"

And finally, you'll need to pull it into your build.
The easy way is to add this to your local.conf file:

IMAGE_INSTALL += " \
	chromium \
"

I'm not sure why, but when I went through these steps,
I got complaints about the license for libav and
was prompted to add this to local.conf:

	LICENSE_FLAGS_WHITELIST = "commercial"

I think there's something screwy with that, though.
The recipes in poky/meta/recipes-multimedia/libav/
appear to have a combination of GPL and LGPL
licenses.

> c) where should I test this on Sabrelite or nitorgen6x ?
>

We recommend the use of "nitrogen6x" for the MACHINE type.
The resulting image will run on either the SABRE Lite
or Nitrogen6X boards.

Regards,


Eric



  parent reply	other threads:[~2014-01-21  3:15 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20 16:08 3.10.17-1.0.0_beta meta-fsl-bsp-release layer Alok Kumar
2014-01-20 16:21 ` Eric Nelson
2014-01-20 16:44   ` Alok Kumar
2014-01-20 20:58     ` Alok Kumar
2014-01-21  3:14     ` Eric Nelson [this message]
2014-01-21 14:42       ` Diego
2014-01-21 15:22         ` Booting 3.5.7 kernel on imx6sabresd? randy.krakora
2014-01-21 15:39           ` Otavio Salvador
2014-01-21 16:16             ` randy.krakora
2014-01-21 16:21               ` Otavio Salvador
2014-01-21 20:11                 ` Ra37740@freescale.comndy
2014-01-21 20:23                   ` Otavio Salvador
2014-01-21 21:03                     ` Daiane.Angolini
2014-01-22 15:06                       ` randy.krakora
2014-01-22 15:10                         ` Fabio Estevam
2014-01-22 17:47                           ` randy.krakora
2014-01-22 17:52                             ` Fabio Estevam
2014-01-21 19:25         ` 3.10.17-1.0.0_beta meta-fsl-bsp-release layer Eric Nelson
2014-01-22 12:41           ` Alok Kumar
2014-01-23  8:41             ` Diego
2014-01-23 11:08               ` Alok Kumar
2014-01-23 15:08       ` Alok Kumar
2014-01-23 15:14         ` Gary Thomas
     [not found]           ` <CACoWYqXYmKAQ3L_9HjLvEEwJNQ56G+9ENcgup7t44D25EpTTcA@mail.gmail.com>
2014-01-23 16:06             ` Gary Thomas
2014-01-23 16:49               ` Alok Kumar
2014-01-24 16:41                 ` Alok Kumar
2014-01-24 16:55                   ` Eric Nelson
2014-01-24 21:30                     ` Otavio Salvador
2014-01-23 15:43         ` Eric Nelson
  -- strict thread matches above, loose matches on Subject: below --
2014-01-22 18:40 alokcherryhills

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52DDE600.30207@boundarydevices.com \
    --to=eric.nelson@boundarydevices.com \
    --cc=alokkat@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.