All of lore.kernel.org
 help / color / mirror / Atom feed
* I want your autobuilder scripts
@ 2007-10-30 23:37 Robert Schuster
  2007-10-31 17:01 ` Cliff Brake
  2007-10-31 18:53 ` Philip Balister
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Schuster @ 2007-10-30 23:37 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

Hi,
at OEDEM it was my impression that several of you have working
autobuilder setups for OpenEmbedded. Can I get the scripts that make
that possible from somewhere?

Regards
Robert


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

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

* Re: I want your autobuilder scripts
  2007-10-30 23:37 I want your autobuilder scripts Robert Schuster
@ 2007-10-31 17:01 ` Cliff Brake
  2007-10-31 23:03   ` Rod Whitby
  2007-10-31 18:53 ` Philip Balister
  1 sibling, 1 reply; 4+ messages in thread
From: Cliff Brake @ 2007-10-31 17:01 UTC (permalink / raw)
  To: openembedded-devel

On 10/30/07, Robert Schuster <theBohemian@gmx.net> wrote:
> Hi,
> at OEDEM it was my impression that several of you have working
> autobuilder setups for OpenEmbedded. Can I get the scripts that make
> that possible from somewhere?

The build setup I use is:
https://dev.bec-systems.com/svn/oe/build

It is loosely based off the openmoko makefile (mostly just
documentation), and with a directory setup that allows me to build for
multiple machines, distros, OE trees, etc.

Cliff

-- 
=======================
Cliff Brake
http://bec-systems.com



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

* Re: I want your autobuilder scripts
  2007-10-30 23:37 I want your autobuilder scripts Robert Schuster
  2007-10-31 17:01 ` Cliff Brake
@ 2007-10-31 18:53 ` Philip Balister
  1 sibling, 0 replies; 4+ messages in thread
From: Philip Balister @ 2007-10-31 18:53 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

I use:

#!/bin/bash

export 
BBPATH=/home/balister/oe/build-auto:/home/balister/oe/org.openembedded.dev
export PYTHONPATH=/home/balister/oe

for i in gumstix-connex gumstix-verdex omap5912osk davinci-dvevm
         do
           echo "MACHINE = \"$i\"" > 
$HOME/oe/org.openembedded.dev/conf/auto.conf
           bitbake angstrom-console-image
         done

rm $HOME/oe/org.openembedded.dev/conf/auto.conf

There is a python class I dropped in oe because I was lazy.

Philip

Robert Schuster wrote:
> Hi,
> at OEDEM it was my impression that several of you have working
> autobuilder setups for OpenEmbedded. Can I get the scripts that make
> that possible from somewhere?
> 
> Regards
> Robert
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

* Re: I want your autobuilder scripts
  2007-10-31 17:01 ` Cliff Brake
@ 2007-10-31 23:03   ` Rod Whitby
  0 siblings, 0 replies; 4+ messages in thread
From: Rod Whitby @ 2007-10-31 23:03 UTC (permalink / raw)
  To: openembedded-devel

Cliff Brake wrote:
> On 10/30/07, Robert Schuster <theBohemian@gmx.net> wrote:
>> Hi,
>> at OEDEM it was my impression that several of you have working
>> autobuilder setups for OpenEmbedded. Can I get the scripts that make
>> that possible from somewhere?
> 
> The build setup I use is:
> https://dev.bec-systems.com/svn/oe/build
> 
> It is loosely based off the openmoko makefile (mostly just
> documentation), and with a directory setup that allows me to build for
> multiple machines, distros, OE trees, etc.

The MokoMakefile[1] and the nslu2-linux Master Makefile[2] are what I
use.  Of course, using either of these will put you in the bad books of
the OE elite  ;-)

[1]: http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/Makefile
[2]: http://www.nslu2-linux.org/Makefile

-- Rod



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

end of thread, other threads:[~2007-10-31 23:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 23:37 I want your autobuilder scripts Robert Schuster
2007-10-31 17:01 ` Cliff Brake
2007-10-31 23:03   ` Rod Whitby
2007-10-31 18:53 ` Philip Balister

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.