diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-10-05 15:31:39 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-05 15:31:39 +0000 |
commit | 5731ad06007b17aa25da00f99776de4c1bc16512 (patch) | |
tree | c098b80c1c5c9235e368508063f1391f29b9afe2 /contrib/angstrom | |
parent | 6265c89321d13996212881744128bd4ee25b202b (diff) | |
parent | 5e3b01d1b067e80b5e731c6cb384994e28d5f18d (diff) |
merge of 'ae8724641e6c8131ac3706e49cd36a7e993fc697'
and 'e74e0c0ff5084d996f1c4b3b2c87244159a057ee'
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 |
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" |