]> code.ossystems Code Review - openembedded-core.git/commit
image-buildinfo.bbclass: new class, writes build information to image
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Wed, 5 Nov 2014 19:21:58 +0000 (13:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Nov 2014 10:17:04 +0000 (10:17 +0000)
commitc9cc652e88ddedddf8a2f23fb9b8c024616526d7
tree33b6e0f1415ee47208a9d8aab48ae8ab05f0f160
parentfb2e1fd7d2df68d02f5da7dbf4390ea03e7eafdb
image-buildinfo.bbclass: new class, writes build information to image

Writes build information to target filesystem on /etc/build such as enabled
layers, their current status and commit.

squashspaces was moved to oe/utils.py to make it available to different classes
and avoid code duplication.

[YOCTO #6770]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/buildhistory.bbclass
meta/classes/image-buildinfo.bbclass [new file with mode: 0644]
meta/lib/oe/utils.py