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

This adds support for PREEMPT_RT by adding two new featureset: none and
rt. For now the rt featureset supports armmp only, support for lpae
might be added later. the none featureset supports both flavours armmp
and armmp-lpae.
This commit is contained in:
Romain Perier 2018-07-19 20:13:33 +02:00
parent 2cc158bdb7
commit cdfce2601e
4 changed files with 15 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] 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

@ -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