[arm64] add the rt featureset, which adds support for PREEMPT_RT (Closes #719547)

This adds support for PREEMPT_RT by adding the rt featureset. Like for
the none featureset, we have a single flavour that is "arm64".
This commit is contained in:
Romain Perier 2018-07-19 21:25:36 +02:00
parent cdfce2601e
commit 497ccc0811
3 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -4,8 +4,8 @@ linux (4.18~rc5-1~exp2) UNRELEASED; urgency=medium
* [arm64] enable RTC_DRV_PCF8563 for Odroid-C2
[ Romain Perier ]
* [armhf] add the rt featureset, which adds support for PREEMPT_RT
(Closes #719547)
* [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

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