]> code.ossystems Code Review - openembedded-core.git/commit
kernel-uimage.bbclass: indeed update var KERNEL_IMAGETYPE_FOR_MAKE
authorKai Kang <kai.kang@windriver.com>
Thu, 21 Jul 2016 08:52:58 +0000 (16:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:47:00 +0000 (23:47 +0100)
commit392fc3cd276d5029314c7158245bc65dd82279cd
tree1a6c8dd6d1a30d5cc1cbbb2b0ae90c919ad759c9
parentdbbd58cb64b12cb4dc816425eee59c56cd46301f
kernel-uimage.bbclass: indeed update var KERNEL_IMAGETYPE_FOR_MAKE

The replace() method of the python string class doesn't replace
in-place, then the var KERNEL_IMAGETYPE_FOR_MAKE doesn't be updated as
design.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-uimage.bbclass