From e721c7869d70533ed72d1071342f6248bc582b7b6858459ccc6d5ccd871cf7ed Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 27 Aug 2019 08:07:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1149 --- dtb-armv6l.spec | 202 ------------------------------------------------ 1 file changed, 202 deletions(-) delete mode 100644 dtb-armv6l.spec diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec deleted file mode 100644 index 6393919a..00000000 --- a/dtb-armv6l.spec +++ /dev/null @@ -1,202 +0,0 @@ -# -# spec file for package dtb-armv6l -# -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -%define srcversion 5.2 -%define patchversion 5.2.10 -%define variant %{nil} - -%include %_sourcedir/kernel-spec-macros - -%if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} >= 120300 ) -%define dtc_symbols 1 -%endif - -%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) - -Name: dtb-armv6l -Version: 5.2.10 -%if 0%{?is_kotd} -Release: .g5878ee6 -%else -Release: 0 -%endif -Summary: Device Tree files for $MACHINES -License: GPL-2.0 -Group: System/Boot -Url: http://www.kernel.org/ -ExclusiveArch: armv6l armv6hl -BuildRequires: cpp -%if 0%{?dtc_symbols} -BuildRequires: dtc >= 1.4.3 -%else -BuildRequires: dtc >= 1.4.0 -%endif -BuildRequires: xz -Requires: kernel = %version -Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz -Source2: source-post.sh -Source3: kernel-source.rpmlintrc -Source8: devel-pre.sh -Source9: devel-post.sh -Source10: preun.sh -Source11: postun.sh -Source12: pre.sh -Source13: post.sh -Source14: series.conf -Source16: guards -Source17: apply-patches -Source21: config.conf -Source23: supported.conf -Source33: check-for-config-changes -Source35: group-source-files.pl -Source36: README.PATCH-POLICY.SUSE -Source37: README.SUSE -Source38: README.KSYMS -Source39: config-options.changes.txt -Source40: source-timestamp -Source46: split-modules -Source47: modversions -Source48: macros.kernel-source -Source49: kernel-module-subpackage -Source50: kabi.pl -Source51: mkspec -Source52: kernel-source%variant.changes -Source53: kernel-source.spec.in -Source54: kernel-binary.spec.in -Source55: kernel-syms.spec.in -Source56: kernel-docs.spec.in -Source57: kernel-cert-subpackage -Source58: constraints.in -Source60: config.sh -Source61: compute-PATCHVERSION.sh -Source62: old-flavors -Source63: arch-symbols -Source64: package-descriptions -Source65: kernel-spec-macros -Source67: log.sh -Source68: host-memcpy-hack.h -Source69: try-disable-staging-driver -Source70: kernel-obs-build.spec.in -Source71: kernel-obs-qa.spec.in -Source72: compress-vmlinux.sh -Source73: dtb.spec.in.in -Source74: mkspec-dtb -Source75: release-projects -Source76: check-module-license -Source77: klp-symbols -Source78: modules.fips -Source79: splitflist -Source80: mergedep -Source81: moddep -Source82: modflist -Source83: kernel-subpackage-build -Source84: kernel-subpackage-spec -Source85: kernel-default-base.spec.txt -Source100: config.tar.bz2 -Source101: config.addon.tar.bz2 -Source102: patches.arch.tar.bz2 -Source103: patches.drivers.tar.bz2 -Source104: patches.fixes.tar.bz2 -Source105: patches.rpmify.tar.bz2 -Source106: patches.suse.tar.bz2 -Source108: patches.addon.tar.bz2 -Source109: patches.kernel.org.tar.bz2 -Source110: patches.apparmor.tar.bz2 -Source111: patches.rt.tar.bz2 -Source113: patches.kabi.tar.bz2 -Source120: kabi.tar.bz2 -Source121: sysctl.tar.bz2 - -%description -Device Tree files for $MACHINES. - -%package -n dtb-bcm2835 -Summary: Raspberry Pi 1 (A+, B, B+) -Group: System/Boot -Provides: multiversion(dtb) -Requires(post): coreutils - -%description -n dtb-bcm2835 -Device Tree files for Raspberry Pi 1 (A+, B, B+). - - - -%prep -# 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 108 -a 109 -a 110 -a 111 -a 113 -a 120 -a 121 -cd linux-%srcversion -%_sourcedir/apply-patches %_sourcedir/series.conf .. - - -%build -source=linux-%srcversion -cp $source/COPYING . -SRCDIR=`pwd`/$source -mkdir pp -PPDIR=`pwd`/pp -export DTC_FLAGS="-R 4 -p 0x1000" -%if 0%{?dtc_symbols} -DTC_FLAGS="$DTC_FLAGS -@" -%endif - -cd $source/arch/arm/boot/dts -for dts in bcm2835*.dts ; do - target=${dts%*.dts} - mkdir -p $PPDIR/$(dirname $target) - cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts - dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts -done - -%define dtbdir /boot/dtb-%kernelrelease - -%install - -cd pp -for dts in bcm2835*.dts ; do - target=${dts%*.dts} - install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target) - # install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target) - install -m 644 $target.dtb %{buildroot}%{dtbdir}/$(dirname $target) -%ifarch aarch64 - # HACK: work around U-Boot ignoring vendor dir - baselink=%{dtbdir}/$(basename $target).dtb - vendordir=$(basename $(dirname $target)) - ln -s $target.dtb %{buildroot}$baselink - echo $baselink >> ../dtb-$vendordir.list -%endif -done -cd - - -%post -n dtb-bcm2835 -cd /boot -# If /boot/dtb is a symlink, remove it, so that we can replace it. -[ -d dtb ] && [ -L dtb ] && rm -f dtb -# Unless /boot/dtb exists as real directory, create a symlink. -[ -d dtb ] || ln -sf dtb-%kernelrelease dtb - -%ifarch aarch64 -%files -n dtb-bcm2835 -f dtb-bcm2835.list -%else -%files -n dtb-bcm2835 -%endif -%defattr(-,root,root) -%ghost /boot/dtb -%dir %{dtbdir} -%{dtbdir}/bcm2835*.dtb - -%changelog