Searched hist:"3 ee550f12c1529a023f71c9b5becb3351911047b" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/certs/ |
H A D | Makefile | 3ee550f12c1529a023f71c9b5becb3351911047b Fri Aug 14 10:17:16 CDT 2015 David Woodhouse <David.Woodhouse@intel.com> modsign: Handle signing key in source tree
Since commit 1329e8cc69 ("modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed"), the build system has carefully coped with the signing key being specified as a relative path in either the source or or the build trees.
However, the actual signing of modules has not worked if the filename is relative to the source tree.
Fix that by moving the config_filename helper into scripts/Kbuild.include so that it can be used from elsewhere, and then using it in the top-level Makefile to find the signing key file.
Kill the intermediate $(MODPUBKEY) and $(MODSECKEY) variables too, while we're at it. There's no need for them.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David Howells <dhowells@redhat.com>
|
/openbmc/linux/scripts/ |
H A D | Kbuild.include | 3ee550f12c1529a023f71c9b5becb3351911047b Fri Aug 14 10:17:16 CDT 2015 David Woodhouse <David.Woodhouse@intel.com> modsign: Handle signing key in source tree
Since commit 1329e8cc69 ("modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed"), the build system has carefully coped with the signing key being specified as a relative path in either the source or or the build trees.
However, the actual signing of modules has not worked if the filename is relative to the source tree.
Fix that by moving the config_filename helper into scripts/Kbuild.include so that it can be used from elsewhere, and then using it in the top-level Makefile to find the signing key file.
Kill the intermediate $(MODPUBKEY) and $(MODSECKEY) variables too, while we're at it. There's no need for them.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David Howells <dhowells@redhat.com>
|
/openbmc/linux/ |
H A D | Makefile | 3ee550f12c1529a023f71c9b5becb3351911047b Fri Aug 14 10:17:16 CDT 2015 David Woodhouse <David.Woodhouse@intel.com> modsign: Handle signing key in source tree
Since commit 1329e8cc69 ("modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed"), the build system has carefully coped with the signing key being specified as a relative path in either the source or or the build trees.
However, the actual signing of modules has not worked if the filename is relative to the source tree.
Fix that by moving the config_filename helper into scripts/Kbuild.include so that it can be used from elsewhere, and then using it in the top-level Makefile to find the signing key file.
Kill the intermediate $(MODPUBKEY) and $(MODSECKEY) variables too, while we're at it. There's no need for them.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David Howells <dhowells@redhat.com>
|