82 lines
1021 B
Plaintext
82 lines
1021 B
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)
|
|
#
|
|
# build native binutils (gcc needed, so it's not a stage1 build)
|
|
# and cross platform binutils
|
|
#
|
|
binutils=(
|
|
binutils
|
|
cross_target_cpu,_target_platform
|
|
arm,arm-openmamba-linux-gnueabi
|
|
avr,avr
|
|
)
|
|
|
|
glibc=(
|
|
glibc
|
|
cross_target_cpu,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER,build_doc,build_profile,build_selinux
|
|
arm,-,-,mamba-arm,3.2,0,0,0
|
|
)
|
|
|
|
kernel=(
|
|
kernel
|
|
target,KERNEL_TARGET
|
|
arm,mamba-arm
|
|
)
|
|
|
|
linux_firmware=(
|
|
linux-firmware
|
|
target,KERNEL_TARGET,KERNEL_VER
|
|
arm,mamba-arm,3.4
|
|
)
|
|
|
|
pam=(
|
|
pam
|
|
bootstrap
|
|
1
|
|
)
|
|
|
|
rpm=(
|
|
rpm
|
|
bootstrap
|
|
1
|
|
)
|
|
|
|
klibc=(
|
|
klibc
|
|
KERNEL_VER
|
|
2.6.33mamba-arm
|
|
)
|
|
|
|
gcc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform,disable_java,disable_gjdoc
|
|
arm,arm-openmamba-linux-gnueabi,-,1
|
|
avr,avr,1,-
|
|
)
|
|
|
|
udev=(
|
|
udev
|
|
%build_and_install
|
|
0
|
|
)
|
|
|
|
libcec=(
|
|
libcec
|
|
_with_raspberrypi
|
|
-
|
|
1
|
|
)
|
|
|
|
xbmc=(
|
|
xbmc
|
|
_with_raspberrypi
|
|
-
|
|
1
|
|
)
|