[OE-core] [PATCH 1/9] selftest: set correct linux-yocto recipe when distro is poky-tiny

Burton, Ross ross.burton at intel.com
Mon Oct 17 11:30:11 UTC 2016


On 14 October 2016 at 17:40, <leonardo.sandoval.gonzalez at linux.intel.com>
wrote:

>          result = runCmd('bitbake-layers show-recipes -i kernel')
> -        self.assertIn('linux-yocto:', result.output)
> +        linux_yocto = 'linux-yocto-tiny' if distro == 'poky-tiny' else
> 'linux-yocto'
> +        self.assertIn(linux_yocto, result.output)
>

If we want this test to be distro- and machine-agnostic then we should
handle other BSPs that don't use linux-yocto.  As this is just a test for
bitbake-layers, I'd say we can just delete the "inherits kernel" block.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161017/604b4984/attachment-0002.html>


More information about the Openembedded-core mailing list