Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
Date: Tue, 3 Nov 2020 11:25:10 -0800	[thread overview]
Message-ID: <395c85f0-61fe-c39f-fb5d-2aa59f22181e@gmail.com> (raw)
In-Reply-To: <CANNYZj8hyJoeQkV_GyM7jXZh-8OVSMK=jp3pQ=nHyiFisYRUfA@mail.gmail.com>



On 11/3/20 11:17 AM, Alexander Kanavin wrote:
> Can you send a patch for this please?
> 

thats fine,

Richard,

How does this not get detected in world builds ?

> Alex
> 
> On Tue, 3 Nov 2020 at 19:43, Khem Raj <raj.khem@gmail.com 
> <mailto:raj.khem@gmail.com>> wrote:
> 
>     rt-tests now have added code which only works for x86/x86_64/ppc64 in
>     src/oslat/oslat.c, so either that will need fixing for other arches or
>     limit this recipe to above said arches. see a failure here e.g.
> 
>     https://errors.yoctoproject.org/Errors/Details/511500/
> 
>     On 11/2/20 8:48 AM, Alexander Kanavin wrote:
>      > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com
>     <mailto:alex.kanavin@gmail.com>>
>      > ---
>      >   ...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7
>     ++++---
>      >   .../rt-tests/{hwlatdetect_1.8.bb <http://hwlatdetect_1.8.bb> =>
>     hwlatdetect_1.9.bb <http://hwlatdetect_1.9.bb>}    | 0
>      >   meta/recipes-rt/rt-tests/rt-tests.inc                      | 2 +-
>      >   .../rt-tests/{rt-tests_1.8.bb <http://rt-tests_1.8.bb> =>
>     rt-tests_1.9.bb <http://rt-tests_1.9.bb>}          | 0
>      >   4 files changed, 5 insertions(+), 4 deletions(-)
>      >   rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb
>     <http://hwlatdetect_1.8.bb> => hwlatdetect_1.9.bb
>     <http://hwlatdetect_1.9.bb>} (100%)
>      >   rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb
>     <http://rt-tests_1.8.bb> => rt-tests_1.9.bb
>     <http://rt-tests_1.9.bb>} (100%)
>      >
>      > diff --git
>     a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>     b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>      > index c18928ed02..8fd94b176c 100644
>      > ---
>     a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>      > +++
>     b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>      > @@ -1,4 +1,4 @@
>      > -From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17
>     00:00:00 2001
>      > +From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17
>     00:00:00 2001
>      >   From: Randy Witt <randy.e.witt@intel.com
>     <mailto:randy.e.witt@intel.com>>
>      >   Date: Fri, 16 Oct 2020 16:54:30 -0700
>      >   Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
>      > @@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
>      >   Signed-off-by: Randy Witt <randy.e.witt@intel.com
>     <mailto:randy.e.witt@intel.com>>
>      >
>      >   Upstream-Status: Inappropriate [other]
>      > +
>      >   ---
>      >    Makefile | 4 ++--
>      >    1 file changed, 2 insertions(+), 2 deletions(-)
>      >
>      >   diff --git a/Makefile b/Makefile
>      > -index 05fc5ed..7a289c8 100644
>      > +index c3ebbd7..2176835 100644
>      >   --- a/Makefile
>      >   +++ b/Makefile
>      >   @@ -1,6 +1,6 @@
>      > - VERSION = 1.8
>      > + VERSION = 1.9
>      >   -CC = $(CROSS_COMPILE)gcc
>      >   -AR = $(CROSS_COMPILE)ar
>      >   +CC ?= $(CROSS_COMPILE)gcc
>      > diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
>     <http://hwlatdetect_1.8.bb>
>     b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
>     <http://hwlatdetect_1.9.bb>
>      > similarity index 100%
>      > rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
>     <http://hwlatdetect_1.8.bb>
>      > rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
>     <http://hwlatdetect_1.9.bb>
>      > diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
>     b/meta/recipes-rt/rt-tests/rt-tests.inc
>      > index 5d28c7e63e..2dd890cf95 100644
>      > --- a/meta/recipes-rt/rt-tests/rt-tests.inc
>      > +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
>      > @@ -1,5 +1,5 @@
>      >   # Version 1.8
>      > -SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
>      > +SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
>      >   PE = "1"
>      >
>      >   SRC_URI =
>     "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
>     <http://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest>"
>      > diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb
>     <http://rt-tests_1.8.bb> b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
>     <http://rt-tests_1.9.bb>
>      > similarity index 100%
>      > rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
>     <http://rt-tests_1.8.bb>
>      > rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
>     <http://rt-tests_1.9.bb>
>      >
>      >
>      >
>      > 
>      >
> 

  reply	other threads:[~2020-11-03 19:25 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
2020-11-02 16:47 ` [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 03/80] glslang: fix upstream version check Alexander Kanavin
2020-11-02 16:47 ` [PATCH 04/80] glslang: upgrade 8.13.3559 -> 8.13.3743 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 05/80] glslang: bump to a newer commit Alexander Kanavin
2020-11-02 16:47 ` [PATCH 06/80] shaderc: upgrade 2019.0 -> 2020.3 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 07/80] vulkan: update 1.2.135 -> 1.2.154 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 08/80] vulkan-samples: replace vulkan-demos Alexander Kanavin
2020-11-02 16:47 ` [PATCH 09/80] piglit: upgrade to latest revision Alexander Kanavin
2020-11-02 16:47 ` [PATCH 10/80] acpica: upgrade 20200717 -> 20200925 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 11/80] adwaita-icon-theme: upgrade 3.36.1 -> 3.38.0 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 12/80] at-spi2-atk: upgrade 2.34.2 -> 2.38.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 13/80] at-spi2-core: upgrade 2.36.1 " Alexander Kanavin
2020-11-02 16:48 ` [PATCH 14/80] bison: upgrade 3.7.2 -> 3.7.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 15/80] createrepo-c: upgrade 0.16.0 -> 0.16.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 16/80] curl: upgrade 7.72.0 -> 7.73.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 17/80] debianutils: upgrade 4.11.1 -> 4.11.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 18/80] dhcpcd: upgrade 9.2.0 -> 9.3.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 19/80] dmidecode: upgrade 3.2 -> 3.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 20/80] dnf: upgrade 4.2.23 -> 4.4.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 21/80] ethtool: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 22/80] expat: upgrade 2.2.9 -> 2.2.10 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 23/80] gcr: upgrade 3.36.0 -> 3.38.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 24/80] glib-networking: upgrade 2.64.3 -> 2.66.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 25/80] gtk+3: upgrade 3.24.22 -> 3.24.23 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 26/80] help2man: upgrade 1.47.15 -> 1.47.16 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 27/80] i2c-tools: upgrade 4.1 -> 4.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 28/80] iw: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 29/80] kmscube: upgrade to latest revision Alexander Kanavin
2020-11-02 16:48 ` [PATCH 30/80] less: upgrade 562 -> 563 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 31/80] libdnf: upgrade 0.48.0 -> 0.54.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 32/80] libgudev: upgrade 233 -> 234 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 33/80] libinput: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 34/80] libuv: upgrade 1.39.0 -> 1.40.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 35/80] libva: upgrade 2.8.0 -> 2.9.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 36/80] libva-utils: update 2.8.0 -> 2.9.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 37/80] libwpe: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1 Alexander Kanavin
2020-11-03 20:38   ` [OE-core] " Martin Jansa
2020-11-02 16:48 ` [PATCH 39/80] openssh: upgrade 8.3p1 -> 8.4p1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 40/80] openssl: upgrade 1.1.1g -> 1.1.1h Alexander Kanavin
2020-11-02 16:48 ` [PATCH 41/80] strace: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 42/80] sudo: upgrade 1.9.3 -> 1.9.3p1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 43/80] vala: upgrade 0.48.9 -> 0.50.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 44/80] wpebackend-fdo: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 45/80] xkeyboard-config: upgrade 2.30 -> 2.31 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 46/80] u-boot: upgrade 2020.07 -> 2020.10 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 47/80] usbutils: upgrade 012 -> 013 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1 Alexander Kanavin
2020-11-02 17:19   ` [OE-core] " akuster
2020-11-02 17:24     ` Alexander Kanavin
     [not found]     ` <1643C0CD4D3FE498.21917@lists.openembedded.org>
2020-11-02 20:19       ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 49/80] nfs-utils: upgrade 2.5.1 -> 2.5.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 50/80] dropbear: upgrade 2020.80 -> 2020.81 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 51/80] btrfs-tools: upgrade 5.7 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 52/80] git: upgrade 2.28.0 -> 2.29.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 53/80] go: upgrade 1.15.2 -> 1.15.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 54/80] mtools: upgrade 4.0.24 -> 4.0.25 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 55/80] python3-numpy: upgrade 1.19.1 -> 1.19.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 56/80] python3-git: upgrade 3.1.7 -> 3.1.11 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 57/80] python3-pyelftools: upgrade 0.26 -> 0.27 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 58/80] python3-pygments: upgrade 2.6.1 -> 2.7.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 59/80] python3-setuptools: upgrade 49.6.0 -> 50.3.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 60/80] asciidoc: upgrade 9.0.2 -> 9.0.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 61/80] iptables: upgrade 1.8.5 -> 1.8.6 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 62/80] libsolv: upgrade 0.7.14 -> 0.7.16 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 63/80] stress-ng: upgrade 0.11.21 -> 0.11.23 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 64/80] libhandy: upgrade 1.0.0 -> 1.0.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 65/80] freetype: upgrade 2.10.2 -> 2.10.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 66/80] linux-firmware: upgrade 20200817 -> 20201022 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 67/80] alsa: upgrade 1.2.3 -> 1.2.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 68/80] gstreamer1.0: upgrade 1.18.0 -> 1.18.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 69/80] x264: upgrade to latest revision Alexander Kanavin
2020-11-02 16:48 ` [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Alexander Kanavin
2020-11-03 18:43   ` [OE-core] " Khem Raj
2020-11-03 19:17     ` Alexander Kanavin
2020-11-03 19:25       ` Khem Raj [this message]
2020-11-03 19:52         ` Alexander Kanavin
2020-11-03 20:00           ` Khem Raj
2020-11-02 16:48 ` [PATCH 71/80] webkitgtk: upgrade 2.30.1 -> 2.30.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 72/80] diffoscope: upgrade 160 -> 161 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 73/80] enchant2: upgrade 2.2.9 -> 2.2.12 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 74/80] libassuan: upgrade 2.5.3 -> 2.5.4 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 75/80] libcap-ng: upgrade 0.7.11 -> 0.8 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 76/80] libevdev: upgrade 1.9.1 -> 1.10.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 77/80] libgcrypt: upgrade 1.8.6 -> 1.8.7 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 78/80] libmpc: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 79/80] libsoup-2.4: upgrade 2.70.0 -> 2.72.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 80/80] numactl: upgrade 2.0.13 -> 2.0.14 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=395c85f0-61fe-c39f-fb5d-2aa59f22181e@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox