]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/contrib/buildscripts/familiar/build-fam.sh
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / contrib / buildscripts / familiar / build-fam.sh
1 #!/bin/bash
2
3 #jornada56x and jornada7xx don't build
4 for i in h3600 h3900 h2200 h6300 ipaq-pxa270 simpad ; do
5          echo "MACHINE = \"$i\"" > conf/auto.conf
6         bitbake nano fuse fuse-module bitbake kernel-module-wlags49-h1-cs kernel-module-wlags49-h2-cs  -k
7         echo "bitbaking $i"
8         #clean .bbs which emit multiple packages which don't all have the same arch
9          bitbake -c clean matchbox-panel task-bootstrap meta-gpe meta-opie gpe-image opie-image sysvinit tslib base-passwd prism3-support opie-button-settings
10         bitbake  bootstrap-image ; bitbake gpe-image ; bitbake opie-image ; done
11
12 echo "MACHINE = \"h3600\"" > conf/auto.conf
13 bitbake meta-sdk
14