All of lore.kernel.org
 help / color / mirror / Atom feed
* oe-made-easy and Getting Started
@ 2012-05-09 21:02 Lloyd Chang
  2012-05-10  5:03 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Lloyd Chang @ 2012-05-09 21:02 UTC (permalink / raw)
  To: openembedded-devel

Hello fellow openembedded-devel members!


I'm sharing because you may find this useful -- especially newcomers
to our OE-Core.  In my personal efforts in condensing our Getting
Started documentation succinctly, I codified it into one line:


    git clone git://github.com/lloydchang/oe-made-easy.git;
./oe-made-easy/core-image-minimal


User interface design wise, my intent of this one liner is to allow
everyone getting started to easily bootstrap core-image-minimal onto
various computers (before diving into details).  If our community
consensus finds oe-made-easy useful, please let me know and I'll start
updating our openembedded.org wiki pages to reference this one liner
or equivalent.


And if you personally find oe-made-easy useful, feel free to test it
further, fork it and/or send me pull requests via
https://github.com/lloydchang/oe-made-easy

(for now, oe-made-easy is defaulting to qemux86_64, qemux86 and qemuarm targets)


Your feedback is greatly appreciated!


Thanks :-)

Lloyd


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

* Re: oe-made-easy and Getting Started
  2012-05-09 21:02 oe-made-easy and Getting Started Lloyd Chang
@ 2012-05-10  5:03 ` Khem Raj
  2012-05-12 20:58   ` Lloyd Chang
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-05-10  5:03 UTC (permalink / raw)
  To: openembedded-devel

On Wed, May 9, 2012 at 2:02 PM, Lloyd Chang <lloydchang@gmail.com> wrote:
> Hello fellow openembedded-devel members!
>
>
> I'm sharing because you may find this useful -- especially newcomers
> to our OE-Core.  In my personal efforts in condensing our Getting
> Started documentation succinctly, I codified it into one line:
>
>
>    git clone git://github.com/lloydchang/oe-made-easy.git;
> ./oe-made-easy/core-image-minimal
>
>
> User interface design wise, my intent of this one liner is to allow
> everyone getting started to easily bootstrap core-image-minimal onto
> various computers (before diving into details).  If our community
> consensus finds oe-made-easy useful, please let me know and I'll start
> updating our openembedded.org wiki pages to reference this one liner
> or equivalent.
>
>
> And if you personally find oe-made-easy useful, feel free to test it
> further, fork it and/or send me pull requests via
> https://github.com/lloydchang/oe-made-easy
>
> (for now, oe-made-easy is defaulting to qemux86_64, qemux86 and qemuarm targets)
>
>
> Your feedback is greatly appreciated!

you can add this to OE wiki in some form.

>
>
> Thanks :-)
>
> Lloyd
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: oe-made-easy and Getting Started
  2012-05-10  5:03 ` Khem Raj
@ 2012-05-12 20:58   ` Lloyd Chang
  2012-06-22 13:20     ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Lloyd Chang @ 2012-05-12 20:58 UTC (permalink / raw)
  To: openembedded-devel

Thanks! Done adding 'One-liner via oe-made-easy' to our OE wiki.

On Wed, May 9, 2012 at 10:03 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Wed, May 9, 2012 at 2:02 PM, Lloyd Chang <lloydchang@gmail.com> wrote:
> > Hello fellow openembedded-devel members!
> >
> >
> > I'm sharing because you may find this useful -- especially newcomers
> > to our OE-Core.  In my personal efforts in condensing our Getting
> > Started documentation succinctly, I codified it into one line:
> >
> >
> >    git clone git://github.com/lloydchang/oe-made-easy.git;
> > ./oe-made-easy/core-image-minimal
> >
> >
> > User interface design wise, my intent of this one liner is to allow
> > everyone getting started to easily bootstrap core-image-minimal onto
> > various computers (before diving into details).  If our community
> > consensus finds oe-made-easy useful, please let me know and I'll start
> > updating our openembedded.org wiki pages to reference this one liner
> > or equivalent.
> >
> >
> > And if you personally find oe-made-easy useful, feel free to test it
> > further, fork it and/or send me pull requests via
> > https://github.com/lloydchang/oe-made-easy
> >
> > (for now, oe-made-easy is defaulting to qemux86_64, qemux86 and qemuarm
> targets)
> >
> >
> > Your feedback is greatly appreciated!
>
> you can add this to OE wiki in some form.
>
> >
> >
> > Thanks :-)
> >
> > Lloyd
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


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

* Re: oe-made-easy and Getting Started
  2012-05-12 20:58   ` Lloyd Chang
@ 2012-06-22 13:20     ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-06-22 13:20 UTC (permalink / raw)
  To: openembedded-devel

On Saturday 12 May 2012 13:58:57 Lloyd Chang wrote:
> Thanks! Done adding 'One-liner via oe-made-easy' to our OE wiki.
> 
> On Wed, May 9, 2012 at 10:03 PM, Khem Raj <raj.khem@gmail.com> wrote:
> > On Wed, May 9, 2012 at 2:02 PM, Lloyd Chang <lloydchang@gmail.com> wrote:
> > > Hello fellow openembedded-devel members!
> > > 
> > > 
> > > I'm sharing because you may find this useful -- especially newcomers
> > > to our OE-Core.  In my personal efforts in condensing our Getting
> > > 
> > > Started documentation succinctly, I codified it into one line:
> > >    git clone git://github.com/lloydchang/oe-made-easy.git;
> > > 
> > > ./oe-made-easy/core-image-minimal
> > > 
> > > 
> > > User interface design wise, my intent of this one liner is to allow
> > > everyone getting started to easily bootstrap core-image-minimal onto
> > > various computers (before diving into details).  If our community
> > > consensus finds oe-made-easy useful, please let me know and I'll start
> > > updating our openembedded.org wiki pages to reference this one liner
> > > or equivalent.
> > > 
> > > 
> > > And if you personally find oe-made-easy useful, feel free to test it
> > > further, fork it and/or send me pull requests via
> > > https://github.com/lloydchang/oe-made-easy
> > > 
> > > (for now, oe-made-easy is defaulting to qemux86_64, qemux86 and qemuarm
> > 
> > targets)
> > 
> > > Your feedback is greatly appreciated!
> > 
> > you can add this to OE wiki in some form.

Sorry I didn't reply to this earlier. Clearly our docs still need improvement 
here, but I'm not sure I feel comfortable with having this script right up-
front in our getting started documentation as it is now, particularly as it's 
not part of OE-Core itself. There is a canonical method for getting started, 
it's a simple set of steps anyone should be able to follow; various frontend 
scripts around but I don't think they really belong in the OE instructions in 
this manner unless they're actually part of OE-Core.

Cheers,
Paul


-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-06-22 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-09 21:02 oe-made-easy and Getting Started Lloyd Chang
2012-05-10  5:03 ` Khem Raj
2012-05-12 20:58   ` Lloyd Chang
2012-06-22 13:20     ` Paul Eggleton

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.