]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: devtool: test update-recipe with only local files
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 10 Nov 2016 01:45:15 +0000 (14:45 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:26 +0000 (11:02 +0000)
commitbdc844b3f0c3fbddcd3523095899a5bd29797704
treebe0f0c20ccd1ac9483d0f680f876c0ef798a0a9b
parent66bf6978fc807ecc422fb6b6328f68bc3406cf15
oe-selftest: devtool: test update-recipe with only local files

Add a test to ensure devtool update-recipe works properly on recipes
that contain only local files (since the other tests we have didn't test
that).

Relates to [YOCTO #10563].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/devtool/devtool-test-localonly.bb [new file with mode: 0644]
meta-selftest/recipes-test/devtool/devtool-test-localonly/file1 [new file with mode: 0644]
meta-selftest/recipes-test/devtool/devtool-test-localonly/file2 [new file with mode: 0644]
meta/lib/oeqa/selftest/devtool.py