Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] testsdk: use cpio instead of cvs as test
@ 2017-03-18 15:05 brian avery
  0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2017-03-18 15:05 UTC (permalink / raw)
  To: openembedded-core

We were using cvs as our sdk test by running configure,make, and install using the sdk.  Unfortunately, cvs requires vi and we were therefore requiring vi as one of our HOSTTOOLS. Since this is a choice among many for editors, it makes for a fragile requirement. Furthermore, a build container would typically not have an editor in it but should still be able to build and test images.  This patch switches cpio (also autotools based and so checks the same steps) for cvs, thus dropping the vi requirement.

-brian

The following changes since commit 7e0985bab68547f946163828a16beab7542fca2e:

  nativesdk-packagegroup-sdk-host.bb: add cmake (2017-03-17 16:53:06 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/changeCVSTestToCpioTest
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/changeCVSTestToCpioTest

brian avery (2):
  meta/lib/oeqa: change sdk test from cvs to cpio
  bitbake.conf: remove vi from HOSTTOOLS list


--
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 0/2] testsdk: use cpio instead of cvs as test
@ 2017-03-18 15:08 brian avery
  0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2017-03-18 15:08 UTC (permalink / raw)
  To: openembedded-core

We were using cvs as our sdk test by running configure,make, and install using the sdk.  Unfortunately, cvs requires vi and we were therefore requiring vi as one of our HOSTTOOLS. Since this is a choice among many for editors, it makes for a fragile requirement. Furthermore, a build container would typically not have an editor in it but should still be able to build and test images.  This patch switches cpio (also autotools based and so checks the same steps) for cvs, thus dropping the vi requirement.

-brian

The following changes since commit 7e0985bab68547f946163828a16beab7542fca2e:

  nativesdk-packagegroup-sdk-host.bb: add cmake (2017-03-17 16:53:06 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/changeCVSTestToCpioTest
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/changeCVSTestToCpioTest

brian avery (2):
  meta/lib/oeqa: change sdk test from cvs to cpio
  bitbake.conf: remove vi from HOSTTOOLS list

 meta/classes/testimage.bbclass                            | 6 +++---
 meta/conf/bitbake.conf                                    | 2 +-
 meta/lib/oeqa/runtime/cases/{buildcvs.py => buildcpio.py} | 8 ++++----
 meta/lib/oeqa/sdk/cases/{buildcvs.py => buildcpio.py}     | 8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)
 rename meta/lib/oeqa/runtime/cases/{buildcvs.py => buildcpio.py} (83%)
 rename meta/lib/oeqa/sdk/cases/{buildcvs.py => buildcpio.py} (80%)

--
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-18 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-18 15:05 [PATCH 0/2] testsdk: use cpio instead of cvs as test brian avery
  -- strict thread matches above, loose matches on Subject: below --
2017-03-18 15:08 brian avery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox