Merge branch 'rperier-guest/linux-master'

This commit is contained in:
Ben Hutchings 2018-07-25 11:40:26 +08:00
commit cee76dcc13
6 changed files with 19 additions and 3 deletions

5
debian/changelog vendored
View File

@ -1,7 +1,12 @@
linux (4.18~rc5-1~exp2) UNRELEASED; urgency=medium
[ Uwe Kleine-König ]
* [arm64] enable RTC_DRV_PCF8563 for Odroid-C2
[ Romain Perier ]
* [armhf, arm64] add the rt featureset, which adds support for
PREEMPT_RT (Closes #719547)
-- Uwe Kleine-König <ukleinek@debian.org> Sat, 21 Jul 2018 16:52:01 +0200
linux (4.18~rc5-1~exp1) experimental; urgency=medium

View File

@ -2,6 +2,7 @@
kernel-arch: arm64
featuresets:
none
rt
[build]
debug-info: true

3
debian/config/arm64/rt/defines vendored Normal file
View File

@ -0,0 +1,3 @@
[base]
flavours:
arm64

View File

@ -1,7 +1,7 @@
[base]
flavours:
armmp
armmp-lpae
featuresets:
none
rt
kernel-arch: arm
[build]

4
debian/config/armhf/none/defines vendored Normal file
View File

@ -0,0 +1,4 @@
[base]
flavours:
armmp
armmp-lpae

3
debian/config/armhf/rt/defines vendored Normal file
View File

@ -0,0 +1,3 @@
[base]
flavours:
armmp