276 lines
4.5 KiB
Plaintext
276 lines
4.5 KiB
Plaintext
# openmamba autodist build jobs database
|
|
#
|
|
# Copyright (c) 2006-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
# Released under the terms of the GNU GPL version 3 license
|
|
#
|
|
|
|
# XTC 1 (Cross Toolchain)
|
|
cross_environment=(
|
|
cross-environment
|
|
cross_target_cpu,autodist_crossonly,_target_platform
|
|
x86_64,1,x86_64-openmamba-linux-gnu
|
|
i586,1,i586-openmamba-linux-gnu
|
|
arm,1,arm-openmamba-linux-gnueabi
|
|
ppc,1,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
#
|
|
# XTC 2
|
|
#
|
|
# build native binutils (gcc needed, so it's not a stage1 build)
|
|
# and cross platform binutils
|
|
#
|
|
binutils=(
|
|
binutils
|
|
cross_target_cpu,_target_platform
|
|
x86_64,x86_64-openmamba-linux-gnu
|
|
i586,i586-openmamba-linux-gnu
|
|
arm,arm-openmamba-linux-gnueabi
|
|
ppc,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
#
|
|
# XTC 3
|
|
#
|
|
# glibc stage1: build headers only
|
|
glibc_stage1=(
|
|
glibc
|
|
cross_target_cpu,stage1,_target_platform,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,1,x86_64-openmamba-linux-gnu,mamba-x86_64,-
|
|
arm,1,arm-openmamba-linux-gnueabi,mamba-arm,2.6.33
|
|
i586,1,i586-openmamba-linux-gnu,mamba,-
|
|
ppc,1,ppc-openmamba-linux-gnu,mamba,-
|
|
)
|
|
|
|
#
|
|
# XTC 4
|
|
#
|
|
gcc_stage1=(
|
|
gcc
|
|
cross_target_cpu,stage1,_target_platform
|
|
x86_64,1,x86_64-openmamba-linux-gnu
|
|
arm,1,arm-openmamba-linux-gnueabi
|
|
i586,1,i586-openmamba-linux-gnu
|
|
ppc,1,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
#
|
|
# XTC 5
|
|
#
|
|
glibc_stage2=(
|
|
glibc
|
|
cross_target_cpu,stage2,bigendian,softfloat,_target_platform,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,1,-,-,x86_64-openmamba-linux-gnu,mamba-x86_64,-
|
|
arm,1,-,-,arm-openmamba-linux-gnueabi,mamba-arm,2.6.33
|
|
i586,1,-,-,i586-openmamba-linux-gnu,mamba,-
|
|
ppc,1,-,-,ppc-openmamba-linux-gnu,mamba,-
|
|
)
|
|
|
|
#
|
|
# XTC 6
|
|
#
|
|
gcc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform
|
|
x86_64,x86_64-openmamba-linux-gnu
|
|
arm,arm-openmamba-linux-gnueabi
|
|
i586,i586-openmamba-linux-gnu
|
|
ppc,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
#
|
|
# XTC 7
|
|
#
|
|
glibc=(
|
|
glibc
|
|
cross_target_cpu,_target_platform,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,x86_64-openmamba-linux-gnu,-,-,mamba-x86_64,-
|
|
i586,i586-openmamba-linux-gnu,-,-,mamba,-
|
|
arm,arm-openmamba-linux-gnueabi,-,-,mamba-arm,2.6.33
|
|
)
|
|
|
|
gcc_uclibc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
|
|
arm,arm-linux-uclibc,-,-,mamba-arm,2.6.33
|
|
)
|
|
|
|
dietlibc=(
|
|
dietlibc
|
|
cross_target_cpu
|
|
x86_64
|
|
i586
|
|
arm
|
|
)
|
|
|
|
gcc34=(
|
|
gcc34
|
|
cross_target_cpu
|
|
x86_64
|
|
i586
|
|
ppc
|
|
)
|
|
|
|
#
|
|
# KERNEL
|
|
#
|
|
kernel=(
|
|
kernel
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
linux_firmware=(
|
|
linux-firmware
|
|
target,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,mamba-x86_64,-
|
|
)
|
|
|
|
kernel_extra=(
|
|
kernel-extramodules
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
kernel_packages=(
|
|
VirtualBox-kernel
|
|
target,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,mamba-x86_64,-
|
|
)
|
|
#hsfmodem,compat-wireless,ati-driver,NVIDIA,NVIDIA_71xx,NVIDIA_96xx,NVIDIA_173xx,broadcom-sta
|
|
# slmodem, alsa-driver, lirc,VirtualBox, ndiswrapper, alsa-driver
|
|
|
|
kernel_packages_36=(
|
|
VirtualBox-kernel,NVIDIA
|
|
target,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,mamba-x86_64,3.6
|
|
)
|
|
|
|
kernel_packages_34=(
|
|
VirtualBox-kernel,NVIDIA
|
|
target,KERNEL_TARGET,KERNEL_VER
|
|
x86_64,mamba-x86_64,3.4
|
|
)
|
|
|
|
#kernelxen_packages=(
|
|
#alsa-driver,hsfmodem,compat-wireless,ati-driver,ndiswrapper,broadcom-sta
|
|
#target,KERNEL_TARGET,KERNEL_VER
|
|
#x86_64,mamba-xen,-
|
|
#)
|
|
|
|
#NVIDIA_all=(
|
|
#NVIDIA,NVIDIA_71xx,NVIDIA_96xx,NVIDIA_173xx
|
|
#target,KERNEL_TARGET,KERNEL_VER
|
|
#x86_64,mamba-x86_64
|
|
#)
|
|
##x86_64,mamba-xen
|
|
|
|
alsa_driver=(
|
|
alsa-driver
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
ati_driver=(
|
|
ati-driver
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
broadcom_sta=(
|
|
broadcom-sta
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
kernel_extramodules=(
|
|
kernel-extramodules
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
kernel_nongpl=(
|
|
kernel-nongpl
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
kernel_wireless_backport=(
|
|
kernel-wireless-backport
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
broadcom_sta=(
|
|
broadcom-sta
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
lirc=(
|
|
lirc
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
ndiswrapper=(
|
|
ndiswrapper
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
NVIDIA=(
|
|
NVIDIA
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
VirtualBox=(
|
|
VirtualBox
|
|
target,KERNEL_TARGET
|
|
x86_64,mamba-x86_64
|
|
)
|
|
#x86_64,mamba-xen
|
|
|
|
glibc=(
|
|
glibc
|
|
cross_target_cpu,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER,multilib
|
|
x86_64,-,-,mamba-x86_64,-,-
|
|
)
|
|
|
|
binutils=(
|
|
binutils
|
|
cross_target_cpu
|
|
x86_64
|
|
)
|
|
|
|
pam=(
|
|
pam
|
|
bootstrap
|
|
1
|
|
)
|
|
|
|
rpm=(
|
|
rpm
|
|
bootstrap
|
|
1
|
|
)
|
|
|
|
gcc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform,disable_jack,disable_gjdoc,disable_java
|
|
x86_64,x86_64-openmamba-linux-gnu,1,1,0
|
|
)
|