]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
add build artifacts table and other improvements
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 5 Dec 2014 15:14:20 +0000 (15:14 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 11 Dec 2014 14:53:36 +0000 (14:53 +0000)
commitbbe24d912869312d561be199b2c029b0c898e049
tree3062a594afb8026e930a6d828e5c01212b456580
parent9e27bb2869e8ec6781d2f68d0585ebbf9ca6f3d8
add build artifacts table and other improvements

We add a BuildArtifacts class to store data about files
discovered during the build process and not stored anywhere
else.

Small cosmetic changes in the toasterui.

Add model methods to return file path display data relative
to the build environment instead of absolute file paths.

[YOCTO #6834]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/bb/ui/buildinfohelper.py
lib/bb/ui/toasterui.py
lib/toaster/bldcontrol/models.py
lib/toaster/orm/migrations/0019_auto__add_buildartifact.py [new file with mode: 0644]
lib/toaster/orm/models.py