* [PATCH 0/1] Change default signature handler
@ 2012-01-12 6:37 Lianhao Lu
2012-01-12 6:37 ` [PATCH 1/1] meta-yocto/conf: " Lianhao Lu
0 siblings, 1 reply; 2+ messages in thread
From: Lianhao Lu @ 2012-01-12 6:37 UTC (permalink / raw)
To: yocto
Fixed bug #1555.
Changed the default handler to basic hash for poky distro. Also added some
descriptive comment in local.conf.extended.
The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0:
Richard Purdie (1):
multilib.conf: Clean up file and add missing entries for various dependencies
are available in the git repository at:
git://git.pokylinux.org/poky-contrib llu/bug1555
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug1555
Lianhao Lu (1):
meta-yocto/conf: Change default signature handler.
meta-yocto/conf/distro/poky.conf | 2 ++
meta-yocto/conf/local.conf.sample.extended | 6 +++++-
2 files changed, 7 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] meta-yocto/conf: Change default signature handler.
2012-01-12 6:37 [PATCH 0/1] Change default signature handler Lianhao Lu
@ 2012-01-12 6:37 ` Lianhao Lu
0 siblings, 0 replies; 2+ messages in thread
From: Lianhao Lu @ 2012-01-12 6:37 UTC (permalink / raw)
To: yocto
[YOCTO #1555]
1. Changed default signature handler to 'basichash' in poky.conf.
2. Added comment about PRservice settings in local.conf.extened.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 ++
meta-yocto/conf/local.conf.sample.extended | 6 +++++-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 86f9bf6..7ecf639 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -65,3 +65,5 @@ CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;proto
https://eula-downloads.yoctoproject.org/index.php \
http://bugzilla.yoctoproject.org/report.cgi"
+# Default hash policy for distro
+BB_SIGNATURE_HANDLER ?= 'basichash'
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index b901c5b..af86f42 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -115,8 +115,12 @@
#DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
# The network based PR service host and port
+# Uncomment the following lines to enable PRservice.
+# Set PRSERV_HOST to 'localhost' and PRSERV_PORT to '0' to automatically
+# start local PRService.
+# Set to other values to use remote PRService.
#PRSERV_HOST = "localhost"
-#PRSERV_PORT = "8585"
+#PRSERV_PORT = "0"
# Additional image generation features
#
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-12 6:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-12 6:37 [PATCH 0/1] Change default signature handler Lianhao Lu
2012-01-12 6:37 ` [PATCH 1/1] meta-yocto/conf: " Lianhao Lu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.