aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/testlab.bbclass
AgeCommit message (Collapse)Author
2012-08-07testlab.bbclass: DeleteKhem Raj
This functionality is now provided by buildhistory as well. so lets remove it in favor of that Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06testlab: only use basename for license info to avoid diff churnKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-25testlab bbclass: output version info on all layersKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-14classes/testlab: Enhance to dump license informationKhem Raj
It will now additionally create a new file which will contain list of licenses of installed packages in a given image. The fix to get the package name is there because the packages which contains epoch PE in the version string were not being constructed correctly since opkg-cl would dump 'epoch:version' for Version string but the real ipk did not have 'epoch' in its name. e.g. for armv5te/libopkg0_0.1.8+svnr609-r2_armv5te.ipk Package: libopkg0 Version: 1:0.1.8+svnr609-r2 as you can see version contained in ipk is not containing the 'epoch' so we have to eliminate 'epoch' from version we get from opkg-cl to for the installed ipk name correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-18testlab bbclass: put reports in TCLIBC subdirectoryKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-16testlab, blacklist bbclass: import from meta-angstromKoen Kooi
These are good for general use since other distros (SHR, SlugOS) are copying them into their layers nowadays. Let's stop this duplication bu moving them here. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>