[oe-commits] Koen Kooi : testlab bbclass: disable package graphs when ONLINE_PACKAGE_MANAGEMENT != full

GIT User account git at amethyst.openembedded.net
Sat Apr 18 12:57:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 735fc3d09982be07c4ba62af618edfa6c1d974ae
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=735fc3d09982be07c4ba62af618edfa6c1d974ae

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Apr 18 14:52:56 2009 +0200

testlab bbclass: disable package graphs when ONLINE_PACKAGE_MANAGEMENT != full

---

 classes/testlab.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/testlab.bbclass b/classes/testlab.bbclass
index bb47ee8..fc923c5 100644
--- a/classes/testlab.bbclass
+++ b/classes/testlab.bbclass
@@ -22,7 +22,7 @@
 # Needs 'dot', 'opkg-cl'
 
 do_testlab() {
-if [ -e  ${IMAGE_ROOTFS}/etc/opkg ] ; then
+if [ -e  ${IMAGE_ROOTFS}/etc/opkg ] && [ "${ONLINE_PACKAGE_MANAGEMENT}" = "full" ] ; then
 
 	TESTLAB_DIR="${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-testlab"
         mkdir -p ${TESTLAB_DIR}/





More information about the Openembedded-commits mailing list