classes/buildhistory: track contents of selected files in images
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 9 May 2013 15:57:48 +0000 (16:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 May 2013 10:37:16 +0000 (11:37 +0100)
commit1463649dc03194a21ebd8ef36e406578d706086a
tree10d2a1497607b95bd3defb3605efec82d1b21d5b
parent8fd968ae301e929fee1108c707920b71125a9cf8
classes/buildhistory: track contents of selected files in images

Add a BUILDHISTORY_IMAGE_FILES variable specifying a space-separated
list of files within an image to copy into buildhistory, so that changes
to them can be tracked. Typically this would be used for configuration
files, and by default this includes /etc/passwd and /etc/group, but the
user is free to extend this list by setting the variable in local.conf.

Implements [YOCTO #4154].

(From OE-Core rev: ed6bb6e3db518082d3a9c45d548bc1339be2c5ca)

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