From 76306b9791f19098dcac836068e40b1dc2c34584 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Feb 2009 09:27:59 +0100 Subject: angstrom autobuilder: cleanup and add overo, omap3-pandora --- contrib/angstrom/build-feeds.sh | 3 ++- contrib/angstrom/build-release.sh | 17 ++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) (limited to 'contrib') diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 6b73a2af42..e1868e2869 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -340,7 +340,8 @@ 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 dns323 mv2120 kuropro lspro tsx09 ts409 qemux86 +for machine in overo omap3-pandora 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="opkg-native 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 1668717cd3..d8144f80e4 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -86,7 +86,7 @@ do done # build kexecboot kernels for supported machines -for machine in poodle collie +for machine in h2200 hx4700 c7x0 akita spitz poodle collie do BUILD_MACHINE=$machine BUILD_TARGETS="linux-kexecboot" @@ -94,17 +94,8 @@ do done -# Make uclibc initramfs-bootmenu-image for ipaqs, this should move to more generic klibc stuff, but till then: -DO_UCLIBC=1 -for machine in h2200 h3900 h4000 h5000 hx4700 -do - BUILD_MACHINE=$machine - BUILD_TARGETS="initramfs-bootmenu-image" -done -DO_UCLIBC=0 - # graphics, flash storage -for machine in beagleboard omap3evm om-gta01 om-gta02 a780 at91sam9263ek qemuarm qemux86 h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad +for machine in overo omap3-pandora beagleboard omap3evm om-gta01 om-gta02 a780 at91sam9263ek qemuarm qemux86 h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine @@ -113,7 +104,7 @@ do done # graphics, disk storage -for machine in spitz beagleboard omap3evm +for machine in spitz overo omap3-pandora beagleboard omap3evm do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine @@ -130,7 +121,7 @@ do done # omap3 boards -for machine in beagleboard omap3evm +for machine in overo omap3-pandora beagleboard omap3evm do BUILD_MACHINE=$machine BUILD_TARGETS="beagleboard-demo-image" -- cgit 1.2.3-korg