]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto/conf: Change default signature handler.
authorLianhao Lu <lianhao.lu@intel.com>
Thu, 12 Jan 2012 03:40:29 +0000 (11:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Feb 2012 22:05:59 +0000 (22:05 +0000)
[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
meta-yocto/conf/local.conf.sample.extended

index 1bf35b15a693a4174c4f8645ba16cc5f4215ed97..e4d7c1de91c531a16b62a33899042aa3a4501ce1 100644 (file)
@@ -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 ?= 'OEBasicHash'
index f0d1ba85f877308eb80ac9f857eeecf736bd056a..4ea2a6a19f40f69df9f81b3ead0b4eb014f652b1 100644 (file)
 #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
 #