All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 29/29] kern-tools-native: check tags, not commits for new versions
Date: Wed,  8 Dec 2021 22:59:47 +0100	[thread overview]
Message-ID: <20211208215947.1979470-29-alex@linutronix.de> (raw)
In-Reply-To: <20211208215947.1979470-1-alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index ef035aed23..ef43ef74fa 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -16,7 +16,6 @@ inherit native
 
 SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master"
 S = "${WORKDIR}/git"
-UPSTREAM_CHECK_COMMITS = "1"
 
 do_configure() {
 	:
-- 
2.20.1



      parent reply	other threads:[~2021-12-08 22:00 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 21:59 [PATCH 01/29] fetch: add a test for version check where compression changes Alexander Kanavin
2021-12-08 21:59 ` [PATCH 02/29] insane.bbclass: do not hardcode oe-core path in upstream-status check Alexander Kanavin
2021-12-09 12:12   ` [OE-core] " Richard Purdie
2021-12-09 22:34     ` Alexander Kanavin
2021-12-08 21:59 ` [PATCH 03/29] python3: drop unneeded multiprocessing module patch Alexander Kanavin
2021-12-08 21:59 ` [PATCH 04/29] libid3tag: move to meta-oe Alexander Kanavin
2021-12-08 23:01   ` [OE-core] " Khem Raj
2021-12-09  8:56     ` Alexander Kanavin
2021-12-08 21:59 ` [PATCH 05/29] serf: mark patches as inappropriate for upstream submission Alexander Kanavin
2021-12-09 13:45   ` [OE-core] " Richard Purdie
2021-12-09 13:56     ` Konrad Weihmann
2021-12-09 14:08       ` Alexander Kanavin
     [not found]       ` <16BF1B61B6B32D54.14236@lists.openembedded.org>
2021-12-09 14:33         ` Alexander Kanavin
2021-12-08 21:59 ` [PATCH 06/29] ruby: update 3.0.2 -> 3.0.3 Alexander Kanavin
2021-12-08 23:01   ` [OE-core] " Khem Raj
2021-12-09  8:55     ` Alexander Kanavin
2021-12-08 21:59 ` [PATCH 07/29] ell: upgrade 0.45 -> 0.46 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 08/29] glib-2.0: upgrade 2.70.1 -> 2.70.2 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 09/29] ccache: upgrade 4.5 -> 4.5.1 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 10/29] meson: upgrade 0.60.1 -> 0.60.2 Alexander Kanavin
2021-12-10 17:01   ` [OE-core] " Khem Raj
2021-12-11  2:42     ` Khem Raj
2021-12-11  8:44       ` Alexander Kanavin
2021-12-08 21:59 ` [PATCH 11/29] mmc-utils: upgrade to latest revision Alexander Kanavin
2021-12-08 21:59 ` [PATCH 12/29] python3-hypothesis: upgrade 6.24.3 -> 6.30.0 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 13/29] python3-markdown: upgrade 3.3.4 -> 3.3.6 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 14/29] python3-more-itertools: upgrade 8.11.0 -> 8.12.0 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 15/29] python3-pbr: upgrade 5.7.0 -> 5.8.0 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 16/29] python3-ruamel-yaml: upgrade 0.17.16 -> 0.17.17 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 17/29] python3-setuptools: upgrade 59.2.0 -> 59.4.0 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 18/29] freetype: upgrade 2.11.0 -> 2.11.1 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 19/29] harfbuzz: upgrade 3.1.1 -> 3.1.2 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 20/29] mesa: upgrade 21.3.0 -> 21.3.1 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 21/29] piglit: upgrade to latest revision Alexander Kanavin
2021-12-08 21:59 ` [PATCH 22/29] vulkan-loader: upgrade 1.2.198.0 -> 1.2.198.1 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 23/29] webkitgtk: upgrade 2.34.1 -> 2.34.2 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 24/29] diffoscope: upgrade 192 -> 194 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 25/29] enchant2: upgrade 2.3.1 -> 2.3.2 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 26/29] libsoup: upgrade 3.0.2 -> 3.0.3 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 27/29] xxhash: upgrade 0.8.0 -> 0.8.1 Alexander Kanavin
2021-12-08 21:59 ` [PATCH 28/29] ruby: remove debugging leftover Alexander Kanavin
2021-12-08 21:59 ` Alexander Kanavin [this message]

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=20211208215947.1979470-29-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --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 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.