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 <[email protected]> --- 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 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
