]> code.ossystems Code Review - openembedded-core.git/commit
testexport-tarball.bb: Add recipe
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 6 Jun 2016 07:15:43 +0000 (07:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 21:48:04 +0000 (22:48 +0100)
commitd787cd34da1cba52f5ecf68b7f55aa5550ed5e71
treeaab88fedcaa1fdaf05b8d04f21a7136fbddebe9c
parent5a4c73bd3f2bbba2ad5413367fa7ca2f625ffdd7
testexport-tarball.bb: Add recipe

This new recipe is used when exporting runtime test outside
packages that won't be installed in the testing system but
are required for the runtime testing.

This new recipe is almost identical to buildtools-tarball,
but is able to define the SDK packages in local.conf.

[YOCTO #7850]

(From OE-Core rev: fbcd1f9ed6144a76ff6a556d23af30f04c39bfa0)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/testexport-tarball.bb [new file with mode: 0644]