]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: change config symlink name to .config.new
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 16 Mar 2016 15:50:57 +0000 (17:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 23:12:27 +0000 (23:12 +0000)
commit51464e7b896e55c28b4cc4074c3492cc56d50c52
tree59055dac66dd216770b170d717923c66ebeb04e7
parent8c0148f7b9d8532bbefbef7cc0495f879f4d12c4
devtool: change config symlink name to .config.new

Otherwise (if the symlink is named .config) kernel build considers
source tree as dirty and fails.

[YOCTO #9270]

(From OE-Core rev: d36699b28c661880957d744420df9e23cdd76957)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py