|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
#
|
|
# Filename: target/tardiba/pkgsel/tardiba.conf
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project
|
|
#
|
|
# More information can be found in the files COPYING and README.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; version 2 of the License. A copy of the
|
|
# GNU General Public License can be found in the file COPYING.
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
# options always used on all tardiba systems
|
|
#
|
|
|
|
TARDIBA_OPTION="KERNEL=linux LIBC=glibc LVM=1 PAM=1 SSP=1 \
|
|
NETWORKSUBSYS=rocknet \
|
|
SECURITY=none \
|
|
POSTGRES=1 MONITORING=minimal \
|
|
DEVTOOLS=0 DEVELOPMENT=0 \
|
|
DOC=minimal"
|
|
|
|
[ "$SDECFG_TRG_MNEMOSYNE_BOOT" = 'vserver' ] && \
|
|
var_append TARDIBA_OPTION ' ' "APCUPS=0"
|
|
|
|
for x in $TARDIBA_OPTION ; do
|
|
eval SDECFGSET_TRG_MNEMOSYNE_$x
|
|
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
|
|
done
|
|
|
|
# OpenSDE package options
|
|
for x in GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 ; do
|
|
eval SDECFGSET_PKG_$x
|
|
const SDECFG_PKG_${x/=/ }
|
|
done
|
|
|
|
# keep stage 0 and flattten everything else to stage 1 if we want to crossbuild
|
|
[ "$SDECFG_CROSSBUILD" = '1' ] && \
|
|
pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,'
|
|
|