yocto-bsp: add replace_file()
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 13 Dec 2012 04:56:35 +0000 (22:56 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Dec 2012 16:54:33 +0000 (16:54 +0000)
commitc2dc8e062f44e4527b766561b359dd8a32ead29c
tree9e7a7aa4fd15dd8b5a6ef5ab2777f5320512a6eb
parent75e44b5eef9f9bf9d6f8122f30e0ece8c26ef9c2
yocto-bsp: add replace_file()

Add a function that can be used to replace a template file by a
user-specified file.  The initial use of this capability is to allow
users-specified defconfigs.

(From meta-yocto rev: b52a22d40d4701a9515490bdd31c8d0341fb12bc)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/engine.py
scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/defconfig
scripts/lib/bsp/tags.py