]> code.ossystems Code Review - openembedded-core.git/commit
classes/image: implement progress support for do_rootfs
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Jun 2016 12:06:59 +0000 (00:06 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jul 2016 12:29:01 +0000 (13:29 +0100)
commit370f08d434480c1790950e40db8f7687da78cb14
treeac4011b21b74197963e61c6aeb9d39c53e540784
parent1f33659a92b2d4b1514984183384fbdcf72ddb99
classes/image: implement progress support for do_rootfs

Use the new task progress functionality to report progress during
do_rootfs. This is a little coarse and ideally we would have some
progress within the installation section, but it's better than
nothing.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/lib/oe/rootfs.py