diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-01-06 16:33:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 23:26:30 +0000 |
commit | afc0255f5a1d0b8d2b3a76d57d797c03edb48cf2 (patch) | |
tree | ae1616e58d559183b60a15424bd2cccdb81fa896 /meta/conf/bitbake.conf | |
parent | c8fef7fb2dec8dc8dc9756c8c4a1fc8bed89ceda (diff) | |
download | poky-afc0255f5a1d0b8d2b3a76d57d797c03edb48cf2.tar.gz |
bitbake.conf: remove 'stamp-base'
Remove 'stamp-base' from this file as this flag is no longer used.
[YOCTO #8468]
(From OE-Core rev: be6070e54f8fe3b530dce66623287403a50ac8a1)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fe6fff09a2..9760442377 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -802,7 +802,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ | |||
802 | lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \ | 802 | lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \ |
803 | file-checksums python func task export unexport noexec nostamp dirs cleandirs \ | 803 | file-checksums python func task export unexport noexec nostamp dirs cleandirs \ |
804 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ | 804 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ |
805 | recrdeptask nodeprrecs stamp-base stamp-extra-info sstate-outputdirs filename lineno" | 805 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno" |
806 | 806 | ||
807 | MLPREFIX ??= "" | 807 | MLPREFIX ??= "" |
808 | MULTILIB_VARIANTS ??= "" | 808 | MULTILIB_VARIANTS ??= "" |