aboutsummaryrefslogtreecommitdiffstats
path: root/classes/testlab.bbclass
AgeCommit message (Collapse)Author
2010-02-25testlab.bbclass: use opkg.conf from staging, always specify tmp_dir in ↵Martin Jansa
opkg-cl call with -t parameter * Use opkg.conf from staging in the same way as do_rootfs does * When option tmp_dir is used in opkg.conf installed on rootfs then it's used also in do_rootfs call and points to probably non-existent directory on buildhost like /var/lib/opkg/tmp. * The value of tmp_dir from rootfs is used even with another config file specified with -c parameter * Before this, it was using default value (/tmp) on buildhost, now it will use own "${IMAGE_ROOTFS}-tmp" and remove it after do_rootfs finish (usually already empty inside, cleaned by opkg itself) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-18testlab bbclass: disable package graphs when ONLINE_PACKAGE_MANAGEMENT != fullKoen Kooi
2008-04-06testlab.bbclass: opkg is using a different output format, account for that,Koen Kooi
2008-03-19testlab: remove bashism, spotted by XorAKoen Kooi
2008-03-18various: move over to opkg, as discussed on the mailinglistKoen Kooi
* death to ipkg!
2008-03-03testlab bbclass: add class that dumps a bunch of statistical data from your ↵Koen Kooi
images, usefull for people doing regression testing details at: * http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again * http://dominion.thruhere.net/koen/cms/package-relations-inside-images