* [PATCH 0/1] signing-keys: add sstate task for do_export_public_keys
@ 2016-02-02 7:24 Chen Qi
2016-02-02 7:24 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2016-02-02 7:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit cf62c02acfd27caa276c5f4eb2aa7956b16ac1fb:
pth: Remove dead code (2016-02-01 17:16:01 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/signing-keys
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/signing-keys
Chen Qi (1):
signing-keys: add sstate task for do_export_public_keys
meta/recipes-core/meta/signing-keys.bb | 8 ++++++++
1 file changed, 8 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] signing-keys: add sstate task for do_export_public_keys
2016-02-02 7:24 [PATCH 0/1] signing-keys: add sstate task for do_export_public_keys Chen Qi
@ 2016-02-02 7:24 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2016-02-02 7:24 UTC (permalink / raw)
To: openembedded-core
Add sstate task for do_export_public_keys so that the installation of
extensible SDK does not fail.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/meta/signing-keys.bb | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-core/meta/signing-keys.bb
index d7aa79d..60f05cf 100644
--- a/meta/recipes-core/meta/signing-keys.bb
+++ b/meta/recipes-core/meta/signing-keys.bb
@@ -41,3 +41,11 @@ python do_export_public_keys () {
signer.export_pubkey(d.getVar('PACKAGE_FEED_GPG_PUBKEY', True))
}
addtask do_export_public_keys before do_build
+
+SSTATETASKS += "do_export_public_keys"
+do_export_public_keys[sstate-inputdirs] = ""
+do_export_public_keys[sstate-outputdirs] = ""
+python do_export_public_keys_setscene () {
+ sstate_setscene(d)
+}
+addtask do_export_public_keys_setscene
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-02 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 7:24 [PATCH 0/1] signing-keys: add sstate task for do_export_public_keys Chen Qi
2016-02-02 7:24 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox