[linux] 02/08: [rt] Override SYSTEM_TRUSTED_KEYS to work from the source_rt directory

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri May 27 13:53:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit ace08191f94b431aec7588acc1d8462923eb676f
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri May 27 01:52:59 2016 +0100

    [rt] Override SYSTEM_TRUSTED_KEYS to work from the source_rt directory
---
 debian/changelog                   | 1 +
 debian/config/featureset-rt/config | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 01a4c54..7d6ea49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ linux (4.6-1~exp2) UNRELEASED; urgency=medium
   * [tilegx] linux-libc-dev: Install <arch/*> headers in arch-specific
     directory (Closes: #823632; thanks to Helmut Grohne)
   * [rt] Update to 4.6-rc7-rt1 and re-enable
+    - Override SYSTEM_TRUSTED_KEYS to work from the source_rt directory
   * Fold debian/config/README into debian/README.source
   * debian/README.source: Rewrite and expand explanation of kernel config file
     construction
diff --git a/debian/config/featureset-rt/config b/debian/config/featureset-rt/config
index 07b7519..55c5513 100644
--- a/debian/config/featureset-rt/config
+++ b/debian/config/featureset-rt/config
@@ -4,3 +4,5 @@ CONFIG_SCHED_TRACER=y
 CONFIG_MISSED_TIMER_OFFSETS_HIST=y
 CONFIG_WAKEUP_LATENCY_HIST=y
 CONFIG_RCU_EXPERT=y
+#. Certificate paths are resolved relative to debian/build/source_rt
+CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/benh at debian.org.cert.pem"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list