From: Philip Balister <philip@balister.org>
To: openembedded-devel@openembedded.org
Subject: Re: I want your autobuilder scripts
Date: Wed, 31 Oct 2007 14:53:54 -0400 [thread overview]
Message-ID: <4728CF42.8020808@balister.org> (raw)
In-Reply-To: <4727C038.10002@gmx.net>
[-- 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 --]
prev parent reply other threads:[~2007-10-31 18:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=4728CF42.8020808@balister.org \
--to=philip@balister.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).