All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt-tests: bump version 0.87 => 0.89
@ 2014-04-18 20:12 gary.robertson
  2014-04-18 20:12 ` gary.robertson
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: gary.robertson @ 2014-04-18 20:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: mike.holmes, clark.williams

From: "Gary S. Robertson" <gary.robertson@linaro.org>

cyclictest was updated to correct some problems with CPU affinity selection
and display of help and/or execution details.
These patches were accepted by the maintainer of the cyclictest utility.
The changes were reflected in an updated release of rt-tests - v0.89
The cyclictest changes were successfully tested on both an ARM v7 and x86_64
host environments.
The OE recipe was updated locally to incorporate the updated rt-tests release
and the resulting builds were verified for the same ARM v7 target
and for qemux86.
This patch set was then generated from the local commit for the recipe update
and is now submitted for your review and hopefully your approval.


Anders Roxell (1):
  rt-tests: bump version 0.87 => 0.89

 meta/recipes-rt/rt-tests/rt-tests.inc              |    7 ++-----
 .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)

-- 
1.7.9.5



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

* [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-04-18 20:12 [PATCH] rt-tests: bump version 0.87 => 0.89 gary.robertson
@ 2014-04-18 20:12 ` gary.robertson
  2014-04-18 20:15   ` Khem Raj
  2014-04-18 20:17 ` Saul Wold
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 14+ messages in thread
From: gary.robertson @ 2014-04-18 20:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: mike.holmes, clark.williams

From: Anders Roxell <anders.roxell@linaro.org>

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
---
 meta/recipes-rt/rt-tests/rt-tests.inc              |    7 ++-----
 .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)

diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 81f4f2b..1d876b0 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,10 +1,7 @@
-# Version v0.87
-SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
+# Version v0.89
+SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
-           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
-           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
-           file://added-missing-dependencies.patch \
            file://hackbench-fix-error-check.patch \
 "
 
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bb b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
-- 
1.7.9.5



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

* Re: [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-04-18 20:12 ` gary.robertson
@ 2014-04-18 20:15   ` Khem Raj
  0 siblings, 0 replies; 14+ messages in thread
From: Khem Raj @ 2014-04-18 20:15 UTC (permalink / raw)
  To: gary.robertson
  Cc: mike.holmes, clark.williams,
	Patches and discussions about the oe-core layer

On Fri, Apr 18, 2014 at 1:12 PM,  <gary.robertson@linaro.org> wrote:
> -           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
> -           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
> -           file://added-missing-dependencies.patch \

these patches arent needed anymore  I assume. then they should be
deleted from metadata too


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

* Re: [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-04-18 20:12 [PATCH] rt-tests: bump version 0.87 => 0.89 gary.robertson
  2014-04-18 20:12 ` gary.robertson
@ 2014-04-18 20:17 ` Saul Wold
  2014-04-23 16:59 ` [PATCH V2 1/1] " gary.robertson
  2014-04-24 22:09 ` [PATCH V3 0/1] " gary.robertson
  3 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2014-04-18 20:17 UTC (permalink / raw)
  To: gary.robertson, openembedded-core; +Cc: mike.holmes, clark.williams

On 04/18/2014 01:12 PM, gary.robertson@linaro.org wrote:
> From: "Gary S. Robertson" <gary.robertson@linaro.org>
>
> cyclictest was updated to correct some problems with CPU affinity selection
> and display of help and/or execution details.
> These patches were accepted by the maintainer of the cyclictest utility.
> The changes were reflected in an updated release of rt-tests - v0.89
> The cyclictest changes were successfully tested on both an ARM v7 and x86_64
> host environments.
> The OE recipe was updated locally to incorporate the updated rt-tests release
> and the resulting builds were verified for the same ARM v7 target
> and for qemux86.
> This patch set was then generated from the local commit for the recipe update
> and is now submitted for your review and hopefully your approval.
>
>
Can you move some of these comments into the actual commit message, 
these would be good to have with the update commit.

Thanks
	Sau!

> Anders Roxell (1):
>    rt-tests: bump version 0.87 => 0.89
>
>   meta/recipes-rt/rt-tests/rt-tests.inc              |    7 ++-----
>   .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
>   2 files changed, 2 insertions(+), 5 deletions(-)
>   rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)
>


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

* [PATCH V2 1/1] rt-tests: bump version 0.87 => 0.89
  2014-04-18 20:12 [PATCH] rt-tests: bump version 0.87 => 0.89 gary.robertson
  2014-04-18 20:12 ` gary.robertson
  2014-04-18 20:17 ` Saul Wold
@ 2014-04-23 16:59 ` gary.robertson
  2014-04-23 16:59   ` [PATCH] " gary.robertson
  2014-04-24 22:09 ` [PATCH V3 0/1] " gary.robertson
  3 siblings, 1 reply; 14+ messages in thread
From: gary.robertson @ 2014-04-23 16:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: mike.holmes, clark.williams


Thanks for the helpful comments as I am a relative newbie at patch submission
etiquette and procedures within the community.
In response to comments received from the mailing list, I have:
   - included contents from the initial cover letter into the patch header and
   - removed the obsoleted patch files from the recipe metadata.



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

* [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-04-23 16:59 ` [PATCH V2 1/1] " gary.robertson
@ 2014-04-23 16:59   ` gary.robertson
  2014-05-08 21:24     ` Gary Robertson
  0 siblings, 1 reply; 14+ messages in thread
From: gary.robertson @ 2014-04-23 16:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: mike.holmes, clark.williams

From: Anders Roxell <anders.roxell@linaro.org>

cyclictest was updated to correct some problems with CPU affinity selection
and display of help and/or execution details.
These patches were accepted by the maintainer of the cyclictest utility.
The changes were reflected in an updated release of rt-tests - v0.89
The cyclictest changes were successfully tested on both an ARM v7 and x86_64
host environment.
The OE recipe was updated locally to incorporate the newer rt-tests release
and the resulting builds were verified for the same ARM v7 target
and for qemux86.
Patch files obsoleted by the rt-tests 0.89 release were removed from the recipe
	deleted:    meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
	deleted:    meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
	deleted:    meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
---
 ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
 ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68 --------------------
 .../files/added-missing-dependencies.patch         |   50 --------------
 meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
 .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
 5 files changed, 2 insertions(+), 158 deletions(-)
 delete mode 100644 meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
 delete mode 100644 meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
 delete mode 100644 meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
 rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)

