diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-18 22:05:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-19 23:02:01 +0000 |
commit | 68c7113a746694e25df2ac5d86171ed96b7c2e94 (patch) | |
tree | 84204741fb1ac5248f1cc72f618e4826819c163f /meta-yocto/conf | |
parent | 0916235adf36f5c7d3d4b2f613ef9ff8b690f983 (diff) | |
download | poky-68c7113a746694e25df2ac5d86171ed96b7c2e94.tar.gz |
poky.conf: Delete BB_SIGNATURE_HANDLER settings
'OEBasicHash' is default in OE-Core, this setting can be leverages from
core defaults
(From meta-yocto rev: 85cb681b15665cd85ef1ed0a44102c54769293b2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index e62ad4dd5f..39419d5de5 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -85,9 +85,6 @@ SANITY_TESTED_DISTROS ?= " \ | |||
85 | Debian-8.* \n \ | 85 | Debian-8.* \n \ |
86 | openSUSE-project-13.2 \n \ | 86 | openSUSE-project-13.2 \n \ |
87 | " | 87 | " |
88 | |||
89 | # Default hash policy for distro | ||
90 | BB_SIGNATURE_HANDLER ?= 'OEBasicHash' | ||
91 | # | 88 | # |
92 | # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in | 89 | # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in |
93 | # an incompatible way. Such changes should usually be detailed in the commit | 90 | # an incompatible way. Such changes should usually be detailed in the commit |