summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdkext/cases
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/sdkext/cases')
-rw-r--r--meta/lib/oeqa/sdkext/cases/devtool.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py
index 5a02add764..8e92bf8064 100644
--- a/meta/lib/oeqa/sdkext/cases/devtool.py
+++ b/meta/lib/oeqa/sdkext/cases/devtool.py
@@ -73,8 +73,8 @@ class DevtoolTest(OESDKExtTestCase):
73 self._run('devtool reset %s' % recipe) 73 self._run('devtool reset %s' % recipe)
74 74
75 def test_devtool_kernelmodule(self): 75 def test_devtool_kernelmodule(self):
76 docfile = 'https://github.com/umlaeute/v4l2loopback.git' 76 docfile = 'https://git.yoctoproject.org/git/kernel-module-hello-world'
77 recipe = 'v4l2loopback-driver' 77 recipe = 'kernel-module-hello-world'
78 self._run('devtool add %s %s' % (recipe, docfile) ) 78 self._run('devtool add %s %s' % (recipe, docfile) )
79 try: 79 try:
80 self._run('devtool build %s' % recipe) 80 self._run('devtool build %s' % recipe)