added nellboard post routines (not yet completed!)
[outofuni/dib.git] / build.config
1 # debian image build configuration
2
3 #
4 # size of the image in MB
5 #
6 IMGSIZE=3600
7 IMGSIZE=1800
8
9 #
10 # target architecture / suite
11 #
12 #ARCH=armhf
13 ARCH=armel
14 #MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-"
15 MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-"
16 EMU=qemu-arm-static
17 SUITE=unstable
18
19 # name
20 #NAME=beagleboard
21 NAME=nellboard
22
23 #
24 # filesystems
25 #
26 ROOTFS=xfs
27 ROOTFS=ext4
28 #BOOTFS=ext3
29
30 # debian mirror
31 DEBMIRROR=http://ftp.de.debian.org/debian
32
33 # packages
34 PKGS="apt-utils dialog locales"
35
36 # serial console
37 GETTY=ttyO0
38
39 # add your packages here
40 ADDPKGS="vim git make gcc lua5.2 build-essential kmod"
41 ADDPKGS="$ADDPKGS net-tools iputils-ping iproute2 wget openssh-server rsync"
42 # beagle
43 #ADDPKGS="$ADDPKGS golang"
44 #ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
45 # nellboard
46 ADDPKGS="$ADDPKGS python dnsmasq" 
47 ADDPKGS="$ADDPKGS python pyrit" 
48
49 #
50 # kernel
51 #
52 # beagleboard
53 #
54 #  use/copy debian linux-image package!
55 #
56 # nellboard
57 KERVER="2.6.33"
58 KERPATCH="linux-2.6.33_lpc313x-v1.01.patch"
59 KERCONF="ea313x_defconfig"
60 KERHOOKS="nellboard_kernel_hooks.sh"
61
62 #
63 # u-boot patch and target
64 #
65 UBSRC="git://git.denx.de/u-boot.git"
66 # beagleboard
67 #UBSRC=""
68 #UBPATCH=""
69 #UBCONF=omap3_beagle_config
70 # nellboard
71 UBVER="v2009.11"
72 UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch"
73 UBCONF="EA3131_config"
74