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

2012-02-21 Thread Saul Wold
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 -

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

2012-02-21 Thread Khem Raj
On Tue, Feb 21, 2012 at 12:09 PM, Saul Wold s...@linux.intel.com wrote: 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 that wont fly if someone is using opkg or dpkg

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

2012-02-21 Thread Koen Kooi
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

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

2012-02-21 Thread Mark Hatle
On 2/21/12 3:02 PM, Khem Raj wrote: On Tue, Feb 21, 2012 at 12:09 PM, Saul Wolds...@linux.intel.com wrote: 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 that wont fly if someone is using opkg or

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

2012-02-21 Thread Phil Blundell
On Tue, 2012-02-21 at 13:02 -0800, Khem Raj wrote: On Tue, Feb 21, 2012 at 12:09 PM, Saul Wold s...@linux.intel.com wrote: 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 that wont fly if

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

2012-02-16 Thread Yi Zhao
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