diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-01-12 11:40:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-22 22:05:59 +0000 |
commit | 3a2338607bdd84db5f164801b6c0016226559569 (patch) | |
tree | e75cd2ee92cac4e9a7f21e7f863ac693f1fa9787 /meta-yocto | |
parent | 30d0bbfb0194aaed4eeba720fdbd2da216f9ae2d (diff) | |
download | poky-3a2338607bdd84db5f164801b6c0016226559569.tar.gz |
meta-yocto/conf: Change default signature handler.
[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>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 | ||||
-rw-r--r-- | 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 1bf35b15a6..e4d7c1de91 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 | |||
65 | https://eula-downloads.yoctoproject.org/index.php \ | 65 | https://eula-downloads.yoctoproject.org/index.php \ |
66 | http://bugzilla.yoctoproject.org/report.cgi" | 66 | http://bugzilla.yoctoproject.org/report.cgi" |
67 | 67 | ||
68 | # Default hash policy for distro | ||
69 | BB_SIGNATURE_HANDLER ?= 'OEBasicHash' | ||
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index f0d1ba85f8..4ea2a6a19f 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -115,8 +115,12 @@ | |||
115 | #DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 115 | #DEFAULTTUNE_virtclass-multilib-lib32 = "x86" |
116 | 116 | ||
117 | # The network based PR service host and port | 117 | # The network based PR service host and port |
118 | # Uncomment the following lines to enable PRservice. | ||
119 | # Set PRSERV_HOST to 'localhost' and PRSERV_PORT to '0' to automatically | ||
120 | # start local PRService. | ||
121 | # Set to other values to use remote PRService. | ||
118 | #PRSERV_HOST = "localhost" | 122 | #PRSERV_HOST = "localhost" |
119 | #PRSERV_PORT = "8585" | 123 | #PRSERV_PORT = "0" |
120 | 124 | ||
121 | # Additional image generation features | 125 | # Additional image generation features |
122 | # | 126 | # |