* [PATCH] rt-tests: update to 0.83
@ 2011-11-03 9:21 Koen Kooi
2011-11-03 12:22 ` Jason Kridner
2011-11-04 15:44 ` Richard Purdie
0 siblings, 2 replies; 4+ messages in thread
From: Koen Kooi @ 2011-11-03 9:21 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
Fetch from github, kernel.org uri is gone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
.../{rt-tests_0.73.bb => rt-tests_0.83.bb} | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
rename meta/recipes-rt/rt-tests/{rt-tests_0.73.bb => rt-tests_0.83.bb} (68%)
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.73.bb b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
similarity index 68%
rename from meta/recipes-rt/rt-tests/rt-tests_0.73.bb
rename to meta/recipes-rt/rt-tests/rt-tests_0.83.bb
index a2cf6be..78d51b3 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_0.73.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
@@ -6,16 +6,20 @@ LICENSE = "GPLv2 & GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \
file://src/pi_tests/pi_stress.c;beginline=6;endline=19;md5=bd426a634a43ec612e9fbf125dfcc949"
-# Version v0.73
-SRCREV = "81da016fb0f6ab0511fbec81fc8ba1a50398a20d"
-PV = "git${SRCPV}"
-PR = "r0"
+# Version v0.83
+SRCREV = "5f1e84f8b015df3ff950056494134eca3f640d70"
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git;protocol=git"
+# git -> 0.83 needs a PE bump
+PE = "1"
+
+SRC_URI = "git://github.com/clrkwllms/rt-tests.git"
S = "${WORKDIR}/git"
-CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull"
+CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli ${LDFLAGS}"
+
+# calling 'uname -m' is broken on crossbuilds
+EXTRA_OEMAKE = "NUMA=0"
do_install() {
oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \
--
1.7.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] rt-tests: update to 0.83
2011-11-03 9:21 [PATCH] rt-tests: update to 0.83 Koen Kooi
@ 2011-11-03 12:22 ` Jason Kridner
2011-11-04 8:14 ` Koen Kooi
2011-11-04 15:44 ` Richard Purdie
1 sibling, 1 reply; 4+ messages in thread
From: Jason Kridner @ 2011-11-03 12:22 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Thu, Nov 3, 2011 at 5:21 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Fetch from github, kernel.org uri is gone
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Jason Kridner <jdk@ti.com>
> ---
> .../{rt-tests_0.73.bb => rt-tests_0.83.bb} | 16 ++++++++++------
> 1 files changed, 10 insertions(+), 6 deletions(-)
> rename meta/recipes-rt/rt-tests/{rt-tests_0.73.bb => rt-tests_0.83.bb} (68%)
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.73.bb b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
> similarity index 68%
> rename from meta/recipes-rt/rt-tests/rt-tests_0.73.bb
> rename to meta/recipes-rt/rt-tests/rt-tests_0.83.bb
> index a2cf6be..78d51b3 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests_0.73.bb
> +++ b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
> @@ -6,16 +6,20 @@ LICENSE = "GPLv2 & GPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \
> file://src/pi_tests/pi_stress.c;beginline=6;endline=19;md5=bd426a634a43ec612e9fbf125dfcc949"
> -# Version v0.73
> -SRCREV = "81da016fb0f6ab0511fbec81fc8ba1a50398a20d"
> -PV = "git${SRCPV}"
> -PR = "r0"
> +# Version v0.83
> +SRCREV = "5f1e84f8b015df3ff950056494134eca3f640d70"
>
> -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git;protocol=git"
> +# git -> 0.83 needs a PE bump
> +PE = "1"
> +
> +SRC_URI = "git://github.com/clrkwllms/rt-tests.git"
>
> S = "${WORKDIR}/git"
>
> -CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull"
> +CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli ${LDFLAGS}"
> +
> +# calling 'uname -m' is broken on crossbuilds
> +EXTRA_OEMAKE = "NUMA=0"
>
> do_install() {
> oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \
> --
> 1.7.2.5
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] rt-tests: update to 0.83
2011-11-03 9:21 [PATCH] rt-tests: update to 0.83 Koen Kooi
2011-11-03 12:22 ` Jason Kridner
@ 2011-11-04 15:44 ` Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-11-04 15:44 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Thu, 2011-11-03 at 10:21 +0100, Koen Kooi wrote:
> Fetch from github, kernel.org uri is gone
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> .../{rt-tests_0.73.bb => rt-tests_0.83.bb} | 16 ++++++++++------
> 1 files changed, 10 insertions(+), 6 deletions(-)
> rename meta/recipes-rt/rt-tests/{rt-tests_0.73.bb => rt-tests_0.83.bb} (68%)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-04 15:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 9:21 [PATCH] rt-tests: update to 0.83 Koen Kooi
2011-11-03 12:22 ` Jason Kridner
2011-11-04 8:14 ` Koen Kooi
2011-11-04 15:44 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox