lib/oeqa/utils: targetbuild: Add helper class for building packages on target
authorMihai Prica <mihai.prica@intel.com>
Mon, 19 Aug 2013 12:25:23 +0000 (15:25 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:47:21 +0000 (11:47 +0100)
commit36eef00ee8c5c3e4b2968b32f744c4f7bf8530a5
treee4c091a0768e1baa010455529a666660773f8ac5
parentbce22c0b135644af6d56095b25be3fb4ab6a2932
lib/oeqa/utils: targetbuild: Add helper class for building packages on target

This class can be used for test cases that configure
and build packages on target.

(From OE-Core rev: 4b15e82c4fcb0c40b0e316ef2050944eee4418ef)

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/targetbuild.py [new file with mode: 0644]