diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-18 15:44:25 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-18 15:44:25 +0100 |
commit | 8a431603b07b06d8663d67094a51468b4815acd9 (patch) | |
tree | 6c77e7f8d9249d1c86862afbde711c34ce4eae15 /contrib | |
parent | 44c1b10420d2ebc018bde2461e2a1e1fe56427aa (diff) |
angstrom feed and image builder: add dns323 mv2120 kuropro lspro tsx09 ts409 machines
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 | ||||
-rwxr-xr-x | contrib/angstrom/build-release.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index fe99b46480..82273fa2c4 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -323,7 +323,7 @@ done # machine packages (machine specific (sub)packages) -for machine in beagleboard omap3evm neuros-osd2 efika dht-walnut palmt650 omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800 qemux86 +for machine in beagleboard omap3evm neuros-osd2 efika dht-walnut palmt650 omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800 dns323 mv2120 kuropro lspro tsx09 ts409 qemux86 do BUILD_MACHINE=$machine BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme" diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index c224b2454e..1668717cd3 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -60,7 +60,7 @@ done # No graphics -for machine in gumstix-connex gumstix-verdex efika dht-walnut omap5912osk +for machine in dns323 mv2120 kuropro lspro tsx09 ts409 gumstix-connex gumstix-verdex efika dht-walnut omap5912osk do BUILD_MACHINE=$machine BUILD_CLEAN="base-files" |