]> code.ossystems Code Review - openembedded-core.git/commit
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:34:55 +0000 (11:34 +0100)
commited6bb6e3db518082d3a9c45d548bc1339be2c5ca
tree11e92cba5f3f7864f0ffb8b7542a21b2917d956e
parent329edb52e9c23c0956b849a660accf39d44f9d9f
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].

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