]> code.ossystems Code Review - openembedded-core.git/commit
selftest/bblayers.py: Remove harcoded recipe files
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 10 Mar 2016 10:29:22 +0000 (10:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2016 16:50:27 +0000 (16:50 +0000)
commit1ee24e435353d93374895eead81fb281e1338739
treec5380cc4449547e6b04469d92290266313a24ba9
parent1aefa6a4dec84a5581aab70451bb84801b3b3615
selftest/bblayers.py: Remove harcoded recipe files

Currently the recipe files are hardcoded and if the recipe
change the version, the test will fail.

This will change from using a harcoded file to look for the
file using bitbake-layers. Now, just the recipe name must
be specified.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/bblayers.py