]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs.py: warn the user if intercept hooks fail
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 28 Jan 2014 08:28:30 +0000 (10:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:31 +0000 (11:50 +0000)
commit5666ce9720132a76b5ff6e99712e240b8dc8e47a
tree5e05052cb5df330c84815126a157770d89be244b
parentb98c7e4945f1c36a6e4f98144a3af4f3049450ae
lib/oe/rootfs.py: warn the user if intercept hooks fail

The idea of postinstall intercept hooks is to run CPU intensive
postinstalls (like the ones generating font/pixbuf/icon caches) on host,
at rootfs generation time. So, ideally, the user would like to know if
the intercepts fail on host.

With this patch, the user will see warnings on console if intercept
hooks fail to execute.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/rootfs.py