diff --git a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch b/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
deleted file mode 100644
index 8b493eb..0000000
--- a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 66765522b634952346f1a3ab7d00c7222a1f9361 Mon Sep 17 00:00:00 2001
-Message-Id: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
-From: Darren Hart <dvhart@linux.intel.com>
-Date: Tue, 11 Sep 2012 15:19:30 -0700
-Subject: [PATCH 1/2] rt-tests: Allow for user-specified PYLIB
-
-Upstream-Status: Submitted
-
-Allow users (build systems) to specify PYLIB. This allows for a
-cross-build-system to specify the target PYLIB rather than the host
-PYLIB.
-
-Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-CC: Clark Williams <williams@redhat.com>
-CC: John Kacur <jkacur@redhat.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 3a82407..61e2f9f 100644
---- a/Makefile
-+++ b/Makefile
-@@ -23,7 +23,7 @@ endif
- CFLAGS ?= -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
- LDFLAGS ?=
- 
--PYLIB  := $(shell python -c 'import distutils.sysconfig;  print distutils.sysconfig.get_python_lib()')
-+PYLIB  ?= $(shell python -c 'import distutils.sysconfig;  print distutils.sysconfig.get_python_lib()')
- 
- ifndef DEBUG
- 	CFLAGS	+= -O2
--- 
-1.7.11.4
-
diff --git a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch b/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
deleted file mode 100644
index bc6136f..0000000
--- a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From af93e580d005a2bba6ed36528003af4cf631adb8 Mon Sep 17 00:00:00 2001
-Message-Id: <af93e580d005a2bba6ed36528003af4cf631adb8.1347419597.git.dvhart@linux.intel.com>
-In-Reply-To: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
-References: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
-From: Darren Hart <dvhart@linux.intel.com>
-Date: Tue, 11 Sep 2012 14:51:10 -0700
-Subject: [PATCH 2/2] rt-tests: Break out install_hwlatdetect
-
-Upstream-Status: Submitted
-
-Allow hwlatdetect to be installed independently of the rest of the
-tests. This is convenient for build systems that package it separately
-due to the python dependency.
-
-Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-CC: Clark Williams <williams@redhat.com>
-CC: John Kacur <jkacur@redhat.com>
----
- Makefile | 18 +++++++++++-------
- 1 file changed, 11 insertions(+), 7 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 61e2f9f..636e63b 100644
---- a/Makefile
-+++ b/Makefile
-@@ -119,21 +119,15 @@ changelog:
- 	git log >ChangeLog
- 
- .PHONY: install
--install: all
-+install: all install_hwlatdetect
- 	mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
- 	mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8"
- 	cp $(TARGETS) "$(DESTDIR)$(bindir)"
--	if test -n "$(PYLIB)" ; then \
--		install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
--		rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
--		ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \
--	fi
- 	install -D -m 644 src/backfire/backfire.c "$(DESTDIR)$(srcdir)/backfire/backfire.c"
- 	install -m 644 src/backfire/Makefile "$(DESTDIR)$(srcdir)/backfire/Makefile"
- 	gzip src/backfire/backfire.4 -c >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
- 	gzip src/cyclictest/cyclictest.8 -c >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
- 	gzip src/pi_tests/pi_stress.8 -c >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"
--	gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
- 	gzip src/ptsematest/ptsematest.8 -c >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz"
- 	gzip src/sigwaittest/sigwaittest.8 -c >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz"
- 	gzip src/svsematest/svsematest.8 -c >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"
-@@ -141,6 +135,16 @@ install: all
- 	gzip src/backfire/sendme.8 -c >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
- 	gzip src/hackbench/hackbench.8 -c >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
- 
-+.PHONY: install_hwlatdetect
-+install_hwlatdetect: hwlatdetect
-+	if test -n "$(PYLIB)" ; then \
-+		mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8" ; \
-+		install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
-+		rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
-+		ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \
-+		gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz" ; \
-+	fi
-+
- .PHONY: release
- release: clean changelog
- 	mkdir -p releases
--- 
-1.7.11.4
-
diff --git a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
deleted file mode 100644
index e420282..0000000
--- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 82d28701486ba5a699544a168448bf93b1ccd7b1 Mon Sep 17 00:00:00 2001
-From: Jackie Huang <jackie.huang@windriver.com>
-Date: Thu, 6 Dec 2012 11:26:14 +0800
-Subject: [PATCH] Added missing dependencies
-
-Upstream-Status: Submitted [linux-rt-users]
-
-The following targets missed dependency on librttest.a:
-pi_stress
-rt-migrate-test
-hackbench
-
-Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
----
- Makefile |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index fd3cdb3..60707a7 100644
---- a/Makefile
-+++ b/Makefile
-@@ -68,14 +68,14 @@ cyclictest: cyclictest.o librttest.a
- signaltest: signaltest.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
--pi_stress: pi_stress.o
-+pi_stress: pi_stress.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- hwlatdetect:  src/hwlatdetect/hwlatdetect.py
- 	chmod +x src/hwlatdetect/hwlatdetect.py
- 	ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
- 
--rt-migrate-test: rt-migrate-test.o
-+rt-migrate-test: rt-migrate-test.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- ptsematest: ptsematest.o librttest.a
-@@ -96,7 +96,7 @@ sendme: sendme.o librttest.a
- pip_stress: pip_stress.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
--hackbench: hackbench.o
-+hackbench: hackbench.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- librttest.a: rt-utils.o error.o rt-get_cpu.o
--- 
-1.7.9.5
-
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 81f4f2b..1d876b0 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,10 +1,7 @@
-# Version v0.87
-SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
+# Version v0.89
+SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
-           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
-           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
-           file://added-missing-dependencies.patch \
            file://hackbench-fix-error-check.patch \
 "
 
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bb b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
-- 
1.7.9.5



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

* [PATCH V3 0/1] rt-tests: bump version 0.87 => 0.89
  2014-04-18 20:12 [PATCH] rt-tests: bump version 0.87 => 0.89 gary.robertson
                   ` (2 preceding siblings ...)
  2014-04-23 16:59 ` [PATCH V2 1/1] " gary.robertson
@ 2014-04-24 22:09 ` gary.robertson
  2014-04-24 22:09   ` [PATCH V3 1/1] " gary.robertson
  3 siblings, 1 reply; 14+ messages in thread
From: gary.robertson @ 2014-04-24 22:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: mike.holmes, clark.williams

From: "Gary S. Robertson" <gary.robertson@linaro.org>

 Okay - let't try this again... unfortunately learning how git send-email options work via live emails... buggered the subject lines because I didn't realize '--compose' would create a separate cover letter email :(

In response to your helpful comments re. my original patch email, I have:
   - included contents from the initial cover letter into the patch header and
   - removed the obsoleted patch files from the recipe metadata.

Hopefully the revised patch which follows is acceptable.
Thanks for your forbearance.

Gary Robertson

Anders Roxell (1):
  rt-tests: bump version 0.87 => 0.89

 ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
 ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68 --------------------
 .../files/added-missing-dependencies.patch         |   50 --------------
 meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
 .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
 5 files changed, 2 insertions(+), 158 deletions(-)
 delete mode 100644 meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
 delete mode 100644 meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
 delete mode 100644 meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
 rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)

-- 
1.7.9.5



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

* [PATCH V3 1/1] rt-tests: bump version 0.87 => 0.89
  2014-04-24 22:09 ` [PATCH V3 0/1] " gary.robertson
@ 2014-04-24 22:09   ` gary.robertson
  2014-05-09 21:59     ` Saul Wold
  0 siblings, 1 reply; 14+ messages in thread
From: gary.robertson @ 2014-04-24 22:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: mike.holmes, clark.williams

From: Anders Roxell <anders.roxell@linaro.org>

cyclictest was updated to correct some problems with CPU affinity selection
and display of help and/or execution details.
These patches were accepted by the maintainer of the cyclictest utility.
The changes were reflected in an updated release of rt-tests - v0.89
The cyclictest changes were successfully tested on both an ARM v7 and x86_64
host environment.
The OE recipe was updated locally to incorporate the newer rt-tests release
and the resulting builds were verified for the same ARM v7 target
and for qemux86.
Patch files obsoleted by the rt-tests 0.89 release were removed from the recipe
	deleted:    meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
	deleted:    meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
	deleted:    meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
---
 ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
 ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68 --------------------
 .../files/added-missing-dependencies.patch         |   50 --------------
 meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
 .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
 5 files changed, 2 insertions(+), 158 deletions(-)
 delete mode 100644 meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
 delete mode 100644 meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
 delete mode 100644 meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
 rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)

diff --git a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch b/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
deleted file mode 100644
index 8b493eb..0000000
--- a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 66765522b634952346f1a3ab7d00c7222a1f9361 Mon Sep 17 00:00:00 2001
-Message-Id: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
-From: Darren Hart <dvhart@linux.intel.com>
-Date: Tue, 11 Sep 2012 15:19:30 -0700
-Subject: [PATCH 1/2] rt-tests: Allow for user-specified PYLIB
-
-Upstream-Status: Submitted
-
-Allow users (build systems) to specify PYLIB. This allows for a
-cross-build-system to specify the target PYLIB rather than the host
-PYLIB.
-
-Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-CC: Clark Williams <williams@redhat.com>
-CC: John Kacur <jkacur@redhat.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 3a82407..61e2f9f 100644
---- a/Makefile
-+++ b/Makefile
-@@ -23,7 +23,7 @@ endif
- CFLAGS ?= -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
- LDFLAGS ?=
- 
--PYLIB  := $(shell python -c 'import distutils.sysconfig;  print distutils.sysconfig.get_python_lib()')
-+PYLIB  ?= $(shell python -c 'import distutils.sysconfig;  print distutils.sysconfig.get_python_lib()')
- 
- ifndef DEBUG
- 	CFLAGS	+= -O2
--- 
-1.7.11.4
-
diff --git a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch b/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
deleted file mode 100644
index bc6136f..0000000
--- a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From af93e580d005a2bba6ed36528003af4cf631adb8 Mon Sep 17 00:00:00 2001
-Message-Id: <af93e580d005a2bba6ed36528003af4cf631adb8.1347419597.git.dvhart@linux.intel.com>
-In-Reply-To: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
-References: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
-From: Darren Hart <dvhart@linux.intel.com>
-Date: Tue, 11 Sep 2012 14:51:10 -0700
-Subject: [PATCH 2/2] rt-tests: Break out install_hwlatdetect
-
-Upstream-Status: Submitted
-
-Allow hwlatdetect to be installed independently of the rest of the
-tests. This is convenient for build systems that package it separately
-due to the python dependency.
-
-Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-CC: Clark Williams <williams@redhat.com>
-CC: John Kacur <jkacur@redhat.com>
----
- Makefile | 18 +++++++++++-------
- 1 file changed, 11 insertions(+), 7 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 61e2f9f..636e63b 100644
---- a/Makefile
-+++ b/Makefile
-@@ -119,21 +119,15 @@ changelog:
- 	git log >ChangeLog
- 
- .PHONY: install
--install: all
-+install: all install_hwlatdetect
- 	mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
- 	mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8"
- 	cp $(TARGETS) "$(DESTDIR)$(bindir)"
--	if test -n "$(PYLIB)" ; then \
--		install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
--		rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
--		ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \
--	fi
- 	install -D -m 644 src/backfire/backfire.c "$(DESTDIR)$(srcdir)/backfire/backfire.c"
- 	install -m 644 src/backfire/Makefile "$(DESTDIR)$(srcdir)/backfire/Makefile"
- 	gzip src/backfire/backfire.4 -c >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
- 	gzip src/cyclictest/cyclictest.8 -c >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
- 	gzip src/pi_tests/pi_stress.8 -c >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"
--	gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
- 	gzip src/ptsematest/ptsematest.8 -c >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz"
- 	gzip src/sigwaittest/sigwaittest.8 -c >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz"
- 	gzip src/svsematest/svsematest.8 -c >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"
-@@ -141,6 +135,16 @@ install: all
- 	gzip src/backfire/sendme.8 -c >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
- 	gzip src/hackbench/hackbench.8 -c >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
- 
-+.PHONY: install_hwlatdetect
-+install_hwlatdetect: hwlatdetect
-+	if test -n "$(PYLIB)" ; then \
-+		mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8" ; \
-+		install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
-+		rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
-+		ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \
-+		gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz" ; \
-+	fi
-+
- .PHONY: release
- release: clean changelog
- 	mkdir -p releases
--- 
-1.7.11.4
-
diff --git a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
deleted file mode 100644
index e420282..0000000
--- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 82d28701486ba5a699544a168448bf93b1ccd7b1 Mon Sep 17 00:00:00 2001
-From: Jackie Huang <jackie.huang@windriver.com>
-Date: Thu, 6 Dec 2012 11:26:14 +0800
-Subject: [PATCH] Added missing dependencies
-
-Upstream-Status: Submitted [linux-rt-users]
-
-The following targets missed dependency on librttest.a:
-pi_stress
-rt-migrate-test
-hackbench
-
-Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
----
- Makefile |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index fd3cdb3..60707a7 100644
---- a/Makefile
-+++ b/Makefile
-@@ -68,14 +68,14 @@ cyclictest: cyclictest.o librttest.a
- signaltest: signaltest.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
--pi_stress: pi_stress.o
-+pi_stress: pi_stress.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- hwlatdetect:  src/hwlatdetect/hwlatdetect.py
- 	chmod +x src/hwlatdetect/hwlatdetect.py
- 	ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
- 
--rt-migrate-test: rt-migrate-test.o
-+rt-migrate-test: rt-migrate-test.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- ptsematest: ptsematest.o librttest.a
-@@ -96,7 +96,7 @@ sendme: sendme.o librttest.a
- pip_stress: pip_stress.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
--hackbench: hackbench.o
-+hackbench: hackbench.o librttest.a
- 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- librttest.a: rt-utils.o error.o rt-get_cpu.o
--- 
-1.7.9.5
-
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 81f4f2b..1d876b0 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,10 +1,7 @@
-# Version v0.87
-SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
+# Version v0.89
+SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
-           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
-           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
-           file://added-missing-dependencies.patch \
            file://hackbench-fix-error-check.patch \
 "
 
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bb b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
-- 
1.7.9.5



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

* Re: [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-04-23 16:59   ` [PATCH] " gary.robertson
@ 2014-05-08 21:24     ` Gary Robertson
  2014-05-08 22:09       ` Richard Purdie
  0 siblings, 1 reply; 14+ messages in thread
From: Gary Robertson @ 2014-05-08 21:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mike Holmes

