File kernel-l4_dom0.spec of Package kernel-source
#
# spec file for package kernel-l4_dom0 (Version 2.6.22.19)
#
# Copyright (c) 2005 SUSE Linux Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
%if 0%{?opensuse_bs}
# Strip off the build number ("y") from the "x.y" release number
%define source_rel %(release=%release; echo ${release%.*})
%else
# We don't have build numbers internally
%define source_rel %release
%endif
# Don't use shell commands in build macros, this won't work outside of rpm
%define build_flavor "l4_dom0"
%define build_kdump 0
%define build_xen 0
%define build_um 0
%define build_vanilla 0
%define build_l4 0
%if %{build_flavor} == "kdump"
%define build_kdump 1
%endif
%if %{build_flavor} == "xen" || %{build_flavor} == "xenpae"
%define build_xen 1
%endif
%if %{build_flavor} == "um"
%define build_um 1
%endif
%if %{build_flavor} == "vanilla"
%define build_vanilla 1
%endif
%if %{build_flavor} == "l4_dom0" || %{build_flavor} == "l4_domUT"
%define build_l4 1
%endif
Name: kernel-l4_dom0
Summary: Dummy summary
Version: 2.6.22.19
Release: 0
License: GPL
Group: System/Kernel
Autoreqprov: on
BuildRequires: coreutils module-init-tools
%ifarch ppc ppc64
# for PS3 zImage
BuildRequires: dtc
%endif
%if %suse_version > 1020
%ifarch %ix86 x86_64 ppc ppc64 ia64
BuildRequires: makedumpfile
%endif
%endif
%if %build_l4
BuildRequires: dice-devel l4env-devel libmGUIClient-devel
%endif
Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): /sbin/depmod
# This PreReq is wrong, because the post/postun scripts have a
# test -x updatebootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
# of perl-Bootloader before kernel-binary.rpm if both are in the list of
# packages to install/update.
# A specific version of perl-Bootloader is not required, because the post/postun
# scripts handle the two API versions of 10.1/SLES10 GA and 10.2/SLES10 SP1
Requires(post): perl-Bootloader
Requires(post): /sbin/update-bootloader
Requires(post): mkinitrd >= 1.2
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
%endif
%if %build_um
BuildRequires: libpcap xorg-x11-devel
%endif
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
BuildRequires: python
%endif
%ifarch %ix86 x86_64
Requires: irqbalance
#!BuildIgnore: irqbalance
%endif
%if %build_xen
Requires: xen >= xen-3.0.2_09697
#!BuildIgnore: xen
%endif
Provides: kernel-l4_dom0-nongpl
Obsoletes: kernel-l4_dom0-nongpl
Conflicts: apparmor-profiles <= 2.0.1
Conflicts: apparmor-parser <= 2.0.1
Conflicts: sysfsutils < 2.0
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
%if %build_um
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.22.19-%source_rel
%endif
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2
Source1: functions.sh
Source11: postun.sh
Source12: post.sh
Source12: pre.sh
Source20: series.conf
Source21: config.conf
Source22: supported.conf
Source30: arch-symbols
Source31: guards
Source32: config-subst
Source33: check-for-config-changes
Source34: check-supported-list
Source35: install-configs
Source38: kabi-checks
Source40: build-source-timestamp
Source41: built-in-where
Source42: make-symsets
Source43: find-provides
Source45: module-renames
Source46: find-types
Source100: config.tar.bz2
Source101: patches.arch.tar.bz2
Source102: patches.drivers.tar.bz2
Source103: patches.fixes.tar.bz2
Source104: patches.rpmify.tar.bz2
Source105: patches.suse.tar.bz2
Source106: patches.uml.tar.bz2
Source107: patches.xen.tar.bz2
Source108: patches.addon.tar.bz2
Source109: patches.kernel.org.tar.bz2
Source110: patches.apparmor.tar.bz2
Source111: patches.rt.tar.bz2
Source112: patches.l4.tar.bz2
Source113: config.l4.tar.bz2
#Source114: patches.l4.tg3.tar.bz2
Source120: kabi.tar.bz2
%define my_builddir %_builddir/%{name}-%{version}
BuildRoot: %_tmppath/%name-%version-build
ExclusiveArch: %ix86
# These files are found in the kernel-source package:
NoSource: 0
NoSource: 100
NoSource: 101
NoSource: 102
NoSource: 103
NoSource: 104
NoSource: 105
NoSource: 106
NoSource: 107
NoSource: 108
NoSource: 109
NoSource: 110
NoSource: 111
NoSource: 112
NoSource: 113
#NoSource: 114
NoSource: 120
%(chmod +x %_sourcedir/{arch-symbols,guards,config-subst,check-for-config-changes,check-supported-list,built-in-where,find-provides,make-symsets,find-types,kabi-checks,install-configs})
%define symbols %(set -- kernel-l4_dom0 l4_dom0 $(case l4_dom0 in (rt|rt_*) echo RT ;; esac) $(%_sourcedir/arch-symbols %_target_cpu) $([ -e %_sourcedir/extra-symbols ] && cat %_sourcedir/extra-symbols) ; echo $*)
# Provide the exported symbols as "ksym(symbol) = hash"
%define __find_provides %_sourcedir/find-provides %name
# Will modules not listed in supported.conf abort the kernel build (0/1)?
%define supported_modules_check 0
%define tolerate_unknown_new_config_options 0
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
# 31 is the maximum; see scripts/kabi-checks)
%define tolerate_kabi_changes 6
%description
Dummy description.
%prep
if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
echo "The kernel-l4_dom0-2.6.22.19.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.22.19.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
# Unpack all sources and patches
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
# -a 114
# Generate the list of supported modules
( %_sourcedir/guards %symbols < %_sourcedir/supported.conf
for how in external; do
( %_sourcedir/guards %symbols < %_sourcedir/supported.conf
%_sourcedir/guards %symbols < %_sourcedir/supported.conf
%_sourcedir/guards %symbols $how < %_sourcedir/supported.conf \
) | sort | uniq -u | sed -e 's:$: '"$how"':'
done
) | sed -e 's,.*/,,' | sort > linux-2.6.22/Module.supported
cd linux-2.6.22
# Find out for which architecture to build. We do this here, and use the
# result in the %build and %install sections.
#
# On architectures with a bi-arch or cross compiler, we can compile for
# an architecture different from %arch. The location of the config file
# tells us for which architecture to compile.
set -- $(
for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf) ; do
[ ${config#*/} = l4_dom0 ] && echo $config
done)
if [ $# -ne 1 ]; then
echo "$# config files found for this spec file (but one needed)" >&2
exit 1
fi
subarch=${1%/*}
# Apply the patches needed for this architecture.
%if ! %build_vanilla
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
if ! patch -s -E -p1 --no-backup-if-mismatch -i ../$patch; then
echo "*** Patch $patch failed ***"
exit 1
fi
done
#if ! patch -s -E -p1 --no-backup-if-mismatch -i ../patches.l4/l4linux-2.6.22-tg3.patch; then
# echo "*** Patch tg3 failed ***"
# exit 1
#fi
%else
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf | egrep kernel.org\|rpmify); do
if ! patch -s -E -p1 --no-backup-if-mismatch -i ../$patch; then
echo "*** Patch $patch failed ***"
exit 1
fi
done
%endif
%_sourcedir/install-configs %_sourcedir %my_builddir %source_rel
config=arch/$subarch/defconfig.l4_dom0
cat $config \
%if 0%{?__debug_package:1}
| %_sourcedir/config-subst CONFIG_DEBUG_INFO y \
%endif
> .config
# We compile for this sub-architecture (i.e., machine architecture):
%if %build_um
cat > ../.rpm-defs <<EOF
ARCH=l4_dom0
SUBARCH=$subarch
MAKE_ARGS="ARCH=l4_dom0 SUBARCH=$subarch"
EOF
%else
%if %build_l4
cat > ../.rpm-defs <<EOF
ARCH=l4_dom0
SUBARCH=$subarch
MAKE_ARGS="ARCH=l4 SUBARCH=$subarch"
EOF
%else
cat > ../.rpm-defs <<EOF
ARCH=$subarch
SUBARCH=$subarch
MAKE_ARGS="ARCH=$subarch"
EOF
%endif
%endif
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
MAKE_ARGS="\$MAKE_ARGS CONFIG_DEBUG_INFO=y"
EOF
%endif
%build
source .rpm-defs
cd linux-2.6.22
cp .config .config.orig
%if %{tolerate_unknown_new_config_options}
MAKE_ARGS="$MAKE_ARGS -k"
yes '' | make oldconfig $MAKE_ARGS
%else
make silentoldconfig $MAKE_ARGS < /dev/null
%_sourcedir/check-for-config-changes .config.orig .config
rm .config.orig
%endif
make prepare $MAKE_ARGS
KERNELRELEASE=$(make -s kernelrelease $MAKE_ARGS)
if [ 2.6.22.19-%source_rel != ${KERNELRELEASE%%-*} ]; then
echo "Kernel release mismatch: 2.6.22.19-%source_rel" \
"!= ${KERNELRELEASE%%-*}" >&2
exit 1
fi
echo "KERNELRELEASE=$KERNELRELEASE" >> ../.rpm-defs
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/build-source-timestamp)"
# The following branch/timestamp will end up in Oopses.
export OOPS_TIMESTAMP="$(
echo -n $(sed -ne 's/^CVS Branch: \(.*\)/\1-/p' \
%_sourcedir/build-source-timestamp)
head -n 1 %_sourcedir/build-source-timestamp \
| tr -dc 0-9)"
export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
# get rid of /usr/lib/rpm/brp-strip-debug
# strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true
# /lib/modules/$KERNELRELEASE/build will be a stale symlink until the
# kernel-source package is installed. Don't check for stale symlinks
# in the brp-symlink check:
export NO_BRP_STALE_LINK_ERROR=yes
# skip long-running sanity checks
export NO_BRP_NOEXECSTACK=yes
cd linux-2.6.22
rm -rf %buildroot
mkdir -p %buildroot/boot
# (Could strip out non-public symbols.)
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
add_vmlinux()
{
local vmlinux=boot/vmlinux-$KERNELRELEASE
%if 0%{?__debug_package:1}
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
cp vmlinux %buildroot/$vmlinux
/usr/lib/rpm/debugedit -b %my_builddir -d /usr/src/debug \
-l vmlinux.sourcefiles %buildroot/$vmlinux
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
mkdir -p %buildroot/usr/src/debug
LANG=C sort -z -u vmlinux.sourcefiles \
| ( cd %my_builddir
cpio -pd0m %buildroot/usr/src/debug
)
chmod -R a+rX,go-w %buildroot/usr/src/debug
%else
cp vmlinux %buildroot/$vmlinux
%endif
if [ "$1" = --compressed ]; then
gzip -9 %buildroot/$vmlinux
fi
}
%if %build_kdump
add_vmlinux
chmod 644 %buildroot/boot/vmlinux-$KERNELRELEASE
image=vmlinux
%else
%if %build_um || %build_l4
add_vmlinux
chmod 755 %buildroot/boot/vmlinux-$KERNELRELEASE
image=linux
%else
%if %build_xen
add_vmlinux --compressed
cp -p vmlinuz %buildroot/boot/vmlinuz-$KERNELRELEASE
image=vmlinuz
%else
# architecture specifics
%ifarch %ix86 x86_64
add_vmlinux --compressed
cp -p arch/*/boot/bzImage %buildroot/boot/vmlinuz-$KERNELRELEASE
image=vmlinuz
%endif
%ifarch alpha
add_vmlinux --compressed
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-$KERNELRELEASE
image=vmlinuz
%endif
%ifarch ppc ppc64
add_vmlinux
chmod 644 %buildroot/boot/vmlinux-$KERNELRELEASE
image=vmlinux
%endif
%ifarch ia64
add_vmlinux --compressed
mv %buildroot/boot/vmlinux-$KERNELRELEASE.gz \
%buildroot/boot/vmlinuz-$KERNELRELEASE
image=vmlinuz
%endif
%ifarch s390 s390x
add_vmlinux --compressed
cp -p arch/s390/boot/image %buildroot/boot/image-$KERNELRELEASE
image=image
%endif
if [ -e init/kerntypes.o ]; then
cp init/kerntypes.o %buildroot/boot/Kerntypes-$KERNELRELEASE
fi
# end of build_xen
%endif
# end of build_um
%endif
# end of build_kdump
%endif
sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
-e "s:@IMAGE@:$image:g" \
-e "s:@FLAVOR""@:l4_dom0:g" \
%_sourcedir/pre.sh > ../pre.sh
( cat %_sourcedir/functions.sh
sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
-e "s:@IMAGE@:$image:g" \
-e "s:@FLAVOR""@:l4_dom0:g" \
%_sourcedir/post.sh
) > ../post.sh
( cat %_sourcedir/functions.sh
sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
-e "s:@IMAGE@:$image:g" \
-e "s:@FLAVOR""@:l4_dom0:g" \
%_sourcedir/postun.sh
) > ../postun.sh
%if %build_kdump || %build_um || %build_xen || %build_vanilla
suffix=-l4_dom0
%endif
ln -s $image$suffix %buildroot/boot/$image$suffix
ln -s initrd$suffix %buildroot/boot/initrd$suffix
cp .config %buildroot/boot/config-$KERNELRELEASE
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
if ! %_sourcedir/check-supported-list \
%_sourcedir %buildroot/lib/modules/$KERNELRELEASE; then
%if %supported_modules_check
exit 1
%endif
echo "Consistency check error: please update supported.conf."
fi
gzip -c9 < Module.symvers > %buildroot/boot/symvers-$KERNELRELEASE.gz
# Group the exported symbols listed in symvers.gz by directory, and
# create a database of sets. Preserve exports from previous kernels
# (stored in old-symsets.tar.gz) when possible.
old_symsets=%my_builddir/kabi/$SUBARCH/symsets-l4_dom0.tar.gz
[ -e $old_symsets ] || old_symsets=
( grep -v $'\tvmlinux$' Module.symvers
# Find out in which built-in.o files the exported symbols that ended
# up in vmlinux were defined.
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
) | %_sourcedir/make-symsets \
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
$old_symsets
# Also put the resulting file in $obj_dir/$SUBARCH/l4_dom0
# so that kernel-source + kernel-l4_dom0 is sufficient for building
# modules that have modversions as well.
obj_dir=usr/src/linux-${KERNELRELEASE%%-l4_dom0}-obj
mkdir -p %buildroot/$obj_dir/$SUBARCH/l4_dom0
cp Module.symvers %buildroot/$obj_dir/$SUBARCH/l4_dom0
# Table of types used in exported symbols (for modversion debugging).
%_sourcedir/find-types > %buildroot/boot/symtypes-$KERNELRELEASE
if [ -s %buildroot/boot/symtypes-$KERNELRELEASE ]; then
gzip -9 %buildroot/boot/symtypes-$KERNELRELEASE
else
rm -f %buildroot/boot/symtypes-$KERNELRELEASE
fi
# Some architecture's $(uname -m) output is different from the ARCH
# parameter that needs to be passed to kbuild. Create symlinks from
# $(uname -m) to the ARCH directory.
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|| ln -sf $SUBARCH %buildroot/$obj_dir/%_target_cpu
%ifarch ppc ppc64
[ -e %buildroot/$obj_dir/ppc ] \
|| ln -s $SUBARCH %buildroot/$obj_dir/ppc
[ -e %buildroot/$obj_dir/ppc64 ] \
|| ln -s $SUBARCH %buildroot/$obj_dir/ppc64
%endif
%ifarch %ix86 x86_64 ppc ppc64 ia64
%if 0%{?__debug_package:1}
%if %suse_version > 1020
#
# create configfile for makedumpfile utility (see makedumpfile(8)) to
# create smaller kdump images
CONFIGFILE=%buildroot/$obj_dir/$SUBARCH/%{build_flavor}/makedumpfile.config
makedumpfile -x vmlinux -g $CONFIGFILE || true # failure should not fail the build
if [ -f $CONFIGFILE ] ; then
#
# fixup config file with current kernel version
sed -i $CONFIGFILE -e "s/OSRELEASE=.*/OSRELEASE=$KERNELRELEASE/"
#
# on IA64, we need to add the page size here -- that's the actual reason why
# the makedumpfile tool relies on the running kernel and not on the compiled
# kernel -- it's (nearly) impossible to get the page size of a vmlinux file.
%ifarch ia64
if grep CONFIG_IA64_PAGE_SIZE_16KB $CONFIGFILE >/dev/null ; then
sed -i $CONFIGFILE -e "s/PAGESIZE=.*/PAGESIZE=16384/"
elif grep CONFIG_IA64_PAGE_SIZE_64KB $CONFIGFILE >/dev/null ; then
sed -i $CONFIGFILE -e "s/PAGESIZE=.*/PAGESIZE=65536/"
elif grep CONFIG_IA64_PAGE_SIZE_4KB $CONFIGFILE >/dev/null ; then
sed -i $CONFIGFILE -e "s/PAGESIZE=.*/PAGESIZE=4096/"
else
sed -i $CONFIGFILE -e "s/PAGESIZE=.*/PAGESIZE=8192/"
fi
%endif
fi
%endif
%endif
%endif
# Check for kABI changes
KABI=0
if [ -e %my_builddir/kabi/$SUBARCH/symvers-l4_dom0 ]; then
%_sourcedir/kabi-checks \
%my_builddir/kabi/$SUBARCH/symvers-l4_dom0 \
Module.symvers \
%my_builddir/kabi/commonsyms \
%my_builddir/kabi/usedsyms \
|| KABI=$?
fi
if [ $KABI -gt %tolerate_kabi_changes ]; then
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
if [ ! -e %my_builddir/kabi/$SUBARCH/ignore-l4_dom0 -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \
"higher than allowed for an official kernel."
exit 1
fi
# Indicate the ABI badness in build result emails.
echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag
fi
if [ $KABI -ge 8 ]; then
echo "To find out which types have changed relative to the reference" \
"symbols, diff the symtypes.gz files of the reference kernel" \
"against the symtypes.gz file from this build."
fi
# We were building in %my_builddir/linux-2.6.22, but the sources will
# later be installed in /usr/src/linux-2.6.22-%source_rel. Fix up the
# build symlink.
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
ln -s /usr/src/linux-${KERNELRELEASE%%-l4_dom0} \
%buildroot/lib/modules/$KERNELRELEASE/source
ln -s /$obj_dir/$SUBARCH/l4_dom0 \
%buildroot/lib/modules/$KERNELRELEASE/build
# Abort if there are any undefined symbols
msg="$(/sbin/depmod -F %buildroot/boot/System.map-$KERNELRELEASE \
-b %buildroot -ae $KERNELRELEASE 2>&1)"
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
exit 1
fi
# Create a dummy initrd with roughly the size the real one will have.
# That way, YaST will know that this package requires some additional
# space in /boot.
dd if=/dev/zero of=%buildroot/boot/initrd-$KERNELRELEASE \
bs=1024 seek=2047 count=1
# Collect the file list.
( cd %buildroot
echo "%%defattr(-, root, root)"
find boot \
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
-type f -printf '/%%p\n'
find lib/modules/$KERNELRELEASE \
-type d -printf '%%%%dir /%%p\n' -o \
-path '*/modules.*' -printf '%%%%ghost /%%p\n' -o \
-printf '/%%p\n'
find $obj_dir \
-type d -printf '%%%%dir /%%p\n' -o \
-printf '/%%p\n'
echo '%%dir /etc/modprobe.d/'
echo '%%config /etc/modprobe.d/module-renames'
if [ -e .%_docdir/%name ]; then
echo "%%doc %_docdir/%name"
fi
) > %my_builddir/kernel.files
# Set up some module aliases
install -d -m 755 %buildroot/etc/modprobe.d/
install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
mkdir -p %buildroot/boot/l4/bin
ln -s /boot/vmlinux-$KERNELRELEASE %buildroot/boot/l4/bin/vmlinuz-dom0
echo "/boot/l4/bin/vmlinuz-dom0" >> %my_builddir/kernel.files
%pre -f pre.sh
%post -f post.sh
%postun -f postun.sh
%files -f kernel.files