From: hackbard Date: Wed, 8 Jul 2015 17:37:47 +0000 (+0200) Subject: config.build -> build.config X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=commitdiff_plain;h=eb78aa2bc635b01b33bffb87a9d003c23e4518cb config.build -> build.config --- diff --git a/build.config b/build.config new file mode 100644 index 0000000..615037f --- /dev/null +++ b/build.config @@ -0,0 +1,72 @@ +# debian image build configuration + +# +# size of the image in MB +# +# 2GB - 48MB +IMGSIZE=2000 + +# +# target architecture / suite +# +ARCH=armhf +#ARCH=armel +MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-" +#MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-" +EMU=qemu-arm-static +SUITE=unstable + +# name +NAME=beagleboard +#NAME=nellboard + +# +# filesystems +# +ROOTFS=xfs +#ROOTFS=ext4 +BOOTFS=ext3 + +# debian mirror +DEBMIRROR=http://ftp.de.debian.org/debian + +# packages +PKGS="apt-utils dialog locales" + +# serial console +GETTY=ttyO0 + +# add your packages here +ADDPKGS="vim git make gcc lua5.2 golang build-essential kmod" +ADDPKGS="$ADDPKGS net-tools iputils-ping wget openssh-server rsync" +# beagle +ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd" +# nellboard +#ADDPKGS="$ADDPKGS python dnsmasq" + +# +# kernel +# +# beagleboard +# use/copy debian linux-image package! +# nellboard +KERVER="2.6.33" +KERPATCH="linux-2.6.33_lpc313x-v1.01.patch" +KERCONF="ea313x_defconfig" +KERHOOK="sed 's/# CONFIG_DEVTMPFS.*/CONFIG_DEVTMPFS=y/' -i ./arch/arm/configs/ea313x_defconfig;" +KERHOOK="sed 's/# CONFIG_EXT4_FS.*/CONFIG_EXT4_FS=y/' -i ./arch/arm/configs/ea313x_defconfig;" +KERHOOK="$KERHOOK cp ../files/lpc313x/ea313x.c arch/arm/mach-lpc313x/;" + +# +# u-boot patch and target +# +UBSRC="git://git.denx.de/u-boot.git" +# beagleboard +#UBSRC="" +#UBPATCH="" +UBCONF=omap3_beagle_config +# nellboard +#UBVER="v2009.11" +#UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch" +#UBCONF="EA3131_config" + diff --git a/config.build b/config.build deleted file mode 100644 index 615037f..0000000 --- a/config.build +++ /dev/null @@ -1,72 +0,0 @@ -# debian image build configuration - -# -# size of the image in MB -# -# 2GB - 48MB -IMGSIZE=2000 - -# -# target architecture / suite -# -ARCH=armhf -#ARCH=armel -MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-" -#MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-" -EMU=qemu-arm-static -SUITE=unstable - -# name -NAME=beagleboard -#NAME=nellboard - -# -# filesystems -# -ROOTFS=xfs -#ROOTFS=ext4 -BOOTFS=ext3 - -# debian mirror -DEBMIRROR=http://ftp.de.debian.org/debian - -# packages -PKGS="apt-utils dialog locales" - -# serial console -GETTY=ttyO0 - -# add your packages here -ADDPKGS="vim git make gcc lua5.2 golang build-essential kmod" -ADDPKGS="$ADDPKGS net-tools iputils-ping wget openssh-server rsync" -# beagle -ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd" -# nellboard -#ADDPKGS="$ADDPKGS python dnsmasq" - -# -# kernel -# -# beagleboard -# use/copy debian linux-image package! -# nellboard -KERVER="2.6.33" -KERPATCH="linux-2.6.33_lpc313x-v1.01.patch" -KERCONF="ea313x_defconfig" -KERHOOK="sed 's/# CONFIG_DEVTMPFS.*/CONFIG_DEVTMPFS=y/' -i ./arch/arm/configs/ea313x_defconfig;" -KERHOOK="sed 's/# CONFIG_EXT4_FS.*/CONFIG_EXT4_FS=y/' -i ./arch/arm/configs/ea313x_defconfig;" -KERHOOK="$KERHOOK cp ../files/lpc313x/ea313x.c arch/arm/mach-lpc313x/;" - -# -# u-boot patch and target -# -UBSRC="git://git.denx.de/u-boot.git" -# beagleboard -#UBSRC="" -#UBPATCH="" -UBCONF=omap3_beagle_config -# nellboard -#UBVER="v2009.11" -#UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch" -#UBCONF="EA3131_config" -