[OE-core] [PATCH 1/3] lsbtest: Add recipe for LSB tests and automate test

Koen Kooi koen at dominion.thruhere.net
Tue Feb 21 21:04:51 UTC 2012


Op 21 feb. 2012, om 21:09 heeft Saul Wold het volgende geschreven:

> On 02/16/2012 10:02 PM, Yi Zhao wrote:
>> The recipe is used for LSB tests. The script LSB_Test.sh does the
>> following things:
>> - setup LSB testing environment
>> - download LSB rpm packages with list file packages_list from remote
>> - install the packages
>> - execute LSB testing with profile file session
>> - collect the results
>> 
>> Install packages_list and session files into ${D}/opt/lsb-test.
>> 
>> [YOCTO #1567]
>> ---
>>  meta/recipes-extended/lsb/lsbtest/LSB_Test.sh   |  493 +++++++++++++++++++++++
>>  meta/recipes-extended/lsb/lsbtest/packages_list |   50 +++
>>  meta/recipes-extended/lsb/lsbtest/session       |  194 +++++++++
>>  meta/recipes-extended/lsb/lsbtest_1.0.bb        |   36 ++
>>  4 files changed, 773 insertions(+), 0 deletions(-)
>>  create mode 100644 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
>>  create mode 100644 meta/recipes-extended/lsb/lsbtest/packages_list
>>  create mode 100644 meta/recipes-extended/lsb/lsbtest/session
>>  create mode 100644 meta/recipes-extended/lsb/lsbtest_1.0.bb
> 
> I think you need to have a RDEPENDS on at a minimum for this lsbtest recipe since it relies on RPM to install the packages.
> 
> RDEPENDS = "rpm"

RDEPENDS_${PN} = ..

regards,

koen



More information about the Openembedded-core mailing list