aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-12-05 13:19:26 +0000
committerPhilip Balister <philip@balister.org>2007-12-05 13:19:26 +0000
commitb6d54b3a2341b5495cd24f1cdee826c3bc2cc425 (patch)
tree925ca7bb3d6333c7aa5256c001724c5d3e1f9bba /contrib
parent83b9338edd0ff86800683c609e26ef8d6748c2bb (diff)
downloadopenembedded-b6d54b3a2341b5495cd24f1cdee826c3bc2cc425.tar.gz
angstrom/build-release.sh : Remove graphics support from omap5912osk until flashing large image problem solved.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/angstrom/build-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index 7ffad9690d..b6085f75dd 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -33,7 +33,7 @@ do_report_success() {
}
# No graphics
-for machine in ep93xx ixp4xxle ixp4xxbe gumstix-connex efika
+for machine in ep93xx ixp4xxle ixp4xxbe gumstix-connex efika omap5912osk
do
BUILD_MACHINE=$machine
BUILD_TARGETS="minimal-image console-image"
@@ -56,7 +56,7 @@ do
done
# graphics, flash storage
-for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h4000 omap5912osk poodle tosa hx4700 c7x0 spitz akita collie
+for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h4000 poodle tosa hx4700 c7x0 spitz akita collie
do
BUILD_MACHINE=$machine
BUILD_TARGETS="minimal-image console-image x11-image"