Accepting request 118702 from Kernel:HEAD
- geodefb: Depend on X86_32. Disables: - CONFIG_FB_GEODE_GX1 - CONFIG_FB_GEODE_GX - CONFIG_FB_GEODE_LX - CONFIG_FB_GEODE - commit 1f260fb - Disabled testing config options on !debug - CONFIG_CRYPTO_TEST - CONFIG_DMATEST - CONFIG_RTC_DRV_TEST - commit d7c9a65 - Update ARM configs - commit aac8787 - Update Xen patches to 3.4-rc6. - commit 8ed7ef0 - IA32 emulation: Fix build problem for modular ia32 a.out support. (Xen version) - commit 1c19c30 - IA32 emulation: Fix build problem for modular ia32 a.out support. - commit ad06d7d - Update to 3.4-rc6. - Eliminated 2 patches. OBS-URL: https://build.opensuse.org/request/show/118702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=168
This commit is contained in:
commit
76a31918d5
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e1ddc0ec138354be50695298a844500f84b883a419c711785aba32e2c8e657f0
|
oid sha256:f8d1d56fcfcf8c594872a3b105257433fce5cbc03a7164bf9cd463faba9d00fc
|
||||||
size 129
|
size 245
|
||||||
|
10
config.conf
10
config.conf
@ -41,11 +41,11 @@
|
|||||||
+ppc ppc/vanilla
|
+ppc ppc/vanilla
|
||||||
|
|
||||||
# ARM architectures
|
# ARM architectures
|
||||||
#+armv7l armv7l/default
|
+armv7l armv7l/default
|
||||||
#+armv7l armv7l/imx51
|
+armv7l armv7l/imx51
|
||||||
#+armv7l armv7l/omap2plus
|
+armv7l armv7l/omap2plus
|
||||||
#+armv7l armv7l/tegra
|
+armv7l armv7l/tegra
|
||||||
#+armv7l armv7l/u8500
|
+armv7l armv7l/u8500
|
||||||
|
|
||||||
# SLES
|
# SLES
|
||||||
# identical to ppc64 flavor, all KMP packages need a kernel-default
|
# identical to ppc64 flavor, all KMP packages need a kernel-default
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=3.4-rc4
|
SRCVERSION=3.4-rc6
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2a14569cdb6d814154c2b259ec227cb07167811ebc163d2ca29b32cd41b7b2e5
|
oid sha256:1bbec534cad86464443a51503055bc6d643d9620bcbf987d4827531f75927d4f
|
||||||
size 234453
|
size 293198
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:59d268a3fba95a4822be04a478e75c6875671e730955f3f7da59caccad496e28
|
oid sha256:65b0466e39b220cd89e6919c060909dbbd2658c9d4779cfde4dd7250ec48e866
|
||||||
size 426
|
size 537
|
||||||
|
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
@ -212,7 +215,7 @@ Source113: patches.kabi.tar.bz2
|
|||||||
Source120: kabi.tar.bz2
|
Source120: kabi.tar.bz2
|
||||||
Source121: sysctl.tar.bz2
|
Source121: sysctl.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
|
ExclusiveArch: armv7l %ix86 ia64 ppc ppc64 s390x x86_64
|
||||||
%define kmp_target_cpu %_target_cpu
|
%define kmp_target_cpu %_target_cpu
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
25676
kernel-imx51.changes
Normal file
25676
kernel-imx51.changes
Normal file
File diff suppressed because it is too large
Load Diff
945
kernel-imx51.spec
Normal file
945
kernel-imx51.spec
Normal file
@ -0,0 +1,945 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kernel-imx51
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
%define srcversion 3.4-rc6
|
||||||
|
%define patchversion 3.4.0-rc6
|
||||||
|
%define variant %{nil}
|
||||||
|
%define vanilla_only 0
|
||||||
|
|
||||||
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
|
%define build_flavor imx51
|
||||||
|
%define build_default (%build_flavor == "default")
|
||||||
|
%define build_kdump (%build_flavor == "kdump")
|
||||||
|
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||||
|
%define build_vanilla (%build_flavor == "vanilla")
|
||||||
|
%define build_ps3 (%build_flavor == "ps3")
|
||||||
|
|
||||||
|
%define build_src_dir %my_builddir/linux-%srcversion
|
||||||
|
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||||
|
%define obj_install_dir %src_install_dir-obj
|
||||||
|
%define rpm_install_dir %buildroot%obj_install_dir
|
||||||
|
%define kernel_build_dir %my_builddir/linux-obj
|
||||||
|
|
||||||
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh,try-disable-staging-driver})
|
||||||
|
|
||||||
|
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||||
|
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||||
|
# defining them all at once.)
|
||||||
|
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||||
|
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||||
|
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||||
|
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||||
|
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
%define install_vdso 1
|
||||||
|
%else
|
||||||
|
%define install_vdso 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: kernel-imx51
|
||||||
|
Summary: Kernel for Freescale's iMX SoC
|
||||||
|
Version: 3.4.rc6
|
||||||
|
Release: 0
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
BuildRequires: coreutils module-init-tools sparse
|
||||||
|
BuildRequires: fdupes
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
|
Provides: %name = %version-%source_rel
|
||||||
|
%if %split_base
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||||
|
Obsoletes: %name-base <= 2.6.31
|
||||||
|
%endif
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||||
|
Requires(post): module-init-tools >= 3.4
|
||||||
|
# This Requires is wrong, because the post/postun scripts have a
|
||||||
|
# test -x update-bootloader, 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. Likewise, this is true for mkinitrd.
|
||||||
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
|
# able to handle this
|
||||||
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
|
# Remove some packages that are installed automatically by the build system,
|
||||||
|
# but are not needed to build the kernel
|
||||||
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
|
||||||
|
%ifarch ia64
|
||||||
|
# arch/ia64/scripts/unwcheck.py
|
||||||
|
BuildRequires: python
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||||
|
BuildRequires: dwarfextract
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
BuildRequires: u-boot-tools
|
||||||
|
%endif
|
||||||
|
%if %build_xen
|
||||||
|
%ifarch %ix86
|
||||||
|
%if %build_flavor != "ec2"
|
||||||
|
Provides: kernel-xenpae = %version
|
||||||
|
Obsoletes: kernel-xenpae < %version
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
#!BuildIgnore: xen
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Provides: %name-nongpl = %version
|
||||||
|
Obsoletes: %name-nongpl < %version
|
||||||
|
%if %build_vanilla
|
||||||
|
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||||
|
%define _binary_payload w9.bzdio
|
||||||
|
%endif
|
||||||
|
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||||
|
Conflicts: sysfsutils < 2.0
|
||||||
|
%if ! %build_vanilla
|
||||||
|
Conflicts: apparmor-profiles <= 2.1
|
||||||
|
Conflicts: apparmor-parser < 2.3
|
||||||
|
# root-lvm only works with newer udevs
|
||||||
|
Conflicts: udev < 118
|
||||||
|
Conflicts: lvm2 < 2.02.33
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||||
|
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
|
||||||
|
Source34: check-supported-list
|
||||||
|
Source35: group-source-files.pl
|
||||||
|
Source37: README.SUSE
|
||||||
|
Source38: README.KSYMS
|
||||||
|
Source39: config-options.changes.txt
|
||||||
|
Source40: source-timestamp
|
||||||
|
Source44: find-provides
|
||||||
|
Source45: split-modules
|
||||||
|
Source46: 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
|
||||||
|
Source60: config.sh
|
||||||
|
Source61: compute-PATCHVERSION.sh
|
||||||
|
Source62: old-packages.conf
|
||||||
|
Source63: arch-symbols
|
||||||
|
Source64: package-descriptions
|
||||||
|
Source65: kernel-spec-macros
|
||||||
|
Source66: configtool.pl
|
||||||
|
Source67: log.sh
|
||||||
|
Source68: host-memcpy-hack.h
|
||||||
|
Source69: try-disable-staging-driver
|
||||||
|
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
|
||||||
|
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.trace.tar.bz2
|
||||||
|
Source113: patches.kabi.tar.bz2
|
||||||
|
Source120: kabi.tar.bz2
|
||||||
|
Source121: sysctl.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExclusiveArch: armv7l
|
||||||
|
%define kmp_target_cpu %_target_cpu
|
||||||
|
%ifarch %ix86
|
||||||
|
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||||
|
%if ! %build_default
|
||||||
|
BuildArch: i686
|
||||||
|
# KMPs are always built as i586, because rpm does not allow to build
|
||||||
|
# subpackages for different architectures. Therefore, we change the
|
||||||
|
# /usr/src/linux-obj/<arch> symlink to i586.
|
||||||
|
%define kmp_target_cpu i586
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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: 120
|
||||||
|
NoSource: 121
|
||||||
|
|
||||||
|
# The following KMPs have been integrated into the kernel package,
|
||||||
|
# grouped by the last product that contained them.
|
||||||
|
# sles10 / 10.3
|
||||||
|
Obsoletes: iwlwifi-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlwifi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ipw3945-kmp-%build_flavor < %version
|
||||||
|
Provides: ipw3945-kmp-%build_flavor = %version
|
||||||
|
# sles10 / 11.0
|
||||||
|
Obsoletes: uvcvideo-kmp-%build_flavor < %version
|
||||||
|
Provides: uvcvideo-kmp-%build_flavor = %version
|
||||||
|
# 11.0
|
||||||
|
Obsoletes: atl2-kmp-%build_flavor < %version
|
||||||
|
Provides: atl2-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: at76_usb-kmp-%build_flavor < %version
|
||||||
|
Provides: at76_usb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: btusb-kmp-%build_flavor < %version
|
||||||
|
Provides: btusb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: et131x-kmp-%build_flavor < %version
|
||||||
|
Provides: et131x-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ivtv-kmp-%build_flavor < %version
|
||||||
|
Provides: ivtv-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: pcc-acpi-kmp-%build_flavor < %version
|
||||||
|
Provides: pcc-acpi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: wlan-ng-kmp-%build_flavor < %version
|
||||||
|
Provides: wlan-ng-kmp-%build_flavor = %version
|
||||||
|
# sle11-ga
|
||||||
|
Obsoletes: brocade-bfa-kmp-%build_flavor < %version
|
||||||
|
Provides: brocade-bfa-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: enic-kmp-%build_flavor < %version
|
||||||
|
Provides: enic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: fnic-kmp-%build_flavor < %version
|
||||||
|
Provides: fnic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlagn-2-6-27-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: kvm-kmp-%build_flavor < %version
|
||||||
|
Provides: kvm-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: msi-wmi-kmp-%build_flavor < %version
|
||||||
|
Provides: msi-wmi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: perfmon-kmp-%build_flavor < %version
|
||||||
|
Provides: perfmon-kmp-%build_flavor = %version
|
||||||
|
# sle11
|
||||||
|
Obsoletes: ocfs2-kmp-%build_flavor < %version
|
||||||
|
Provides: ocfs2-kmp-%build_flavor = %version
|
||||||
|
# 11.1
|
||||||
|
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||||
|
Provides: quickcam-kmp-%build_flavor = 0.6.7
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
%description
|
||||||
|
The standard kernel for Freescale's i.MX51 SoC, as found in
|
||||||
|
devices like the Genesi EfikaMX family.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%prep
|
||||||
|
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||||
|
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||||
|
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
SYMBOLS=
|
||||||
|
if test -e %_sourcedir/extra-symbols; then
|
||||||
|
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||||
|
echo "extra symbol(s):" $SYMBOLS
|
||||||
|
fi
|
||||||
|
|
||||||
|
# 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 121
|
||||||
|
|
||||||
|
mkdir -p %kernel_build_dir
|
||||||
|
|
||||||
|
supported_conf() {
|
||||||
|
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||||
|
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Generate the list of modules to be marked as supported
|
||||||
|
{ supported_conf base
|
||||||
|
supported_conf --default=0 external | sed 's/$/ external/'
|
||||||
|
} > %kernel_build_dir/Module.supported
|
||||||
|
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||||
|
|
||||||
|
cd linux-%srcversion
|
||||||
|
|
||||||
|
%_sourcedir/apply-patches \
|
||||||
|
%if %{build_vanilla}
|
||||||
|
--vanilla \
|
||||||
|
%endif
|
||||||
|
%_sourcedir/series.conf .. $SYMBOLS
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||||
|
# the commit hash.
|
||||||
|
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||||
|
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||||
|
cat > .kernel-binary.spec.buildenv <<EOF
|
||||||
|
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||||
|
export KBUILD_VERBOSE=0
|
||||||
|
export KBUILD_SYMTYPES=1
|
||||||
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
|
export HOST_EXTRACFLAGS="-include %_sourcedir/host-memcpy-hack.h"
|
||||||
|
EOF
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
if [ -f %_sourcedir/localversion ] ; then
|
||||||
|
cat %_sourcedir/localversion > localversion
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||||
|
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||||
|
# the top of the specfile
|
||||||
|
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||||
|
else
|
||||||
|
cp ../config/%cpu_arch_flavor .config
|
||||||
|
fi
|
||||||
|
%build_src_dir/scripts/config \
|
||||||
|
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||||
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||||
|
%else
|
||||||
|
--disable CONFIG_DEBUG_INFO
|
||||||
|
%endif
|
||||||
|
|
||||||
|
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||||
|
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||||
|
yes '' | make oldconfig $MAKE_ARGS
|
||||||
|
else
|
||||||
|
cp .config .config.orig
|
||||||
|
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||||
|
%_sourcedir/check-for-config-changes .config.orig .config
|
||||||
|
rm .config.orig
|
||||||
|
fi
|
||||||
|
|
||||||
|
make prepare $MAKE_ARGS
|
||||||
|
make scripts $MAKE_ARGS
|
||||||
|
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||||
|
|
||||||
|
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||||
|
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
make clean $MAKE_ARGS
|
||||||
|
|
||||||
|
rm -f source
|
||||||
|
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd %kernel_build_dir
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
# create *.symref files in the tree
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||||
|
%_sourcedir/modversions --unpack . < $_
|
||||||
|
fi
|
||||||
|
|
||||||
|
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||||
|
# There are several ways how to define it:
|
||||||
|
# If you are using the build script:
|
||||||
|
# build --jobs=N kernel-$flavor.spec
|
||||||
|
# With plain rpmbuild:
|
||||||
|
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||||
|
# To spawn as many jobs as there are cpu cores:
|
||||||
|
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||||
|
# kernel-$flavor.spec
|
||||||
|
# You can also set this permanently in ~/.rpmmacros:
|
||||||
|
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||||
|
MAKE_ARGS="$MAKE_ARGS D=2"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
|
||||||
|
| tee buildlog
|
||||||
|
if test "${PIPESTATUS[0]}" -eq 0; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
# In the linux-next and vanilla branches, we try harder to build a
|
||||||
|
# package.
|
||||||
|
if test 0%vanilla_only -gt 0 &&
|
||||||
|
%_sourcedir/try-disable-staging-driver buildlog; then
|
||||||
|
echo "Retrying make"
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
%install
|
||||||
|
|
||||||
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
export NO_BRP_STRIP_DEBUG=true
|
||||||
|
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||||
|
|
||||||
|
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||||
|
# kernel-devel package is installed. Don't check for stale symlinks
|
||||||
|
# in the brp-symlink check:
|
||||||
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
mkdir -p %buildroot/boot
|
||||||
|
# (Could strip out non-public symbols.)
|
||||||
|
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||||
|
|
||||||
|
add_vmlinux()
|
||||||
|
{
|
||||||
|
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||||
|
|
||||||
|
if test $1 == "--compressed"; then
|
||||||
|
compressed=true
|
||||||
|
fi
|
||||||
|
cp vmlinux %buildroot/$vmlinux
|
||||||
|
>%my_builddir/vmlinux.debug.files
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
if $compressed; then
|
||||||
|
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||||
|
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||||
|
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||||
|
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||||
|
# FIXME: create and package build-id symlinks
|
||||||
|
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 | grep -Ezv "<(built-in|stdin)>" \
|
||||||
|
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||||
|
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||||
|
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||||
|
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||||
|
else
|
||||||
|
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||||
|
# (TODO: fix find-debuginfo.sh instead)
|
||||||
|
chmod +x %buildroot/$vmlinux
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
if $compressed; then
|
||||||
|
gzip -n -9 %buildroot/$vmlinux
|
||||||
|
chmod a-x %buildroot/$vmlinux.gz
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
%if %build_kdump
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%else
|
||||||
|
|
||||||
|
# architecture specifics
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
%if %build_xen
|
||||||
|
image=vmlinuz
|
||||||
|
%else
|
||||||
|
image=bzImage
|
||||||
|
%endif
|
||||||
|
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch alpha
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch ia64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||||
|
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||||
|
image=image
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||||
|
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
mkdir -p %buildroot/usr/share/man/man9
|
||||||
|
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch sparc64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
image=zImage
|
||||||
|
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
add_vmlinux --compressed
|
||||||
|
# quickly compile uImage so we have something to boot from
|
||||||
|
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||||
|
image=uImage
|
||||||
|
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# end of build_kdump
|
||||||
|
%endif
|
||||||
|
|
||||||
|
for sub in '-base' '' '-extra'; do
|
||||||
|
case "$sub" in
|
||||||
|
'-base' | '') base_package=1 ;;
|
||||||
|
*) base_package=0 ;;
|
||||||
|
esac
|
||||||
|
for script in preun postun pre post devel-pre devel-post; do
|
||||||
|
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||||
|
-e "s:@IMAGE@:$image:g" \
|
||||||
|
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||||
|
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||||
|
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||||
|
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||||
|
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||||
|
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||||
|
-e "s:@SRCVARIANT@:%variant:g" \
|
||||||
|
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||||
|
# keep this -suffix list in sync with post.sh and postun.sh
|
||||||
|
suffix=-%build_flavor
|
||||||
|
%endif
|
||||||
|
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||||
|
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||||
|
|
||||||
|
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||||
|
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||||
|
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||||
|
if [ -f "$file" ]; then
|
||||||
|
cat "$file"
|
||||||
|
fi
|
||||||
|
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||||
|
if [ ! -s $sysctl_file ]; then
|
||||||
|
rm $sysctl_file
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %install_vdso
|
||||||
|
# Install the unstripped vdso's that are linked in the kernel image
|
||||||
|
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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-%build_flavor \
|
||||||
|
bs=1024 seek=2047 count=1
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||||
|
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
|
||||||
|
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||||
|
|
||||||
|
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
|
||||||
|
if ! %_sourcedir/check-supported-list \
|
||||||
|
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||||
|
%if %supported_modules_check
|
||||||
|
exit 1
|
||||||
|
%endif
|
||||||
|
echo "Consistency check error: please update supported.conf."
|
||||||
|
fi
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
:
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||||
|
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||||
|
find %buildroot -name "*.ko" > kofiles.list
|
||||||
|
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||||
|
# modules that have modversions as well.
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Table of types used in exported symbols (for modversion debugging).
|
||||||
|
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||||
|
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
else
|
||||||
|
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
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.
|
||||||
|
if [ ! -e %rpm_install_dir/%kmp_target_cpu ]; then
|
||||||
|
ln -sf %cpu_arch %rpm_install_dir/%kmp_target_cpu
|
||||||
|
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
fi
|
||||||
|
|
||||||
|
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||||
|
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||||
|
# build symlink.
|
||||||
|
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||||
|
ln -s %src_install_dir \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||||
|
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||||
|
|
||||||
|
# Abort if there are any undefined symbols
|
||||||
|
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||||
|
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||||
|
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
%_sourcedir/split-modules -d %buildroot \
|
||||||
|
-o %my_builddir \
|
||||||
|
-b %kernel_build_dir/Module.base \
|
||||||
|
%if ! %supported_modules_check
|
||||||
|
-i \
|
||||||
|
%endif
|
||||||
|
-s %kernel_build_dir/Module.supported
|
||||||
|
%if ! %split_extra
|
||||||
|
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%else
|
||||||
|
( cd %buildroot
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||||
|
) > %my_builddir/base-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
res=0
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||||
|
# check for kabi changes
|
||||||
|
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||||
|
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||||
|
Module.symvers || res=$?
|
||||||
|
fi
|
||||||
|
if [ $res -ne 0 ]; then
|
||||||
|
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -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
|
||||||
|
fi
|
||||||
|
|
||||||
|
# arch/powerpc/lib/crtsavres.o is required for building external
|
||||||
|
# modules on powerpc
|
||||||
|
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
|
||||||
|
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
|
||||||
|
fi
|
||||||
|
|
||||||
|
tar -cf - -T %my_builddir/obj-files | \
|
||||||
|
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
# bnc#507084
|
||||||
|
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||||
|
while read f; do
|
||||||
|
case "$(file -b "$f")" in
|
||||||
|
ELF\ *\ executable*)
|
||||||
|
strip "$f"
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
# Replace the absolute with a relative path
|
||||||
|
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||||
|
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||||
|
fi
|
||||||
|
|
||||||
|
add_dirs_to_filelist() {
|
||||||
|
sed -rn '
|
||||||
|
# print file name
|
||||||
|
p
|
||||||
|
# remove filelist macros
|
||||||
|
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||||
|
# add %%dir prefix
|
||||||
|
s:^:%%dir :
|
||||||
|
# print all parents
|
||||||
|
:a
|
||||||
|
# skip directories owned by other packages
|
||||||
|
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||||
|
s:/[^/]+$::p
|
||||||
|
ta
|
||||||
|
' "$@" | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Collect the file lists.
|
||||||
|
shopt -s nullglob
|
||||||
|
> %my_builddir/kernel-devel.files
|
||||||
|
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||||
|
f=${file##%buildroot}
|
||||||
|
echo "$f" >> %my_builddir/kernel-devel.files
|
||||||
|
done
|
||||||
|
|
||||||
|
{ cd %buildroot
|
||||||
|
find boot \
|
||||||
|
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||||
|
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||||
|
-type f -printf '/%%p\n'
|
||||||
|
|
||||||
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
|
# the file gets removed when uninstalling the kernel.
|
||||||
|
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||||
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||||
|
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||||
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
|
cat %my_builddir/base-modules
|
||||||
|
fi
|
||||||
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
-printf '/%%p\n'
|
||||||
|
if [ -e .%_docdir/%name ]; then
|
||||||
|
echo "%%doc %_docdir/%name"
|
||||||
|
fi
|
||||||
|
} | sort -u >%my_builddir/tmp
|
||||||
|
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||||
|
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||||
|
rm %my_builddir/tmp
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||||
|
> %my_builddir/kernel-main.files
|
||||||
|
%endif
|
||||||
|
%if %split_extra
|
||||||
|
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||||
|
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||||
|
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||||
|
%fdupes $RPM_BUILD_ROOT/lib
|
||||||
|
|
||||||
|
%preun -f preun.sh
|
||||||
|
|
||||||
|
%postun -f postun.sh
|
||||||
|
|
||||||
|
%pre -f pre.sh
|
||||||
|
|
||||||
|
%post -f post.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files -f kernel-main.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%else
|
||||||
|
|
||||||
|
%files -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package base
|
||||||
|
Summary: Kernel for Freescale's iMX SoC - base modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
Conflicts: %name = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description base
|
||||||
|
The standard kernel for Freescale's i.MX51 SoC, as found in
|
||||||
|
devices like the Genesi EfikaMX family.
|
||||||
|
|
||||||
|
This package contains only the base modules, required in all installs.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun base -f preun-base.sh
|
||||||
|
|
||||||
|
%postun base -f postun-base.sh
|
||||||
|
|
||||||
|
%pre base -f pre-base.sh
|
||||||
|
|
||||||
|
%post base -f post-base.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files base -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package extra
|
||||||
|
Summary: Kernel for Freescale's iMX SoC - Unsupported kernel modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-extra_%_target_cpu = %version-%release
|
||||||
|
Provides: kernel-extra = %version-%source_rel
|
||||||
|
Requires: %{name}_%_target_cpu = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description extra
|
||||||
|
The standard kernel for Freescale's i.MX51 SoC, as found in
|
||||||
|
devices like the Genesi EfikaMX family.
|
||||||
|
|
||||||
|
This package contains additional modules not supported by Novell.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun extra -f preun-extra.sh
|
||||||
|
|
||||||
|
%postun extra -f postun-extra.sh
|
||||||
|
|
||||||
|
%pre extra -f pre-extra.sh
|
||||||
|
|
||||||
|
%post extra -f post-extra.sh
|
||||||
|
|
||||||
|
%if %split_extra
|
||||||
|
|
||||||
|
%files extra -f kernel-extra.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
|
||||||
|
%package man
|
||||||
|
Summary: The collection of man pages generated by the kmsg script.
|
||||||
|
Group: System/Kernel
|
||||||
|
|
||||||
|
%description man
|
||||||
|
This package includes the man pages that have been generated from the
|
||||||
|
kmsg message documentation comments.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files man
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/share/man/man9/*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files necessary for building kernel modules
|
||||||
|
Group: Development/Sources
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-devel = %version-%source_rel
|
||||||
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains files necessary for building kernel modules (and
|
||||||
|
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%if %CONFIG_MODULES == "y"
|
||||||
|
|
||||||
|
%pre devel -f devel-pre.sh
|
||||||
|
|
||||||
|
%post devel -f devel-post.sh
|
||||||
|
|
||||||
|
%files devel -f kernel-devel.files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %obj_install_dir
|
||||||
|
%dir %obj_install_dir/%cpu_arch
|
||||||
|
%dir /usr/src/linux-obj
|
||||||
|
%dir /usr/src/linux-obj/%cpu_arch
|
||||||
|
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
%obj_install_dir/%cpu_arch_flavor
|
||||||
|
%if %kmp_target_cpu != %cpu_arch
|
||||||
|
%obj_install_dir/%kmp_target_cpu
|
||||||
|
/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel-debuginfo
|
||||||
|
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||||
|
Summary: Debug information for package %name-devel
|
||||||
|
Group: Development/Debug
|
||||||
|
|
||||||
|
%description devel-debuginfo
|
||||||
|
Debug information for package %name-devel
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
|
%changelog
|
25676
kernel-omap2plus.changes
Normal file
25676
kernel-omap2plus.changes
Normal file
File diff suppressed because it is too large
Load Diff
945
kernel-omap2plus.spec
Normal file
945
kernel-omap2plus.spec
Normal file
@ -0,0 +1,945 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kernel-omap2plus
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
%define srcversion 3.4-rc6
|
||||||
|
%define patchversion 3.4.0-rc6
|
||||||
|
%define variant %{nil}
|
||||||
|
%define vanilla_only 0
|
||||||
|
|
||||||
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
|
%define build_flavor omap2plus
|
||||||
|
%define build_default (%build_flavor == "default")
|
||||||
|
%define build_kdump (%build_flavor == "kdump")
|
||||||
|
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||||
|
%define build_vanilla (%build_flavor == "vanilla")
|
||||||
|
%define build_ps3 (%build_flavor == "ps3")
|
||||||
|
|
||||||
|
%define build_src_dir %my_builddir/linux-%srcversion
|
||||||
|
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||||
|
%define obj_install_dir %src_install_dir-obj
|
||||||
|
%define rpm_install_dir %buildroot%obj_install_dir
|
||||||
|
%define kernel_build_dir %my_builddir/linux-obj
|
||||||
|
|
||||||
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh,try-disable-staging-driver})
|
||||||
|
|
||||||
|
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||||
|
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||||
|
# defining them all at once.)
|
||||||
|
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||||
|
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||||
|
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||||
|
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||||
|
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
%define install_vdso 1
|
||||||
|
%else
|
||||||
|
%define install_vdso 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: kernel-omap2plus
|
||||||
|
Summary: Kernel for Texas instrument's OMAP SoC
|
||||||
|
Version: 3.4.rc6
|
||||||
|
Release: 0
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
BuildRequires: coreutils module-init-tools sparse
|
||||||
|
BuildRequires: fdupes
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
|
Provides: %name = %version-%source_rel
|
||||||
|
%if %split_base
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||||
|
Obsoletes: %name-base <= 2.6.31
|
||||||
|
%endif
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||||
|
Requires(post): module-init-tools >= 3.4
|
||||||
|
# This Requires is wrong, because the post/postun scripts have a
|
||||||
|
# test -x update-bootloader, 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. Likewise, this is true for mkinitrd.
|
||||||
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
|
# able to handle this
|
||||||
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
|
# Remove some packages that are installed automatically by the build system,
|
||||||
|
# but are not needed to build the kernel
|
||||||
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
|
||||||
|
%ifarch ia64
|
||||||
|
# arch/ia64/scripts/unwcheck.py
|
||||||
|
BuildRequires: python
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||||
|
BuildRequires: dwarfextract
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
BuildRequires: u-boot-tools
|
||||||
|
%endif
|
||||||
|
%if %build_xen
|
||||||
|
%ifarch %ix86
|
||||||
|
%if %build_flavor != "ec2"
|
||||||
|
Provides: kernel-xenpae = %version
|
||||||
|
Obsoletes: kernel-xenpae < %version
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
#!BuildIgnore: xen
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Provides: %name-nongpl = %version
|
||||||
|
Obsoletes: %name-nongpl < %version
|
||||||
|
%if %build_vanilla
|
||||||
|
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||||
|
%define _binary_payload w9.bzdio
|
||||||
|
%endif
|
||||||
|
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||||
|
Conflicts: sysfsutils < 2.0
|
||||||
|
%if ! %build_vanilla
|
||||||
|
Conflicts: apparmor-profiles <= 2.1
|
||||||
|
Conflicts: apparmor-parser < 2.3
|
||||||
|
# root-lvm only works with newer udevs
|
||||||
|
Conflicts: udev < 118
|
||||||
|
Conflicts: lvm2 < 2.02.33
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||||
|
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
|
||||||
|
Source34: check-supported-list
|
||||||
|
Source35: group-source-files.pl
|
||||||
|
Source37: README.SUSE
|
||||||
|
Source38: README.KSYMS
|
||||||
|
Source39: config-options.changes.txt
|
||||||
|
Source40: source-timestamp
|
||||||
|
Source44: find-provides
|
||||||
|
Source45: split-modules
|
||||||
|
Source46: 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
|
||||||
|
Source60: config.sh
|
||||||
|
Source61: compute-PATCHVERSION.sh
|
||||||
|
Source62: old-packages.conf
|
||||||
|
Source63: arch-symbols
|
||||||
|
Source64: package-descriptions
|
||||||
|
Source65: kernel-spec-macros
|
||||||
|
Source66: configtool.pl
|
||||||
|
Source67: log.sh
|
||||||
|
Source68: host-memcpy-hack.h
|
||||||
|
Source69: try-disable-staging-driver
|
||||||
|
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
|
||||||
|
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.trace.tar.bz2
|
||||||
|
Source113: patches.kabi.tar.bz2
|
||||||
|
Source120: kabi.tar.bz2
|
||||||
|
Source121: sysctl.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExclusiveArch: armv7l
|
||||||
|
%define kmp_target_cpu %_target_cpu
|
||||||
|
%ifarch %ix86
|
||||||
|
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||||
|
%if ! %build_default
|
||||||
|
BuildArch: i686
|
||||||
|
# KMPs are always built as i586, because rpm does not allow to build
|
||||||
|
# subpackages for different architectures. Therefore, we change the
|
||||||
|
# /usr/src/linux-obj/<arch> symlink to i586.
|
||||||
|
%define kmp_target_cpu i586
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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: 120
|
||||||
|
NoSource: 121
|
||||||
|
|
||||||
|
# The following KMPs have been integrated into the kernel package,
|
||||||
|
# grouped by the last product that contained them.
|
||||||
|
# sles10 / 10.3
|
||||||
|
Obsoletes: iwlwifi-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlwifi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ipw3945-kmp-%build_flavor < %version
|
||||||
|
Provides: ipw3945-kmp-%build_flavor = %version
|
||||||
|
# sles10 / 11.0
|
||||||
|
Obsoletes: uvcvideo-kmp-%build_flavor < %version
|
||||||
|
Provides: uvcvideo-kmp-%build_flavor = %version
|
||||||
|
# 11.0
|
||||||
|
Obsoletes: atl2-kmp-%build_flavor < %version
|
||||||
|
Provides: atl2-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: at76_usb-kmp-%build_flavor < %version
|
||||||
|
Provides: at76_usb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: btusb-kmp-%build_flavor < %version
|
||||||
|
Provides: btusb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: et131x-kmp-%build_flavor < %version
|
||||||
|
Provides: et131x-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ivtv-kmp-%build_flavor < %version
|
||||||
|
Provides: ivtv-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: pcc-acpi-kmp-%build_flavor < %version
|
||||||
|
Provides: pcc-acpi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: wlan-ng-kmp-%build_flavor < %version
|
||||||
|
Provides: wlan-ng-kmp-%build_flavor = %version
|
||||||
|
# sle11-ga
|
||||||
|
Obsoletes: brocade-bfa-kmp-%build_flavor < %version
|
||||||
|
Provides: brocade-bfa-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: enic-kmp-%build_flavor < %version
|
||||||
|
Provides: enic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: fnic-kmp-%build_flavor < %version
|
||||||
|
Provides: fnic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlagn-2-6-27-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: kvm-kmp-%build_flavor < %version
|
||||||
|
Provides: kvm-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: msi-wmi-kmp-%build_flavor < %version
|
||||||
|
Provides: msi-wmi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: perfmon-kmp-%build_flavor < %version
|
||||||
|
Provides: perfmon-kmp-%build_flavor = %version
|
||||||
|
# sle11
|
||||||
|
Obsoletes: ocfs2-kmp-%build_flavor < %version
|
||||||
|
Provides: ocfs2-kmp-%build_flavor = %version
|
||||||
|
# 11.1
|
||||||
|
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||||
|
Provides: quickcam-kmp-%build_flavor = 0.6.7
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
%description
|
||||||
|
The standard kernel for Texas instrument's OMAP SoC, as
|
||||||
|
found in devices like the PandaBoard and BeagleBoard.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%prep
|
||||||
|
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||||
|
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||||
|
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
SYMBOLS=
|
||||||
|
if test -e %_sourcedir/extra-symbols; then
|
||||||
|
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||||
|
echo "extra symbol(s):" $SYMBOLS
|
||||||
|
fi
|
||||||
|
|
||||||
|
# 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 121
|
||||||
|
|
||||||
|
mkdir -p %kernel_build_dir
|
||||||
|
|
||||||
|
supported_conf() {
|
||||||
|
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||||
|
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Generate the list of modules to be marked as supported
|
||||||
|
{ supported_conf base
|
||||||
|
supported_conf --default=0 external | sed 's/$/ external/'
|
||||||
|
} > %kernel_build_dir/Module.supported
|
||||||
|
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||||
|
|
||||||
|
cd linux-%srcversion
|
||||||
|
|
||||||
|
%_sourcedir/apply-patches \
|
||||||
|
%if %{build_vanilla}
|
||||||
|
--vanilla \
|
||||||
|
%endif
|
||||||
|
%_sourcedir/series.conf .. $SYMBOLS
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||||
|
# the commit hash.
|
||||||
|
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||||
|
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||||
|
cat > .kernel-binary.spec.buildenv <<EOF
|
||||||
|
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||||
|
export KBUILD_VERBOSE=0
|
||||||
|
export KBUILD_SYMTYPES=1
|
||||||
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
|
export HOST_EXTRACFLAGS="-include %_sourcedir/host-memcpy-hack.h"
|
||||||
|
EOF
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
if [ -f %_sourcedir/localversion ] ; then
|
||||||
|
cat %_sourcedir/localversion > localversion
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||||
|
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||||
|
# the top of the specfile
|
||||||
|
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||||
|
else
|
||||||
|
cp ../config/%cpu_arch_flavor .config
|
||||||
|
fi
|
||||||
|
%build_src_dir/scripts/config \
|
||||||
|
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||||
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||||
|
%else
|
||||||
|
--disable CONFIG_DEBUG_INFO
|
||||||
|
%endif
|
||||||
|
|
||||||
|
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||||
|
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||||
|
yes '' | make oldconfig $MAKE_ARGS
|
||||||
|
else
|
||||||
|
cp .config .config.orig
|
||||||
|
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||||
|
%_sourcedir/check-for-config-changes .config.orig .config
|
||||||
|
rm .config.orig
|
||||||
|
fi
|
||||||
|
|
||||||
|
make prepare $MAKE_ARGS
|
||||||
|
make scripts $MAKE_ARGS
|
||||||
|
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||||
|
|
||||||
|
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||||
|
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
make clean $MAKE_ARGS
|
||||||
|
|
||||||
|
rm -f source
|
||||||
|
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd %kernel_build_dir
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
# create *.symref files in the tree
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||||
|
%_sourcedir/modversions --unpack . < $_
|
||||||
|
fi
|
||||||
|
|
||||||
|
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||||
|
# There are several ways how to define it:
|
||||||
|
# If you are using the build script:
|
||||||
|
# build --jobs=N kernel-$flavor.spec
|
||||||
|
# With plain rpmbuild:
|
||||||
|
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||||
|
# To spawn as many jobs as there are cpu cores:
|
||||||
|
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||||
|
# kernel-$flavor.spec
|
||||||
|
# You can also set this permanently in ~/.rpmmacros:
|
||||||
|
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||||
|
MAKE_ARGS="$MAKE_ARGS D=2"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
|
||||||
|
| tee buildlog
|
||||||
|
if test "${PIPESTATUS[0]}" -eq 0; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
# In the linux-next and vanilla branches, we try harder to build a
|
||||||
|
# package.
|
||||||
|
if test 0%vanilla_only -gt 0 &&
|
||||||
|
%_sourcedir/try-disable-staging-driver buildlog; then
|
||||||
|
echo "Retrying make"
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
%install
|
||||||
|
|
||||||
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
export NO_BRP_STRIP_DEBUG=true
|
||||||
|
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||||
|
|
||||||
|
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||||
|
# kernel-devel package is installed. Don't check for stale symlinks
|
||||||
|
# in the brp-symlink check:
|
||||||
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
mkdir -p %buildroot/boot
|
||||||
|
# (Could strip out non-public symbols.)
|
||||||
|
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||||
|
|
||||||
|
add_vmlinux()
|
||||||
|
{
|
||||||
|
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||||
|
|
||||||
|
if test $1 == "--compressed"; then
|
||||||
|
compressed=true
|
||||||
|
fi
|
||||||
|
cp vmlinux %buildroot/$vmlinux
|
||||||
|
>%my_builddir/vmlinux.debug.files
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
if $compressed; then
|
||||||
|
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||||
|
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||||
|
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||||
|
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||||
|
# FIXME: create and package build-id symlinks
|
||||||
|
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 | grep -Ezv "<(built-in|stdin)>" \
|
||||||
|
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||||
|
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||||
|
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||||
|
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||||
|
else
|
||||||
|
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||||
|
# (TODO: fix find-debuginfo.sh instead)
|
||||||
|
chmod +x %buildroot/$vmlinux
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
if $compressed; then
|
||||||
|
gzip -n -9 %buildroot/$vmlinux
|
||||||
|
chmod a-x %buildroot/$vmlinux.gz
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
%if %build_kdump
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%else
|
||||||
|
|
||||||
|
# architecture specifics
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
%if %build_xen
|
||||||
|
image=vmlinuz
|
||||||
|
%else
|
||||||
|
image=bzImage
|
||||||
|
%endif
|
||||||
|
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch alpha
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch ia64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||||
|
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||||
|
image=image
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||||
|
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
mkdir -p %buildroot/usr/share/man/man9
|
||||||
|
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch sparc64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
image=zImage
|
||||||
|
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
add_vmlinux --compressed
|
||||||
|
# quickly compile uImage so we have something to boot from
|
||||||
|
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||||
|
image=uImage
|
||||||
|
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# end of build_kdump
|
||||||
|
%endif
|
||||||
|
|
||||||
|
for sub in '-base' '' '-extra'; do
|
||||||
|
case "$sub" in
|
||||||
|
'-base' | '') base_package=1 ;;
|
||||||
|
*) base_package=0 ;;
|
||||||
|
esac
|
||||||
|
for script in preun postun pre post devel-pre devel-post; do
|
||||||
|
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||||
|
-e "s:@IMAGE@:$image:g" \
|
||||||
|
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||||
|
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||||
|
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||||
|
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||||
|
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||||
|
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||||
|
-e "s:@SRCVARIANT@:%variant:g" \
|
||||||
|
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||||
|
# keep this -suffix list in sync with post.sh and postun.sh
|
||||||
|
suffix=-%build_flavor
|
||||||
|
%endif
|
||||||
|
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||||
|
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||||
|
|
||||||
|
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||||
|
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||||
|
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||||
|
if [ -f "$file" ]; then
|
||||||
|
cat "$file"
|
||||||
|
fi
|
||||||
|
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||||
|
if [ ! -s $sysctl_file ]; then
|
||||||
|
rm $sysctl_file
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %install_vdso
|
||||||
|
# Install the unstripped vdso's that are linked in the kernel image
|
||||||
|
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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-%build_flavor \
|
||||||
|
bs=1024 seek=2047 count=1
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||||
|
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
|
||||||
|
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||||
|
|
||||||
|
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
|
||||||
|
if ! %_sourcedir/check-supported-list \
|
||||||
|
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||||
|
%if %supported_modules_check
|
||||||
|
exit 1
|
||||||
|
%endif
|
||||||
|
echo "Consistency check error: please update supported.conf."
|
||||||
|
fi
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
:
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||||
|
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||||
|
find %buildroot -name "*.ko" > kofiles.list
|
||||||
|
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||||
|
# modules that have modversions as well.
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Table of types used in exported symbols (for modversion debugging).
|
||||||
|
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||||
|
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
else
|
||||||
|
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
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.
|
||||||
|
if [ ! -e %rpm_install_dir/%kmp_target_cpu ]; then
|
||||||
|
ln -sf %cpu_arch %rpm_install_dir/%kmp_target_cpu
|
||||||
|
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
fi
|
||||||
|
|
||||||
|
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||||
|
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||||
|
# build symlink.
|
||||||
|
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||||
|
ln -s %src_install_dir \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||||
|
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||||
|
|
||||||
|
# Abort if there are any undefined symbols
|
||||||
|
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||||
|
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||||
|
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
%_sourcedir/split-modules -d %buildroot \
|
||||||
|
-o %my_builddir \
|
||||||
|
-b %kernel_build_dir/Module.base \
|
||||||
|
%if ! %supported_modules_check
|
||||||
|
-i \
|
||||||
|
%endif
|
||||||
|
-s %kernel_build_dir/Module.supported
|
||||||
|
%if ! %split_extra
|
||||||
|
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%else
|
||||||
|
( cd %buildroot
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||||
|
) > %my_builddir/base-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
res=0
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||||
|
# check for kabi changes
|
||||||
|
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||||
|
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||||
|
Module.symvers || res=$?
|
||||||
|
fi
|
||||||
|
if [ $res -ne 0 ]; then
|
||||||
|
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -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
|
||||||
|
fi
|
||||||
|
|
||||||
|
# arch/powerpc/lib/crtsavres.o is required for building external
|
||||||
|
# modules on powerpc
|
||||||
|
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
|
||||||
|
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
|
||||||
|
fi
|
||||||
|
|
||||||
|
tar -cf - -T %my_builddir/obj-files | \
|
||||||
|
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
# bnc#507084
|
||||||
|
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||||
|
while read f; do
|
||||||
|
case "$(file -b "$f")" in
|
||||||
|
ELF\ *\ executable*)
|
||||||
|
strip "$f"
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
# Replace the absolute with a relative path
|
||||||
|
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||||
|
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||||
|
fi
|
||||||
|
|
||||||
|
add_dirs_to_filelist() {
|
||||||
|
sed -rn '
|
||||||
|
# print file name
|
||||||
|
p
|
||||||
|
# remove filelist macros
|
||||||
|
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||||
|
# add %%dir prefix
|
||||||
|
s:^:%%dir :
|
||||||
|
# print all parents
|
||||||
|
:a
|
||||||
|
# skip directories owned by other packages
|
||||||
|
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||||
|
s:/[^/]+$::p
|
||||||
|
ta
|
||||||
|
' "$@" | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Collect the file lists.
|
||||||
|
shopt -s nullglob
|
||||||
|
> %my_builddir/kernel-devel.files
|
||||||
|
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||||
|
f=${file##%buildroot}
|
||||||
|
echo "$f" >> %my_builddir/kernel-devel.files
|
||||||
|
done
|
||||||
|
|
||||||
|
{ cd %buildroot
|
||||||
|
find boot \
|
||||||
|
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||||
|
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||||
|
-type f -printf '/%%p\n'
|
||||||
|
|
||||||
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
|
# the file gets removed when uninstalling the kernel.
|
||||||
|
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||||
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||||
|
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||||
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
|
cat %my_builddir/base-modules
|
||||||
|
fi
|
||||||
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
-printf '/%%p\n'
|
||||||
|
if [ -e .%_docdir/%name ]; then
|
||||||
|
echo "%%doc %_docdir/%name"
|
||||||
|
fi
|
||||||
|
} | sort -u >%my_builddir/tmp
|
||||||
|
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||||
|
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||||
|
rm %my_builddir/tmp
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||||
|
> %my_builddir/kernel-main.files
|
||||||
|
%endif
|
||||||
|
%if %split_extra
|
||||||
|
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||||
|
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||||
|
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||||
|
%fdupes $RPM_BUILD_ROOT/lib
|
||||||
|
|
||||||
|
%preun -f preun.sh
|
||||||
|
|
||||||
|
%postun -f postun.sh
|
||||||
|
|
||||||
|
%pre -f pre.sh
|
||||||
|
|
||||||
|
%post -f post.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files -f kernel-main.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%else
|
||||||
|
|
||||||
|
%files -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package base
|
||||||
|
Summary: Kernel for Texas instrument's OMAP SoC - base modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
Conflicts: %name = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description base
|
||||||
|
The standard kernel for Texas instrument's OMAP SoC, as
|
||||||
|
found in devices like the PandaBoard and BeagleBoard.
|
||||||
|
|
||||||
|
This package contains only the base modules, required in all installs.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun base -f preun-base.sh
|
||||||
|
|
||||||
|
%postun base -f postun-base.sh
|
||||||
|
|
||||||
|
%pre base -f pre-base.sh
|
||||||
|
|
||||||
|
%post base -f post-base.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files base -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package extra
|
||||||
|
Summary: Kernel for Texas instrument's OMAP SoC - Unsupported kernel modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-extra_%_target_cpu = %version-%release
|
||||||
|
Provides: kernel-extra = %version-%source_rel
|
||||||
|
Requires: %{name}_%_target_cpu = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description extra
|
||||||
|
The standard kernel for Texas instrument's OMAP SoC, as
|
||||||
|
found in devices like the PandaBoard and BeagleBoard.
|
||||||
|
|
||||||
|
This package contains additional modules not supported by Novell.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun extra -f preun-extra.sh
|
||||||
|
|
||||||
|
%postun extra -f postun-extra.sh
|
||||||
|
|
||||||
|
%pre extra -f pre-extra.sh
|
||||||
|
|
||||||
|
%post extra -f post-extra.sh
|
||||||
|
|
||||||
|
%if %split_extra
|
||||||
|
|
||||||
|
%files extra -f kernel-extra.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
|
||||||
|
%package man
|
||||||
|
Summary: The collection of man pages generated by the kmsg script.
|
||||||
|
Group: System/Kernel
|
||||||
|
|
||||||
|
%description man
|
||||||
|
This package includes the man pages that have been generated from the
|
||||||
|
kmsg message documentation comments.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files man
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/share/man/man9/*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files necessary for building kernel modules
|
||||||
|
Group: Development/Sources
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-devel = %version-%source_rel
|
||||||
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains files necessary for building kernel modules (and
|
||||||
|
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%if %CONFIG_MODULES == "y"
|
||||||
|
|
||||||
|
%pre devel -f devel-pre.sh
|
||||||
|
|
||||||
|
%post devel -f devel-post.sh
|
||||||
|
|
||||||
|
%files devel -f kernel-devel.files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %obj_install_dir
|
||||||
|
%dir %obj_install_dir/%cpu_arch
|
||||||
|
%dir /usr/src/linux-obj
|
||||||
|
%dir /usr/src/linux-obj/%cpu_arch
|
||||||
|
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
%obj_install_dir/%cpu_arch_flavor
|
||||||
|
%if %kmp_target_cpu != %cpu_arch
|
||||||
|
%obj_install_dir/%kmp_target_cpu
|
||||||
|
/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel-debuginfo
|
||||||
|
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||||
|
Summary: Debug information for package %name-devel
|
||||||
|
Group: Development/Debug
|
||||||
|
|
||||||
|
%description devel-debuginfo
|
||||||
|
Debug information for package %name-devel
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
|
%changelog
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: 0
|
Release: 0
|
||||||
%else
|
%else
|
||||||
@ -35,12 +35,18 @@ Group: Development/Sources
|
|||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
%ifarch %ix86 ia64 ppc ppc64 s390x x86_64
|
%ifarch armv7l %ix86 ia64 ppc ppc64 s390x x86_64
|
||||||
Requires: kernel-default-devel = %version-%source_rel
|
Requires: kernel-default-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
Requires: kernel-desktop-devel = %version-%source_rel
|
Requires: kernel-desktop-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch armv7l
|
||||||
|
Requires: kernel-imx51-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
|
%ifarch armv7l
|
||||||
|
Requires: kernel-omap2plus-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Requires: kernel-pae-devel = %version-%source_rel
|
Requires: kernel-pae-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
@ -50,6 +56,12 @@ Requires: kernel-ppc64-devel = %version-%source_rel
|
|||||||
%ifarch s390
|
%ifarch s390
|
||||||
Requires: kernel-s390-devel = %version-%source_rel
|
Requires: kernel-s390-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch armv7l
|
||||||
|
Requires: kernel-tegra-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
|
%ifarch armv7l
|
||||||
|
Requires: kernel-u8500-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
Requires: kernel-xen-devel = %version-%source_rel
|
Requires: kernel-xen-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
@ -58,7 +70,7 @@ Provides: %name = %version-%source_rel
|
|||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
|
ExclusiveArch: %ix86 armv7l ia64 ppc ppc64 s390 s390x x86_64
|
||||||
Prefix: /usr/src
|
Prefix: /usr/src
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
25676
kernel-tegra.changes
Normal file
25676
kernel-tegra.changes
Normal file
File diff suppressed because it is too large
Load Diff
945
kernel-tegra.spec
Normal file
945
kernel-tegra.spec
Normal file
@ -0,0 +1,945 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kernel-tegra
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
%define srcversion 3.4-rc6
|
||||||
|
%define patchversion 3.4.0-rc6
|
||||||
|
%define variant %{nil}
|
||||||
|
%define vanilla_only 0
|
||||||
|
|
||||||
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
|
%define build_flavor tegra
|
||||||
|
%define build_default (%build_flavor == "default")
|
||||||
|
%define build_kdump (%build_flavor == "kdump")
|
||||||
|
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||||
|
%define build_vanilla (%build_flavor == "vanilla")
|
||||||
|
%define build_ps3 (%build_flavor == "ps3")
|
||||||
|
|
||||||
|
%define build_src_dir %my_builddir/linux-%srcversion
|
||||||
|
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||||
|
%define obj_install_dir %src_install_dir-obj
|
||||||
|
%define rpm_install_dir %buildroot%obj_install_dir
|
||||||
|
%define kernel_build_dir %my_builddir/linux-obj
|
||||||
|
|
||||||
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh,try-disable-staging-driver})
|
||||||
|
|
||||||
|
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||||
|
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||||
|
# defining them all at once.)
|
||||||
|
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||||
|
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||||
|
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||||
|
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||||
|
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
%define install_vdso 1
|
||||||
|
%else
|
||||||
|
%define install_vdso 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: kernel-tegra
|
||||||
|
Summary: Kernel for Nvidia's Tegra SoC
|
||||||
|
Version: 3.4.rc6
|
||||||
|
Release: 0
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
BuildRequires: coreutils module-init-tools sparse
|
||||||
|
BuildRequires: fdupes
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
|
Provides: %name = %version-%source_rel
|
||||||
|
%if %split_base
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||||
|
Obsoletes: %name-base <= 2.6.31
|
||||||
|
%endif
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||||
|
Requires(post): module-init-tools >= 3.4
|
||||||
|
# This Requires is wrong, because the post/postun scripts have a
|
||||||
|
# test -x update-bootloader, 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. Likewise, this is true for mkinitrd.
|
||||||
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
|
# able to handle this
|
||||||
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
|
# Remove some packages that are installed automatically by the build system,
|
||||||
|
# but are not needed to build the kernel
|
||||||
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
|
||||||
|
%ifarch ia64
|
||||||
|
# arch/ia64/scripts/unwcheck.py
|
||||||
|
BuildRequires: python
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||||
|
BuildRequires: dwarfextract
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
BuildRequires: u-boot-tools
|
||||||
|
%endif
|
||||||
|
%if %build_xen
|
||||||
|
%ifarch %ix86
|
||||||
|
%if %build_flavor != "ec2"
|
||||||
|
Provides: kernel-xenpae = %version
|
||||||
|
Obsoletes: kernel-xenpae < %version
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
#!BuildIgnore: xen
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Provides: %name-nongpl = %version
|
||||||
|
Obsoletes: %name-nongpl < %version
|
||||||
|
%if %build_vanilla
|
||||||
|
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||||
|
%define _binary_payload w9.bzdio
|
||||||
|
%endif
|
||||||
|
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||||
|
Conflicts: sysfsutils < 2.0
|
||||||
|
%if ! %build_vanilla
|
||||||
|
Conflicts: apparmor-profiles <= 2.1
|
||||||
|
Conflicts: apparmor-parser < 2.3
|
||||||
|
# root-lvm only works with newer udevs
|
||||||
|
Conflicts: udev < 118
|
||||||
|
Conflicts: lvm2 < 2.02.33
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||||
|
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
|
||||||
|
Source34: check-supported-list
|
||||||
|
Source35: group-source-files.pl
|
||||||
|
Source37: README.SUSE
|
||||||
|
Source38: README.KSYMS
|
||||||
|
Source39: config-options.changes.txt
|
||||||
|
Source40: source-timestamp
|
||||||
|
Source44: find-provides
|
||||||
|
Source45: split-modules
|
||||||
|
Source46: 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
|
||||||
|
Source60: config.sh
|
||||||
|
Source61: compute-PATCHVERSION.sh
|
||||||
|
Source62: old-packages.conf
|
||||||
|
Source63: arch-symbols
|
||||||
|
Source64: package-descriptions
|
||||||
|
Source65: kernel-spec-macros
|
||||||
|
Source66: configtool.pl
|
||||||
|
Source67: log.sh
|
||||||
|
Source68: host-memcpy-hack.h
|
||||||
|
Source69: try-disable-staging-driver
|
||||||
|
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
|
||||||
|
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.trace.tar.bz2
|
||||||
|
Source113: patches.kabi.tar.bz2
|
||||||
|
Source120: kabi.tar.bz2
|
||||||
|
Source121: sysctl.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExclusiveArch: armv7l
|
||||||
|
%define kmp_target_cpu %_target_cpu
|
||||||
|
%ifarch %ix86
|
||||||
|
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||||
|
%if ! %build_default
|
||||||
|
BuildArch: i686
|
||||||
|
# KMPs are always built as i586, because rpm does not allow to build
|
||||||
|
# subpackages for different architectures. Therefore, we change the
|
||||||
|
# /usr/src/linux-obj/<arch> symlink to i586.
|
||||||
|
%define kmp_target_cpu i586
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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: 120
|
||||||
|
NoSource: 121
|
||||||
|
|
||||||
|
# The following KMPs have been integrated into the kernel package,
|
||||||
|
# grouped by the last product that contained them.
|
||||||
|
# sles10 / 10.3
|
||||||
|
Obsoletes: iwlwifi-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlwifi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ipw3945-kmp-%build_flavor < %version
|
||||||
|
Provides: ipw3945-kmp-%build_flavor = %version
|
||||||
|
# sles10 / 11.0
|
||||||
|
Obsoletes: uvcvideo-kmp-%build_flavor < %version
|
||||||
|
Provides: uvcvideo-kmp-%build_flavor = %version
|
||||||
|
# 11.0
|
||||||
|
Obsoletes: atl2-kmp-%build_flavor < %version
|
||||||
|
Provides: atl2-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: at76_usb-kmp-%build_flavor < %version
|
||||||
|
Provides: at76_usb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: btusb-kmp-%build_flavor < %version
|
||||||
|
Provides: btusb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: et131x-kmp-%build_flavor < %version
|
||||||
|
Provides: et131x-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ivtv-kmp-%build_flavor < %version
|
||||||
|
Provides: ivtv-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: pcc-acpi-kmp-%build_flavor < %version
|
||||||
|
Provides: pcc-acpi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: wlan-ng-kmp-%build_flavor < %version
|
||||||
|
Provides: wlan-ng-kmp-%build_flavor = %version
|
||||||
|
# sle11-ga
|
||||||
|
Obsoletes: brocade-bfa-kmp-%build_flavor < %version
|
||||||
|
Provides: brocade-bfa-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: enic-kmp-%build_flavor < %version
|
||||||
|
Provides: enic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: fnic-kmp-%build_flavor < %version
|
||||||
|
Provides: fnic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlagn-2-6-27-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: kvm-kmp-%build_flavor < %version
|
||||||
|
Provides: kvm-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: msi-wmi-kmp-%build_flavor < %version
|
||||||
|
Provides: msi-wmi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: perfmon-kmp-%build_flavor < %version
|
||||||
|
Provides: perfmon-kmp-%build_flavor = %version
|
||||||
|
# sle11
|
||||||
|
Obsoletes: ocfs2-kmp-%build_flavor < %version
|
||||||
|
Provides: ocfs2-kmp-%build_flavor = %version
|
||||||
|
# 11.1
|
||||||
|
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||||
|
Provides: quickcam-kmp-%build_flavor = 0.6.7
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
%description
|
||||||
|
The standard kernel for Nvidia's Tegra SoC, as found in
|
||||||
|
devices like the TrimSlice.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%prep
|
||||||
|
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||||
|
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||||
|
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
SYMBOLS=
|
||||||
|
if test -e %_sourcedir/extra-symbols; then
|
||||||
|
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||||
|
echo "extra symbol(s):" $SYMBOLS
|
||||||
|
fi
|
||||||
|
|
||||||
|
# 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 121
|
||||||
|
|
||||||
|
mkdir -p %kernel_build_dir
|
||||||
|
|
||||||
|
supported_conf() {
|
||||||
|
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||||
|
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Generate the list of modules to be marked as supported
|
||||||
|
{ supported_conf base
|
||||||
|
supported_conf --default=0 external | sed 's/$/ external/'
|
||||||
|
} > %kernel_build_dir/Module.supported
|
||||||
|
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||||
|
|
||||||
|
cd linux-%srcversion
|
||||||
|
|
||||||
|
%_sourcedir/apply-patches \
|
||||||
|
%if %{build_vanilla}
|
||||||
|
--vanilla \
|
||||||
|
%endif
|
||||||
|
%_sourcedir/series.conf .. $SYMBOLS
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||||
|
# the commit hash.
|
||||||
|
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||||
|
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||||
|
cat > .kernel-binary.spec.buildenv <<EOF
|
||||||
|
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||||
|
export KBUILD_VERBOSE=0
|
||||||
|
export KBUILD_SYMTYPES=1
|
||||||
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
|
export HOST_EXTRACFLAGS="-include %_sourcedir/host-memcpy-hack.h"
|
||||||
|
EOF
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
if [ -f %_sourcedir/localversion ] ; then
|
||||||
|
cat %_sourcedir/localversion > localversion
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||||
|
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||||
|
# the top of the specfile
|
||||||
|
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||||
|
else
|
||||||
|
cp ../config/%cpu_arch_flavor .config
|
||||||
|
fi
|
||||||
|
%build_src_dir/scripts/config \
|
||||||
|
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||||
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||||
|
%else
|
||||||
|
--disable CONFIG_DEBUG_INFO
|
||||||
|
%endif
|
||||||
|
|
||||||
|
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||||
|
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||||
|
yes '' | make oldconfig $MAKE_ARGS
|
||||||
|
else
|
||||||
|
cp .config .config.orig
|
||||||
|
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||||
|
%_sourcedir/check-for-config-changes .config.orig .config
|
||||||
|
rm .config.orig
|
||||||
|
fi
|
||||||
|
|
||||||
|
make prepare $MAKE_ARGS
|
||||||
|
make scripts $MAKE_ARGS
|
||||||
|
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||||
|
|
||||||
|
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||||
|
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
make clean $MAKE_ARGS
|
||||||
|
|
||||||
|
rm -f source
|
||||||
|
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd %kernel_build_dir
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
# create *.symref files in the tree
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||||
|
%_sourcedir/modversions --unpack . < $_
|
||||||
|
fi
|
||||||
|
|
||||||
|
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||||
|
# There are several ways how to define it:
|
||||||
|
# If you are using the build script:
|
||||||
|
# build --jobs=N kernel-$flavor.spec
|
||||||
|
# With plain rpmbuild:
|
||||||
|
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||||
|
# To spawn as many jobs as there are cpu cores:
|
||||||
|
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||||
|
# kernel-$flavor.spec
|
||||||
|
# You can also set this permanently in ~/.rpmmacros:
|
||||||
|
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||||
|
MAKE_ARGS="$MAKE_ARGS D=2"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
|
||||||
|
| tee buildlog
|
||||||
|
if test "${PIPESTATUS[0]}" -eq 0; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
# In the linux-next and vanilla branches, we try harder to build a
|
||||||
|
# package.
|
||||||
|
if test 0%vanilla_only -gt 0 &&
|
||||||
|
%_sourcedir/try-disable-staging-driver buildlog; then
|
||||||
|
echo "Retrying make"
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
%install
|
||||||
|
|
||||||
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
export NO_BRP_STRIP_DEBUG=true
|
||||||
|
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||||
|
|
||||||
|
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||||
|
# kernel-devel package is installed. Don't check for stale symlinks
|
||||||
|
# in the brp-symlink check:
|
||||||
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
mkdir -p %buildroot/boot
|
||||||
|
# (Could strip out non-public symbols.)
|
||||||
|
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||||
|
|
||||||
|
add_vmlinux()
|
||||||
|
{
|
||||||
|
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||||
|
|
||||||
|
if test $1 == "--compressed"; then
|
||||||
|
compressed=true
|
||||||
|
fi
|
||||||
|
cp vmlinux %buildroot/$vmlinux
|
||||||
|
>%my_builddir/vmlinux.debug.files
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
if $compressed; then
|
||||||
|
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||||
|
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||||
|
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||||
|
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||||
|
# FIXME: create and package build-id symlinks
|
||||||
|
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 | grep -Ezv "<(built-in|stdin)>" \
|
||||||
|
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||||
|
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||||
|
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||||
|
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||||
|
else
|
||||||
|
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||||
|
# (TODO: fix find-debuginfo.sh instead)
|
||||||
|
chmod +x %buildroot/$vmlinux
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
if $compressed; then
|
||||||
|
gzip -n -9 %buildroot/$vmlinux
|
||||||
|
chmod a-x %buildroot/$vmlinux.gz
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
%if %build_kdump
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%else
|
||||||
|
|
||||||
|
# architecture specifics
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
%if %build_xen
|
||||||
|
image=vmlinuz
|
||||||
|
%else
|
||||||
|
image=bzImage
|
||||||
|
%endif
|
||||||
|
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch alpha
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch ia64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||||
|
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||||
|
image=image
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||||
|
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
mkdir -p %buildroot/usr/share/man/man9
|
||||||
|
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch sparc64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
image=zImage
|
||||||
|
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
add_vmlinux --compressed
|
||||||
|
# quickly compile uImage so we have something to boot from
|
||||||
|
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||||
|
image=uImage
|
||||||
|
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# end of build_kdump
|
||||||
|
%endif
|
||||||
|
|
||||||
|
for sub in '-base' '' '-extra'; do
|
||||||
|
case "$sub" in
|
||||||
|
'-base' | '') base_package=1 ;;
|
||||||
|
*) base_package=0 ;;
|
||||||
|
esac
|
||||||
|
for script in preun postun pre post devel-pre devel-post; do
|
||||||
|
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||||
|
-e "s:@IMAGE@:$image:g" \
|
||||||
|
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||||
|
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||||
|
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||||
|
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||||
|
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||||
|
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||||
|
-e "s:@SRCVARIANT@:%variant:g" \
|
||||||
|
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||||
|
# keep this -suffix list in sync with post.sh and postun.sh
|
||||||
|
suffix=-%build_flavor
|
||||||
|
%endif
|
||||||
|
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||||
|
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||||
|
|
||||||
|
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||||
|
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||||
|
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||||
|
if [ -f "$file" ]; then
|
||||||
|
cat "$file"
|
||||||
|
fi
|
||||||
|
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||||
|
if [ ! -s $sysctl_file ]; then
|
||||||
|
rm $sysctl_file
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %install_vdso
|
||||||
|
# Install the unstripped vdso's that are linked in the kernel image
|
||||||
|
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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-%build_flavor \
|
||||||
|
bs=1024 seek=2047 count=1
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||||
|
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
|
||||||
|
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||||
|
|
||||||
|
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
|
||||||
|
if ! %_sourcedir/check-supported-list \
|
||||||
|
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||||
|
%if %supported_modules_check
|
||||||
|
exit 1
|
||||||
|
%endif
|
||||||
|
echo "Consistency check error: please update supported.conf."
|
||||||
|
fi
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
:
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||||
|
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||||
|
find %buildroot -name "*.ko" > kofiles.list
|
||||||
|
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||||
|
# modules that have modversions as well.
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Table of types used in exported symbols (for modversion debugging).
|
||||||
|
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||||
|
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
else
|
||||||
|
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
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.
|
||||||
|
if [ ! -e %rpm_install_dir/%kmp_target_cpu ]; then
|
||||||
|
ln -sf %cpu_arch %rpm_install_dir/%kmp_target_cpu
|
||||||
|
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
fi
|
||||||
|
|
||||||
|
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||||
|
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||||
|
# build symlink.
|
||||||
|
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||||
|
ln -s %src_install_dir \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||||
|
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||||
|
|
||||||
|
# Abort if there are any undefined symbols
|
||||||
|
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||||
|
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||||
|
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
%_sourcedir/split-modules -d %buildroot \
|
||||||
|
-o %my_builddir \
|
||||||
|
-b %kernel_build_dir/Module.base \
|
||||||
|
%if ! %supported_modules_check
|
||||||
|
-i \
|
||||||
|
%endif
|
||||||
|
-s %kernel_build_dir/Module.supported
|
||||||
|
%if ! %split_extra
|
||||||
|
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%else
|
||||||
|
( cd %buildroot
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||||
|
) > %my_builddir/base-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
res=0
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||||
|
# check for kabi changes
|
||||||
|
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||||
|
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||||
|
Module.symvers || res=$?
|
||||||
|
fi
|
||||||
|
if [ $res -ne 0 ]; then
|
||||||
|
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -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
|
||||||
|
fi
|
||||||
|
|
||||||
|
# arch/powerpc/lib/crtsavres.o is required for building external
|
||||||
|
# modules on powerpc
|
||||||
|
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
|
||||||
|
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
|
||||||
|
fi
|
||||||
|
|
||||||
|
tar -cf - -T %my_builddir/obj-files | \
|
||||||
|
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
# bnc#507084
|
||||||
|
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||||
|
while read f; do
|
||||||
|
case "$(file -b "$f")" in
|
||||||
|
ELF\ *\ executable*)
|
||||||
|
strip "$f"
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
# Replace the absolute with a relative path
|
||||||
|
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||||
|
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||||
|
fi
|
||||||
|
|
||||||
|
add_dirs_to_filelist() {
|
||||||
|
sed -rn '
|
||||||
|
# print file name
|
||||||
|
p
|
||||||
|
# remove filelist macros
|
||||||
|
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||||
|
# add %%dir prefix
|
||||||
|
s:^:%%dir :
|
||||||
|
# print all parents
|
||||||
|
:a
|
||||||
|
# skip directories owned by other packages
|
||||||
|
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||||
|
s:/[^/]+$::p
|
||||||
|
ta
|
||||||
|
' "$@" | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Collect the file lists.
|
||||||
|
shopt -s nullglob
|
||||||
|
> %my_builddir/kernel-devel.files
|
||||||
|
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||||
|
f=${file##%buildroot}
|
||||||
|
echo "$f" >> %my_builddir/kernel-devel.files
|
||||||
|
done
|
||||||
|
|
||||||
|
{ cd %buildroot
|
||||||
|
find boot \
|
||||||
|
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||||
|
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||||
|
-type f -printf '/%%p\n'
|
||||||
|
|
||||||
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
|
# the file gets removed when uninstalling the kernel.
|
||||||
|
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||||
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||||
|
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||||
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
|
cat %my_builddir/base-modules
|
||||||
|
fi
|
||||||
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
-printf '/%%p\n'
|
||||||
|
if [ -e .%_docdir/%name ]; then
|
||||||
|
echo "%%doc %_docdir/%name"
|
||||||
|
fi
|
||||||
|
} | sort -u >%my_builddir/tmp
|
||||||
|
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||||
|
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||||
|
rm %my_builddir/tmp
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||||
|
> %my_builddir/kernel-main.files
|
||||||
|
%endif
|
||||||
|
%if %split_extra
|
||||||
|
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||||
|
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||||
|
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||||
|
%fdupes $RPM_BUILD_ROOT/lib
|
||||||
|
|
||||||
|
%preun -f preun.sh
|
||||||
|
|
||||||
|
%postun -f postun.sh
|
||||||
|
|
||||||
|
%pre -f pre.sh
|
||||||
|
|
||||||
|
%post -f post.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files -f kernel-main.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%else
|
||||||
|
|
||||||
|
%files -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package base
|
||||||
|
Summary: Kernel for Nvidia's Tegra SoC - base modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
Conflicts: %name = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description base
|
||||||
|
The standard kernel for Nvidia's Tegra SoC, as found in
|
||||||
|
devices like the TrimSlice.
|
||||||
|
|
||||||
|
This package contains only the base modules, required in all installs.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun base -f preun-base.sh
|
||||||
|
|
||||||
|
%postun base -f postun-base.sh
|
||||||
|
|
||||||
|
%pre base -f pre-base.sh
|
||||||
|
|
||||||
|
%post base -f post-base.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files base -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package extra
|
||||||
|
Summary: Kernel for Nvidia's Tegra SoC - Unsupported kernel modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-extra_%_target_cpu = %version-%release
|
||||||
|
Provides: kernel-extra = %version-%source_rel
|
||||||
|
Requires: %{name}_%_target_cpu = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description extra
|
||||||
|
The standard kernel for Nvidia's Tegra SoC, as found in
|
||||||
|
devices like the TrimSlice.
|
||||||
|
|
||||||
|
This package contains additional modules not supported by Novell.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun extra -f preun-extra.sh
|
||||||
|
|
||||||
|
%postun extra -f postun-extra.sh
|
||||||
|
|
||||||
|
%pre extra -f pre-extra.sh
|
||||||
|
|
||||||
|
%post extra -f post-extra.sh
|
||||||
|
|
||||||
|
%if %split_extra
|
||||||
|
|
||||||
|
%files extra -f kernel-extra.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
|
||||||
|
%package man
|
||||||
|
Summary: The collection of man pages generated by the kmsg script.
|
||||||
|
Group: System/Kernel
|
||||||
|
|
||||||
|
%description man
|
||||||
|
This package includes the man pages that have been generated from the
|
||||||
|
kmsg message documentation comments.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files man
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/share/man/man9/*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files necessary for building kernel modules
|
||||||
|
Group: Development/Sources
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-devel = %version-%source_rel
|
||||||
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains files necessary for building kernel modules (and
|
||||||
|
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%if %CONFIG_MODULES == "y"
|
||||||
|
|
||||||
|
%pre devel -f devel-pre.sh
|
||||||
|
|
||||||
|
%post devel -f devel-post.sh
|
||||||
|
|
||||||
|
%files devel -f kernel-devel.files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %obj_install_dir
|
||||||
|
%dir %obj_install_dir/%cpu_arch
|
||||||
|
%dir /usr/src/linux-obj
|
||||||
|
%dir /usr/src/linux-obj/%cpu_arch
|
||||||
|
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
%obj_install_dir/%cpu_arch_flavor
|
||||||
|
%if %kmp_target_cpu != %cpu_arch
|
||||||
|
%obj_install_dir/%kmp_target_cpu
|
||||||
|
/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel-debuginfo
|
||||||
|
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||||
|
Summary: Debug information for package %name-devel
|
||||||
|
Group: Development/Debug
|
||||||
|
|
||||||
|
%description devel-debuginfo
|
||||||
|
Debug information for package %name-devel
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
|
%changelog
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
25676
kernel-u8500.changes
Normal file
25676
kernel-u8500.changes
Normal file
File diff suppressed because it is too large
Load Diff
945
kernel-u8500.spec
Normal file
945
kernel-u8500.spec
Normal file
@ -0,0 +1,945 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kernel-u8500
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
%define srcversion 3.4-rc6
|
||||||
|
%define patchversion 3.4.0-rc6
|
||||||
|
%define variant %{nil}
|
||||||
|
%define vanilla_only 0
|
||||||
|
|
||||||
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
|
%define build_flavor u8500
|
||||||
|
%define build_default (%build_flavor == "default")
|
||||||
|
%define build_kdump (%build_flavor == "kdump")
|
||||||
|
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||||
|
%define build_vanilla (%build_flavor == "vanilla")
|
||||||
|
%define build_ps3 (%build_flavor == "ps3")
|
||||||
|
|
||||||
|
%define build_src_dir %my_builddir/linux-%srcversion
|
||||||
|
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||||
|
%define obj_install_dir %src_install_dir-obj
|
||||||
|
%define rpm_install_dir %buildroot%obj_install_dir
|
||||||
|
%define kernel_build_dir %my_builddir/linux-obj
|
||||||
|
|
||||||
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh,try-disable-staging-driver})
|
||||||
|
|
||||||
|
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||||
|
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||||
|
# defining them all at once.)
|
||||||
|
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||||
|
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||||
|
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||||
|
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||||
|
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
%define install_vdso 1
|
||||||
|
%else
|
||||||
|
%define install_vdso 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: kernel-u8500
|
||||||
|
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||||
|
Version: 3.4.rc6
|
||||||
|
Release: 0
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
BuildRequires: coreutils module-init-tools sparse
|
||||||
|
BuildRequires: fdupes
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
|
Provides: %name = %version-%source_rel
|
||||||
|
%if %split_base
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||||
|
Obsoletes: %name-base <= 2.6.31
|
||||||
|
%endif
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
|
||||||
|
Requires(post): module-init-tools >= 3.4
|
||||||
|
# This Requires is wrong, because the post/postun scripts have a
|
||||||
|
# test -x update-bootloader, 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. Likewise, this is true for mkinitrd.
|
||||||
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
|
# able to handle this
|
||||||
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
|
# Remove some packages that are installed automatically by the build system,
|
||||||
|
# but are not needed to build the kernel
|
||||||
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
|
||||||
|
%ifarch ia64
|
||||||
|
# arch/ia64/scripts/unwcheck.py
|
||||||
|
BuildRequires: python
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%if %build_vanilla && 0%{?suse_version} < 1130
|
||||||
|
BuildRequires: dwarfextract
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
BuildRequires: u-boot-tools
|
||||||
|
%endif
|
||||||
|
%if %build_xen
|
||||||
|
%ifarch %ix86
|
||||||
|
%if %build_flavor != "ec2"
|
||||||
|
Provides: kernel-xenpae = %version
|
||||||
|
Obsoletes: kernel-xenpae < %version
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
#!BuildIgnore: xen
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Provides: %name-nongpl = %version
|
||||||
|
Obsoletes: %name-nongpl < %version
|
||||||
|
%if %build_vanilla
|
||||||
|
# force bzip2 instead of lzma compression to allow install on older dist versions
|
||||||
|
%define _binary_payload w9.bzdio
|
||||||
|
%endif
|
||||||
|
# dead network if installed on SLES10, otherwise it will work (mostly)
|
||||||
|
Conflicts: sysfsutils < 2.0
|
||||||
|
%if ! %build_vanilla
|
||||||
|
Conflicts: apparmor-profiles <= 2.1
|
||||||
|
Conflicts: apparmor-parser < 2.3
|
||||||
|
# root-lvm only works with newer udevs
|
||||||
|
Conflicts: udev < 118
|
||||||
|
Conflicts: lvm2 < 2.02.33
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||||
|
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
|
||||||
|
Source34: check-supported-list
|
||||||
|
Source35: group-source-files.pl
|
||||||
|
Source37: README.SUSE
|
||||||
|
Source38: README.KSYMS
|
||||||
|
Source39: config-options.changes.txt
|
||||||
|
Source40: source-timestamp
|
||||||
|
Source44: find-provides
|
||||||
|
Source45: split-modules
|
||||||
|
Source46: 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
|
||||||
|
Source60: config.sh
|
||||||
|
Source61: compute-PATCHVERSION.sh
|
||||||
|
Source62: old-packages.conf
|
||||||
|
Source63: arch-symbols
|
||||||
|
Source64: package-descriptions
|
||||||
|
Source65: kernel-spec-macros
|
||||||
|
Source66: configtool.pl
|
||||||
|
Source67: log.sh
|
||||||
|
Source68: host-memcpy-hack.h
|
||||||
|
Source69: try-disable-staging-driver
|
||||||
|
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
|
||||||
|
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.trace.tar.bz2
|
||||||
|
Source113: patches.kabi.tar.bz2
|
||||||
|
Source120: kabi.tar.bz2
|
||||||
|
Source121: sysctl.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExclusiveArch: armv7l
|
||||||
|
%define kmp_target_cpu %_target_cpu
|
||||||
|
%ifarch %ix86
|
||||||
|
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||||
|
%if ! %build_default
|
||||||
|
BuildArch: i686
|
||||||
|
# KMPs are always built as i586, because rpm does not allow to build
|
||||||
|
# subpackages for different architectures. Therefore, we change the
|
||||||
|
# /usr/src/linux-obj/<arch> symlink to i586.
|
||||||
|
%define kmp_target_cpu i586
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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: 120
|
||||||
|
NoSource: 121
|
||||||
|
|
||||||
|
# The following KMPs have been integrated into the kernel package,
|
||||||
|
# grouped by the last product that contained them.
|
||||||
|
# sles10 / 10.3
|
||||||
|
Obsoletes: iwlwifi-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlwifi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ipw3945-kmp-%build_flavor < %version
|
||||||
|
Provides: ipw3945-kmp-%build_flavor = %version
|
||||||
|
# sles10 / 11.0
|
||||||
|
Obsoletes: uvcvideo-kmp-%build_flavor < %version
|
||||||
|
Provides: uvcvideo-kmp-%build_flavor = %version
|
||||||
|
# 11.0
|
||||||
|
Obsoletes: atl2-kmp-%build_flavor < %version
|
||||||
|
Provides: atl2-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: at76_usb-kmp-%build_flavor < %version
|
||||||
|
Provides: at76_usb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: btusb-kmp-%build_flavor < %version
|
||||||
|
Provides: btusb-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: et131x-kmp-%build_flavor < %version
|
||||||
|
Provides: et131x-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: ivtv-kmp-%build_flavor < %version
|
||||||
|
Provides: ivtv-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: pcc-acpi-kmp-%build_flavor < %version
|
||||||
|
Provides: pcc-acpi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: wlan-ng-kmp-%build_flavor < %version
|
||||||
|
Provides: wlan-ng-kmp-%build_flavor = %version
|
||||||
|
# sle11-ga
|
||||||
|
Obsoletes: brocade-bfa-kmp-%build_flavor < %version
|
||||||
|
Provides: brocade-bfa-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: enic-kmp-%build_flavor < %version
|
||||||
|
Provides: enic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: fnic-kmp-%build_flavor < %version
|
||||||
|
Provides: fnic-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor < %version
|
||||||
|
Provides: iwlagn-2-6-27-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: kvm-kmp-%build_flavor < %version
|
||||||
|
Provides: kvm-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: msi-wmi-kmp-%build_flavor < %version
|
||||||
|
Provides: msi-wmi-kmp-%build_flavor = %version
|
||||||
|
Obsoletes: perfmon-kmp-%build_flavor < %version
|
||||||
|
Provides: perfmon-kmp-%build_flavor = %version
|
||||||
|
# sle11
|
||||||
|
Obsoletes: ocfs2-kmp-%build_flavor < %version
|
||||||
|
Provides: ocfs2-kmp-%build_flavor = %version
|
||||||
|
# 11.1
|
||||||
|
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
|
||||||
|
Provides: quickcam-kmp-%build_flavor = 0.6.7
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
%description
|
||||||
|
The standard kernel for ST-Ericsson's Nova SoC, as found in
|
||||||
|
devices like the Snowball.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%prep
|
||||||
|
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
|
||||||
|
echo "The %name-%version.nosrc.rpm package does not contain the" \
|
||||||
|
"complete sources. Please install kernel-source-%version.src.rpm."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
SYMBOLS=
|
||||||
|
if test -e %_sourcedir/extra-symbols; then
|
||||||
|
SYMBOLS=$(cat %_sourcedir/extra-symbols)
|
||||||
|
echo "extra symbol(s):" $SYMBOLS
|
||||||
|
fi
|
||||||
|
|
||||||
|
# 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 121
|
||||||
|
|
||||||
|
mkdir -p %kernel_build_dir
|
||||||
|
|
||||||
|
supported_conf() {
|
||||||
|
%_sourcedir/guards $* < %_sourcedir/supported.conf | \
|
||||||
|
sed 's,.*/,,; s,\.ko$,,' | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Generate the list of modules to be marked as supported
|
||||||
|
{ supported_conf base
|
||||||
|
supported_conf --default=0 external | sed 's/$/ external/'
|
||||||
|
} > %kernel_build_dir/Module.supported
|
||||||
|
supported_conf --default=0 base >%kernel_build_dir/Module.base
|
||||||
|
|
||||||
|
cd linux-%srcversion
|
||||||
|
|
||||||
|
%_sourcedir/apply-patches \
|
||||||
|
%if %{build_vanilla}
|
||||||
|
--vanilla \
|
||||||
|
%endif
|
||||||
|
%_sourcedir/series.conf .. $SYMBOLS
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||||
|
# the commit hash.
|
||||||
|
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||||
|
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||||
|
cat > .kernel-binary.spec.buildenv <<EOF
|
||||||
|
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||||
|
export KBUILD_VERBOSE=0
|
||||||
|
export KBUILD_SYMTYPES=1
|
||||||
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
|
export HOST_EXTRACFLAGS="-include %_sourcedir/host-memcpy-hack.h"
|
||||||
|
EOF
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
if [ -f %_sourcedir/localversion ] ; then
|
||||||
|
cat %_sourcedir/localversion > localversion
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -e ../config.addon/%cpu_arch_flavor; then
|
||||||
|
# FIXME: config.addon doesn't affect the %CONFIG_ macros defined at
|
||||||
|
# the top of the specfile
|
||||||
|
%_sourcedir/configtool.pl ../config{,.addon}/%cpu_arch_flavor >.config
|
||||||
|
else
|
||||||
|
cp ../config/%cpu_arch_flavor .config
|
||||||
|
fi
|
||||||
|
%build_src_dir/scripts/config \
|
||||||
|
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
|
||||||
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||||
|
%else
|
||||||
|
--disable CONFIG_DEBUG_INFO
|
||||||
|
%endif
|
||||||
|
|
||||||
|
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||||
|
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||||
|
yes '' | make oldconfig $MAKE_ARGS
|
||||||
|
else
|
||||||
|
cp .config .config.orig
|
||||||
|
make silentoldconfig $MAKE_ARGS < /dev/null
|
||||||
|
%_sourcedir/check-for-config-changes .config.orig .config
|
||||||
|
rm .config.orig
|
||||||
|
fi
|
||||||
|
|
||||||
|
make prepare $MAKE_ARGS
|
||||||
|
make scripts $MAKE_ARGS
|
||||||
|
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||||
|
|
||||||
|
if [ "$krel" != "%kernelrelease-%build_flavor" ]; then
|
||||||
|
echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
make clean $MAKE_ARGS
|
||||||
|
|
||||||
|
rm -f source
|
||||||
|
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd %kernel_build_dir
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
|
# create *.symref files in the tree
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then
|
||||||
|
%_sourcedir/modversions --unpack . < $_
|
||||||
|
fi
|
||||||
|
|
||||||
|
# The %{_smp_mflags} macro is defined to a number, make will spawn that many jobs.
|
||||||
|
# There are several ways how to define it:
|
||||||
|
# If you are using the build script:
|
||||||
|
# build --jobs=N kernel-$flavor.spec
|
||||||
|
# With plain rpmbuild:
|
||||||
|
# rpmbuild -ba --define 'jobs N' kernel-$flavor.spec
|
||||||
|
# To spawn as many jobs as there are cpu cores:
|
||||||
|
# rpmbuild -ba --define "%_smp_mflags -j 0$(grep -Ec 'cpu[0-9]' /proc/stat)" \
|
||||||
|
# kernel-$flavor.spec
|
||||||
|
# You can also set this permanently in ~/.rpmmacros:
|
||||||
|
# %_smp_mflags -j 0%(grep -Ec 'cpu[0-9]' /proc/stat)
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
chmod +x ../linux-%srcversion/scripts/kmsg-doc
|
||||||
|
MAKE_ARGS="$MAKE_ARGS D=2"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
|
||||||
|
| tee buildlog
|
||||||
|
if test "${PIPESTATUS[0]}" -eq 0; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
# In the linux-next and vanilla branches, we try harder to build a
|
||||||
|
# package.
|
||||||
|
if test 0%vanilla_only -gt 0 &&
|
||||||
|
%_sourcedir/try-disable-staging-driver buildlog; then
|
||||||
|
echo "Retrying make"
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
%install
|
||||||
|
|
||||||
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
export NO_BRP_STRIP_DEBUG=true
|
||||||
|
export STRIP_KEEP_SYMTAB='*/vmlinux-*'
|
||||||
|
|
||||||
|
# /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the
|
||||||
|
# kernel-devel package is installed. Don't check for stale symlinks
|
||||||
|
# in the brp-symlink check:
|
||||||
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
|
|
||||||
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
mkdir -p %buildroot/boot
|
||||||
|
# (Could strip out non-public symbols.)
|
||||||
|
cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor
|
||||||
|
|
||||||
|
add_vmlinux()
|
||||||
|
{
|
||||||
|
local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor compressed=false
|
||||||
|
|
||||||
|
if test $1 == "--compressed"; then
|
||||||
|
compressed=true
|
||||||
|
fi
|
||||||
|
cp vmlinux %buildroot/$vmlinux
|
||||||
|
>%my_builddir/vmlinux.debug.files
|
||||||
|
%if 0%{?__debug_package:1}
|
||||||
|
if $compressed; then
|
||||||
|
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
|
||||||
|
mkdir -p $(dirname %buildroot/$vmlinux_debug)
|
||||||
|
/usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \
|
||||||
|
-l vmlinux.sourcefiles %buildroot/$vmlinux
|
||||||
|
# FIXME: create and package build-id symlinks
|
||||||
|
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 | grep -Ezv "<(built-in|stdin)>" \
|
||||||
|
| ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug )
|
||||||
|
find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755
|
||||||
|
find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644
|
||||||
|
echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files
|
||||||
|
else
|
||||||
|
# make vmlinux executable so that find-debuginfo.sh picks it up
|
||||||
|
# (TODO: fix find-debuginfo.sh instead)
|
||||||
|
chmod +x %buildroot/$vmlinux
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
if $compressed; then
|
||||||
|
gzip -n -9 %buildroot/$vmlinux
|
||||||
|
chmod a-x %buildroot/$vmlinux.gz
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
%if %build_kdump
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%else
|
||||||
|
|
||||||
|
# architecture specifics
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
%if %build_xen
|
||||||
|
image=vmlinuz
|
||||||
|
%else
|
||||||
|
image=bzImage
|
||||||
|
%endif
|
||||||
|
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch alpha
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
add_vmlinux
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch ia64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \
|
||||||
|
%buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinuz
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
add_vmlinux --compressed
|
||||||
|
cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor
|
||||||
|
image=image
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)"; then
|
||||||
|
dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
mkdir -p %buildroot/usr/share/man/man9
|
||||||
|
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%ifarch sparc64
|
||||||
|
add_vmlinux --compressed
|
||||||
|
image=zImage
|
||||||
|
cp -p arch/sparc/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||||
|
image=vmlinux
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
add_vmlinux --compressed
|
||||||
|
# quickly compile uImage so we have something to boot from
|
||||||
|
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||||
|
image=uImage
|
||||||
|
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# end of build_kdump
|
||||||
|
%endif
|
||||||
|
|
||||||
|
for sub in '-base' '' '-extra'; do
|
||||||
|
case "$sub" in
|
||||||
|
'-base' | '') base_package=1 ;;
|
||||||
|
*) base_package=0 ;;
|
||||||
|
esac
|
||||||
|
for script in preun postun pre post devel-pre devel-post; do
|
||||||
|
sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
|
||||||
|
-e "s:@IMAGE@:$image:g" \
|
||||||
|
-e "s:@FLAVOR""@:%build_flavor:g" \
|
||||||
|
-e "s:@SUBPACKAGE@:%name$sub:g" \
|
||||||
|
-e "s:@BASE_PACKAGE@:$base_package:g" \
|
||||||
|
-e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \
|
||||||
|
-e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \
|
||||||
|
-e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \
|
||||||
|
-e "s:@SRCVARIANT@:%variant:g" \
|
||||||
|
%_sourcedir/$script.sh > %my_builddir/$script$sub.sh
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
|
||||||
|
# keep this -suffix list in sync with post.sh and postun.sh
|
||||||
|
suffix=-%build_flavor
|
||||||
|
%endif
|
||||||
|
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||||
|
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||||
|
|
||||||
|
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||||
|
sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor
|
||||||
|
for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do
|
||||||
|
if [ -f "$file" ]; then
|
||||||
|
cat "$file"
|
||||||
|
fi
|
||||||
|
done | sed '1i # Generated file - do not edit.' >$sysctl_file
|
||||||
|
if [ ! -s $sysctl_file ]; then
|
||||||
|
rm $sysctl_file
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %install_vdso
|
||||||
|
# Install the unstripped vdso's that are linked in the kernel image
|
||||||
|
make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# 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-%build_flavor \
|
||||||
|
bs=1024 seek=2047 count=1
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch
|
||||||
|
ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
|
||||||
|
gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz
|
||||||
|
|
||||||
|
make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot
|
||||||
|
|
||||||
|
if ! %_sourcedir/check-supported-list \
|
||||||
|
%_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then
|
||||||
|
%if %supported_modules_check
|
||||||
|
exit 1
|
||||||
|
%endif
|
||||||
|
echo "Consistency check error: please update supported.conf."
|
||||||
|
fi
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
if test -e arch/s390/boot/kerntypes.o; then
|
||||||
|
:
|
||||||
|
elif test -x "$(which dwarfextract 2>/dev/null)" -a \
|
||||||
|
-f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then
|
||||||
|
find %buildroot -name "*.ko" > kofiles.list
|
||||||
|
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
# so that kernel-devel + kernel-%build_flavor is sufficient for building
|
||||||
|
# modules that have modversions as well.
|
||||||
|
mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor
|
||||||
|
|
||||||
|
# Table of types used in exported symbols (for modversion debugging).
|
||||||
|
%_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then
|
||||||
|
gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
else
|
||||||
|
rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor
|
||||||
|
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.
|
||||||
|
if [ ! -e %rpm_install_dir/%kmp_target_cpu ]; then
|
||||||
|
ln -sf %cpu_arch %rpm_install_dir/%kmp_target_cpu
|
||||||
|
ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
fi
|
||||||
|
|
||||||
|
# We were building in %my_builddir/linux-%srcversion, but the sources will
|
||||||
|
# later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the
|
||||||
|
# build symlink.
|
||||||
|
rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build}
|
||||||
|
ln -s %src_install_dir \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/source
|
||||||
|
ln -s %obj_install_dir/%cpu_arch/%build_flavor \
|
||||||
|
%buildroot/lib/modules/%kernelrelease-%build_flavor/build
|
||||||
|
|
||||||
|
# Abort if there are any undefined symbols
|
||||||
|
msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \
|
||||||
|
-b %buildroot -ae %kernelrelease-%build_flavor 2>&1)"
|
||||||
|
if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
%_sourcedir/split-modules -d %buildroot \
|
||||||
|
-o %my_builddir \
|
||||||
|
-b %kernel_build_dir/Module.base \
|
||||||
|
%if ! %supported_modules_check
|
||||||
|
-i \
|
||||||
|
%endif
|
||||||
|
-s %kernel_build_dir/Module.supported
|
||||||
|
%if ! %split_extra
|
||||||
|
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%else
|
||||||
|
( cd %buildroot
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'
|
||||||
|
) > %my_builddir/base-modules
|
||||||
|
%endif
|
||||||
|
|
||||||
|
res=0
|
||||||
|
if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then
|
||||||
|
# check for kabi changes
|
||||||
|
%_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \
|
||||||
|
%my_builddir/kabi/%cpu_arch/symvers-%build_flavor \
|
||||||
|
Module.symvers || res=$?
|
||||||
|
fi
|
||||||
|
if [ $res -ne 0 ]; then
|
||||||
|
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -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
|
||||||
|
fi
|
||||||
|
|
||||||
|
# arch/powerpc/lib/crtsavres.o is required for building external
|
||||||
|
# modules on powerpc
|
||||||
|
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
|
||||||
|
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
|
||||||
|
fi
|
||||||
|
|
||||||
|
tar -cf - -T %my_builddir/obj-files | \
|
||||||
|
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
|
# bnc#507084
|
||||||
|
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||||
|
while read f; do
|
||||||
|
case "$(file -b "$f")" in
|
||||||
|
ELF\ *\ executable*)
|
||||||
|
strip "$f"
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
# Replace the absolute with a relative path
|
||||||
|
sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \
|
||||||
|
%rpm_install_dir/%cpu_arch_flavor/Makefile
|
||||||
|
fi
|
||||||
|
|
||||||
|
add_dirs_to_filelist() {
|
||||||
|
sed -rn '
|
||||||
|
# print file name
|
||||||
|
p
|
||||||
|
# remove filelist macros
|
||||||
|
s:%%[a-z]+(\([^)]+\))? ?::g
|
||||||
|
# add %%dir prefix
|
||||||
|
s:^:%%dir :
|
||||||
|
# print all parents
|
||||||
|
:a
|
||||||
|
# skip directories owned by other packages
|
||||||
|
s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$::
|
||||||
|
s:/[^/]+$::p
|
||||||
|
ta
|
||||||
|
' "$@" | sort -u
|
||||||
|
}
|
||||||
|
|
||||||
|
# Collect the file lists.
|
||||||
|
shopt -s nullglob
|
||||||
|
> %my_builddir/kernel-devel.files
|
||||||
|
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||||
|
f=${file##%buildroot}
|
||||||
|
echo "$f" >> %my_builddir/kernel-devel.files
|
||||||
|
done
|
||||||
|
|
||||||
|
{ cd %buildroot
|
||||||
|
find boot \
|
||||||
|
\( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \
|
||||||
|
-type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \
|
||||||
|
-type f -printf '/%%p\n'
|
||||||
|
|
||||||
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
|
# the file gets removed when uninstalling the kernel.
|
||||||
|
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
||||||
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
||||||
|
|
||||||
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
\( -path '*/modules.*' ! -path '*/modules.order' \
|
||||||
|
! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \
|
||||||
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
|
cat %my_builddir/base-modules
|
||||||
|
fi
|
||||||
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
|
-type d -o \
|
||||||
|
-printf '/%%p\n'
|
||||||
|
if [ -e .%_docdir/%name ]; then
|
||||||
|
echo "%%doc %_docdir/%name"
|
||||||
|
fi
|
||||||
|
} | sort -u >%my_builddir/tmp
|
||||||
|
cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \
|
||||||
|
add_dirs_to_filelist >%my_builddir/kernel-base.files
|
||||||
|
rm %my_builddir/tmp
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
add_dirs_to_filelist %my_builddir/{kernel-base.files,main-modules} \
|
||||||
|
> %my_builddir/kernel-main.files
|
||||||
|
%endif
|
||||||
|
%if %split_extra
|
||||||
|
add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Hardlink duplicate files automatically (from package fdupes): It doesn't save
|
||||||
|
# much, but it keeps rpmlint from breaking the package build. Note that we skip
|
||||||
|
# /usr/src/linux-obj intentionally, to not accidentally break timestamps there
|
||||||
|
%fdupes $RPM_BUILD_ROOT/lib
|
||||||
|
|
||||||
|
%preun -f preun.sh
|
||||||
|
|
||||||
|
%postun -f postun.sh
|
||||||
|
|
||||||
|
%pre -f pre.sh
|
||||||
|
|
||||||
|
%post -f post.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files -f kernel-main.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%else
|
||||||
|
|
||||||
|
%files -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package base
|
||||||
|
Summary: Kernel for ST-Ericsson's Nova SoC - base modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: kernel-base = %version-%source_rel
|
||||||
|
Conflicts: %name = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description base
|
||||||
|
The standard kernel for ST-Ericsson's Nova SoC, as found in
|
||||||
|
devices like the Snowball.
|
||||||
|
|
||||||
|
This package contains only the base modules, required in all installs.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun base -f preun-base.sh
|
||||||
|
|
||||||
|
%postun base -f postun-base.sh
|
||||||
|
|
||||||
|
%pre base -f pre-base.sh
|
||||||
|
|
||||||
|
%post base -f post-base.sh
|
||||||
|
|
||||||
|
%if %split_base
|
||||||
|
|
||||||
|
%files base -f kernel-base.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package extra
|
||||||
|
Summary: Kernel for ST-Ericsson's Nova SoC - Unsupported kernel modules
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: http://www.kernel.org/
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-extra_%_target_cpu = %version-%release
|
||||||
|
Provides: kernel-extra = %version-%source_rel
|
||||||
|
Requires: %{name}_%_target_cpu = %version-%release
|
||||||
|
Requires(pre): coreutils awk
|
||||||
|
Requires(post): module-init-tools
|
||||||
|
Requires(post): perl-Bootloader
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
|
%ifarch %ix86
|
||||||
|
Conflicts: libc.so.6()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description extra
|
||||||
|
The standard kernel for ST-Ericsson's Nova SoC, as found in
|
||||||
|
devices like the Snowball.
|
||||||
|
|
||||||
|
This package contains additional modules not supported by Novell.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%preun extra -f preun-extra.sh
|
||||||
|
|
||||||
|
%postun extra -f postun-extra.sh
|
||||||
|
|
||||||
|
%pre extra -f pre-extra.sh
|
||||||
|
|
||||||
|
%post extra -f post-extra.sh
|
||||||
|
|
||||||
|
%if %split_extra
|
||||||
|
|
||||||
|
%files extra -f kernel-extra.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %CONFIG_KMSG_IDS == "y"
|
||||||
|
|
||||||
|
%package man
|
||||||
|
Summary: The collection of man pages generated by the kmsg script.
|
||||||
|
Group: System/Kernel
|
||||||
|
|
||||||
|
%description man
|
||||||
|
This package includes the man pages that have been generated from the
|
||||||
|
kmsg message documentation comments.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files man
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/share/man/man9/*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files necessary for building kernel modules
|
||||||
|
Group: Development/Sources
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
Provides: %name-devel = %version-%source_rel
|
||||||
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains files necessary for building kernel modules (and
|
||||||
|
kernel module packages) against the %build_flavor flavor of the kernel.
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%if %CONFIG_MODULES == "y"
|
||||||
|
|
||||||
|
%pre devel -f devel-pre.sh
|
||||||
|
|
||||||
|
%post devel -f devel-post.sh
|
||||||
|
|
||||||
|
%files devel -f kernel-devel.files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %obj_install_dir
|
||||||
|
%dir %obj_install_dir/%cpu_arch
|
||||||
|
%dir /usr/src/linux-obj
|
||||||
|
%dir /usr/src/linux-obj/%cpu_arch
|
||||||
|
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||||
|
%obj_install_dir/%cpu_arch_flavor
|
||||||
|
%if %kmp_target_cpu != %cpu_arch
|
||||||
|
%obj_install_dir/%kmp_target_cpu
|
||||||
|
/usr/src/linux-obj/%kmp_target_cpu
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%package devel-debuginfo
|
||||||
|
# rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz
|
||||||
|
Summary: Debug information for package %name-devel
|
||||||
|
Group: Development/Debug
|
||||||
|
|
||||||
|
%description devel-debuginfo
|
||||||
|
Debug information for package %name-devel
|
||||||
|
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
|
%changelog
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +1,224 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- geodefb: Depend on X86_32.
|
||||||
|
Disables:
|
||||||
|
- CONFIG_FB_GEODE_GX1
|
||||||
|
- CONFIG_FB_GEODE_GX
|
||||||
|
- CONFIG_FB_GEODE_LX
|
||||||
|
- CONFIG_FB_GEODE
|
||||||
|
- commit 1f260fb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 16:17:25 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled testing config options on !debug
|
||||||
|
- CONFIG_CRYPTO_TEST
|
||||||
|
- CONFIG_DMATEST
|
||||||
|
- CONFIG_RTC_DRV_TEST
|
||||||
|
- commit d7c9a65
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 14:11:30 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update ARM configs
|
||||||
|
- commit aac8787
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 8 12:39:36 CEST 2012 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.4-rc6.
|
||||||
|
- commit 8ed7ef0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:21:30 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support. (Xen version)
|
||||||
|
- commit 1c19c30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:11:04 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- IA32 emulation: Fix build problem for modular ia32 a.out
|
||||||
|
support.
|
||||||
|
- commit ad06d7d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 19:54:14 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc6.
|
||||||
|
- Eliminated 2 patches.
|
||||||
|
- commit 749ea8f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 5 00:57:47 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled MMC_TEST (bnc#760077).
|
||||||
|
- commit c36bb06
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 4 23:17:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
|
||||||
|
- commit 94b5c35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 11:49:05 CEST 2012 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Update config/armv7l/omap2plus
|
||||||
|
- commit db627f7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:29:53 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
|
||||||
|
- commit e0eb735
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:40:55 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- omap-usb-host: include <plat/cpu.h>.
|
||||||
|
- commit 4d1394a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 16:34:34 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require distribution-release
|
||||||
|
during build.
|
||||||
|
- commit 3cd703f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:32:51 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
|
||||||
|
the grub entry has correct title (bnc#757565).
|
||||||
|
- commit 30145a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 22:39:54 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated and re-enabled armv7l.
|
||||||
|
Thanks to Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
- commit d5a693e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 08:29:36 CEST 2012 - neilb@suse.de
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Add CONFIG options for NFSv4v1 support.
|
||||||
|
bnc#730444
|
||||||
|
- commit bd05821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 04:09:51 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.4-rc5.
|
||||||
|
- commit e4e6b33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 15:55:37 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled more Moorestown/Medfield drivers.
|
||||||
|
Specific options disabled:
|
||||||
|
I2C_INTEL_MID
|
||||||
|
CONFIG_SFI
|
||||||
|
MTD_NAND_DENALI
|
||||||
|
SERIAL_MRST_MAX3110
|
||||||
|
DRM_GMA600
|
||||||
|
SPI_DW_MID_DMA
|
||||||
|
APDS9802ALS
|
||||||
|
- commit 9a9ecdf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:13:49 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled DECNet and ARCNet.
|
||||||
|
Specific config options disabled:
|
||||||
|
CONFIG_ARCNET
|
||||||
|
CONFIG_ARCNET_1051
|
||||||
|
CONFIG_ARCNET_1201
|
||||||
|
CONFIG_ARCNET_CAP
|
||||||
|
CONFIG_ARCNET_COM20020_CS
|
||||||
|
CONFIG_ARCNET_COM20020
|
||||||
|
CONFIG_ARCNET_COM20020_PCI
|
||||||
|
CONFIG_ARCNET_COM90xxIO
|
||||||
|
CONFIG_ARCNET_COM90xx
|
||||||
|
CONFIG_ARCNET_RAW
|
||||||
|
CONFIG_ARCNET_RIM_I
|
||||||
|
CONFIG_DECNET
|
||||||
|
CONFIG_DECNET_NF_GRABULATOR
|
||||||
|
- commit 272dd14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 19:05:57 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled embedded hardware on all architectures except armv7l.
|
||||||
|
Regulator drivers, except those needed by Via vx885/875 and OLPC
|
||||||
|
are disabled. IIO drivers are disabled. SPI drivers are disabled.
|
||||||
|
Drivers used only with Intel Medfield or Moorestown have been disabled.
|
||||||
|
Specific options disabled:
|
||||||
|
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
|
||||||
|
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
|
||||||
|
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
|
||||||
|
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
|
||||||
|
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
|
||||||
|
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
|
||||||
|
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
|
||||||
|
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
|
||||||
|
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
|
||||||
|
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
|
||||||
|
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
|
||||||
|
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
|
||||||
|
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
|
||||||
|
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
|
||||||
|
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
|
||||||
|
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
|
||||||
|
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
|
||||||
|
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
|
||||||
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
|
||||||
|
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
|
||||||
|
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
|
||||||
|
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
|
||||||
|
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
|
||||||
|
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
|
||||||
|
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
|
||||||
|
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
|
||||||
|
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
|
||||||
|
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
|
||||||
|
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
|
||||||
|
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
|
||||||
|
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
|
||||||
|
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
|
||||||
|
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
|
||||||
|
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
|
||||||
|
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
|
||||||
|
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
|
||||||
|
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
|
||||||
|
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
|
||||||
|
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
|
||||||
|
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
|
||||||
|
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
|
||||||
|
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
|
||||||
|
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
|
||||||
|
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
|
||||||
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
|
||||||
|
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
|
||||||
|
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
|
||||||
|
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
|
||||||
|
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
|
||||||
|
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
|
||||||
|
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
|
||||||
|
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
|
||||||
|
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
|
||||||
|
- commit 0f27f25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 17:42:23 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
|
||||||
|
- commit 43b6598
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
Wed Apr 25 21:38:34 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.4-rc4
|
%define srcversion 3.4-rc6
|
||||||
%define patchversion 3.4.0-rc4
|
%define patchversion 3.4.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.4.rc4
|
Version: 3.4.rc6
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -83,9 +83,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
|
# the grub entry has correct title (bnc#757565)
|
||||||
|
Requires(post): distribution-release
|
||||||
# Do not install p-b and mkinitrd for the install check, the %post script is
|
# Do not install p-b and mkinitrd for the install check, the %post script is
|
||||||
# able to handle this
|
# able to handle this
|
||||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# but are not needed to build the kernel
|
||||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:288ef4c15a176104f1274e9e815aab3564490eb1c8086efe94a3c7fbc73c6057
|
|
||||||
size 80182812
|
|
3
linux-3.4-rc6.tar.bz2
Normal file
3
linux-3.4-rc6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bd55a389cd4f36c264692bf322431487267e28ab9793fcfd0dabc98986b9606
|
||||||
|
size 80160909
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f40cf2e5bb426f03e8b22d891ab32ee3ed9a52de14a38ea09b826cf15ad00fb5
|
oid sha256:74afe51c3475136aecbbf07fe72bce9ad89c7c2d7fc3decfc6ee7b89d863044a
|
||||||
size 129
|
size 242
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7268383d0dd96706f356df1b842d48c2b5dfb43dc18f56519ea29c4bc138dc8c
|
oid sha256:35d110f2a1eb0ccc16ffa4e83979adc8b5500b93c349f3fb19416a275703edfb
|
||||||
size 6581
|
size 6761
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3fe4344bc68aa38d0c05209c28428719a127ffd6d8fbc1f571170fced64808d2
|
oid sha256:e7371b6c2e736d8c50739488390d99146fe7af047b0b7561a6cbf62dc92d20be
|
||||||
size 66496
|
size 67199
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:37d9485071e67413549494ed6915cb83c87e57de99bcb749a732d5fd926776ea
|
oid sha256:194a1583d503ab32254911987a7dbf0888daa158b6ac066cd3eb5081373710db
|
||||||
size 8123
|
size 8458
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:837ad310debe829597f604defb044c376b6b1e275c0c8945cac46ffef5027d6f
|
oid sha256:c6b76cd7cff720e5e0f98c421f6d6c47efebb263fe48c31bf7a7382a24c2d72a
|
||||||
size 21281
|
size 21942
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8f17122f387e72f1e0cb4acb99148e8363b2e0d5aeeef4543b5750be0e0f290e
|
oid sha256:cc9a4a63e03c8291dc299624e2a9aeffd89de89a922e6dd16e42d892604246b7
|
||||||
size 129
|
size 246
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
|
oid sha256:34329ac88a1121310e0e5ad61f1a91c1c707e38b389430dd159d5fc5c910f552
|
||||||
size 136
|
size 250
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2e86f169745ea6c3ff4443990499f338833d5c32346e99a3ad0fec9f735a0dfa
|
oid sha256:57a242dea05d686a0caab5d0947b428ddf4fd64e5c6ad05ac43f2e3930b71d03
|
||||||
size 4336
|
size 5550
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6a5f1b075a51886cf01e54334bddd9c8a8aa9494e87dcdf6f9a19a618e3594f4
|
oid sha256:d8fac2e4f9afacacb676d10a9d8c65b17fe2a540b2c27209c058d8c648070253
|
||||||
size 127
|
size 246
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5f4a6142a606baf0f4515fb0ac28014e2cb2e75841588610111057c9a48a18dd
|
oid sha256:27b4d93e065c8a12270da320b9a27a771807bf34869826862c1accc5c2ba3f4c
|
||||||
size 127747
|
size 129241
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bd54649991cae30e0821c52287c3b16425206921d2cb1835feb6918e73855563
|
oid sha256:003e113ed446096cb437d0485dc6727a99001c16721dbbb79a603021b964407a
|
||||||
size 131
|
size 246
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:917d963d8a6c05c6aaadd724dc3f1115d54a615d097e66d7fb40f7fc6c572ee6
|
oid sha256:5531441da43b83b57f590d68b59a7f783f8d6db5b2f621b936cc4eac2a40c218
|
||||||
size 2081606
|
size 2091992
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||||
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
|
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
|
||||||
patches.rpmify/pti-depends-on-x86-pci
|
patches.rpmify/pti-depends-on-x86-pci
|
||||||
|
patches.rpmify/ia32-emulation-fix-build-problem-for-modular-ia32-a-out-support
|
||||||
|
patches.rpmify/geode-depends-on-x86_32
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# kABI consistency patches
|
# kABI consistency patches
|
||||||
@ -374,7 +376,6 @@
|
|||||||
########################################################
|
########################################################
|
||||||
patches.fixes/tulip-quad-NIC-ifdown
|
patches.fixes/tulip-quad-NIC-ifdown
|
||||||
patches.drivers/ehea-modinfo.patch
|
patches.drivers/ehea-modinfo.patch
|
||||||
patches.fixes/dl2k-tighten-ioctl-permissions
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Wireless Networking
|
# Wireless Networking
|
||||||
@ -612,6 +613,9 @@
|
|||||||
patches.xen/xen3-patch-3.2
|
patches.xen/xen3-patch-3.2
|
||||||
patches.xen/xen3-patch-3.3
|
patches.xen/xen3-patch-3.3
|
||||||
patches.xen/xen3-patch-3.4-rc3
|
patches.xen/xen3-patch-3.4-rc3
|
||||||
|
patches.xen/xen3-patch-3.4-rc4-rc5
|
||||||
|
patches.xen/xen3-patch-3.4-rc5-rc6
|
||||||
|
patches.xen/xen3-ia32-emulation-fix-build-problem-for-modular-ia32-a-out-support
|
||||||
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||||
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||||
patches.xen/xen3-stack-unwind
|
patches.xen/xen3-stack-unwind
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2012-04-25 21:38:34 +0200
|
2012-05-09 16:46:42 +0200
|
||||||
GIT Revision: 8d002425303a432af8ceb2fd35be634c46fb6337
|
GIT Revision: 1f260fb273a5662350fd0682fc76a409d6421c02
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c486da73fb5a20a18ab975da3ff78a6c6c06165e0e16634606807364b170993b
|
oid sha256:915e5e8c5ddf3d615471024563cf58f20bf5fa778ab7fa76e677c4454ce19fc5
|
||||||
size 775
|
size 1079
|
||||||
|
Loading…
Reference in New Issue
Block a user