| Submitter | Jiajun Xu |
|---|---|
| Date | Nov. 17, 2011, 6:05 a.m. |
| Message ID | <cover.1321509543.git.jiajun.xu@intel.com> |
| Download | mbox |
| Permalink | /patch/15071/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib jxu49/oe-contribComments
On 11/16/2011 10:05 PM, Jiajun Xu wrote: > Current sanitytest will report failure on non-rpm or non-procps installed image. > Add check for busybox/procps and use different option for different ps command. > Remove rpm/zypper tests if image is not based on rpm. > > The following changes since commit da8425174529f10e16cde21fbea7f804284c38ae: > > alsa-lib: add nativesdk BBCLASSEXTEND (2011-11-15 12:22:58 +0000) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib jxu49/oe-contrib > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jxu49/oe-contrib > > Jiajun Xu (2): > sanitytest: use different option for command ps from busybox and > procps > sanitytest: remove rpm/zypper tests if PACKAGE_CLASSES does not set > package_rpm > > meta/classes/imagetest-qemu.bbclass | 25 +++++++++++++++++++++- > scripts/qemuimage-tests/tools/connman_test.sh | 28 +++++++++++++++++++++--- > 2 files changed, 48 insertions(+), 5 deletions(-) > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > Merged into OE-Core Thanks Sau!
Current sanitytest will report failure on non-rpm or non-procps installed image. Add check for busybox/procps and use different option for different ps command. Remove rpm/zypper tests if image is not based on rpm. The following changes since commit da8425174529f10e16cde21fbea7f804284c38ae: alsa-lib: add nativesdk BBCLASSEXTEND (2011-11-15 12:22:58 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib jxu49/oe-contrib http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jxu49/oe-contrib Jiajun Xu (2): sanitytest: use different option for command ps from busybox and procps sanitytest: remove rpm/zypper tests if PACKAGE_CLASSES does not set package_rpm meta/classes/imagetest-qemu.bbclass | 25 +++++++++++++++++++++- scripts/qemuimage-tests/tools/connman_test.sh | 28 +++++++++++++++++++++--- 2 files changed, 48 insertions(+), 5 deletions(-)