public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Upgrade rt-tests to v1.8
@ 2020-10-19 21:42 Randy Witt
  2020-10-19 21:42 ` [PATCH 1/4] numactl: Add the recipe for numactl Randy Witt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Randy Witt @ 2020-10-19 21:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Randy Witt

rt-tests now requires numactl in order to successfully compile. Since
numactl lives in meta-openembedded/meta-oe, it is added to oe-core as
part of the patch series.

After numactl is successfully merged into oe-core, I intend to send a
patch to remove it from meta-openembedded.

Randy Witt (4):
  numactl: Add the recipe for numactl
  numactl: Remove COMPATIBLE_HOST restrictions
  numactl: Skip the ptests when numa is not supported
  rt-tests: Update recipes to use 1.8

 ...Allow-for-CC-and-AR-to-be-overridden.patch |  28 +++++
 ...{hwlatdetect_1.1.bb => hwlatdetect_1.8.bb} |   0
 ...gzip-with-n-for-build-reproducibilty.patch |  62 -----------
 meta/recipes-rt/rt-tests/rt-tests.inc         |  11 +-
 .../{rt-tests_1.1.bb => rt-tests_1.8.bb}      |   9 +-
 .../numactl/0001-define-run-test-target.patch |  32 ++++++
 ...1-numademo-fix-error-on-32bit-system.patch | 100 ++++++++++++++++++
 .../numactl/Fix-the-test-output-format.patch  |  64 +++++++++++
 meta/recipes-support/numactl/numactl/Makefile |   7 ++
 .../recipes-support/numactl/numactl/run-ptest |  23 ++++
 meta/recipes-support/numactl/numactl_git.bb   |  57 ++++++++++
 11 files changed, 318 insertions(+), 75 deletions(-)
 create mode 100644 meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
 rename meta/recipes-rt/rt-tests/{hwlatdetect_1.1.bb => hwlatdetect_1.8.bb} (100%)
 delete mode 100644 meta/recipes-rt/rt-tests/rt-tests-1.1/0001-gzip-with-n-for-build-reproducibilty.patch
 rename meta/recipes-rt/rt-tests/{rt-tests_1.1.bb => rt-tests_1.8.bb} (70%)
 create mode 100644 meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
 create mode 100644 meta/recipes-support/numactl/numactl/0001-numademo-fix-error-on-32bit-system.patch
 create mode 100644 meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
 create mode 100644 meta/recipes-support/numactl/numactl/Makefile
 create mode 100755 meta/recipes-support/numactl/numactl/run-ptest
 create mode 100644 meta/recipes-support/numactl/numactl_git.bb

-- 
2.26.2


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

end of thread, other threads:[~2020-10-19 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-19 21:42 [PATCH 0/4] Upgrade rt-tests to v1.8 Randy Witt
2020-10-19 21:42 ` [PATCH 1/4] numactl: Add the recipe for numactl Randy Witt
2020-10-19 21:42 ` [PATCH 2/4] numactl: Remove COMPATIBLE_HOST restrictions Randy Witt
2020-10-19 21:42 ` [PATCH 3/4] numactl: Skip the ptests when numa is not supported Randy Witt
2020-10-19 21:42 ` [PATCH 4/4] rt-tests: Update recipes to use 1.8 Randy Witt

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