[-- Attachment #1: Type: text/plain, Size: 11491 bytes --]

OE-core developers,

I am regrettably new at patch submissions within the Linux / Open Source
community, so please forgive my breach of etiquette if I abuse the balance
between persistence and peskiness.
I submitted the first version of this recipe patch on 18 APR and received
prompt suggestions for improvement.
However since amending the patch to incorporate those improvements and
re-submitting the patch on 24 APR, I have heard no further comments or
responses.
So I am pinging the list once more to check the status of the patch.
Please let me know if additional work must be done to make the patch
acceptable.

(BTW, I authored the patch to cyclictest and Anders Roxell authored the
patch to update the recipe with the new version of the rt-tests.
I subsequently submitted the recipe patch on his behalf... that is why his
name appears as author of the patch itself.)

Thanks for your attention

Gary Robertson


On Wed, Apr 23, 2014 at 11:59 AM, <gary.robertson@linaro.org> wrote:

> From: Anders Roxell <anders.roxell@linaro.org>
>
> cyclictest was updated to correct some problems with CPU affinity selection
> and display of help and/or execution details.
> These patches were accepted by the maintainer of the cyclictest utility.
> The changes were reflected in an updated release of rt-tests - v0.89
> The cyclictest changes were successfully tested on both an ARM v7 and
> x86_64
> host environment.
> The OE recipe was updated locally to incorporate the newer rt-tests release
> and the resulting builds were verified for the same ARM v7 target
> and for qemux86.
> Patch files obsoleted by the rt-tests 0.89 release were removed from the
> recipe
>         deleted:
>  meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>         deleted:
>  meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>         deleted:
>  meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
> ---
>  ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
>  ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68
> --------------------
>  .../files/added-missing-dependencies.patch         |   50 --------------
>  meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
>  .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
>  5 files changed, 2 insertions(+), 158 deletions(-)
>  delete mode 100644
> meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>  delete mode 100644
> meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>  delete mode 100644
> meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>  rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb}
> (100%)
>
> diff --git
> a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
> b/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
> deleted file mode 100644
> index 8b493eb..0000000
> ---
> a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -From 66765522b634952346f1a3ab7d00c7222a1f9361 Mon Sep 17 00:00:00 2001
> -Message-Id: <
> 66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com
> >
> -From: Darren Hart <dvhart@linux.intel.com>
> -Date: Tue, 11 Sep 2012 15:19:30 -0700
> -Subject: [PATCH 1/2] rt-tests: Allow for user-specified PYLIB
> -
> -Upstream-Status: Submitted
> -
> -Allow users (build systems) to specify PYLIB. This allows for a
> -cross-build-system to specify the target PYLIB rather than the host
> -PYLIB.
> -
> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> -CC: Clark Williams <williams@redhat.com>
> -CC: John Kacur <jkacur@redhat.com>
> ----
> - Makefile | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/Makefile b/Makefile
> -index 3a82407..61e2f9f 100644
> ---- a/Makefile
> -+++ b/Makefile
> -@@ -23,7 +23,7 @@ endif
> - CFLAGS ?= -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
> - LDFLAGS ?=
> -
> --PYLIB  := $(shell python -c 'import distutils.sysconfig;  print
> distutils.sysconfig.get_python_lib()')
> -+PYLIB  ?= $(shell python -c 'import distutils.sysconfig;  print
> distutils.sysconfig.get_python_lib()')
> -
> - ifndef DEBUG
> -       CFLAGS  += -O2
> ---
> -1.7.11.4
> -
> diff --git
> a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
> b/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
> deleted file mode 100644
> index bc6136f..0000000
> ---
> a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
> +++ /dev/null
> @@ -1,68 +0,0 @@
> -From af93e580d005a2bba6ed36528003af4cf631adb8 Mon Sep 17 00:00:00 2001
> -Message-Id: <
> af93e580d005a2bba6ed36528003af4cf631adb8.1347419597.git.dvhart@linux.intel.com
> >
> -In-Reply-To: <
> 66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com
> >
> -References: <
> 66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com
> >
> -From: Darren Hart <dvhart@linux.intel.com>
> -Date: Tue, 11 Sep 2012 14:51:10 -0700
> -Subject: [PATCH 2/2] rt-tests: Break out install_hwlatdetect
> -
> -Upstream-Status: Submitted
> -
> -Allow hwlatdetect to be installed independently of the rest of the
> -tests. This is convenient for build systems that package it separately
> -due to the python dependency.
> -
> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> -CC: Clark Williams <williams@redhat.com>
> -CC: John Kacur <jkacur@redhat.com>
> ----
> - Makefile | 18 +++++++++++-------
> - 1 file changed, 11 insertions(+), 7 deletions(-)
> -
> -diff --git a/Makefile b/Makefile
> -index 61e2f9f..636e63b 100644
> ---- a/Makefile
> -+++ b/Makefile
> -@@ -119,21 +119,15 @@ changelog:
> -       git log >ChangeLog
> -
> - .PHONY: install
> --install: all
> -+install: all install_hwlatdetect
> -       mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
> -       mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8"
> -       cp $(TARGETS) "$(DESTDIR)$(bindir)"
> --      if test -n "$(PYLIB)" ; then \
> --              install -D -m 755 src/hwlatdetect/hwlatdetect.py
> $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
> --              rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> --              ln -s $(PYLIB)/hwlatdetect.py
> "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> --      fi
> -       install -D -m 644 src/backfire/backfire.c
> "$(DESTDIR)$(srcdir)/backfire/backfire.c"
> -       install -m 644 src/backfire/Makefile
> "$(DESTDIR)$(srcdir)/backfire/Makefile"
> -       gzip src/backfire/backfire.4 -c
> >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
> -       gzip src/cyclictest/cyclictest.8 -c
> >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
> -       gzip src/pi_tests/pi_stress.8 -c
> >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"
> --      gzip src/hwlatdetect/hwlatdetect.8 -c
> >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
> -       gzip src/ptsematest/ptsematest.8 -c
> >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz"
> -       gzip src/sigwaittest/sigwaittest.8 -c
> >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz"
> -       gzip src/svsematest/svsematest.8 -c
> >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"
> -@@ -141,6 +135,16 @@ install: all
> -       gzip src/backfire/sendme.8 -c
> >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
> -       gzip src/hackbench/hackbench.8 -c
> >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
> -
> -+.PHONY: install_hwlatdetect
> -+install_hwlatdetect: hwlatdetect
> -+      if test -n "$(PYLIB)" ; then \
> -+              mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8"
> ; \
> -+              install -D -m 755 src/hwlatdetect/hwlatdetect.py
> $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
> -+              rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> -+              ln -s $(PYLIB)/hwlatdetect.py
> "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> -+              gzip src/hwlatdetect/hwlatdetect.8 -c
> >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz" ; \
> -+      fi
> -+
> - .PHONY: release
> - release: clean changelog
> -       mkdir -p releases
> ---
> -1.7.11.4
> -
> diff --git
> a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
> b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
> deleted file mode 100644
> index e420282..0000000
> --- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
> +++ /dev/null
> @@ -1,50 +0,0 @@
> -From 82d28701486ba5a699544a168448bf93b1ccd7b1 Mon Sep 17 00:00:00 2001
> -From: Jackie Huang <jackie.huang@windriver.com>
> -Date: Thu, 6 Dec 2012 11:26:14 +0800
> -Subject: [PATCH] Added missing dependencies
> -
> -Upstream-Status: Submitted [linux-rt-users]
> -
> -The following targets missed dependency on librttest.a:
> -pi_stress
> -rt-migrate-test
> -hackbench
> -
> -Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ----
> - Makefile |    6 +++---
> - 1 file changed, 3 insertions(+), 3 deletions(-)
> -
> -diff --git a/Makefile b/Makefile
> -index fd3cdb3..60707a7 100644
> ---- a/Makefile
> -+++ b/Makefile
> -@@ -68,14 +68,14 @@ cyclictest: cyclictest.o librttest.a
> - signaltest: signaltest.o librttest.a
> -       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> --pi_stress: pi_stress.o
> -+pi_stress: pi_stress.o librttest.a
> -       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> - hwlatdetect:  src/hwlatdetect/hwlatdetect.py
> -       chmod +x src/hwlatdetect/hwlatdetect.py
> -       ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
> -
> --rt-migrate-test: rt-migrate-test.o
> -+rt-migrate-test: rt-migrate-test.o librttest.a
> -       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> - ptsematest: ptsematest.o librttest.a
> -@@ -96,7 +96,7 @@ sendme: sendme.o librttest.a
> - pip_stress: pip_stress.o librttest.a
> -       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> --hackbench: hackbench.o
> -+hackbench: hackbench.o librttest.a
> -       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> - librttest.a: rt-utils.o error.o rt-get_cpu.o
> ---
> -1.7.9.5
> -
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
> b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 81f4f2b..1d876b0 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,10 +1,7 @@
> -# Version v0.87
> -SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
> +# Version v0.89
> +SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
>
>  SRC_URI = "git://
> git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
> -           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
> -           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
> -           file://added-missing-dependencies.patch \
>             file://hackbench-fix-error-check.patch \
>  "
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bbb/meta/recipes-rt/rt-tests/
> rt-tests_0.89.bb
> similarity index 100%
> rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
> rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
> --
> 1.7.9.5
>
>

[-- Attachment #2: Type: text/html, Size: 14560 bytes --]

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

* Re: [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-05-08 21:24     ` Gary Robertson
@ 2014-05-08 22:09       ` Richard Purdie
  2014-05-11 17:05         ` Richard Purdie
  0 siblings, 1 reply; 14+ messages in thread
From: Richard Purdie @ 2014-05-08 22:09 UTC (permalink / raw)
  To: Gary Robertson; +Cc: Mike Holmes, openembedded-core

On Thu, 2014-05-08 at 16:24 -0500, Gary Robertson wrote:

> I am regrettably new at patch submissions within the Linux / Open
> Source community, so please forgive my breach of etiquette if I abuse
> the balance between persistence and peskiness.
> 
> I submitted the first version of this recipe patch on 18 APR and
> received prompt suggestions for improvement.
> However since amending the patch to incorporate those improvements and
> re-submitting the patch on 24 APR, I have heard no further comments or
> responses.
> 
> So I am pinging the list once more to check the status of the patch.
> Please let me know if additional work must be done to make the patch
> acceptable.
> 
> (BTW, I authored the patch to cyclictest and Anders Roxell authored
> the patch to update the recipe with the new version of the rt-tests.
> I subsequently submitted the recipe patch on his behalf... that is why
> his name appears as author of the patch itself.)

We have tried this in some of the test builds. My memory says something
failed and we hence didn't merge it but I'm not remembering which
version of the series that was, or what the failure was. Saul may
remember.

We do try and reply to the patches where we identify failures with
pointers to the logs but this one has probably fallen through the
cracks, sorry.

If we can't remember we'll try it in master-next or mut and see if we
can remember what the issue was...

Cheers,

Richard





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

* Re: [PATCH V3 1/1] rt-tests: bump version 0.87 => 0.89
  2014-04-24 22:09   ` [PATCH V3 1/1] " gary.robertson
@ 2014-05-09 21:59     ` Saul Wold
  2014-05-14  4:08       ` Saul Wold
  0 siblings, 1 reply; 14+ messages in thread
From: Saul Wold @ 2014-05-09 21:59 UTC (permalink / raw)
  To: gary.robertson, openembedded-core; +Cc: mike.holmes, clark.williams

On 04/24/2014 03:09 PM, gary.robertson@linaro.org wrote:
> From: Anders Roxell <anders.roxell@linaro.org>
>
> cyclictest was updated to correct some problems with CPU affinity selection
> and display of help and/or execution details.
> These patches were accepted by the maintainer of the cyclictest utility.
> The changes were reflected in an updated release of rt-tests - v0.89
> The cyclictest changes were successfully tested on both an ARM v7 and x86_64
> host environment.
> The OE recipe was updated locally to incorporate the newer rt-tests release
> and the resulting builds were verified for the same ARM v7 target
> and for qemux86.
> Patch files obsoleted by the rt-tests 0.89 release were removed from the recipe
> 	deleted:    meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
> 	deleted:    meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
Did you test build hwlatdetect?  This seems to break the install process 
for hwlatdetect which was part of this patch.

There is also some additional files installed but not shipped in 
/usr/src/backfile.

Please test with hwlatdetect also.

Thanks
	Sau!

> 	deleted:    meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
> ---
>   ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
>   ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68 --------------------
>   .../files/added-missing-dependencies.patch         |   50 --------------
>   meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
>   .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
>   5 files changed, 2 insertions(+), 158 deletions(-)
>   delete mode 100644 meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>   delete mode 100644 meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>   delete mode 100644 meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>   rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb => rt-tests_0.89.bb} (100%)
>
> diff --git a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch b/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
> deleted file mode 100644
> index 8b493eb..0000000
> --- a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -From 66765522b634952346f1a3ab7d00c7222a1f9361 Mon Sep 17 00:00:00 2001
> -Message-Id: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
> -From: Darren Hart <dvhart@linux.intel.com>
> -Date: Tue, 11 Sep 2012 15:19:30 -0700
> -Subject: [PATCH 1/2] rt-tests: Allow for user-specified PYLIB
> -
> -Upstream-Status: Submitted
> -
> -Allow users (build systems) to specify PYLIB. This allows for a
> -cross-build-system to specify the target PYLIB rather than the host
> -PYLIB.
> -
> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> -CC: Clark Williams <williams@redhat.com>
> -CC: John Kacur <jkacur@redhat.com>
> ----
> - Makefile | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/Makefile b/Makefile
> -index 3a82407..61e2f9f 100644
> ---- a/Makefile
> -+++ b/Makefile
> -@@ -23,7 +23,7 @@ endif
> - CFLAGS ?= -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
> - LDFLAGS ?=
> -
> --PYLIB  := $(shell python -c 'import distutils.sysconfig;  print distutils.sysconfig.get_python_lib()')
> -+PYLIB  ?= $(shell python -c 'import distutils.sysconfig;  print distutils.sysconfig.get_python_lib()')
> -
> - ifndef DEBUG
> - 	CFLAGS	+= -O2
> ---
> -1.7.11.4
> -
> diff --git a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch b/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
> deleted file mode 100644
> index bc6136f..0000000
> --- a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
> +++ /dev/null
> @@ -1,68 +0,0 @@
> -From af93e580d005a2bba6ed36528003af4cf631adb8 Mon Sep 17 00:00:00 2001
> -Message-Id: <af93e580d005a2bba6ed36528003af4cf631adb8.1347419597.git.dvhart@linux.intel.com>
> -In-Reply-To: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
> -References: <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
> -From: Darren Hart <dvhart@linux.intel.com>
> -Date: Tue, 11 Sep 2012 14:51:10 -0700
> -Subject: [PATCH 2/2] rt-tests: Break out install_hwlatdetect
> -
> -Upstream-Status: Submitted
> -
> -Allow hwlatdetect to be installed independently of the rest of the
> -tests. This is convenient for build systems that package it separately
> -due to the python dependency.
> -
> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> -CC: Clark Williams <williams@redhat.com>
> -CC: John Kacur <jkacur@redhat.com>
> ----
> - Makefile | 18 +++++++++++-------
> - 1 file changed, 11 insertions(+), 7 deletions(-)
> -
> -diff --git a/Makefile b/Makefile
> -index 61e2f9f..636e63b 100644
> ---- a/Makefile
> -+++ b/Makefile
> -@@ -119,21 +119,15 @@ changelog:
> - 	git log >ChangeLog
> -
> - .PHONY: install
> --install: all
> -+install: all install_hwlatdetect
> - 	mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
> - 	mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8"
> - 	cp $(TARGETS) "$(DESTDIR)$(bindir)"
> --	if test -n "$(PYLIB)" ; then \
> --		install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
> --		rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> --		ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> --	fi
> - 	install -D -m 644 src/backfire/backfire.c "$(DESTDIR)$(srcdir)/backfire/backfire.c"
> - 	install -m 644 src/backfire/Makefile "$(DESTDIR)$(srcdir)/backfire/Makefile"
> - 	gzip src/backfire/backfire.4 -c >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
> - 	gzip src/cyclictest/cyclictest.8 -c >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
> - 	gzip src/pi_tests/pi_stress.8 -c >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"
> --	gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
> - 	gzip src/ptsematest/ptsematest.8 -c >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz"
> - 	gzip src/sigwaittest/sigwaittest.8 -c >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz"
> - 	gzip src/svsematest/svsematest.8 -c >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"
> -@@ -141,6 +135,16 @@ install: all
> - 	gzip src/backfire/sendme.8 -c >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
> - 	gzip src/hackbench/hackbench.8 -c >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
> -
> -+.PHONY: install_hwlatdetect
> -+install_hwlatdetect: hwlatdetect
> -+	if test -n "$(PYLIB)" ; then \
> -+		mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8" ; \
> -+		install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
> -+		rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> -+		ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \
> -+		gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz" ; \
> -+	fi
> -+
> - .PHONY: release
> - release: clean changelog
> - 	mkdir -p releases
> ---
> -1.7.11.4
> -
> diff --git a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
> deleted file mode 100644
> index e420282..0000000
> --- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
> +++ /dev/null
> @@ -1,50 +0,0 @@
> -From 82d28701486ba5a699544a168448bf93b1ccd7b1 Mon Sep 17 00:00:00 2001
> -From: Jackie Huang <jackie.huang@windriver.com>
> -Date: Thu, 6 Dec 2012 11:26:14 +0800
> -Subject: [PATCH] Added missing dependencies
> -
> -Upstream-Status: Submitted [linux-rt-users]
> -
> -The following targets missed dependency on librttest.a:
> -pi_stress
> -rt-migrate-test
> -hackbench
> -
> -Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ----
> - Makefile |    6 +++---
> - 1 file changed, 3 insertions(+), 3 deletions(-)
> -
> -diff --git a/Makefile b/Makefile
> -index fd3cdb3..60707a7 100644
> ---- a/Makefile
> -+++ b/Makefile
> -@@ -68,14 +68,14 @@ cyclictest: cyclictest.o librttest.a
> - signaltest: signaltest.o librttest.a
> - 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> --pi_stress: pi_stress.o
> -+pi_stress: pi_stress.o librttest.a
> - 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> - hwlatdetect:  src/hwlatdetect/hwlatdetect.py
> - 	chmod +x src/hwlatdetect/hwlatdetect.py
> - 	ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
> -
> --rt-migrate-test: rt-migrate-test.o
> -+rt-migrate-test: rt-migrate-test.o librttest.a
> - 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> - ptsematest: ptsematest.o librttest.a
> -@@ -96,7 +96,7 @@ sendme: sendme.o librttest.a
> - pip_stress: pip_stress.o librttest.a
> - 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> --hackbench: hackbench.o
> -+hackbench: hackbench.o librttest.a
> - 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
> -
> - librttest.a: rt-utils.o error.o rt-get_cpu.o
> ---
> -1.7.9.5
> -
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 81f4f2b..1d876b0 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,10 +1,7 @@
> -# Version v0.87
> -SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
> +# Version v0.89
> +SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
>
>   SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
> -           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
> -           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
> -           file://added-missing-dependencies.patch \
>              file://hackbench-fix-error-check.patch \
>   "
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bb b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb
> similarity index 100%
> rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
> rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
>


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

* Re: [PATCH] rt-tests: bump version 0.87 => 0.89
  2014-05-08 22:09       ` Richard Purdie
@ 2014-05-11 17:05         ` Richard Purdie
  0 siblings, 0 replies; 14+ messages in thread
From: Richard Purdie @ 2014-05-11 17:05 UTC (permalink / raw)
  To: Gary Robertson; +Cc: Mike Holmes, openembedded-core

On Thu, 2014-05-08 at 23:09 +0100, Richard Purdie wrote:
> On Thu, 2014-05-08 at 16:24 -0500, Gary Robertson wrote:
> 
> > I am regrettably new at patch submissions within the Linux / Open
> > Source community, so please forgive my breach of etiquette if I abuse
> > the balance between persistence and peskiness.
> > 
> > I submitted the first version of this recipe patch on 18 APR and
> > received prompt suggestions for improvement.
> > However since amending the patch to incorporate those improvements and
> > re-submitting the patch on 24 APR, I have heard no further comments or
> > responses.
> > 
> > So I am pinging the list once more to check the status of the patch.
> > Please let me know if additional work must be done to make the patch
> > acceptable.
> > 
> > (BTW, I authored the patch to cyclictest and Anders Roxell authored
> > the patch to update the recipe with the new version of the rt-tests.
> > I subsequently submitted the recipe patch on his behalf... that is why
> > his name appears as author of the patch itself.)
> 
> We have tried this in some of the test builds. My memory says something
> failed and we hence didn't merge it but I'm not remembering which
> version of the series that was, or what the failure was. Saul may
> remember.
> 
> We do try and reply to the patches where we identify failures with
> pointers to the logs but this one has probably fallen through the
> cracks, sorry.
> 
> If we can't remember we'll try it in master-next or mut and see if we
> can remember what the issue was...

I merged this as I thought we were ok, then we found:

https://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/85/steps/BuildImages/logs/stdio

so a patch to fix that would be much appreciated.

Cheers,

Richard



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

* Re: [PATCH V3 1/1] rt-tests: bump version 0.87 => 0.89
  2014-05-09 21:59     ` Saul Wold
@ 2014-05-14  4:08       ` Saul Wold
  2014-05-14 13:04         ` Gary Robertson
  0 siblings, 1 reply; 14+ messages in thread
From: Saul Wold @ 2014-05-14  4:08 UTC (permalink / raw)
  To: gary.robertson, openembedded-core; +Cc: mike.holmes, clark.williams

On 05/09/2014 02:59 PM, Saul Wold wrote:
> On 04/24/2014 03:09 PM, gary.robertson@linaro.org wrote:
>> From: Anders Roxell <anders.roxell@linaro.org>
>>
>> cyclictest was updated to correct some problems with CPU affinity
>> selection
>> and display of help and/or execution details.
>> These patches were accepted by the maintainer of the cyclictest utility.
>> The changes were reflected in an updated release of rt-tests - v0.89
>> The cyclictest changes were successfully tested on both an ARM v7 and
>> x86_64
>> host environment.
>> The OE recipe was updated locally to incorporate the newer rt-tests
>> release
>> and the resulting builds were verified for the same ARM v7 target
>> and for qemux86.
>> Patch files obsoleted by the rt-tests 0.89 release were removed from
>> the recipe
>>     deleted:
>> meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>>
>>     deleted:
>> meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>>
> Did you test build hwlatdetect?  This seems to break the install process
> for hwlatdetect which was part of this patch.
>
> There is also some additional files installed but not shipped in
> /usr/src/backfile.
>
> Please test with hwlatdetect also.
>

This issue has not been addressed yet and is causing build failures, can 
you please look into this.
> ERROR: Function failed: do_install (log file is located at /home/pokybuild/yocto-autobuilder/yocto-slave/nightly-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-hwlatdetect/0.85-r0/temp/log.do_install.7871)
> ERROR: Logfile of failure stored in: /home/pokybuild/yocto-autobuilder/yocto-slave/nightly-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-hwlatdetect/0.85-r0/temp/log.do_install.7871
> Log data follows:
> | DEBUG: Executing shell function do_install
> | NOTE: make -j 16 NUMA=0 PYLIB=/usr/lib/python2.7/dist-packages install_hwlatdetect DESTDIR=/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-hwlatdetect/0.85-r0/image SBINDIR=/usr/sbin MANDIR=/usr/share/man INCLUDEDIR=/usr/include
> | make: *** No rule to make target `install_hwlatdetect'.  Stop.
> | ERROR: oe_runmake failed


Thanks
	Sau!



> Thanks
>      Sau!
>
>>     deleted:
>> meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>
>> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
>> ---
>>   ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
>>   ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68
>> --------------------
>>   .../files/added-missing-dependencies.patch         |   50
>> --------------
>>   meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
>>   .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
>>   5 files changed, 2 insertions(+), 158 deletions(-)
>>   delete mode 100644
>> meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>>
>>   delete mode 100644
>> meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>>
>>   delete mode 100644
>> meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>   rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb =>
>> rt-tests_0.89.bb} (100%)
>>
>> diff --git
>> a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>> b/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>>
>> deleted file mode 100644
>> index 8b493eb..0000000
>> ---
>> a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
>>
>> +++ /dev/null
>> @@ -1,35 +0,0 @@
>> -From 66765522b634952346f1a3ab7d00c7222a1f9361 Mon Sep 17 00:00:00 2001
>> -Message-Id:
>> <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
>>
>> -From: Darren Hart <dvhart@linux.intel.com>
>> -Date: Tue, 11 Sep 2012 15:19:30 -0700
>> -Subject: [PATCH 1/2] rt-tests: Allow for user-specified PYLIB
>> -
>> -Upstream-Status: Submitted
>> -
>> -Allow users (build systems) to specify PYLIB. This allows for a
>> -cross-build-system to specify the target PYLIB rather than the host
>> -PYLIB.
>> -
>> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>> -CC: Clark Williams <williams@redhat.com>
>> -CC: John Kacur <jkacur@redhat.com>
>> ----
>> - Makefile | 2 +-
>> - 1 file changed, 1 insertion(+), 1 deletion(-)
>> -
>> -diff --git a/Makefile b/Makefile
>> -index 3a82407..61e2f9f 100644
>> ---- a/Makefile
>> -+++ b/Makefile
>> -@@ -23,7 +23,7 @@ endif
>> - CFLAGS ?= -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
>> - LDFLAGS ?=
>> -
>> --PYLIB  := $(shell python -c 'import distutils.sysconfig;  print
>> distutils.sysconfig.get_python_lib()')
>> -+PYLIB  ?= $(shell python -c 'import distutils.sysconfig;  print
>> distutils.sysconfig.get_python_lib()')
>> -
>> - ifndef DEBUG
>> -     CFLAGS    += -O2
>> ---
>> -1.7.11.4
>> -
>> diff --git
>> a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>> b/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>>
>> deleted file mode 100644
>> index bc6136f..0000000
>> ---
>> a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
>>
>> +++ /dev/null
>> @@ -1,68 +0,0 @@
>> -From af93e580d005a2bba6ed36528003af4cf631adb8 Mon Sep 17 00:00:00 2001
>> -Message-Id:
>> <af93e580d005a2bba6ed36528003af4cf631adb8.1347419597.git.dvhart@linux.intel.com>
>>
>> -In-Reply-To:
>> <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
>>
>> -References:
>> <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.dvhart@linux.intel.com>
>>
>> -From: Darren Hart <dvhart@linux.intel.com>
>> -Date: Tue, 11 Sep 2012 14:51:10 -0700
>> -Subject: [PATCH 2/2] rt-tests: Break out install_hwlatdetect
>> -
>> -Upstream-Status: Submitted
>> -
>> -Allow hwlatdetect to be installed independently of the rest of the
>> -tests. This is convenient for build systems that package it separately
>> -due to the python dependency.
>> -
>> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>> -CC: Clark Williams <williams@redhat.com>
>> -CC: John Kacur <jkacur@redhat.com>
>> ----
>> - Makefile | 18 +++++++++++-------
>> - 1 file changed, 11 insertions(+), 7 deletions(-)
>> -
>> -diff --git a/Makefile b/Makefile
>> -index 61e2f9f..636e63b 100644
>> ---- a/Makefile
>> -+++ b/Makefile
>> -@@ -119,21 +119,15 @@ changelog:
>> -     git log >ChangeLog
>> -
>> - .PHONY: install
>> --install: all
>> -+install: all install_hwlatdetect
>> -     mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
>> -     mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8"
>> -     cp $(TARGETS) "$(DESTDIR)$(bindir)"
>> --    if test -n "$(PYLIB)" ; then \
>> --        install -D -m 755 src/hwlatdetect/hwlatdetect.py
>> $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
>> --        rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>> --        ln -s $(PYLIB)/hwlatdetect.py
>> "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>> --    fi
>> -     install -D -m 644 src/backfire/backfire.c
>> "$(DESTDIR)$(srcdir)/backfire/backfire.c"
>> -     install -m 644 src/backfire/Makefile
>> "$(DESTDIR)$(srcdir)/backfire/Makefile"
>> -     gzip src/backfire/backfire.4 -c
>> >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
>> -     gzip src/cyclictest/cyclictest.8 -c
>> >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
>> -     gzip src/pi_tests/pi_stress.8 -c
>> >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"
>> --    gzip src/hwlatdetect/hwlatdetect.8 -c
>> >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
>> -     gzip src/ptsematest/ptsematest.8 -c
>> >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz"
>> -     gzip src/sigwaittest/sigwaittest.8 -c
>> >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz"
>> -     gzip src/svsematest/svsematest.8 -c
>> >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"
>> -@@ -141,6 +135,16 @@ install: all
>> -     gzip src/backfire/sendme.8 -c
>> >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
>> -     gzip src/hackbench/hackbench.8 -c
>> >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
>> -
>> -+.PHONY: install_hwlatdetect
>> -+install_hwlatdetect: hwlatdetect
>> -+    if test -n "$(PYLIB)" ; then \
>> -+        mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8" ; \
>> -+        install -D -m 755 src/hwlatdetect/hwlatdetect.py
>> $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
>> -+        rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>> -+        ln -s $(PYLIB)/hwlatdetect.py
>> "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>> -+        gzip src/hwlatdetect/hwlatdetect.8 -c
>> >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz" ; \
>> -+    fi
>> -+
>> - .PHONY: release
>> - release: clean changelog
>> -     mkdir -p releases
>> ---
>> -1.7.11.4
>> -
>> diff --git
>> a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>> b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>> deleted file mode 100644
>> index e420282..0000000
>> --- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>> +++ /dev/null
>> @@ -1,50 +0,0 @@
>> -From 82d28701486ba5a699544a168448bf93b1ccd7b1 Mon Sep 17 00:00:00 2001
>> -From: Jackie Huang <jackie.huang@windriver.com>
>> -Date: Thu, 6 Dec 2012 11:26:14 +0800
>> -Subject: [PATCH] Added missing dependencies
>> -
>> -Upstream-Status: Submitted [linux-rt-users]
>> -
>> -The following targets missed dependency on librttest.a:
>> -pi_stress
>> -rt-migrate-test
>> -hackbench
>> -
>> -Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
>> ----
>> - Makefile |    6 +++---
>> - 1 file changed, 3 insertions(+), 3 deletions(-)
>> -
>> -diff --git a/Makefile b/Makefile
>> -index fd3cdb3..60707a7 100644
>> ---- a/Makefile
>> -+++ b/Makefile
>> -@@ -68,14 +68,14 @@ cyclictest: cyclictest.o librttest.a
>> - signaltest: signaltest.o librttest.a
>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>> -
>> --pi_stress: pi_stress.o
>> -+pi_stress: pi_stress.o librttest.a
>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>> -
>> - hwlatdetect:  src/hwlatdetect/hwlatdetect.py
>> -     chmod +x src/hwlatdetect/hwlatdetect.py
>> -     ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
>> -
>> --rt-migrate-test: rt-migrate-test.o
>> -+rt-migrate-test: rt-migrate-test.o librttest.a
>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>> -
>> - ptsematest: ptsematest.o librttest.a
>> -@@ -96,7 +96,7 @@ sendme: sendme.o librttest.a
>> - pip_stress: pip_stress.o librttest.a
>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>> -
>> --hackbench: hackbench.o
>> -+hackbench: hackbench.o librttest.a
>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>> -
>> - librttest.a: rt-utils.o error.o rt-get_cpu.o
>> ---
>> -1.7.9.5
>> -
>> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
>> b/meta/recipes-rt/rt-tests/rt-tests.inc
>> index 81f4f2b..1d876b0 100644
>> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
>> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
>> @@ -1,10 +1,7 @@
>> -# Version v0.87
>> -SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
>> +# Version v0.89
>> +SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
>>
>>   SRC_URI =
>> "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
>> -           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
>> -           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
>> -           file://added-missing-dependencies.patch \
>>              file://hackbench-fix-error-check.patch \
>>   "
>>
>> diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bb
>> b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb
>> similarity index 100%
>> rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
>> rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
>>


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

* Re: [PATCH V3 1/1] rt-tests: bump version 0.87 => 0.89
  2014-05-14  4:08       ` Saul Wold
@ 2014-05-14 13:04         ` Gary Robertson
  0 siblings, 0 replies; 14+ messages in thread
From: Gary Robertson @ 2014-05-14 13:04 UTC (permalink / raw)
  To: Saul Wold; +Cc: Mike Holmes, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 13024 bytes --]

I believe I have identified and corrected the issues in the recipe and top
level Makefile.  However as an OE / bitibake newbie I am having some issues
with building/testing on qemux86, and building for our internal purposes on
ARM never seemed to show the problems.  I am currently focused on this,
expect to get some local assistance with the hurdles and hopefully will
have some closure today.

Gary Robertson


On Tue, May 13, 2014 at 11:08 PM, Saul Wold <sgw@linux.intel.com> wrote:

> On 05/09/2014 02:59 PM, Saul Wold wrote:
>
>> On 04/24/2014 03:09 PM, gary.robertson@linaro.org wrote:
>>
>>> From: Anders Roxell <anders.roxell@linaro.org>
>>>
>>> cyclictest was updated to correct some problems with CPU affinity
>>> selection
>>> and display of help and/or execution details.
>>> These patches were accepted by the maintainer of the cyclictest utility.
>>> The changes were reflected in an updated release of rt-tests - v0.89
>>> The cyclictest changes were successfully tested on both an ARM v7 and
>>> x86_64
>>> host environment.
>>> The OE recipe was updated locally to incorporate the newer rt-tests
>>> release
>>> and the resulting builds were verified for the same ARM v7 target
>>> and for qemux86.
>>> Patch files obsoleted by the rt-tests 0.89 release were removed from
>>> the recipe
>>>     deleted:
>>> meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-
>>> user-specified-PYLIB.patch
>>>
>>>     deleted:
>>> meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-
>>> install_hwlatdetect.patch
>>>
>>>  Did you test build hwlatdetect?  This seems to break the install process
>> for hwlatdetect which was part of this patch.
>>
>> There is also some additional files installed but not shipped in
>> /usr/src/backfile.
>>
>> Please test with hwlatdetect also.
>>
>>
> This issue has not been addressed yet and is causing build failures, can
> you please look into this.
>
>> ERROR: Function failed: do_install (log file is located at
>> /home/pokybuild/yocto-autobuilder/yocto-slave/
>> nightly-world/build/build/tmp/work/x86-pokymllib32-linux/
>> lib32-hwlatdetect/0.85-r0/temp/log.do_install.7871)
>> ERROR: Logfile of failure stored in: /home/pokybuild/yocto-
>> autobuilder/yocto-slave/nightly-world/build/build/tmp/
>> work/x86-pokymllib32-linux/lib32-hwlatdetect/0.85-r0/
>> temp/log.do_install.7871
>> Log data follows:
>> | DEBUG: Executing shell function do_install
>> | NOTE: make -j 16 NUMA=0 PYLIB=/usr/lib/python2.7/dist-packages
>> install_hwlatdetect DESTDIR=/home/pokybuild/yocto-
>> autobuilder/yocto-slave/nightly-world/build/build/tmp/
>> work/x86-pokymllib32-linux/lib32-hwlatdetect/0.85-r0/image
>> SBINDIR=/usr/sbin MANDIR=/usr/share/man INCLUDEDIR=/usr/include
>> | make: *** No rule to make target `install_hwlatdetect'.  Stop.
>> | ERROR: oe_runmake failed
>>
>
>
> Thanks
>         Sau!
>
>
>
>
>  Thanks
>>      Sau!
>>
>>      deleted:
>>> meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>>
>>> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>>> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
>>> ---
>>>   ...1-rt-tests-Allow-for-user-specified-PYLIB.patch |   35 ----------
>>>   ...02-rt-tests-Break-out-install_hwlatdetect.patch |   68
>>> --------------------
>>>   .../files/added-missing-dependencies.patch         |   50
>>> --------------
>>>   meta/recipes-rt/rt-tests/rt-tests.inc              |    7 +-
>>>   .../{rt-tests_0.87.bb => rt-tests_0.89.bb}         |    0
>>>   5 files changed, 2 insertions(+), 158 deletions(-)
>>>   delete mode 100644
>>> meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-
>>> user-specified-PYLIB.patch
>>>
>>>   delete mode 100644
>>> meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-
>>> install_hwlatdetect.patch
>>>
>>>   delete mode 100644
>>> meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>>   rename meta/recipes-rt/rt-tests/{rt-tests_0.87.bb =>
>>> rt-tests_0.89.bb} (100%)
>>>
>>> diff --git
>>> a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-
>>> user-specified-PYLIB.patch
>>> b/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-
>>> user-specified-PYLIB.patch
>>>
>>> deleted file mode 100644
>>> index 8b493eb..0000000
>>> ---
>>> a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-
>>> user-specified-PYLIB.patch
>>>
>>> +++ /dev/null
>>> @@ -1,35 +0,0 @@
>>> -From 66765522b634952346f1a3ab7d00c7222a1f9361 Mon Sep 17 00:00:00 2001
>>> -Message-Id:
>>> <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.
>>> dvhart@linux.intel.com>
>>>
>>> -From: Darren Hart <dvhart@linux.intel.com>
>>> -Date: Tue, 11 Sep 2012 15:19:30 -0700
>>> -Subject: [PATCH 1/2] rt-tests: Allow for user-specified PYLIB
>>> -
>>> -Upstream-Status: Submitted
>>> -
>>> -Allow users (build systems) to specify PYLIB. This allows for a
>>> -cross-build-system to specify the target PYLIB rather than the host
>>> -PYLIB.
>>> -
>>> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>>> -CC: Clark Williams <williams@redhat.com>
>>> -CC: John Kacur <jkacur@redhat.com>
>>> ----
>>> - Makefile | 2 +-
>>> - 1 file changed, 1 insertion(+), 1 deletion(-)
>>> -
>>> -diff --git a/Makefile b/Makefile
>>> -index 3a82407..61e2f9f 100644
>>> ---- a/Makefile
>>> -+++ b/Makefile
>>> -@@ -23,7 +23,7 @@ endif
>>> - CFLAGS ?= -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
>>> - LDFLAGS ?=
>>> -
>>> --PYLIB  := $(shell python -c 'import distutils.sysconfig;  print
>>> distutils.sysconfig.get_python_lib()')
>>> -+PYLIB  ?= $(shell python -c 'import distutils.sysconfig;  print
>>> distutils.sysconfig.get_python_lib()')
>>> -
>>> - ifndef DEBUG
>>> -     CFLAGS    += -O2
>>> ---
>>> -1.7.11.4
>>> -
>>> diff --git
>>> a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-
>>> install_hwlatdetect.patch
>>> b/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-
>>> install_hwlatdetect.patch
>>>
>>> deleted file mode 100644
>>> index bc6136f..0000000
>>> ---
>>> a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-
>>> install_hwlatdetect.patch
>>>
>>> +++ /dev/null
>>> @@ -1,68 +0,0 @@
>>> -From af93e580d005a2bba6ed36528003af4cf631adb8 Mon Sep 17 00:00:00 2001
>>> -Message-Id:
>>> <af93e580d005a2bba6ed36528003af4cf631adb8.1347419597.git.
>>> dvhart@linux.intel.com>
>>>
>>> -In-Reply-To:
>>> <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.
>>> dvhart@linux.intel.com>
>>>
>>> -References:
>>> <66765522b634952346f1a3ab7d00c7222a1f9361.1347419597.git.
>>> dvhart@linux.intel.com>
>>>
>>> -From: Darren Hart <dvhart@linux.intel.com>
>>> -Date: Tue, 11 Sep 2012 14:51:10 -0700
>>> -Subject: [PATCH 2/2] rt-tests: Break out install_hwlatdetect
>>> -
>>> -Upstream-Status: Submitted
>>> -
>>> -Allow hwlatdetect to be installed independently of the rest of the
>>> -tests. This is convenient for build systems that package it separately
>>> -due to the python dependency.
>>> -
>>> -Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>>> -CC: Clark Williams <williams@redhat.com>
>>> -CC: John Kacur <jkacur@redhat.com>
>>> ----
>>> - Makefile | 18 +++++++++++-------
>>> - 1 file changed, 11 insertions(+), 7 deletions(-)
>>> -
>>> -diff --git a/Makefile b/Makefile
>>> -index 61e2f9f..636e63b 100644
>>> ---- a/Makefile
>>> -+++ b/Makefile
>>> -@@ -119,21 +119,15 @@ changelog:
>>> -     git log >ChangeLog
>>> -
>>> - .PHONY: install
>>> --install: all
>>> -+install: all install_hwlatdetect
>>> -     mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
>>> -     mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8"
>>> -     cp $(TARGETS) "$(DESTDIR)$(bindir)"
>>> --    if test -n "$(PYLIB)" ; then \
>>> --        install -D -m 755 src/hwlatdetect/hwlatdetect.py
>>> $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
>>> --        rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>>> --        ln -s $(PYLIB)/hwlatdetect.py
>>> "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>>> --    fi
>>> -     install -D -m 644 src/backfire/backfire.c
>>> "$(DESTDIR)$(srcdir)/backfire/backfire.c"
>>> -     install -m 644 src/backfire/Makefile
>>> "$(DESTDIR)$(srcdir)/backfire/Makefile"
>>> -     gzip src/backfire/backfire.4 -c
>>> >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
>>> -     gzip src/cyclictest/cyclictest.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
>>> -     gzip src/pi_tests/pi_stress.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"
>>> --    gzip src/hwlatdetect/hwlatdetect.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
>>> -     gzip src/ptsematest/ptsematest.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz"
>>> -     gzip src/sigwaittest/sigwaittest.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz"
>>> -     gzip src/svsematest/svsematest.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"
>>> -@@ -141,6 +135,16 @@ install: all
>>> -     gzip src/backfire/sendme.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
>>> -     gzip src/hackbench/hackbench.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
>>> -
>>> -+.PHONY: install_hwlatdetect
>>> -+install_hwlatdetect: hwlatdetect
>>> -+    if test -n "$(PYLIB)" ; then \
>>> -+        mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8" ; \
>>> -+        install -D -m 755 src/hwlatdetect/hwlatdetect.py
>>> $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \
>>> -+        rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>>> -+        ln -s $(PYLIB)/hwlatdetect.py
>>> "$(DESTDIR)$(bindir)/hwlatdetect" ; \
>>> -+        gzip src/hwlatdetect/hwlatdetect.8 -c
>>> >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz" ; \
>>> -+    fi
>>> -+
>>> - .PHONY: release
>>> - release: clean changelog
>>> -     mkdir -p releases
>>> ---
>>> -1.7.11.4
>>> -
>>> diff --git
>>> a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>> b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>> deleted file mode 100644
>>> index e420282..0000000
>>> --- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
>>> +++ /dev/null
>>> @@ -1,50 +0,0 @@
>>> -From 82d28701486ba5a699544a168448bf93b1ccd7b1 Mon Sep 17 00:00:00 2001
>>> -From: Jackie Huang <jackie.huang@windriver.com>
>>> -Date: Thu, 6 Dec 2012 11:26:14 +0800
>>> -Subject: [PATCH] Added missing dependencies
>>> -
>>> -Upstream-Status: Submitted [linux-rt-users]
>>> -
>>> -The following targets missed dependency on librttest.a:
>>> -pi_stress
>>> -rt-migrate-test
>>> -hackbench
>>> -
>>> -Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
>>> ----
>>> - Makefile |    6 +++---
>>> - 1 file changed, 3 insertions(+), 3 deletions(-)
>>> -
>>> -diff --git a/Makefile b/Makefile
>>> -index fd3cdb3..60707a7 100644
>>> ---- a/Makefile
>>> -+++ b/Makefile
>>> -@@ -68,14 +68,14 @@ cyclictest: cyclictest.o librttest.a
>>> - signaltest: signaltest.o librttest.a
>>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>>> -
>>> --pi_stress: pi_stress.o
>>> -+pi_stress: pi_stress.o librttest.a
>>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>>> -
>>> - hwlatdetect:  src/hwlatdetect/hwlatdetect.py
>>> -     chmod +x src/hwlatdetect/hwlatdetect.py
>>> -     ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
>>> -
>>> --rt-migrate-test: rt-migrate-test.o
>>> -+rt-migrate-test: rt-migrate-test.o librttest.a
>>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>>> -
>>> - ptsematest: ptsematest.o librttest.a
>>> -@@ -96,7 +96,7 @@ sendme: sendme.o librttest.a
>>> - pip_stress: pip_stress.o librttest.a
>>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>>> -
>>> --hackbench: hackbench.o
>>> -+hackbench: hackbench.o librttest.a
>>> -     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
>>> -
>>> - librttest.a: rt-utils.o error.o rt-get_cpu.o
>>> ---
>>> -1.7.9.5
>>> -
>>> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
>>> b/meta/recipes-rt/rt-tests/rt-tests.inc
>>> index 81f4f2b..1d876b0 100644
>>> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
>>> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
>>> @@ -1,10 +1,7 @@
>>> -# Version v0.87
>>> -SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
>>> +# Version v0.89
>>> +SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
>>>
>>>   SRC_URI =
>>> "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
>>> -           file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
>>> -           file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
>>> -           file://added-missing-dependencies.patch \
>>>              file://hackbench-fix-error-check.patch \
>>>   "
>>>
>>> diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.87.bb
>>> b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb
>>> similarity index 100%
>>> rename from meta/recipes-rt/rt-tests/rt-tests_0.87.bb
>>> rename to meta/recipes-rt/rt-tests/rt-tests_0.89.bb
>>>
>>>

[-- Attachment #2: Type: text/html, Size: 17094 bytes --]

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

end of thread, other threads:[~2014-05-14 13:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-18 20:12 [PATCH] rt-tests: bump version 0.87 => 0.89 gary.robertson
2014-04-18 20:12 ` gary.robertson
2014-04-18 20:15   ` Khem Raj
2014-04-18 20:17 ` Saul Wold
2014-04-23 16:59 ` [PATCH V2 1/1] " gary.robertson
2014-04-23 16:59   ` [PATCH] " gary.robertson
2014-05-08 21:24     ` Gary Robertson
2014-05-08 22:09       ` Richard Purdie
2014-05-11 17:05         ` Richard Purdie
2014-04-24 22:09 ` [PATCH V3 0/1] " gary.robertson
2014-04-24 22:09   ` [PATCH V3 1/1] " gary.robertson
2014-05-09 21:59     ` Saul Wold
2014-05-14  4:08       ` Saul Wold
2014-05-14 13:04         ` Gary Robertson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.