All of lore.kernel.org
 help / color / mirror / Atom feed
* Newbie: Minimal OE build
@ 2009-04-17 23:57 Chuck Kamas
  2009-04-18  7:12 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Chuck Kamas @ 2009-04-17 23:57 UTC (permalink / raw)
  To: openembedded-devel

Hi all,

I would like to use OE to build a rootfs plus busybox and a few i2c
tools and that is about it.  What Distribution should I use as my base?
Angstrom?  Angstrom seems to pull in lots of things that are not needed
like Bluetooth.  Is there a better starting place?

Thanks
Chuck



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

* Re: Newbie: Minimal OE build
  2009-04-17 23:57 Newbie: Minimal OE build Chuck Kamas
@ 2009-04-18  7:12 ` Koen Kooi
  2009-04-20 20:38   ` Chuck Kamas
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2009-04-18  7:12 UTC (permalink / raw)
  To: openembedded-devel

On 18-04-09 01:57, Chuck Kamas wrote:
> Hi all,
>
> I would like to use OE to build a rootfs plus busybox and a few i2c
> tools and that is about it.  What Distribution should I use as my base?
> Angstrom?

Yes.

> Angstrom seems to pull in lots of things that are not needed
> like Bluetooth.

That's not angstrom that's doing this, it's the image recipe. For 
example the kexecboot-image binary in angstrom is 80kilobytes in size 
for the armv5te architecture.

> Is there a better starting place?

No.

regards,

Koen




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

* Re: Newbie: Minimal OE build
  2009-04-18  7:12 ` Koen Kooi
@ 2009-04-20 20:38   ` Chuck Kamas
  2009-04-20 21:03     ` Shane Dixon
  0 siblings, 1 reply; 4+ messages in thread
From: Chuck Kamas @ 2009-04-20 20:38 UTC (permalink / raw)
  To: openembedded-devel

Koen,

Do you mean the recipe:
recipes/kexecboot/initramfs-kexecboot-image.bb

Chuck


-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org
[mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
Koen Kooi
Sent: Saturday, April 18, 2009 12:12 AM
To: openembedded-devel@openembedded.org
Subject: Re: [oe] Newbie: Minimal OE build

On 18-04-09 01:57, Chuck Kamas wrote:
> Hi all,
>
> I would like to use OE to build a rootfs plus busybox and a few i2c 
> tools and that is about it.  What Distribution should I use as my
base?
> Angstrom?

Yes.

> Angstrom seems to pull in lots of things that are not needed like 
> Bluetooth.

That's not angstrom that's doing this, it's the image recipe. For
example the kexecboot-image binary in angstrom is 80kilobytes in size
for the armv5te architecture.

> Is there a better starting place?

No.

regards,

Koen


_______________________________________________
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: Newbie: Minimal OE build
  2009-04-20 20:38   ` Chuck Kamas
@ 2009-04-20 21:03     ` Shane Dixon
  0 siblings, 0 replies; 4+ messages in thread
From: Shane Dixon @ 2009-04-20 21:03 UTC (permalink / raw)
  To: openembedded-devel

Chuck,

It's whatever image you build.  There's a guide in the manual for a few
of the pre-built images:

http://docs.openembedded.org/usermanual/html/gettingoe_building_software.html#id508473

If you want an image that's pretty fat-free, I'd suggest the bootstrap
image.  That's what I base all of my stuff off of while I'm developing.
It's a console-only image.

Image recipes are found in recipes/images/

--
Shane

On Mon, 2009-04-20 at 13:38 -0700, Chuck Kamas wrote:
> Koen,
> 
> Do you mean the recipe:
> recipes/kexecboot/initramfs-kexecboot-image.bb
> 
> Chuck
> 
> 
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Koen Kooi
> Sent: Saturday, April 18, 2009 12:12 AM
> To: openembedded-devel@openembedded.org
> Subject: Re: [oe] Newbie: Minimal OE build
> 
> On 18-04-09 01:57, Chuck Kamas wrote:
> > Hi all,
> >
> > I would like to use OE to build a rootfs plus busybox and a few i2c 
> > tools and that is about it.  What Distribution should I use as my
> base?
> > Angstrom?
> 
> Yes.
> 
> > Angstrom seems to pull in lots of things that are not needed like 
> > Bluetooth.
> 
> That's not angstrom that's doing this, it's the image recipe. For
> example the kexecboot-image binary in angstrom is 80kilobytes in size
> for the armv5te architecture.
> 
> > Is there a better starting place?
> 
> No.
> 
> regards,
> 
> Koen
> 
> 
> _______________________________________________
> 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

-- 
Shane Dixon
Linux Engineer
Atmel Corporation
E-mail: shane.dixon@atmel.com



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

end of thread, other threads:[~2009-04-20 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 23:57 Newbie: Minimal OE build Chuck Kamas
2009-04-18  7:12 ` Koen Kooi
2009-04-20 20:38   ` Chuck Kamas
2009-04-20 21:03     ` Shane Dixon

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.