]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/contrib/buildscripts/openzaurus/build-oz.sh
ppp-dialin: don't error out in postinst if ppp user already exists. Fixes Bug #1625.
[familiar-h63xx-build.git] / org.handhelds.familiar / contrib / buildscripts / openzaurus / build-oz.sh
1 #!/bin/bash
2
3 for machine in collie c7x0 borzoi poodle tosa akita spitz ; 
4 do
5         echo "MACHINE = \"$machine\"" > conf/auto.conf
6         echo "MACHINE = \"$machine\""
7         
8 # clean recipes which:
9 # - emit multiple packages which don't all have the same arch
10 # - depend on virtual/kernel in some way
11         bitbake -c clean matchbox-panel task-bootstrap meta-gpe meta-opie gpe-image \
12                    opie-image pivotroot-image sysvinit tslib base-passwd \
13                    opie-button-settings zaurus-updater virtual/kernel initscripts \
14                    keymaps base-files hostap-modules orinoco-modules \
15                    kernel-module-wlags49-h1-cs kernel-module-wlags49-h2-cs
16
17         if [ $machine == "collie" ]; then
18             bitbake -c openzaurus-sa collie-kernel-24-8 collie-kernel-32-0 \
19                        collie-kernel-32-32 collie-kernel-40-24 collie-kernel-48-16 \
20                        collie-kernel-58-6 collie-kernel-64-0
21         fi
22
23         if [ $machine == "poodle" ]; then
24             bitbake -c openzaurus-pxa poodle-kernel poodle255-kernel poodle-kernels
25         fi
26
27         bitbake nano bitbake kernel-module-wlags49-h1-cs kernel-module-wlags49-h2-cs  -k
28
29         if [ $machine == "spitz" ]; then
30             bitbake bootstrap-image gpe-image opie-image pivotboot-image e-image e-image-core
31                 else
32             bitbake bootstrap-image gpe-image opie-image e-image e-image-core
33         fi
34 done
35
36 echo "MACHINE = \"collie\"" > conf/auto.conf
37 bitbake meta-sdk
38