aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/angstrom
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-03 09:06:49 +0000
committerKoen Kooi <koen@openembedded.org>2008-10-03 09:06:49 +0000
commitc8a4aa43ec59bc24b8eeab73cd127d70d357355b (patch)
tree358d3814b987bac5abb8d16addb894aa8373fbed /contrib/angstrom
parente36d903760a90389bbc46a89fdf5556c38f4966d (diff)
downloadopenembedded-c8a4aa43ec59bc24b8eeab73cd127d70d357355b.tar.gz
angstrom feeds: add beagleboard machine
* It's now safe to mix compilers across ARM archs, so armv7a can finally be added to the buildscripts
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-xcontrib/angstrom/build-feeds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index bf640d872e..2b00692625 100755
--- a/contrib/angstrom/build-feeds.sh
+++ b/contrib/angstrom/build-feeds.sh
@@ -37,7 +37,7 @@ do_report_success() {
echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder-feed.log
}
-for machine in efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800
+for machine in beagleboard efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800
do
BUILD_MACHINE=$machine
BUILD_CLEAN="qmake-native qmake2-native qt-x11-free"