summaryrefslogtreecommitdiff
path: root/contrib/angstrom
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-12-17 21:25:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-12-17 21:25:30 +0000
commitd5ba44aec1dd538a669c1efff72e8dc619e6d0db (patch)
tree806513f9e3bfe60bdc16dd00dd9c2a4a82d682f1 /contrib/angstrom
parentdd4f003103033e9e0813627bcae89a5866d95bdc (diff)
parent50e0636adc6a88aba578524dfcbd6364e7f8eb93 (diff)
merge of 'abb30fd9e16aeb04aa9b9ec2dc5e3334abbcd527'
and 'db54ef97e73876a8f1a87b94c3ccfb09ea36239e'
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-xcontrib/angstrom/build-release.sh6
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