Shorten some full paths printed to the user.
authorChris Larson <clarson@mvista.com>
Fri, 13 Mar 2009 20:42:06 +0000 (13:42 -0700)
committerChris Larson <clarson@mvista.com>
Thu, 14 May 2009 18:33:13 +0000 (11:33 -0700)
commit9699a955d48cb500b0b3dd691be68979c93bc72e
treeaa1d2990d463eb51fffdc4a09ce565db64789a48
parentc0622e65a95f42f921e24bfcbc90bce8c838903e
Shorten some full paths printed to the user.

Adds a base_path_out convenience function, which prepares a full path for
display to the user.  The initial implementation just makes it relative to
${TOPDIR}.  This function is then used for some messages outputted to the
user (packaged-staging, patch application, clean, unpack tasks).

Signed-off-by: Chris Larson <clarson@mvista.com>
classes/base.bbclass
classes/packaged-staging.bbclass
classes/patch.bbclass