diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-18 17:20:32 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-18 17:20:32 +0000 |
commit | 1e5a836412dbc372c81d37ac4c288857619ed1f6 (patch) | |
tree | d33f1d8eed4d591823d2ba86772a116fead3f60f /contrib/angstrom/build-release.sh | |
parent | 9aae17c427fc2842170f760b0a803665ccd205ea (diff) | |
parent | ed2948f984ef1ea472362cd08fb08dc91f006da6 (diff) |
merge of 'c1fd09a0b09739640d55402e3a267d14a39bfd80'
and 'f32bd285f81d67ffe77c826a1f15be44ccefdc3b'
Diffstat (limited to 'contrib/angstrom/build-release.sh')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 1d778db69c..39108ad89b 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -37,14 +37,14 @@ for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk do BUILD_MACHINE=$machine BUILD_CLEAN="libtool-cross" - BUILD_TARGETS="minimal-image console-image" + BUILD_TARGETS="base-image console-image" do_build done for machine in ixp4xxle ixp4xxbe do BUILD_MACHINE=$machine - BUILD_TARGETS="minimal-image nslu2-base-image" + BUILD_TARGETS="base-image nslu2-base-image" do_build done @@ -60,7 +60,7 @@ done for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie do BUILD_MACHINE=$machine - BUILD_TARGETS="minimal-image console-image minimal-gpe-image x11-image" + BUILD_TARGETS="base-image console-image minimal-gpe-image x11-image" do_build done |