[yocto] [PATCH] oeqa/sdkext/devtool: replace v4l2loopback with fbtft kernel module

Todor Minchev todor.minchev at linux.intel.com
Thu May 11 16:02:00 PDT 2017


The v4l2loopback makefile assumes that the module will only be built
natively and breaks if it is cross-compiled or built in a container.

Signed-off-by: Todor Minchev <todor.minchev at linux.intel.com>
---
 meta/lib/oeqa/sdkext/cases/devtool.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py
index a01bc0bfe2..6975df68be 100644
--- a/meta/lib/oeqa/sdkext/cases/devtool.py
+++ b/meta/lib/oeqa/sdkext/cases/devtool.py
@@ -78,8 +78,8 @@ class DevtoolTest(OESDKExtTestCase):
     @OETestID(1609)
     @OETestDepends(['test_devtool_location'])
     def test_devtool_kernelmodule(self):
-        docfile = 'https://github.com/umlaeute/v4l2loopback.git'
-        recipe = 'v4l2loopback-driver'
+        docfile = 'https://github.com/notro/fbtft.git'
+        recipe = 'fbtft-driver'
         self._run('devtool add %s %s' % (recipe, docfile) )
         try:
             self._run('devtool build %s' % recipe)
-- 
2.13.0




More information about the yocto mailing list