Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-02-25 | testlab.bbclass: use opkg.conf from staging, always specify tmp_dir in ↵ | Martin Jansa | 1 | |
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-18 | testlab bbclass: disable package graphs when ONLINE_PACKAGE_MANAGEMENT != full | Koen Kooi | 1 | |
2008-04-06 | testlab.bbclass: opkg is using a different output format, account for that, | Koen Kooi | 1 | |
2008-03-19 | testlab: remove bashism, spotted by XorA | Koen Kooi | 1 | |
2008-03-18 | various: move over to opkg, as discussed on the mailinglist | Koen Kooi | 1 | |
* death to ipkg! | ||||
2008-03-03 | testlab bbclass: add class that dumps a bunch of statistical data from your ↵ | Koen Kooi | 1 | |
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 |