From patchwork Thu Feb 17 16:09:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3699 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E61F6C433EF for ; Thu, 17 Feb 2022 16:09:50 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by mx.groups.io with SMTP id smtpd.web09.1769.1645114190063228985 for ; Thu, 17 Feb 2022 08:09:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=N/qVRe16; spf=pass (domain: gmail.com, ip: 209.85.208.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f54.google.com with SMTP id s24so4116033edr.5 for ; Thu, 17 Feb 2022 08:09:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Oz6lB3aefLz4NSlN76l56rKqVUNqPJxx8upxS07zDJ0=; b=N/qVRe16klW/SB7Z9VSvy0bxrARveV0LSczKP55AGShnWUccGTMFOP25PkLclg1rPm h4ZqNwbl8eCZXhAva9rG3FkxMAIJ8QjB64/LKp6JLZ4RtDTMjEk+L9XkkEFvZsCo/MbS Jr2Y30k5ddhASXm6zUprO9QWYiIQrNwCtXLiywl2s7AQMyH2o6YGw6VoiYMtIjosOXTO sllYCUMbSFpva7+3dKzp5pZR3G67Qmo9Ehv94IWXQ6XQgTnca4EtSXM9wlYhxHakWM+s jTHckzCUKkS45/pt76sU8GwCQxzziFGRLIvBnMDH36oBdWDS2SVvETlsRCMBlIAFcl5R dyUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Oz6lB3aefLz4NSlN76l56rKqVUNqPJxx8upxS07zDJ0=; b=GgxUkI5+vle3vBAVRqbchETgebW3vFlTZULJzolo5dxekrSYWsqzJDjEsLJOvMAJK4 /eqV8soLYjHlnUfeKNCWhwsRFzmSEg1UKGc0qoHnfaYw2vTv4k+j//bVWs3hBzkZfw4L TrlRy0DUlPHuvfNy+6a85HERGEzhFNbcQUe6DLuKZczDxjKqNYtqsHWLN5D5GTM2OqG2 9w8n0HjY1jv7Xm2SfjpjKslD/76jBk64vMvqWiI1VORfYHfPkaOqiHhTuWRlvQseAPAl tg3+fTwEGnDuJS3GpUrUryxxCRUc54adqmlPbClYzFSxrSNPQbxm/4BsfjomTsNTDrLz 3W2Q== X-Gm-Message-State: AOAM5302YW6aV7XA5fjmhqte1icUk2Pqv7VyspIRPCE5B9Pfmp/5yL4q S1+yRQ96qI2IIFugJN/8YlpOdS9T+D8= X-Google-Smtp-Source: ABdhPJxO7Oi/utxD6OxqWhBELxRFkSDgErqQd4Lf9VcmCbu4U2CFoPg5iyM4mN7L+K1I2r1jgmJFGw== X-Received: by 2002:a50:f689:0:b0:410:a334:2b9f with SMTP id d9-20020a50f689000000b00410a3342b9fmr3267633edn.251.1645114187903; Thu, 17 Feb 2022 08:09:47 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:47 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 01/28] gdb: update 11.1 -> 11.2 Date: Thu, 17 Feb 2022 17:09:12 +0100 Message-Id: <20220217160939.1424397-1-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161818 Simplyfy .inc structure: merge gdb.inc into gdb_11.2.bb, rename gdb-${PV}.inc to gdb.inc. This will allow easier automatic updates. Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gdb/gdb-11.1.inc | 19 -- ...ian_11.1.bb => gdb-cross-canadian_11.2.bb} | 2 +- .../{gdb-cross_11.1.bb => gdb-cross_11.2.bb} | 2 +- meta/recipes-devtools/gdb/gdb.inc | 27 +- ...erver-register-set-selection-dynamic.patch | 317 ------------------ .../gdb/{gdb_11.1.bb => gdb_11.2.bb} | 13 +- 6 files changed, 31 insertions(+), 349 deletions(-) delete mode 100644 meta/recipes-devtools/gdb/gdb-11.1.inc rename meta/recipes-devtools/gdb/{gdb-cross-canadian_11.1.bb => gdb-cross-canadian_11.2.bb} (71%) rename meta/recipes-devtools/gdb/{gdb-cross_11.1.bb => gdb-cross_11.2.bb} (50%) delete mode 100644 meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch rename meta/recipes-devtools/gdb/{gdb_11.1.bb => gdb_11.2.bb} (80%) diff --git a/meta/recipes-devtools/gdb/gdb-11.1.inc b/meta/recipes-devtools/gdb/gdb-11.1.inc deleted file mode 100644 index 5364a880e3..0000000000 --- a/meta/recipes-devtools/gdb/gdb-11.1.inc +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ - file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ - file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" - -SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ - file://0001-make-man-install-relative-to-DESTDIR.patch \ - file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ - file://0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \ - file://0005-Dont-disable-libreadline.a-when-using-disable-static.patch \ - file://0006-use-asm-sgidefs.h.patch \ - file://0007-Change-order-of-CFLAGS.patch \ - file://0008-resolve-restrict-keyword-conflict.patch \ - file://0009-Fix-invalid-sigprocmask-call.patch \ - file://0010-gdbserver-ctrl-c-handling.patch \ - file://0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch \ - " -SRC_URI[sha256sum] = "cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_11.2.bb similarity index 71% rename from meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb rename to meta/recipes-devtools/gdb/gdb-cross-canadian_11.2.bb index 301035940c..4ab2b7156d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_11.2.bb @@ -1,3 +1,3 @@ require gdb-common.inc require gdb-cross-canadian.inc -require gdb-${PV}.inc +require gdb.inc diff --git a/meta/recipes-devtools/gdb/gdb-cross_11.1.bb b/meta/recipes-devtools/gdb/gdb-cross_11.2.bb similarity index 50% rename from meta/recipes-devtools/gdb/gdb-cross_11.1.bb rename to meta/recipes-devtools/gdb/gdb-cross_11.2.bb index 50cf159fdb..3b654a2f0d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_11.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_11.2.bb @@ -1,2 +1,2 @@ require gdb-cross.inc -require gdb-${PV}.inc +require gdb.inc diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 2c95ed3ca0..cf801b192b 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -1,11 +1,18 @@ -require gdb-common.inc - -inherit gettext pkgconfig - -#LDFLAGS:append = " -s" -#export CFLAGS:append=" -L${STAGING_LIBDIR}" - -# cross-canadian must not see this -PACKAGES =+ "gdbserver" -FILES:gdbserver = "${bindir}/gdbserver" +LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ + file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" +SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ + file://0001-make-man-install-relative-to-DESTDIR.patch \ + file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ + file://0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \ + file://0005-Dont-disable-libreadline.a-when-using-disable-static.patch \ + file://0006-use-asm-sgidefs.h.patch \ + file://0007-Change-order-of-CFLAGS.patch \ + file://0008-resolve-restrict-keyword-conflict.patch \ + file://0009-Fix-invalid-sigprocmask-call.patch \ + file://0010-gdbserver-ctrl-c-handling.patch \ + " +SRC_URI[sha256sum] = "1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32" diff --git a/meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch b/meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch deleted file mode 100644 index 6fc1859391..0000000000 --- a/meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch +++ /dev/null @@ -1,317 +0,0 @@ -From eb79b2318066cafb75ffdce310e3bbd44f7c79e3 Mon Sep 17 00:00:00 2001 -From: Luis Machado -Date: Fri, 29 Oct 2021 14:54:36 -0300 -Subject: [PATCH] [AArch64] Make gdbserver register set selection dynamic - -The current register set selection mechanism for AArch64 is static, based -on a pre-populated array of register sets. - -This means that we might potentially probe register sets that are not -available. This is OK if the kernel errors out during ptrace, but probing the -tag_ctl register, for example, does not result in a ptrace error if the kernel -supports the tagged address ABI but not MTE (PR 28355). - -Making the register set selection dynamic, based on feature checks, solves -this and simplifies the code a bit. It allows us to list all of the register -sets only once, and pick and choose based on HWCAP/HWCAP2 or other properties. - -gdb/ChangeLog: - -2021-11-03 Luis Machado - - PR gdb/28355 - - * arch/aarch64.h (struct aarch64_features): New struct. - -gdbserver/ChangeLog: - -2021-11-03 Luis Machado - - PR gdb/28355 - - * linux-aarch64-low.cc (is_sve_tdesc): Remove. - (aarch64_target::low_arch_setup): Rework to adjust the register sets. - (aarch64_regsets): Update to list all register sets. - (aarch64_regsets_info, regs_info_aarch64): Replace NULL with nullptr. - (aarch64_sve_regsets, aarch64_sve_regsets_info) - (regs_info_aarch64_sve): Remove. - (aarch64_adjust_register_sets): New. - (aarch64_target::get_regs_info): Remove references to removed structs. - (initialize_low_arch): Likewise. - -[ChangeLog entry stripped so that patch applies cleanly] -Upstream-Status: Accepted ---- - -diff --git a/gdb/arch/aarch64.h b/gdb/arch/aarch64.h -index 0eb702c5b5e..95edb664b55 100644 ---- a/gdb/arch/aarch64.h -+++ b/gdb/arch/aarch64.h -@@ -22,6 +22,15 @@ - - #include "gdbsupport/tdesc.h" - -+/* Holds information on what architectural features are available. This is -+ used to select register sets. */ -+struct aarch64_features -+{ -+ bool sve = false; -+ bool pauth = false; -+ bool mte = false; -+}; -+ - /* Create the aarch64 target description. A non zero VQ value indicates both - the presence of SVE and the Vector Quotient - the number of 128bit chunks in - an SVE Z register. HAS_PAUTH_P indicates the presence of the PAUTH -diff --git a/gdbserver/linux-aarch64-low.cc b/gdbserver/linux-aarch64-low.cc -index daccfef746e..9a8cb4169a7 100644 ---- a/gdbserver/linux-aarch64-low.cc -+++ b/gdbserver/linux-aarch64-low.cc -@@ -196,16 +196,6 @@ is_64bit_tdesc (void) - return register_size (regcache->tdesc, 0) == 8; - } - --/* Return true if the regcache contains the number of SVE registers. */ -- --static bool --is_sve_tdesc (void) --{ -- struct regcache *regcache = get_thread_regcache (current_thread, 0); -- -- return tdesc_contains_feature (regcache->tdesc, "org.gnu.gdb.aarch64.sve"); --} -- - static void - aarch64_fill_gregset (struct regcache *regcache, void *buf) - { -@@ -680,40 +670,6 @@ aarch64_target::low_new_fork (process_info *parent, - *child->priv->arch_private = *parent->priv->arch_private; - } - --/* Matches HWCAP_PACA in kernel header arch/arm64/include/uapi/asm/hwcap.h. */ --#define AARCH64_HWCAP_PACA (1 << 30) -- --/* Implementation of linux target ops method "low_arch_setup". */ -- --void --aarch64_target::low_arch_setup () --{ -- unsigned int machine; -- int is_elf64; -- int tid; -- -- tid = lwpid_of (current_thread); -- -- is_elf64 = linux_pid_exe_is_elf_64_file (tid, &machine); -- -- if (is_elf64) -- { -- uint64_t vq = aarch64_sve_get_vq (tid); -- unsigned long hwcap = linux_get_hwcap (8); -- unsigned long hwcap2 = linux_get_hwcap2 (8); -- bool pauth_p = hwcap & AARCH64_HWCAP_PACA; -- /* MTE is AArch64-only. */ -- bool mte_p = hwcap2 & HWCAP2_MTE; -- -- current_process ()->tdesc -- = aarch64_linux_read_description (vq, pauth_p, mte_p); -- } -- else -- current_process ()->tdesc = aarch32_linux_read_description (); -- -- aarch64_linux_get_debug_reg_capacity (lwpid_of (current_thread)); --} -- - /* Wrapper for aarch64_sve_regs_copy_to_reg_buf. */ - - static void -@@ -730,21 +686,36 @@ aarch64_sve_regs_copy_from_regcache (struct regcache *regcache, void *buf) - return aarch64_sve_regs_copy_from_reg_buf (regcache, buf); - } - -+/* Array containing all the possible register sets for AArch64/Linux. During -+ architecture setup, these will be checked against the HWCAP/HWCAP2 bits for -+ validity and enabled/disabled accordingly. -+ -+ Their sizes are set to 0 here, but they will be adjusted later depending -+ on whether each register set is available or not. */ - static struct regset_info aarch64_regsets[] = - { -+ /* GPR registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, -- sizeof (struct user_pt_regs), GENERAL_REGS, -+ 0, GENERAL_REGS, - aarch64_fill_gregset, aarch64_store_gregset }, -+ /* Floating Point (FPU) registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, -- sizeof (struct user_fpsimd_state), FP_REGS, -+ 0, FP_REGS, - aarch64_fill_fpregset, aarch64_store_fpregset - }, -+ /* Scalable Vector Extension (SVE) registers. */ -+ { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_SVE, -+ 0, EXTENDED_REGS, -+ aarch64_sve_regs_copy_from_regcache, aarch64_sve_regs_copy_to_regcache -+ }, -+ /* PAC registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_PAC_MASK, -- AARCH64_PAUTH_REGS_SIZE, OPTIONAL_REGS, -- NULL, aarch64_store_pauthregset }, -+ 0, OPTIONAL_REGS, -+ nullptr, aarch64_store_pauthregset }, -+ /* Tagged address control / MTE registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_TAGGED_ADDR_CTRL, -- AARCH64_LINUX_SIZEOF_MTE, OPTIONAL_REGS, aarch64_fill_mteregset, -- aarch64_store_mteregset }, -+ 0, OPTIONAL_REGS, -+ aarch64_fill_mteregset, aarch64_store_mteregset }, - NULL_REGSET - }; - -@@ -752,47 +723,95 @@ static struct regsets_info aarch64_regsets_info = - { - aarch64_regsets, /* regsets */ - 0, /* num_regsets */ -- NULL, /* disabled_regsets */ -+ nullptr, /* disabled_regsets */ - }; - - static struct regs_info regs_info_aarch64 = - { -- NULL, /* regset_bitmap */ -- NULL, /* usrregs */ -+ nullptr, /* regset_bitmap */ -+ nullptr, /* usrregs */ - &aarch64_regsets_info, - }; - --static struct regset_info aarch64_sve_regsets[] = -+/* Given FEATURES, adjust the available register sets by setting their -+ sizes. A size of 0 means the register set is disabled and won't be -+ used. */ -+ -+static void -+aarch64_adjust_register_sets (const struct aarch64_features &features) - { -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, -- sizeof (struct user_pt_regs), GENERAL_REGS, -- aarch64_fill_gregset, aarch64_store_gregset }, -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_SVE, -- SVE_PT_SIZE (AARCH64_MAX_SVE_VQ, SVE_PT_REGS_SVE), EXTENDED_REGS, -- aarch64_sve_regs_copy_from_regcache, aarch64_sve_regs_copy_to_regcache -- }, -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_PAC_MASK, -- AARCH64_PAUTH_REGS_SIZE, OPTIONAL_REGS, -- NULL, aarch64_store_pauthregset }, -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_TAGGED_ADDR_CTRL, -- AARCH64_LINUX_SIZEOF_MTE, OPTIONAL_REGS, aarch64_fill_mteregset, -- aarch64_store_mteregset }, -- NULL_REGSET --}; -+ struct regset_info *regset; - --static struct regsets_info aarch64_sve_regsets_info = -- { -- aarch64_sve_regsets, /* regsets. */ -- 0, /* num_regsets. */ -- NULL, /* disabled_regsets. */ -- }; -+ for (regset = aarch64_regsets; regset->size >= 0; regset++) -+ { -+ switch (regset->nt_type) -+ { -+ case NT_PRSTATUS: -+ /* General purpose registers are always present. */ -+ regset->size = sizeof (struct user_pt_regs); -+ break; -+ case NT_FPREGSET: -+ /* This is unavailable when SVE is present. */ -+ if (!features.sve) -+ regset->size = sizeof (struct user_fpsimd_state); -+ break; -+ case NT_ARM_SVE: -+ if (features.sve) -+ regset->size = SVE_PT_SIZE (AARCH64_MAX_SVE_VQ, SVE_PT_REGS_SVE); -+ break; -+ case NT_ARM_PAC_MASK: -+ if (features.pauth) -+ regset->size = AARCH64_PAUTH_REGS_SIZE; -+ break; -+ case NT_ARM_TAGGED_ADDR_CTRL: -+ if (features.mte) -+ regset->size = AARCH64_LINUX_SIZEOF_MTE; -+ break; -+ default: -+ gdb_assert_not_reached ("Unknown register set found."); -+ } -+ } -+} - --static struct regs_info regs_info_aarch64_sve = -- { -- NULL, /* regset_bitmap. */ -- NULL, /* usrregs. */ -- &aarch64_sve_regsets_info, -- }; -+/* Matches HWCAP_PACA in kernel header arch/arm64/include/uapi/asm/hwcap.h. */ -+#define AARCH64_HWCAP_PACA (1 << 30) -+ -+/* Implementation of linux target ops method "low_arch_setup". */ -+ -+void -+aarch64_target::low_arch_setup () -+{ -+ unsigned int machine; -+ int is_elf64; -+ int tid; -+ -+ tid = lwpid_of (current_thread); -+ -+ is_elf64 = linux_pid_exe_is_elf_64_file (tid, &machine); -+ -+ if (is_elf64) -+ { -+ struct aarch64_features features; -+ -+ uint64_t vq = aarch64_sve_get_vq (tid); -+ features.sve = (vq > 0); -+ /* A-profile PAC is 64-bit only. */ -+ features.pauth = linux_get_hwcap (8) & AARCH64_HWCAP_PACA; -+ /* A-profile MTE is 64-bit only. */ -+ features.mte = linux_get_hwcap2 (8) & HWCAP2_MTE; -+ -+ current_process ()->tdesc -+ = aarch64_linux_read_description (vq, features.pauth, features.mte); -+ -+ /* Adjust the register sets we should use for this particular set of -+ features. */ -+ aarch64_adjust_register_sets (features); -+ } -+ else -+ current_process ()->tdesc = aarch32_linux_read_description (); -+ -+ aarch64_linux_get_debug_reg_capacity (lwpid_of (current_thread)); -+} - - /* Implementation of linux target ops method "get_regs_info". */ - -@@ -802,9 +821,7 @@ aarch64_target::get_regs_info () - if (!is_64bit_tdesc ()) - return ®s_info_aarch32; - -- if (is_sve_tdesc ()) -- return ®s_info_aarch64_sve; -- -+ /* AArch64 64-bit registers. */ - return ®s_info_aarch64; - } - -@@ -3294,5 +3311,4 @@ initialize_low_arch (void) - initialize_low_arch_aarch32 (); - - initialize_regsets_info (&aarch64_regsets_info); -- initialize_regsets_info (&aarch64_sve_regsets_info); - } --- -2.27.0 - diff --git a/meta/recipes-devtools/gdb/gdb_11.1.bb b/meta/recipes-devtools/gdb/gdb_11.2.bb similarity index 80% rename from meta/recipes-devtools/gdb/gdb_11.1.bb rename to meta/recipes-devtools/gdb/gdb_11.2.bb index e73e3a2c5c..9c6db4ca2c 100644 --- a/meta/recipes-devtools/gdb/gdb_11.1.bb +++ b/meta/recipes-devtools/gdb/gdb_11.2.bb @@ -1,5 +1,15 @@ +require gdb-common.inc + +inherit gettext pkgconfig + +#LDFLAGS:append = " -s" +#export CFLAGS:append=" -L${STAGING_LIBDIR}" + +# cross-canadian must not see this +PACKAGES =+ "gdbserver" +FILES:gdbserver = "${bindir}/gdbserver" + require gdb.inc -require gdb-${PV}.inc inherit python3-dir @@ -26,3 +36,4 @@ EOF chmod +x ${WORKDIR}/python fi } + From patchwork Thu Feb 17 16:09:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3704 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D71EBC4332F for ; Thu, 17 Feb 2022 16:09:51 +0000 (UTC) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mx.groups.io with SMTP id smtpd.web10.1760.1645114190324863755 for ; Thu, 17 Feb 2022 08:09:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=oJ49INw6; spf=pass (domain: gmail.com, ip: 209.85.218.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f44.google.com with SMTP id p14so8376590ejf.11 for ; Thu, 17 Feb 2022 08:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=XIVEgKPwkoF8rtqXsd4VAq8kuVVLcqGe6exQD822C88=; b=oJ49INw6j6hSRixoU7FJgvNT0t6x4UY7wy5/UDm3Wuk2p7wRhAMRtqU80NR5UolPBF XpBaRwQGOt4bl+5PPnK1q26qm/esQwNKeUfILMGzhPm0WYX78bK7xpguh++cIQJwSmT/ KRFAASTq3vbWPvL3hAm1bUb/+i/96VqrBPlsTxgm8vJwfxzdifDU7qD0U+VLMhjIgmeb 636LhWZq9ojHRRSnq/fNpfi0zYe9JgVXamflEEZStJn85ndckJ4bQ5/nUoZIyLdg6y2Q sMATnwey/iZfRzK9ONiDqQLBCo84oKAh8m/DQX2fdWttgCJ/Z/vBxRQCR7nKJ5Bt5MPM TDOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XIVEgKPwkoF8rtqXsd4VAq8kuVVLcqGe6exQD822C88=; b=G14v78Y8rhngMotcyqAan6/LIv2Qrh1fhA16MibTj77Mra4VO0wGmCFMvszOL3UrZV zloYh3JYudbOv6Xe7OPSIYH8JdsWgZJld4q5d0KPy5LMn4oeLcmTvXozYdHqctITDFBa zonmFXPRY7RaU4M0PhrLx1iB06kCbfrHr1GtsQK3nATbk69rtaFizsOC/xCXcNsrkVfy 5x8Iv6mdG9dUsBZ27kHEpB3Vd8rST0Ydd6dNb3s+kA3hWkxrLFMaXhIu3vvDl8B08MLk IUbrICTNiZ7bWf9oUn+YRb/g01Dt5JbHpJa5P1hm+JBUL6pXWBLD4l5b7D8jNeJPUNAb h79g== X-Gm-Message-State: AOAM531BT8VQYJ0ZpjkjJIYPGM8txqQAPe+Ps7PAEjmKLLgSh1Slvpim 45m0DKmvad2INV39b5MXZLpJfHdVrSw= X-Google-Smtp-Source: ABdhPJyjrudffnzFUQTyfTDocDMS7W1wBXGtmlDffjNw+LBp5Xz68cMDw87jNoE9Iujsm8SF5gIbwQ== X-Received: by 2002:a17:907:72c3:b0:6ce:5256:1125 with SMTP id du3-20020a17090772c300b006ce52561125mr2845433ejc.697.1645114188762; Thu, 17 Feb 2022 08:09:48 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:48 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 02/28] weston-init: replace deprecated/disabled fbdev with drm backend Date: Thu, 17 Feb 2022 17:09:13 +0100 Message-Id: <20220217160939.1424397-2-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161819 drm will default to opengl rendering by default; if this is problematic, --use-pixman option may help, apply only where it's proven necessary. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index e02da0c358..8e8c0454be 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb @@ -19,13 +19,7 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[no-idle-timeout] = ",," DEFAULTBACKEND ??= "" -DEFAULTBACKEND:qemuall ?= "fbdev" -DEFAULTBACKEND:qemuarm64 = "drm" -DEFAULTBACKEND:qemux86 = "drm" -DEFAULTBACKEND:qemux86-64 = "drm" -# gallium swrast was found to crash weston on startup in x32 qemu -DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev" -DEFAULTBACKEND:x86-x32 = "fbdev" +DEFAULTBACKEND:qemuall ?= "drm" do_install() { if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then From patchwork Thu Feb 17 16:09:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3701 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3EC2C433F5 for ; Thu, 17 Feb 2022 16:09:51 +0000 (UTC) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by mx.groups.io with SMTP id smtpd.web08.1793.1645114190999637290 for ; Thu, 17 Feb 2022 08:09:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NAiLidZm; spf=pass (domain: gmail.com, ip: 209.85.208.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f42.google.com with SMTP id m3so4549160eda.10 for ; Thu, 17 Feb 2022 08:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=qdl8PuYTCsvDzJofwplen+2H88Nwi2nqRcVYmT2DF2M=; b=NAiLidZmqy2nReuiUJfKc9wdB5F+dVQ++gRhxzLN8h1IRm5+ljlhVgEOfzVlZFaO2s mbTyT76ZJjIIP/pc/KI2KqxE4CBuRMkRoTjNIaVzmN8ZSP52mpPQLyd+g4WVMXjlt9VZ +TY07TVO9Ov3DHBUGbVhWZETaskNe0KjuEA/0jYojQHv/bHJhMeXPDZ4Wpoav57Nj2/+ tlX9o1rcLqCrFTw3Xf/u7DQixvhAW9nemmLebzrPdX4GRlpTPgxUfMd7KHYJwUEdLGbX 9TCG3hDZf5J5CYSXZgR5UPU5AsEvwnbVjPDODqfwSKRccgZhFIKpzrXsVCy+mwqyaHdi UXZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qdl8PuYTCsvDzJofwplen+2H88Nwi2nqRcVYmT2DF2M=; b=Y/lvQzYzJq6i/29fzFxbpatPdpcwIiOmmslC3cVjv96dRcBsEHWYyPSjg9YWhq7aM4 8WRJCqKPlS9wDjpocq3ZTY2/gsnR/cGhIXkP0DFk5tQUC8WPfoNHUp/B4EAIlHYYe4+J zCjjl1FRg2bWHc9R3MyEMjfZreDaNvYbUeU7tJJigIK2QEQZdZg/eX4FQ4peV325+gn+ 4gC5oKp319JlRi6vF81XzmZW+0mmlG5lxJfVJwluRxhIXgok3KWwsCw8aLo+RpIzj3HE OcXJ+bTgPzUi7cCLanm3AoJGyS7uOiLs7F5S2V/RX5wlVVUqoWsTlYNSM7Y6GWvPkJ0b aGQw== X-Gm-Message-State: AOAM530iA3bd6/igB9ugUklheiRKI/EGYZB3tzhSaNXyZ+wGay1B/13c teF9CBeZ7t9qyZqI+X3+Uiu+LinmqtY= X-Google-Smtp-Source: ABdhPJwEEGZqpiB1boa3veoER4dk9OG+iINHKtQ82P4dfEpgk4DjAZ9e93ES1RlWUXCHUD1HhVwW9A== X-Received: by 2002:a50:e0ca:0:b0:410:8306:3be7 with SMTP id j10-20020a50e0ca000000b0041083063be7mr3384610edl.172.1645114189488; Thu, 17 Feb 2022 08:09:49 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:49 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 03/28] weston-init: disable systemd watchdog option Date: Thu, 17 Feb 2022 17:09:14 +0100 Message-Id: <20220217160939.1424397-3-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161820 There is no other unit in oe-core where watchdog is enabled, and this feature starts to behave weirdly when test_date is adjusting the clock, which means weston is restarted without need, so disable for weston test stability. The issue won't show up on kvm qemu (x86/x86_64) because it runs too quickly, but non-kvm qemu (ppc/mips/arm) all fail in the same way due to slower timings. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init/weston.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston-init/weston.service b/meta/recipes-graphics/wayland/weston-init/weston.service index e09625b31c..80745998ed 100644 --- a/meta/recipes-graphics/wayland/weston-init/weston.service +++ b/meta/recipes-graphics/wayland/weston-init/weston.service @@ -37,8 +37,8 @@ EnvironmentFile=/etc/default/weston ExecStart=/usr/bin/weston --modules=systemd-notify.so # Optional watchdog setup -TimeoutStartSec=60 -WatchdogSec=20 +#TimeoutStartSec=60 +#WatchdogSec=20 # The user to run Weston as. User=weston From patchwork Thu Feb 17 16:09:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3700 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD5ABC433FE for ; Thu, 17 Feb 2022 16:09:52 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by mx.groups.io with SMTP id smtpd.web11.1772.1645114191633143095 for ; Thu, 17 Feb 2022 08:09:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=gw6qJU/i; spf=pass (domain: gmail.com, ip: 209.85.208.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f54.google.com with SMTP id f17so10574533edd.2 for ; Thu, 17 Feb 2022 08:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=nDw8dudK1CV6WD50yAFCrfgvZPqEfRATaifHBbOlWB4=; b=gw6qJU/iq98f+PRErQCz7Ure0hYgB/N4HCz7S2H7ME/oPtRRC0KJCwcy9H3I7HdecJ 0+y/D+kfKipIW5pYZjN10tc0rK9Z99oywMg9czyBJublDKzDUx1nM4nuATTL0ZtqPTJx b8DYQftJ0Ialup9tJXdRd1COHOpzjyytXmNlpKn55nRjr5hvvIKdBY5fXUFzyAFGprC2 lvjY1GnVFPiEuqW87GdYQblzV99pc38oqXkAceF/nVJ6S+CKw9GhipyrzuUfBgyWC6bx 9L09Oo1PtpzhIVGURtHghsHDT1jvUoARUIJ0wAVyq6hSSAC8rYEMDRIBM/tV5JSRBmdX msKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nDw8dudK1CV6WD50yAFCrfgvZPqEfRATaifHBbOlWB4=; b=igB0hhjyb70IlbMXPNiXI2RmhHnp/h1NE6lP7sx5eBN/k08MbH9/vkv176g0doS1FP K0tlksCSX+ARRgJ0Aw6NAm8ZqpCycJxUR456b/AdmB5JRGEAo/tRAfy3Zo2IshghtiM/ EHclttWN+6aNfEezRQnl8UeXHJO5J70QW+d981AQsEKq/AVqjeO2GnfiJUq7wmS1+RQ5 MEhdvd9HNbaYgKo3ojiUsU72EYoRyOhWC1yOR30cxXq/Kj2znLkmyIbNC4drBzb9C8EI zBVR3Z/N+B0ktMrlAV/gwuFJg/u3gE9tHGsJalcOn4mogKXyHswlYna76q5ZsMiprCg7 mP5w== X-Gm-Message-State: AOAM532o5+LbE2gcik3AvLDjkqFA5SAIa55QPaRfbbVm8v5yiACI7D/P C/tkmVizNDCooPHBn0Hydirth2o1v+4= X-Google-Smtp-Source: ABdhPJzNeNLFntgoog7n+4EzFN2rrf32e4JYkT78rPm0T5DfKxlGO3D/J8C8FCSsQ81FIo2lFOQl2w== X-Received: by 2002:a50:aa9d:0:b0:40f:d653:ff0f with SMTP id q29-20020a50aa9d000000b0040fd653ff0fmr3430173edc.114.1645114190213; Thu, 17 Feb 2022 08:09:50 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:49 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 04/28] devtool: auto-pick 'main' branch in addition to 'master' in upgrades Date: Thu, 17 Feb 2022 17:09:15 +0100 Message-Id: <20220217160939.1424397-4-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161821 Signed-off-by: Alexander Kanavin --- scripts/lib/devtool/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 826a3f955f..7957d41192 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py @@ -192,7 +192,7 @@ def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, kee get_branch = [x.strip() for x in check_branch.splitlines()] # Remove HEAD reference point and drop remote prefix get_branch = [x.split('/', 1)[1] for x in get_branch if not x.startswith('origin/HEAD')] - if 'master' in get_branch: + if 'master' in get_branch or 'main' in get_branch: # If it is master, we do not need to append 'branch=master' as this is default. # Even with the case where get_branch has multiple objects, if 'master' is one # of them, we should default take from 'master' From patchwork Thu Feb 17 16:09:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3702 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D499DC43217 for ; Thu, 17 Feb 2022 16:09:53 +0000 (UTC) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mx.groups.io with SMTP id smtpd.web08.1795.1645114193250760821 for ; Thu, 17 Feb 2022 08:09:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=jhT9kLlS; spf=pass (domain: gmail.com, ip: 209.85.218.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f54.google.com with SMTP id d10so8397632eje.10 for ; Thu, 17 Feb 2022 08:09:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SWT9fjBLHZ/ucVPdyZyzVzM2CehLfMYYrifiraII83I=; b=jhT9kLlSjjAL/VmC/wsSf08ahPvwm4mPcOGKuktKZh0LjHVehFcK97gI3Zrer3SJWW rGfoGxnnOrdHrWJ1pruKwdtRcxT52oUOQnpdFnKFmZyO1KcNJ9s8foceHwqkpMzoC63Q ntc9Zk/4zr0aH7oaNzFo7GFsGBz2QMnP2F7keH4U8JJnCfZ2r/DTBQK8X/hqbmLD6bg6 esDqKagqa51OPU0wqc/Gesj7p0zauVCv9hROzJXaJAMDES4QfWjZGDKDqTxo+8mP0qlp sstTPdj5IJBPAW+OaN1t98p8mjDazOxZ8kpFOw5wRwQzRHsBkjeiJyYsLnu1eoDb1Tjt 3/VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SWT9fjBLHZ/ucVPdyZyzVzM2CehLfMYYrifiraII83I=; b=qzjcU8A86JJjm0GHaTbpw1F1fEl+qvPCul2eDyF0hTvlZWAPMrHb8iomfDACEnOeqJ prPd972grnzT6FwhL/UXZ4JiTAVW8GhTwerjeCCg5BF2OSJLctjoOpehmjChg+rlqFIo RcbQtO0MqQA6fuO789o6+QT4hYmrw9r2taILr1AuUeTi7xlSYgMQIbI98SXfIBC+DkS8 +xdI4yG+CCYbGMdG2PYnqgggdUop0iJL7JOtamN0NuQEUShnj0z1INdcaktfCvyccJr+ Z06BH+ATU1UswAi5yRh4q2rYKayi1zMQvK55T05GmuGra+ioLhQqDLag12DvTvsmR8YC dF8w== X-Gm-Message-State: AOAM530bA2+ZBgYpHOWsuOZT5O59uu/lypLbN1jroih3pnqtEH5d04Cb ewCK1S5XydoRtxzcwABMUysnwsZiLoU= X-Google-Smtp-Source: ABdhPJzqBdi5ACVNnmPOK6shvzxUlaE3kOsjvQETbtKXIpT+H+jGZ2IWyHRaomARx/P0cA3W8B0HbA== X-Received: by 2002:a17:907:3347:b0:6ce:6bc4:d18a with SMTP id yr7-20020a170907334700b006ce6bc4d18amr2846626ejb.612.1645114191130; Thu, 17 Feb 2022 08:09:51 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:50 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Alexander Kanavin Subject: [PATCH 05/28] gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test Date: Thu, 17 Feb 2022 17:09:16 +0100 Message-Id: <20220217160939.1424397-5-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161822 From: Alexander Kanavin Upstream issue: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/778 Signed-off-by: Alexander Kanavin --- ...bin-test_watch_for_state_change-test.patch | 107 ++++++++++++++++++ .../gstreamer/gstreamer1.0_1.20.0.bb | 1 + 2 files changed, 108 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0005-tests-remove-gstbin-test_watch_for_state_change-test.patch diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0005-tests-remove-gstbin-test_watch_for_state_change-test.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0005-tests-remove-gstbin-test_watch_for_state_change-test.patch new file mode 100644 index 0000000000..f51df6d20b --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0005-tests-remove-gstbin-test_watch_for_state_change-test.patch @@ -0,0 +1,107 @@ +From b935abba3d8fa3ea1ce384c08e650afd8c20b78a Mon Sep 17 00:00:00 2001 +From: Claudius Heine +Date: Wed, 2 Feb 2022 13:47:02 +0100 +Subject: [PATCH] tests: remove gstbin:test_watch_for_state_change testcase + +This testcase seems to be flaky, and upstream marked it as such: +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/778 + +This patch removes the testcase to avoid it interfering with out ptest. + +Signed-off-by: Claudius Heine + +Upstream-Status: Inappropriate [needs proper upstream fix] +--- + tests/check/gst/gstbin.c | 69 ------------------- + 1 file changed, 69 deletions(-) + +diff --git a/tests/check/gst/gstbin.c b/tests/check/gst/gstbin.c +index e366d5fe20..ac29d81474 100644 +--- a/tests/check/gst/gstbin.c ++++ b/tests/check/gst/gstbin.c +@@ -691,74 +691,6 @@ GST_START_TEST (test_message_state_changed_children) + + GST_END_TEST; + +-GST_START_TEST (test_watch_for_state_change) +-{ +- GstElement *src, *sink, *bin; +- GstBus *bus; +- GstStateChangeReturn ret; +- +- bin = gst_element_factory_make ("bin", NULL); +- fail_unless (bin != NULL, "Could not create bin"); +- +- bus = g_object_new (gst_bus_get_type (), NULL); +- gst_object_ref_sink (bus); +- gst_element_set_bus (GST_ELEMENT_CAST (bin), bus); +- +- src = gst_element_factory_make ("fakesrc", NULL); +- fail_if (src == NULL, "Could not create fakesrc"); +- sink = gst_element_factory_make ("fakesink", NULL); +- fail_if (sink == NULL, "Could not create fakesink"); +- +- gst_bin_add (GST_BIN (bin), sink); +- gst_bin_add (GST_BIN (bin), src); +- +- fail_unless (gst_element_link (src, sink), "could not link src and sink"); +- +- /* change state, spawning two times three messages */ +- ret = gst_element_set_state (GST_ELEMENT (bin), GST_STATE_PAUSED); +- fail_unless (ret == GST_STATE_CHANGE_ASYNC); +- ret = +- gst_element_get_state (GST_ELEMENT (bin), NULL, NULL, +- GST_CLOCK_TIME_NONE); +- fail_unless (ret == GST_STATE_CHANGE_SUCCESS); +- +- pop_state_changed (bus, 6); +- pop_async_done (bus); +- pop_latency (bus); +- +- fail_unless (gst_bus_have_pending (bus) == FALSE, +- "Unexpected messages on bus"); +- +- ret = gst_element_set_state (GST_ELEMENT (bin), GST_STATE_PLAYING); +- fail_unless (ret == GST_STATE_CHANGE_SUCCESS); +- +- pop_state_changed (bus, 3); +- +- /* this one might return either SUCCESS or ASYNC, likely SUCCESS */ +- ret = gst_element_set_state (GST_ELEMENT (bin), GST_STATE_PAUSED); +- gst_element_get_state (GST_ELEMENT (bin), NULL, NULL, GST_CLOCK_TIME_NONE); +- +- pop_state_changed (bus, 3); +- if (ret == GST_STATE_CHANGE_ASYNC) { +- pop_async_done (bus); +- pop_latency (bus); +- } +- +- fail_unless (gst_bus_have_pending (bus) == FALSE, +- "Unexpected messages on bus"); +- +- gst_bus_set_flushing (bus, TRUE); +- +- ret = gst_element_set_state (GST_ELEMENT (bin), GST_STATE_NULL); +- fail_unless (ret == GST_STATE_CHANGE_SUCCESS); +- +- /* clean up */ +- gst_object_unref (bus); +- gst_object_unref (bin); +-} +- +-GST_END_TEST; +- + GST_START_TEST (test_state_change_error_message) + { + GstElement *src, *sink, *bin; +@@ -1956,7 +1888,6 @@ gst_bin_suite (void) + tcase_add_test (tc_chain, test_message_state_changed); + tcase_add_test (tc_chain, test_message_state_changed_child); + tcase_add_test (tc_chain, test_message_state_changed_children); +- tcase_add_test (tc_chain, test_watch_for_state_change); + tcase_add_test (tc_chain, test_state_change_error_message); + tcase_add_test (tc_chain, test_add_linked); + tcase_add_test (tc_chain, test_add_self); +-- +2.33.1 + diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.bb index 243f99fee9..ba4fa24911 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.bb @@ -21,6 +21,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x file://0002-tests-add-support-for-install-the-tests.patch;striplevel=3 \ file://0003-tests-use-a-dictionaries-for-environment.patch;striplevel=3 \ file://0004-tests-add-helper-script-to-run-the-installed_tests.patch;striplevel=3 \ + file://0005-tests-remove-gstbin-test_watch_for_state_change-test.patch \ " SRC_URI[sha256sum] = "edf4bffff85591d4fff7b21bb9ed7f0feabc123ac4a4eff29e73cbce454f9db7" From patchwork Thu Feb 17 16:09:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3703 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D405CC43219 for ; Thu, 17 Feb 2022 16:09:54 +0000 (UTC) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mx.groups.io with SMTP id smtpd.web10.1762.1645114193946414451 for ; Thu, 17 Feb 2022 08:09:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fA/y5V1v; spf=pass (domain: gmail.com, ip: 209.85.218.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f49.google.com with SMTP id a8so8432094ejc.8 for ; Thu, 17 Feb 2022 08:09:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=rfp+DUgDGkIbmYVBFcHzdukpa3Fo5iXseyFtuvZNV84=; b=fA/y5V1vZsyO3n3tid6mU/4TAf4zZj0otqauhYYdSq7wMAPLHooCAJw8PLhLvhrUmq Ccpz4JpzwTTtyUHnU/y59tB/ERL+gV1IER4s/R8N+rTTCQbP2WNd9vFli7wQEvG5AeW7 wMg4538qrBWdde1CrT2quCl30AydVM4s1DS9WOEQIrkgpdOGHZforuF7JrOfKE2w/NOd ejyyr77nDx5INm1Pdi8RGqPI32+2mueXxr9EieC/YqFAf1ZFttinwbHWzf7SrS4l26lO 350YY0v7sygT8ZjJ/4MolyISvHw4vZ4hhQX3eJnysrC4OQ9qz2h1GeDZeraPuhQMTXk5 Zj7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=rfp+DUgDGkIbmYVBFcHzdukpa3Fo5iXseyFtuvZNV84=; b=k4XQXprgNgtmzFjhe6GSuErA0TgE4g/UeVvTz3Ws2Hxh7hvXK0sfOgGrEn5iZ/vMIl z9E/DqatqO/vc9KniY2k/Io3Er4TBOAEOm9gDk5Y6SkTUNw1dUkaUdoFeG1ln79LizL9 aZZnZOqRprZ4j2wjw45Wwr3kFSBgHTKNmR0eMzifbPxNtjHhGCxSgNqZjIV+8CP6wfxd q/o/jrCEv0dScLsnng3HZu3+KKeYwaZJT7CvWLpYd235EAqbxhrakOiYz4TatklgxW6d 5gDbwbdg3yaSHgd0i6zcZNMO1mfaP5/nlxhq0tLq2CXdoB8MvGAAQfg1jWKjiqNuancg CvDw== X-Gm-Message-State: AOAM530Uc4K4x2R9b1G52tEpb6URQ5oFr0M9e19fjFIibFF+X+s4jgqx l33UpNwfnw+Q7csz0V87qCTp9PqtNFg= X-Google-Smtp-Source: ABdhPJzL+ERuT6SPn3QMyIjsK/z5LqZWU3AYCo9tfK/1YWqysAraumyjrd7ewnhu17ICad4XV6zUyg== X-Received: by 2002:a17:906:d977:b0:6ce:7097:b8ab with SMTP id rp23-20020a170906d97700b006ce7097b8abmr2810268ejb.766.1645114192425; Thu, 17 Feb 2022 08:09:52 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:52 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Khem Raj Subject: [PATCH 06/28] webkitgtk: drop patch merged upstream Date: Thu, 17 Feb 2022 17:09:17 +0100 Message-Id: <20220217160939.1424397-6-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161823 Portions of it were then further refactored upstream, leading to some bits of the patch dropped and some re-applied on a automated version upgrade. Signed-off-by: Alexander Kanavin --- .../webkitgtk/musl-lower-stack-usage.patch | 77 ------------------- meta/recipes-sato/webkit/webkitgtk_2.34.5.bb | 1 - 2 files changed, 78 deletions(-) delete mode 100644 meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch diff --git a/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch b/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch deleted file mode 100644 index d8d36fad6b..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch +++ /dev/null @@ -1,77 +0,0 @@ -From 358a8f053c367aab7fba8ab059244e0530c7ff82 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Wed, 17 Mar 2021 13:24:57 -0700 -Subject: [PATCH] reduce thread stack and heap usage for javascriptcore on musl - -default sizes for musl are smaller compared to glibc, this matches -to musl defaults, avoid stack overflow crashes in jscore - -This is based on Alpine Linux's patch based on suggestion from -https://bugs.webkit.org/show_bug.cgi?id=187485 - -Real solution would entail more as the suggestions to increase -stack size via -Wl,-z,stack-size=N does not work fully and also -setting DEFAULT_THREAD_STACK_SIZE_IN_KB alone is not enough either - -This patch only changes behavior when using musl, the defaults for -glibc in OE remains same - -Upstream-Status: Accepted -Signed-off-by: Khem Raj - ---- - Source/JavaScriptCore/runtime/OptionsList.h | 18 +++++++++++++++--- - Source/WTF/wtf/Threading.h | 4 ++++ - 2 files changed, 19 insertions(+), 3 deletions(-) - -diff --git a/Source/JavaScriptCore/runtime/OptionsList.h b/Source/JavaScriptCore/runtime/OptionsList.h -index a0c2170e..9e107af7 100644 ---- a/Source/JavaScriptCore/runtime/OptionsList.h -+++ b/Source/JavaScriptCore/runtime/OptionsList.h -@@ -77,6 +77,18 @@ bool canUseWebAssemblyFastMemory(); - // On instantiation of the first VM instance, the Options will be write protected - // and cannot be modified thereafter. - -+#if OS(LINUX) && !defined(__GLIBC__) -+// non-glibc options on linux ( musl ) -+constexpr unsigned jscMaxPerThreadStack = 128 * KB; -+constexpr unsigned jscSoftReservedZoneSize = 32 * KB; -+constexpr unsigned jscReservedZoneSize = 16 * KB; -+#else -+//default -+constexpr unsigned jscMaxPerThreadStack = 4 * MB; -+constexpr unsigned jscSoftReservedZoneSize = 128 * KB; -+constexpr unsigned jscReservedZoneSize = 64 * KB; -+#endif -+ - #define FOR_EACH_JSC_OPTION(v) \ - v(Bool, useKernTCSM, defaultTCSMValue(), Normal, "Note: this needs to go before other options since they depend on this value.") \ - v(Bool, validateOptions, false, Normal, "crashes if mis-typed JSC options were passed to the VM") \ -@@ -92,9 +104,9 @@ bool canUseWebAssemblyFastMemory(); - \ - v(Bool, reportMustSucceedExecutableAllocations, false, Normal, nullptr) \ - \ -- v(Unsigned, maxPerThreadStackUsage, 5 * MB, Normal, "Max allowed stack usage by the VM") \ -- v(Unsigned, softReservedZoneSize, 128 * KB, Normal, "A buffer greater than reservedZoneSize that reserves space for stringifying exceptions.") \ -- v(Unsigned, reservedZoneSize, 64 * KB, Normal, "The amount of stack space we guarantee to our clients (and to interal VM code that does not call out to clients).") \ -+ v(Unsigned, maxPerThreadStackUsage, jscMaxPerThreadStack, Normal, "Max allowed stack usage by the VM") \ -+ v(Unsigned, softReservedZoneSize, jscSoftReservedZoneSize, Normal, "A buffer greater than reservedZoneSize that reserves space for stringifying exceptions.") \ -+ v(Unsigned, reservedZoneSize, jscReservedZoneSize, Normal, "The amount of stack space we guarantee to our clients (and to interal VM code that does not call out to clients).") \ - \ - v(Bool, crashOnDisallowedVMEntry, ASSERT_ENABLED, Normal, "Forces a crash if we attempt to enter the VM when disallowed") \ - v(Bool, crashIfCantAllocateJITMemory, false, Normal, nullptr) \ -diff --git a/Source/WTF/wtf/Threading.h b/Source/WTF/wtf/Threading.h -index 178f9808..95ec5a85 100644 ---- a/Source/WTF/wtf/Threading.h -+++ b/Source/WTF/wtf/Threading.h -@@ -67,6 +67,10 @@ - #undef None - #endif - -+#if OS(LINUX) && !defined(__GLIBC__) -+#define DEFAULT_THREAD_STACK_SIZE_IN_KB 128 -+#endif -+ - namespace WTF { - - class AbstractLocker; diff --git a/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb index 227ac2bf72..e6362bedc3 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb @@ -16,7 +16,6 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ file://0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch \ file://reduce-memory-overheads.patch \ - file://musl-lower-stack-usage.patch \ file://0001-Fix-build-without-opengl-or-es.patch \ file://reproducibility.patch \ " From patchwork Thu Feb 17 16:09:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3705 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2BCEC433EF for ; Thu, 17 Feb 2022 16:09:57 +0000 (UTC) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by mx.groups.io with SMTP id smtpd.web10.1764.1645114196470820584 for ; Thu, 17 Feb 2022 08:09:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=GbWaKX5C; spf=pass (domain: gmail.com, ip: 209.85.218.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f51.google.com with SMTP id qx21so8371756ejb.13 for ; Thu, 17 Feb 2022 08:09:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1vBPeZOcjkbvVF3QY6XTithQ7IPFr5T8ImmzQEqtko0=; b=GbWaKX5CvZxHwBW3gcBKSEEZ3HrNn+P2Zm7SKwDp0/5IOyzOjX0bvXerCBlPcvuHsd +NALAMQYv84uLixBKesi9hJkUFdJOBwgV2xNycVhYVRsEgWAlvzKZqz1NmBWq+N6vkKP 7dFRLMAP7vvYJAHQFAyeOizOUjcbqwqaMldNQUpSIDAbRp5Jig9ZG9MMzJGp7oGAyVw/ 0sklDazU69+OdrJPL6CozBfzLWK3QSDGvBXouBJaXurrgUZw17fFGAQz4aY2rZ+lnLM+ i3jt6tCIm5EGYSW036kb4vNtxQpTeCUT3j+I1zeLWOzP8DYosD8fXXeefxLAt7fsLMgV 4fyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1vBPeZOcjkbvVF3QY6XTithQ7IPFr5T8ImmzQEqtko0=; b=JAe/1IcSzLTRAuBzqVWhFpWkhanzfx3MGUBv7unmovjIP921TyRK7exjnMLT5gM3JV DzfNIRXQX4bGN8mvzpKc9Q4IpsRQAynPJx+QHY0AwHDO2ofoelDtcFzxQO3DUzBMZw5q uPk+vX8XKiCtLcDRhh/QLS23mxridRjsp695HRkVyvo8J8fh7bM/WGtdxRktgVBMo3hQ 7p4op/LC8NZyZt6sjCRzpDtvPDpek73TGlLu+v0O2KA+uWUEfoaIumOdCkd4sYAhr6md iIgi98uNdq6eddnIu7sG3B5eb2v/PuGri3NJpeQ0E8dGPStijtnISAJtCQ0xAv/UCOeJ inLQ== X-Gm-Message-State: AOAM530JIT9yV6Bx85xjG//jgX/Q/j1Dvy2pmJRF8c9oIJ8ydh8QdARf iUzkWgbGgSSWMHwmRg6dn9ukntitENE= X-Google-Smtp-Source: ABdhPJy5onsKRpFc60E+rGPjPINmuO7cc+p+fO/JclOEnjsEBX/twsRC267CWSf9tl4d4O6iTtPK9A== X-Received: by 2002:a17:907:1245:b0:6cc:e663:7baa with SMTP id wc5-20020a170907124500b006cce6637baamr2759885ejb.447.1645114194963; Thu, 17 Feb 2022 08:09:54 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:52 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Khem Raj Subject: [PATCH 07/28] webkitgtk: remove rejected patch Date: Thu, 17 Feb 2022 17:09:18 +0100 Message-Id: <20220217160939.1424397-7-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161824 Upstream has first accepted, then reverted this change, so this needs to be re-submitted, after verifying that it is still relevant. Signed-off-by: Alexander Kanavin --- ...1-Enable-THREADS_PREFER_PTHREAD_FLAG.patch | 42 ------------------- meta/recipes-sato/webkit/webkitgtk_2.34.5.bb | 1 - 2 files changed, 43 deletions(-) delete mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch b/meta/recipes-sato/webkit/webkitgtk/0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch deleted file mode 100644 index a65cfc8b5a..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch +++ /dev/null @@ -1,42 +0,0 @@ -From b055bd199f9c40148334725a227796c0d7d14788 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 3 Feb 2020 17:06:27 -0800 -Subject: [PATCH] Enable THREADS_PREFER_PTHREAD_FLAG - -Fixes build failures on risv64 - -Taken from https://trac.webkit.org/changeset/231843/webkit - - Enable THREADS_PREFER_PTHREAD_FLAG. This uses -pthread instead of --lpthread, fixing the 64-bit RISC-V build of the GTK+ port due to -missing atomic primitives. - -Upstream-Status: Submitted [https://trac.webkit.org/changeset/231843/webkit] -Signed-off-by: Khem Raj - ---- - Source/cmake/OptionsGTK.cmake | 1 + - Source/cmake/OptionsJSCOnly.cmake | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake -index 3cb5a495..dfba9900 100644 ---- a/Source/cmake/OptionsGTK.cmake -+++ b/Source/cmake/OptionsGTK.cmake -@@ -7,6 +7,7 @@ SET_PROJECT_VERSION(2 34 0) - - - set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string") -+set(THREADS_PREFER_PTHREAD_FLAG ON) - - find_package(Cairo 1.14.0 REQUIRED) - find_package(Fontconfig 2.8.0 REQUIRED) -diff --git a/Source/cmake/OptionsJSCOnly.cmake b/Source/cmake/OptionsJSCOnly.cmake -index e892b427..73bf9e4d 100644 ---- a/Source/cmake/OptionsJSCOnly.cmake -+++ b/Source/cmake/OptionsJSCOnly.cmake -@@ -1,3 +1,4 @@ -+set(THREADS_PREFER_PTHREAD_FLAG ON) - find_package(Threads REQUIRED) - - if (MSVC) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb index e6362bedc3..41ecb8095a 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb @@ -14,7 +14,6 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch \ file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ - file://0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch \ file://reduce-memory-overheads.patch \ file://0001-Fix-build-without-opengl-or-es.patch \ file://reproducibility.patch \ From patchwork Thu Feb 17 16:09:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3706 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D95F4C433F5 for ; Thu, 17 Feb 2022 16:09:58 +0000 (UTC) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) by mx.groups.io with SMTP id smtpd.web09.1770.1645114197806947679 for ; Thu, 17 Feb 2022 08:09:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=L4dQH/w4; spf=pass (domain: gmail.com, ip: 209.85.218.48, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f48.google.com with SMTP id p9so8443635ejd.6 for ; Thu, 17 Feb 2022 08:09:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5yR6xcXN3UJeq47u4csNgjsyR1eUshUmhapNqYypH/s=; b=L4dQH/w4fV3KQqFg4SkJUOOQ9yR6P8a247ftdADY000EoK4MJTM9Dmi44mpKtbeWYn Uw/YbC9YZ/rDTQknmtFpoJ2QadaX/oMCjreWpg1ahQ3OGzk79S5oKPL8hxvvn24wS5dI p9Rm+qL5mk021bgFnMQLM8lDw8blWPbt5GqfyRVyjlP0iYGX5kpONqSiZQnNXlQ+agpF J6cF71BpKzxCjiXR+IzIBUY7gRJUVMcmfUdkPE0X9leXwNo+RwwzuNckSva+6NQcb+nz iS1q2LPT1gk7rBT9hISgrWfVDcvfpZO0I8Kg09LmDZyn05SdN3bSuHZKexaXIsrb2t0u oIYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5yR6xcXN3UJeq47u4csNgjsyR1eUshUmhapNqYypH/s=; b=uYy3urq/rW1ngRKN/wdM5Uki1uBA3qJbilXH5IerLA8Yr264pEbkf9V+ZI/QAUAk53 +609Uo7hRhrV/St/1t1eiIH+HeZJeoZqrovouJwme8gRApKG0spNFInNHSvhGLgQ4lvT NEdJrFxQ9evopSDv1i0skl5avdRcg5I8FhQrRUA6hJU+TKrQKn0ZD4960yP7RiNlH6X4 mmcK/ez7AbbfkZri92aBZl/azVBcgGr+5rqz0nuA3uzBVI8DXE80kHaXxdZX04r1MVbv IpdhFvkFRDOP5n9k6mXHQL8Ib3DazzU1fAzqirsMeWzga3bwrtCCHHk9PuwvnnlskDKE sM5A== X-Gm-Message-State: AOAM533f57uG9thxIW9PSMqvNjzvW5GedEEj6y4spPRnXW+I7JBYWAXq gqZ/UfAbHq9phMMIw/3VNGo4+H9312s= X-Google-Smtp-Source: ABdhPJytDXZPnfaLScl08PRn6tL1iGArWmS8MLUj9iyw4qkwXGxVFe8ZDwlKVxW2Us2untbX5IzizQ== X-Received: by 2002:a17:906:5a94:b0:6c5:5aa4:da87 with SMTP id l20-20020a1709065a9400b006c55aa4da87mr3022100ejq.381.1645114196306; Thu, 17 Feb 2022 08:09:56 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:55 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 08/28] man-db: update 2.10.0 -> 2.10.1 Date: Thu, 17 Feb 2022 17:09:19 +0100 Message-Id: <20220217160939.1424397-8-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161825 Signed-off-by: Alexander Kanavin --- ...ariable-declaration-to-function-scop.patch | 20 +++++++++---------- .../{man-db_2.10.0.bb => man-db_2.10.1.bb} | 6 +----- 2 files changed, 10 insertions(+), 16 deletions(-) rename meta/recipes-extended/man-db/{man-db_2.10.0.bb => man-db_2.10.1.bb} (93%) diff --git a/meta/recipes-extended/man-db/files/0001-man-Move-local-variable-declaration-to-function-scop.patch b/meta/recipes-extended/man-db/files/0001-man-Move-local-variable-declaration-to-function-scop.patch index 820b17b5de..dc6966629c 100644 --- a/meta/recipes-extended/man-db/files/0001-man-Move-local-variable-declaration-to-function-scop.patch +++ b/meta/recipes-extended/man-db/files/0001-man-Move-local-variable-declaration-to-function-scop.patch @@ -1,4 +1,4 @@ -From 4b5e00ad020ec327cbc934528d02aa8c4fe3910b Mon Sep 17 00:00:00 2001 +From 126dfefb5fddf411ad0a1316209e9c1b47abfcd2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Feb 2022 17:30:16 -0800 Subject: [PATCH] man: Move local variable declaration to function scope @@ -10,12 +10,13 @@ code without changing the logic, until its fixed in clang Upstream-Status: Inappropriate [Inappropriate: Clang bug] Signed-off-by: Khem Raj + --- src/man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/man.c b/src/man.c -index c91abf1..3240eea 100644 +index f16fae8..333df03 100644 --- a/src/man.c +++ b/src/man.c @@ -352,7 +352,7 @@ static void init_html_pager (void) @@ -27,15 +28,12 @@ index c91abf1..3240eea 100644 /* Please keep these keys in the same order as in options above. */ switch (key) { case 'C': -@@ -383,7 +383,7 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) - +@@ -384,7 +384,7 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) case OPT_WARNINGS: #ifdef NROFF_WARNINGS -- char *s = xstrdup (arg ? arg : default_roff_warnings); -+ s = xstrdup (arg ? arg : default_roff_warnings); - const char *warning; + { +- char *s = xstrdup ++ s = xstrdup + (arg ? arg : default_roff_warnings); + const char *warning; - for (warning = strtok (s, ","); warning; --- -2.35.1 - diff --git a/meta/recipes-extended/man-db/man-db_2.10.0.bb b/meta/recipes-extended/man-db/man-db_2.10.1.bb similarity index 93% rename from meta/recipes-extended/man-db/man-db_2.10.0.bb rename to meta/recipes-extended/man-db/man-db_2.10.1.bb index a604930198..897f8d8ce0 100644 --- a/meta/recipes-extended/man-db/man-db_2.10.0.bb +++ b/meta/recipes-extended/man-db/man-db_2.10.1.bb @@ -9,11 +9,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ file://99_mandb \ file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ file://man_db.conf-avoid-multilib-install-file-conflict.patch" -SRC_URI[sha256sum] = "0a8629022f7117dc7fc6473c6fdb14913b24b106059bb056abee87dbd6070c79" - -# remove at next version upgrade or when output changes -PR = "r1" -HASHEQUIV_HASH_VERSION .= ".2" +SRC_URI[sha256sum] = "2ffd8f2e80122fe72e60c740c851e6a3e15c9a7921185eb4752c1c672824bed6" DEPENDS = "libpipeline gdbm groff-native base-passwd" RDEPENDS:${PN} += "base-passwd" From patchwork Thu Feb 17 16:09:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3707 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4C1EC433FE for ; Thu, 17 Feb 2022 16:09:59 +0000 (UTC) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by mx.groups.io with SMTP id smtpd.web12.1716.1645114198570545258 for ; Thu, 17 Feb 2022 08:09:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=R2pwtV5J; spf=pass (domain: gmail.com, ip: 209.85.208.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f53.google.com with SMTP id q17so10571161edd.4 for ; Thu, 17 Feb 2022 08:09:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=7fvj+Mau3fZm8nhNv37SZYh873XARpkwWVBCS0eHn5U=; b=R2pwtV5JX/2JwW2COHM4tS734B4lP1BocvXYnEwReVKL6fP5YCqnIvqmuQJQEI2cJY qokziONJlzLIWAX0bTliihguUFpynD0CItVfj6fkENR8kgR0RP7pI2bp/AqEhe/P6tnH kkMNvDd0gKM6lg7t+frHFCB3odZIbOR39KGNN8oMB95ffCfKHgKgVNjbHB0zTxxkbiNd 1V7DIJdnvFE99mXuMwbOMhxhn09w3OuE0hAAYVD6TI0UHPQ0r/cdfN+7aQc4gygJ5zHD UIYAZy7HalJ3nRHloM4XhLSHasLvRAGaCHm6axMt6vck64pqy2fOOlyXco59qdALdU0j kTaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7fvj+Mau3fZm8nhNv37SZYh873XARpkwWVBCS0eHn5U=; b=O4h8j3OA0bqup2QYlzpnFlFLTybQF6yZrWSNqMv159h1dTkvIW278weWz2ciBQnsnq q2xW5CkZ7SUMZTS7IawX6zPJj7e655DpYbyXY/UgM3J2o9RH1rP8iP0EgNwM+T3Tolfd FaUAtXRtBGscIR/TIDufjsklxVoReA3uLD0fMU/FAyrZcWyILKqsEm3gB0BEIAr0v/Ji LNa1h1iwY2kCcPK2k4rzCz1QeT5LaQo1zolGe+SgWLT036J9efZKyvZkMNLXAW/xHeAD dVRawYAQpEswTme4vh5byEUgVerf6m7xhqnU1HV9pLvKe7nHfkPuGs4ajlWHJ6Xpr8Mz HCeg== X-Gm-Message-State: AOAM533WI4jqfDVQ1rtEqS2EJ356oEqqiO9xt3i7nYCgMv0Bsds1Lj1X iX55ZbhsQid/QTVoyl7kdVeavdGmBlc= X-Google-Smtp-Source: ABdhPJzN98+y1xNuhjMtfgLnYF+XOzP0bPtVxbDdFJjYXe/7wK7gZUZp2D87gzAolmrbiiF07eOlYw== X-Received: by 2002:a05:6402:1681:b0:410:a467:833b with SMTP id a1-20020a056402168100b00410a467833bmr3340964edv.412.1645114197137; Thu, 17 Feb 2022 08:09:57 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:56 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 09/28] vulkan: update 1.2.198 -> 1.3.204 Date: Thu, 17 Feb 2022 17:09:20 +0100 Message-Id: <20220217160939.1424397-9-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:09:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161826 Signed-off-by: Alexander Kanavin --- ...ulkan-headers_1.2.198.0.bb => vulkan-headers_1.3.204.0.bb} | 2 +- ...{vulkan-loader_1.2.198.1.bb => vulkan-loader_1.3.204.0.bb} | 4 ++-- .../{vulkan-tools_1.2.198.0.bb => vulkan-tools_1.3.204.0.bb} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-graphics/vulkan/{vulkan-headers_1.2.198.0.bb => vulkan-headers_1.3.204.0.bb} (93%) rename meta/recipes-graphics/vulkan/{vulkan-loader_1.2.198.1.bb => vulkan-loader_1.3.204.0.bb} (94%) rename meta/recipes-graphics/vulkan/{vulkan-tools_1.2.198.0.bb => vulkan-tools_1.3.204.0.bb} (93%) diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.198.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.204.0.bb similarity index 93% rename from meta/recipes-graphics/vulkan/vulkan-headers_1.2.198.0.bb rename to meta/recipes-graphics/vulkan/vulkan-headers_1.3.204.0.bb index 43c0cdb53d..7397f40fb4 100644 --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.198.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.204.0.bb @@ -11,7 +11,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https" -SRCREV = "8c1c27d5a9b9de8a17f500053bd08c7ca6bba19c" +SRCREV = "1dace16d8044758d32736eb59802d171970e9448" S = "${WORKDIR}/git" diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.204.0.bb similarity index 94% rename from meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb rename to meta/recipes-graphics/vulkan/vulkan-loader_1.3.204.0.bb index dcd6e02ba0..23e178588e 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.204.0.bb @@ -9,8 +9,8 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac" -SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.198;protocol=https" -SRCREV = "0ca96994f92b6f21b37badd6c99b22f61bfec932" +SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.3.204;protocol=https" +SRCREV = "6a2458b649aae2a8bec8259c2485e7c0bd0465ae" S = "${WORKDIR}/git" diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.198.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.204.0.bb similarity index 93% rename from meta/recipes-graphics/vulkan/vulkan-tools_1.2.198.0.bb rename to meta/recipes-graphics/vulkan/vulkan-tools_1.3.204.0.bb index 09f75383c2..ae062f3ee2 100644 --- a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.198.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.204.0.bb @@ -6,8 +6,8 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.2.198;protocol=https" -SRCREV = "8040a7af8919a47346cfeaf1fbc2ebfe09cfea09" +SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.3.204;protocol=https" +SRCREV = "b9a87a24a814e443b1adfc5a6bc2e57243446f6c" S = "${WORKDIR}/git" From patchwork Thu Feb 17 16:09:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3708 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1784C433EF for ; Thu, 17 Feb 2022 16:10:00 +0000 (UTC) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mx.groups.io with SMTP id smtpd.web10.1765.1645114199335473749 for ; Thu, 17 Feb 2022 08:09:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=LZbPGBmL; spf=pass (domain: gmail.com, ip: 209.85.218.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f52.google.com with SMTP id a23so8465301eju.3 for ; Thu, 17 Feb 2022 08:09:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hqja7knxat7yvzRWE+cY0fxFxazOgSpdwNIx5WY0UnY=; b=LZbPGBmLFkJhRm+KV7M8J/mJXEv+rHjJwO8GWFzNLTUgCP3goZDsYtzlnfPEe8QLiC /SDL3AqENwqaLX9X9KZ7CJlpYy1nbBNuzO87ZwjNASOmprCBb4dCHGxoK+HLydmXkqLt ImC+jwLYecpLQyERcVFqfubDjUVTGRRR4FZjPeKOnzC7hn/qHDU9Y5goS7uEHSBKw3z8 c+kZWMJiyCJ3xpBbgSG9KS6dyMX1UMpd3OaWwGHQZGBmJ8VNNxibLOfNVDT+dina7m52 ds8YqYYnDa7q7wJivtmy5Fwftj7By08ySoyE/S2fKmS23GSwV/a550Ou0wE8DsceZUFr ILUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hqja7knxat7yvzRWE+cY0fxFxazOgSpdwNIx5WY0UnY=; b=pqeOwwjJVtiU0x317rjklS71ILS5q86zCqm8UUr2f0HivHwW3HZcTEmCJgjUE18Sws dN8Gj45aZjz7n0Ek7I4mxF2t5ZAvP4D2Ns5mH5dYKypuuZt1DP0Ajby1XHjzrKDdbdVj a8tDHgPHO0YMa6B3pjwg+1ewaC5j2v0IpWeNkcYukJMM3jKEpBjXGDNji88yoH4pG6tG /QFXrKC5DsoJAhx+QjPGOZI4XjwKGn8hRAJWshtcwbMRqM7gEuND2/PR27CetIUzJkft 4yhvc7SOjfStoMBcg1S1hz3XAMGIucQ30zvrORkBTl7uMHfdE57oj8so0S6AafFvDxkN CkKw== X-Gm-Message-State: AOAM532egXAw6X/wgO4eaTH0uDwOxQzvgK0IDaIVnubbfDfnF2fwPDTI ek3ejuGqU59aacQmudQG/qhsi1X19tk= X-Google-Smtp-Source: ABdhPJyo9jFN15EejJkgVeReFo+whonIt15pzcQzrTnUyuOJeBBNJ1mS5sGwkIcGtSfFBrd65PkoNQ== X-Received: by 2002:a17:906:2846:b0:6ce:21cd:5398 with SMTP id s6-20020a170906284600b006ce21cd5398mr3023177ejc.49.1645114197909; Thu, 17 Feb 2022 08:09:57 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:57 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Khem Raj Subject: [PATCH 10/28] vulkan-samples: update to latest revision Date: Thu, 17 Feb 2022 17:09:21 +0100 Message-Id: <20220217160939.1424397-10-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161827 Signed-off-by: Alexander Kanavin --- ...dd-explicit-static_cast-from-vk-Buff.patch | 35 ----------------- ...-mix-plain-and-keyword-target_link_l.patch | 38 ------------------- .../vulkan/vulkan-samples_git.bb | 4 +- 3 files changed, 1 insertion(+), 76 deletions(-) delete mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-Add-explicit-static_cast-from-vk-Buff.patch delete mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-do-not-mix-plain-and-keyword-target_link_l.patch diff --git a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-Add-explicit-static_cast-from-vk-Buff.patch b/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-Add-explicit-static_cast-from-vk-Buff.patch deleted file mode 100644 index b0e7cdabe4..0000000000 --- a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-Add-explicit-static_cast-from-vk-Buff.patch +++ /dev/null @@ -1,35 +0,0 @@ -From f88fd472e57b59013570f08949dbbc0875c1bae4 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 13 Nov 2021 18:37:13 -0800 -Subject: [PATCH] framework/core: Add explicit static_cast from vk::Buffer to - VkBuffer - -This fixes errors like -framework/core/hpp_buffer.cpp:149:3: error: no matching function for call to 'vmaDestroyBuffer' -| vmaDestroyBuffer(vmaAllocator, handle, vmaAllocation); -| ^~~~~~~~~~~~~~~~ -| /mnt/b/yoe/master/build/tmp/work/riscv32-yoe-linux-musl/vulkan-samples/git-r0/git/third_party/vma/src/vk_mem_alloc.h:3803:33: note: candidate function not viable: no known conversion from 'vk::Buffer' to 'V -kBuffer' (aka 'unsigned long long') for 2nd argument - -Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/395] -Signed-off-by: Khem Raj ---- - framework/core/hpp_buffer.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/framework/core/hpp_buffer.cpp b/framework/core/hpp_buffer.cpp -index c1f5649..2609e4e 100644 ---- a/framework/core/hpp_buffer.cpp -+++ b/framework/core/hpp_buffer.cpp -@@ -146,7 +146,7 @@ void HPPBuffer::destroy() - { - assert(vmaAllocation != VK_NULL_HANDLE); - unmap(); -- vmaDestroyBuffer(vmaAllocator, handle, vmaAllocation); -+ vmaDestroyBuffer(vmaAllocator, static_cast(handle), vmaAllocation); - } - } - --- -2.33.1 - diff --git a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-do-not-mix-plain-and-keyword-target_link_l.patch b/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-do-not-mix-plain-and-keyword-target_link_l.patch deleted file mode 100644 index 66ed8bb47d..0000000000 --- a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-do-not-mix-plain-and-keyword-target_link_l.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 64b806ab702a6f445fd84aca5f03bb85b86a66e3 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Thu, 11 Nov 2021 18:37:09 -0800 -Subject: [PATCH] framework: do not mix plain and keyword - target_link_libraries() signatures - -Fixes -| CMake Error at framework/CMakeLists.txt:461 (target_link_libraries): -| The plain signature for target_link_libraries has already been used with -| the target "framework". All uses of target_link_libraries with a target | must be either all-keyword or all-plain. -| -| The uses of the plain signature are here: -| | * framework/CMakeLists.txt:453 (target_link_libraries) -| - -Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/395] - -Signed-off-by: Khem Raj ---- - framework/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt -index 948c796..13d3324 100644 ---- a/framework/CMakeLists.txt -+++ b/framework/CMakeLists.txt -@@ -450,7 +450,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC - plugins) - - if(${NEED_LINK_ATOMIC}) -- target_link_libraries(${PROJECT_NAME} atomic) -+ target_link_libraries(${PROJECT_NAME} PUBLIC atomic) - endif() - - # Link platform specific libraries --- -2.33.1 - diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 1e45e9f04b..53c7254ce7 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb @@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;protocol=https \ file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ - file://0001-framework-do-not-mix-plain-and-keyword-target_link_l.patch \ - file://0001-framework-core-Add-explicit-static_cast-from-vk-Buff.patch \ file://debugfix.patch \ " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "ae6e4a3712cebde49a29e5996a3bd2f403566890" +SRCREV = "28ca2dad83ceb157386e0708f5151ae89c177ad4" UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" S = "${WORKDIR}/git" From patchwork Thu Feb 17 16:09:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3709 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1787C4332F for ; Thu, 17 Feb 2022 16:10:01 +0000 (UTC) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mx.groups.io with SMTP id smtpd.web09.1772.1645114200459647748 for ; Thu, 17 Feb 2022 08:10:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=nRgnClIX; spf=pass (domain: gmail.com, ip: 209.85.218.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f50.google.com with SMTP id bg10so8461970ejb.4 for ; Thu, 17 Feb 2022 08:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ZgRAVFFpG+XXNDaJ+L9XsG/HhCmDLp1mvC55x6Mhd3w=; b=nRgnClIXV8dQNDqsgvSdU9UP1kS/hM5T2Lca03wTxmfWTqG0yCr7G1dV3WSMp8Y2nb fefulK/WtHGxi/ktp5fLC/on5XYcQZ6GbRL4DiifxxudAIbhBkRH5hfVw705iTZxBuRz YMfvGqDMD5JWVWi6IV23uAuUn3NhMxi5cismJBNV9USn98tRlSkoilvbht1FYGv4T/E0 FbPejSIjSJ/T+DTbuuuq1gg6aHQUePrY+0eP8TA+BkxVitId9eSkoAM/mCSm1nVmIyM8 HTrFZqBmuOsRZyAWnENoZoIHlDK6fwzgZHoTo4sS4TBMupJIQk1IJTvsR/RO50des1PJ BolA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZgRAVFFpG+XXNDaJ+L9XsG/HhCmDLp1mvC55x6Mhd3w=; b=G3WzpXqpQOss51IjJl7LTnDEUpGCt8wrH+bQHHym70aVCAIdVcp31s5Z9SpF1xSBZh QwAHmSrcnLRBuBY46FoLJ27eeh+cmGi5R91yNZlPqPzpazdedX9yMA6LjG+5ifJslA0b 4i2h0zr6lCiPftsBhi7Qh4Vx6h7ypEvRUUsqUV6RvC6Rz3HabFEISqviqobLSFVs/w8E IInUqJiikBmsgMeHqsOTAXsCf+toHjxJeh2WjfBfL1BLzhQzTqUWqPC40wkUTFbAJLDS Vq7f7vI6f18pRIunUOsL0pB5jAjO3e1VIFafr7c1hlMZOxWWjxYk5SzKo24azDNkGSx+ iJFQ== X-Gm-Message-State: AOAM531qtlAxoyHAgucXI14C6w9Fpu6gjVaaDiXd8Wl5JIRn3Wh+V3Bw 9Tr3XeFKpM6h7pAniW9piROXpSDkdYI= X-Google-Smtp-Source: ABdhPJzOGNYp+7rhuKRSfGVfUHVXFZukAWdI5nqsIbD89NKc0bE2by71Dyd2xbhWydOLWkUTGZtWiA== X-Received: by 2002:a17:906:2991:b0:6cd:ac19:ce34 with SMTP id x17-20020a170906299100b006cdac19ce34mr2932150eje.746.1645114198989; Thu, 17 Feb 2022 08:09:58 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:58 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 11/28] xkeyboard-config: update 2.34 -> 2.35.1 Date: Thu, 17 Feb 2022 17:09:22 +0100 Message-Id: <20220217160939.1424397-11-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161828 Signed-off-by: Alexander Kanavin --- ...{xkeyboard-config_2.34.bb => xkeyboard-config_2.35.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.34.bb => xkeyboard-config_2.35.1.bb} (86%) diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.34.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb similarity index 86% rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.34.bb rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb index 5d431a4172..6d40266ec3 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.34.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb @@ -12,8 +12,8 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-confi LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" -SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2" -SRC_URI[sha256sum] = "b321d27686ee7e6610ffe7b56e28d5bbf60625a1f595124cd320c0caa717b8ce" +SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "18ce50ff0c74ae6093062bce1aeab3d363913ea35162fe271f8a0ce399de85cc" SECTION = "x11/libs" DEPENDS = "util-macros libxslt-native" @@ -22,7 +22,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" FILES:${PN} += "${datadir}/X11/xkb" -inherit autotools pkgconfig gettext python3native +inherit meson pkgconfig gettext python3native do_install:append () { install -d ${D}${datadir}/X11/xkb/compiled From patchwork Thu Feb 17 16:09:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3710 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 170E4C433F5 for ; Thu, 17 Feb 2022 16:10:02 +0000 (UTC) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mx.groups.io with SMTP id smtpd.web11.1776.1645114201172814509 for ; Thu, 17 Feb 2022 08:10:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Bah9lsnl; spf=pass (domain: gmail.com, ip: 209.85.208.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f44.google.com with SMTP id u18so10519729edt.6 for ; Thu, 17 Feb 2022 08:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=R10cQRbFkAtfvpO+hfoXHLRcBDLE6TGfH11gakAJf0E=; b=Bah9lsnlfLLyWBod44EbUaHP0pNZU4fnixNQrGN0XsBY2hq4PRlyS8Pk0tfjE4rJ8a hZ/n6/S9BTpMrSqrFGe1JK4fA+hLaS82KCnGVdf+rS94XG1l5mXXWmxLYVf3mhDBKg6N wiMK7TsxA/PpjAxXSk3lYflicCzsEUVAdkF36/w3yGX8Ka6Mqi8UmrDRIapxZ4zzN9bf EGWTw7hlKpjjpXo39MA9HmlcTtOYE7oIlVElPtYze1PqPA3NNnJHagElMTXJX9E2OjoN 8MCQKysUdJ9sIPubZMbptdsNTUw6ij1t4A8kzhfjHOD1vMgSRHUaIHJz1XiN1ajmvi/i KnJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=R10cQRbFkAtfvpO+hfoXHLRcBDLE6TGfH11gakAJf0E=; b=qnQk0b+R/hqV0QpIlMiV5t13jatboCuKcHlsOGumgYCsl6iR8q/3MVm+nfVgKnXn8H xTqNXwh0laGafHJnE2PN+fPaBPHPb7ticsYZiC4zyeV+VeYyqZdMYZ0ze6vsNDYnyJnW mRc9XTsAXcvat7k6thQqcglrCi+Id6odIT8q9Nsq4kTSBN46H9aRRBmAXmE/IWjmy/I6 oHG1sPZNSX0d0RBIyQ15or2UlRFY5Q7D/qnF8palX4wSEp2Au6YU6tIrXqoWG9bQ/IL4 0mukG78s81rtxRfgdiR22ids2Qq9efmgYIoC9LNFW4LSL0Z2IoJ+aA9c9/CA4bMq2FLo DShg== X-Gm-Message-State: AOAM530mejt9DNz4p6tqdipoOCWbJ+pch2mW0pFLRwZUArjyyHCLBWfU jO6vPLqbexax90WQuCbXPMfjQyoOSdk= X-Google-Smtp-Source: ABdhPJy8+wEr6G8WSc+dpWkh3KMS7nWDfyWXOa8I6Sx7X3OQ+MDLu/g360cC1dWFMGjsdcnljO45kA== X-Received: by 2002:a50:9d47:0:b0:40f:9d3d:97b6 with SMTP id j7-20020a509d47000000b0040f9d3d97b6mr3452240edk.392.1645114199798; Thu, 17 Feb 2022 08:09:59 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:09:59 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 12/28] libgit2: update 1.3.0 -> 1.4.0 Date: Thu, 17 Feb 2022 17:09:23 +0100 Message-Id: <20220217160939.1424397-12-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161829 License-Update: regex replaced with pcre, overall licensing doesn't change Signed-off-by: Alexander Kanavin --- .../libgit2/{libgit2_1.3.0.bb => libgit2_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgit2/{libgit2_1.3.0.bb => libgit2_1.4.0.bb} (79%) diff --git a/meta/recipes-support/libgit2/libgit2_1.3.0.bb b/meta/recipes-support/libgit2/libgit2_1.4.0.bb similarity index 79% rename from meta/recipes-support/libgit2/libgit2_1.3.0.bb rename to meta/recipes-support/libgit2/libgit2_1.4.0.bb index de913c780d..4dd32a75cc 100644 --- a/meta/recipes-support/libgit2/libgit2_1.3.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.4.0.bb @@ -1,12 +1,12 @@ SUMMARY = "the Git linkable library" HOMEPAGE = "http://libgit2.github.com/" LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl" -LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd" +LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d" DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https" -SRCREV = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d" +SRCREV = "1d5b9bd86dccc7347aaadf5e3ab122eed9413404" S = "${WORKDIR}/git" From patchwork Thu Feb 17 16:09:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3712 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D63DAC433EF for ; Thu, 17 Feb 2022 16:10:04 +0000 (UTC) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mx.groups.io with SMTP id smtpd.web08.1802.1645114203725352003 for ; Thu, 17 Feb 2022 08:10:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NMjkzG0A; spf=pass (domain: gmail.com, ip: 209.85.218.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f52.google.com with SMTP id p15so8415327ejc.7 for ; Thu, 17 Feb 2022 08:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=h1vuO4jsR95e30u5Cop4RAY/ZIwAKZDzLzfq8MOFqUc=; b=NMjkzG0AmVeOD/pbj1EnTp/AKqvOveRVkHg40uLfwtFDdNPX+KxoQM+ScEZ3vdowrY yRbC67XxqF3HHx8C45SEwG1q8H0Gb1BglV2UCE0HvKTs2DCA73IIIx5jjYSfdSSWgRHn eJPf9+LNtbHcde1jwaWSWtW36vzqEUtvc0mLCFnYTwD/09nTnF9q+C8BBYD9rFmqLtmT bGV0SiQ9xPbSXfPmyvIsi33PnWUEl3MuoHHKiV2fYyzt1nq6p7LKLrHk18wM+ZMxuU0D LIn/ur2+RMTmP8fSTVtz7nof7ePkINusURaFgW34+vB0DniUPki6IwemLS55IrOdMvm8 nPaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=h1vuO4jsR95e30u5Cop4RAY/ZIwAKZDzLzfq8MOFqUc=; b=dsAr6CK3WoTCVrQ52TuCKFnmi9InSLcj9Izj0Ag3lfYw2S61MhZNeRg8YZOrrBj/Vv s7IvZ1aTMq1J3cmYoqdjRvfYHUdQe8+yuKQwmkDMNFP8Z6bO9QeCmlaX3xZvHUluJB8Q j9rKBuqksRBaAWOmwKRnsjRMdFjTYth4u571jL6VRCWB6petL0ajAKQ++UagN7Ahb1S1 HBwzTiijJq6OcIuWd/HRSTt95fwOHmHn/+XEtHXLye6+mcSicUTM7HEZVqZBA3i6wSK8 FTyOxAzuoSM2Dx0Tg9kvTWQ8DlPLTyIb53h2+lU6idLWWVk+DeOmffTPt8qcUjjCdV6d 35tA== X-Gm-Message-State: AOAM5321NDYhlx/OgVdSTcDWeycAAK0SZr7nBi5934iUw+vDMdGNtcZO 869K4/4vrBKDJXgx25u7FHN0dbLNORI= X-Google-Smtp-Source: ABdhPJyt06WKICZT6h1Undl8sWOOTiVHoa5c/rILbUcnPPxXZ++8s4Pc59F2f0U9ODUIzGllBizH4Q== X-Received: by 2002:a17:906:3a55:b0:6ce:c2ee:3e10 with SMTP id a21-20020a1709063a5500b006cec2ee3e10mr2863790ejf.210.1645114201937; Thu, 17 Feb 2022 08:10:01 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.09.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:00 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 13/28] util-linux: upgrade 2.37.3 -> 2.37.4 Date: Thu, 17 Feb 2022 17:09:24 +0100 Message-Id: <20220217160939.1424397-13-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161830 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...til-linux-libuuid_2.37.3.bb => util-linux-libuuid_2.37.4.bb} | 0 meta/recipes-core/util-linux/util-linux.inc | 2 +- .../util-linux/{util-linux_2.37.3.bb => util-linux_2.37.4.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/util-linux/{util-linux-libuuid_2.37.3.bb => util-linux-libuuid_2.37.4.bb} (100%) rename meta/recipes-core/util-linux/{util-linux_2.37.3.bb => util-linux_2.37.4.bb} (100%) diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.37.3.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb similarity index 100% rename from meta/recipes-core/util-linux/util-linux-libuuid_2.37.3.bb rename to meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 0309332722..c48f9572f5 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -37,4 +37,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776" +SRC_URI[sha256sum] = "634e6916ad913366c3536b6468e7844769549b99a7b2bf80314de78ab5655b83" diff --git a/meta/recipes-core/util-linux/util-linux_2.37.3.bb b/meta/recipes-core/util-linux/util-linux_2.37.4.bb similarity index 100% rename from meta/recipes-core/util-linux/util-linux_2.37.3.bb rename to meta/recipes-core/util-linux/util-linux_2.37.4.bb From patchwork Thu Feb 17 16:09:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3711 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEFE9C4332F for ; Thu, 17 Feb 2022 16:10:04 +0000 (UTC) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mx.groups.io with SMTP id smtpd.web08.1803.1645114204102782627 for ; Thu, 17 Feb 2022 08:10:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=UzRHsXMe; spf=pass (domain: gmail.com, ip: 209.85.218.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f44.google.com with SMTP id a23so8465925eju.3 for ; Thu, 17 Feb 2022 08:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=BAK4u0ep1Ef2eCNwMT+jqp6ClPPBuV8TveuF/PqikFw=; b=UzRHsXMeqjFeeUuxqxeK3FEUFRN5XHpazEgAYT1IBmnc+kNqihONmXQwF60i+6vQwq lZ6jWGrcDtY6mj1cmKqAJtMuv++hDTYHlQb4R56Ni4GvVR0wwDvARxk93+lj+P7QOmKG aGLvniSZK0OklNagb/MOsIrHpjLESRuYFCFvxjs3M3uuVLe+RTXyLHKmdMzKiVkABvC3 mFHGc0akSg4dZt8XxsGZMldzcW76lgpyID7emqd7ebfAh7YCLPDqPKkP6r4hFWbDenhy Et1909LZf4IT248/vMj1OZbbWSY+N9kmM3w4/ztaggBLpyFAJhO+ku6G7YtJicFV/ME7 ZwDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BAK4u0ep1Ef2eCNwMT+jqp6ClPPBuV8TveuF/PqikFw=; b=YAxW/2RzBlYpuyErQQxDpy3/Y77F8p4yFVyLQBEB7+VKYGBm+gTV6NRQNVpuH7xqEs tEJ7GyFbOZlT7XVgdd/6k1528SIQnYK3dbfpVnqFQDH7RgDNkllIfmdv4VVjUcSszGGy sLgsvlPev820FgrEbDFgjBHHt4r3SDYnnQsPMRA8PTp5C/Ny+kJIeKO+Pu22aj00j84j MU3wuBSmn/GU1JwbQ6329zMrCbkqRdZkv4pRksgIOTbJSoFnD4TrDC6x5HPQJJz2riZK KBdSd7p7ftkoPSnXn8If9uGUfbSyCfiDGFnJgCTd/Atkk+z4YB+3OEoVaxhsSC12D6u0 c9lg== X-Gm-Message-State: AOAM5308qi2dmcdyJM+NAm2+h+ciyTt7tjKNRZMGl5aLky4G2Sy26LrD SSnRkhxOly/J5byxGQkm3PX7/PubccM= X-Google-Smtp-Source: ABdhPJyCh+fwPECiaMcwxowehEDEa1jsvzSlYOcY4lo7MPyxhhEVdTzrYsMZCvcz9sTp6rojeTIu+g== X-Received: by 2002:a17:906:6848:b0:6cf:6273:9c47 with SMTP id a8-20020a170906684800b006cf62739c47mr2997688ejs.1.1645114202707; Thu, 17 Feb 2022 08:10:02 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:02 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 14/28] python3-tomli: upgrade 2.0.0 -> 2.0.1 Date: Thu, 17 Feb 2022 17:09:25 +0100 Message-Id: <20220217160939.1424397-14-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161831 From: Alexander Kanavin sources moved to src/tomli Signed-off-by: Alexander Kanavin --- .../python/{python3-tomli_2.0.0.bb => python3-tomli_2.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-tomli_2.0.0.bb => python3-tomli_2.0.1.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-tomli_2.0.0.bb b/meta/recipes-devtools/python/python3-tomli_2.0.1.bb similarity index 79% rename from meta/recipes-devtools/python/python3-tomli_2.0.0.bb rename to meta/recipes-devtools/python/python3-tomli_2.0.1.bb index aa23ad856d..c3d51282c2 100644 --- a/meta/recipes-devtools/python/python3-tomli_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-tomli_2.0.1.bb @@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5" inherit pypi setuptools3 -SRC_URI[sha256sum] = "c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1" +SRC_URI[sha256sum] = "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" do_configure:prepend() { cat > ${S}/setup.py <<-EOF from setuptools import setup -setup(name="tomli", version="${PV}", packages=["tomli"], package_data={"": ["*"]}) +setup(name="tomli", version="${PV}", packages=["tomli"], package_dir={'tomli': 'src/tomli'}, package_data={"": ["*"]}) EOF } From patchwork Thu Feb 17 16:09:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3713 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE7A8C433F5 for ; Thu, 17 Feb 2022 16:10:05 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by mx.groups.io with SMTP id smtpd.web12.1719.1645114204923672500 for ; Thu, 17 Feb 2022 08:10:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VVEaF1We; spf=pass (domain: gmail.com, ip: 209.85.208.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f54.google.com with SMTP id m3so4550517eda.10 for ; Thu, 17 Feb 2022 08:10:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kAO8AB83xz9GaBTKugreszjjW1lc3d7COiUcH5h+xzg=; b=VVEaF1WeJRI84K4EZooxKWeejfAuc9lGwmJbX9U6VsbzredIV69efD7Xjk2Bs/M7zS Tvti97brJK1Bp0qukqQMITTxKex/Kq43sBRTv04lhnpDj9OW5yCfZ4tPd5pyfVq8jXWC a5GSmrfX9zwWLL64nuP7lTnMYpiQeZQMgxHnZCqUCnXs21dq3DYWCZWnNkVebqa8viXZ cAoUX1y6PdIEKxv2jJagW+qQIyiIdKCRYpzV1WiZIt2Kh/t9tmnNHobBnzpa87pXfEdN OKAtCZ3hHnF37CqB3m8xV4hqLqqKvRsz9Sy461mzsys3SAhzLCf1jT2S2wwhv1CkbSvf OXhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kAO8AB83xz9GaBTKugreszjjW1lc3d7COiUcH5h+xzg=; b=0TnX32s5ezQsJhMi+oKobppYXGXJKE/C6Yu7DHq6BFx9vAkNjC8MC4e3UOrCH1Y0vN VTRHM8ZiZttl/TiZDNt7J/6mO4WN2pBIfSLCwmP2frDG06gTDG9SEQBv1wuBrMf6TpjQ 8km3lMnU27J2JHOjhLVxb5/YKK20Ukai3l44nW/2k+Dwq1X0ZIpS60XmMXT8D8VemfGp i+cPe59NSaH56wTnrcdkGhCzt8zlBUjMElL7Nd4xLEDsZdxXCI7YlVkrku2Oy673wtOc qvDhyZ6OO+RsRtj1XF3Ezkx213Fv0awqx7/bk1R377/chRQfTyspndOgyyfd0QNVqBEw NioA== X-Gm-Message-State: AOAM5306poMGIxkwful/vsbxVgYdNrRUowAhvdADW9+LTyJ9ilNCyUqP 7WToROYYJMsLYPpPYV2Eulr6KfgLjoE= X-Google-Smtp-Source: ABdhPJzNfZw1Wm3ZrDMdUu4GNL4N1+NI/8uGD2V7ax5OttbDqKtzWw2udeBsAkHh6BPdpkgT34Am4w== X-Received: by 2002:aa7:cc82:0:b0:410:d2b0:1a07 with SMTP id p2-20020aa7cc82000000b00410d2b01a07mr3264248edt.359.1645114203533; Thu, 17 Feb 2022 08:10:03 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:03 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 15/28] repo: upgrade 2.20 -> 2.21 Date: Thu, 17 Feb 2022 17:09:26 +0100 Message-Id: <20220217160939.1424397-15-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161832 From: Alexander Kanavin sed-patch the sources from do_configure, as otherwise this breaks automated updates (devtool creates a patch out of changes done by sed). Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/repo/{repo_2.20.bb => repo_2.21.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-devtools/repo/{repo_2.20.bb => repo_2.21.bb} (82%) diff --git a/meta/recipes-devtools/repo/repo_2.20.bb b/meta/recipes-devtools/repo/repo_2.21.bb similarity index 82% rename from meta/recipes-devtools/repo/repo_2.20.bb rename to meta/recipes-devtools/repo/repo_2.21.bb index b56559fd9a..3c50793401 100644 --- a/meta/recipes-devtools/repo/repo_2.20.bb +++ b/meta/recipes-devtools/repo/repo_2.21.bb @@ -12,18 +12,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ file://0001-python3-shebang.patch \ " -SRCREV = "98bb76577d9e7e0ffdeb643f1654ec006f6bbc8c" +SRCREV = "8e91248655acf1c8044ed8c1b265b804a99eb07f" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" S = "${WORKDIR}/git" -do_set_fixed_rev() { - sed -Ei "s/REPO_REV\s*=\s*('|\")stable('|\")/REPO_REV = '${SRCREV}'/g" ${S}/repo +do_configure:prepend() { + sed -Ei "s/REPO_REV\s*=\s*('|\")stable('|\")/REPO_REV = '${SRCREV}'/g" ${S}/repo } -do_patch[postfuncs] += "do_set_fixed_rev" - do_install() { install -D ${WORKDIR}/git/repo ${D}${bindir}/repo } From patchwork Thu Feb 17 16:09:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3714 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF604C4332F for ; Thu, 17 Feb 2022 16:10:06 +0000 (UTC) Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) by mx.groups.io with SMTP id smtpd.web10.1767.1645114205716311229 for ; Thu, 17 Feb 2022 08:10:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=DGnaafZO; spf=pass (domain: gmail.com, ip: 209.85.218.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f47.google.com with SMTP id gb39so8487694ejc.1 for ; Thu, 17 Feb 2022 08:10:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=KnzNYCpA2UtC0V4/dAkXFsgSfCNcxTHNeb3/widzmkc=; b=DGnaafZOxT4NaWw0DcVPDhShMlOJY7USYiVkeFLEpP6k7bpOJDyBIcps1OHiT+MjOp ThVCP5VUpci9+WmzoFtYEql2SlumcjGSLhWeXgpUD0NVfenLxzee2uly9hz7QPe/rJor Hd9dwnGgp95PsFgYFO9NJnPtDnqn0ax7DnQ6d3oOJ8X83erS9phsD4/rTftI1rNzVeHT glMUHScYfT15W0+kF2WzuSgCVCiOLvodIVmfDAnr35RJlFc8MdKDxY59EnU980yciSUz YsIQTHFEXJgiul6/fefD3fkbUQv+uFjcKKuPyvzDfUtNxgd6L1GbSHIrke8uMLf9o0ns qPTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=KnzNYCpA2UtC0V4/dAkXFsgSfCNcxTHNeb3/widzmkc=; b=GtmEDvxohJS/oxXPIJvhrcFSmXh6xCxYsaRVlvc5lIOtOT/w1XRrTN3Z1qfKKVAMXB 1IbQuVnVCbZ4EERR4mAHcvbu+UCggt02kQumrfG5QeeMKR+6kUDKYOf8mmVyhxq2Qd3V NtMBKlJj/uHIxaVf1ioyyCsiydopSrRC8kYOh/jzCUUa5l//RVNqJZ5/S/Ik0jbCes0M hK8aaNUgDkmK/1rwcfUa3fF4sxbLnvJ7dU9gemyc94p4Swf63rD3ItBoMEn+ZE5HSR8O wcbKKJDQxZLC2WSunDb55TNiNCl9Ug13pV01mzgjGxJrme3M+ANKpBRTx1RCkvtMWQ6U 4xlA== X-Gm-Message-State: AOAM531VwaHK6wqRMZOngGbiZ/1Shzs9BvEQ7n1ylXf2npA3Jm8uP7fu nUuEUAg+20fpBRVK9ieXaF7JAVt7k04= X-Google-Smtp-Source: ABdhPJy95BwSqupaKZQbOhH6H3bwLaNrWoQa70PJc/1mklaRS7MZQWbAyhIbQtXNXF2CT0cy4FNAGQ== X-Received: by 2002:a17:906:fc10:b0:6cd:84e:7248 with SMTP id ov16-20020a170906fc1000b006cd084e7248mr2891951ejb.281.1645114204261; Thu, 17 Feb 2022 08:10:04 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:03 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 16/28] help2man: upgrade 1.48.5 -> 1.49.1 Date: Thu, 17 Feb 2022 17:09:27 +0100 Message-Id: <20220217160939.1424397-16-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161833 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../help2man/{help2man_1.48.5.bb => help2man_1.49.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/help2man/{help2man_1.48.5.bb => help2man_1.49.1.bb} (89%) diff --git a/meta/recipes-devtools/help2man/help2man_1.48.5.bb b/meta/recipes-devtools/help2man/help2man_1.49.1.bb similarity index 89% rename from meta/recipes-devtools/help2man/help2man_1.48.5.bb rename to meta/recipes-devtools/help2man/help2man_1.49.1.bb index 7fe59cbab7..a5467c0535 100644 --- a/meta/recipes-devtools/help2man/help2man_1.48.5.bb +++ b/meta/recipes-devtools/help2man/help2man_1.49.1.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "6739e4caa42e6aed3399be4387ca79399640967334e91728863b8eaa922582be" +SRC_URI[sha256sum] = "fd99a664ec4be9a86a0dd89719989f14f367a9c079d75d0e1d71e18a7bb51b03" inherit autotools From patchwork Thu Feb 17 16:09:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3715 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D00F0C433F5 for ; Thu, 17 Feb 2022 16:10:07 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by mx.groups.io with SMTP id smtpd.web10.1768.1645114206620676538 for ; Thu, 17 Feb 2022 08:10:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=RPxRRds1; spf=pass (domain: gmail.com, ip: 209.85.208.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f50.google.com with SMTP id q17so10571983edd.4 for ; Thu, 17 Feb 2022 08:10:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QQhsgvMhfXrYJMLo7Qym11K1//qg7lBgXoPqrN0FRoo=; b=RPxRRds1FwtDKkWMO86/k1H4VW33+7Ec9bdUM01zjMuvIyejY5z4c9uuFq78tqJIUJ PbbtFZHZjr2Oh7U1GOwB0hk6QZvFOVVdMxL5kf1EhG0E8XRYxyC1KL7zkKdJ/rfR8xNF ts3seRu4LHNI8TxJcMBoPEEdSHWxbkE6GYRhrL2CnxFKQ4J7+SPEEOrO2ttznmYYNPJU 0SSXBgvpJc9Hfy1hvWLRkGRzcqVb3hRsGYvoVG9D1SvK52JDQ06tS+4/akGKac8vUKo8 K39Wf5LU9IAQXQLFMgtThuHeY4SDAaG/VsbLqWDTJNW2KA0MjWbTTneJyaOKTZYcfcUV OjIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QQhsgvMhfXrYJMLo7Qym11K1//qg7lBgXoPqrN0FRoo=; b=4Bny1elzIeg0eN+sQwQYot5AxNkh77QpmHdUmO0GIzxUiMSNq3VHUfVpsN+KAxANq8 29cKcnHDPbUNt3nYMW1LplT641ag0jU2sVb7eKczAhIhW/soATO8C6lsfCEEY2cfPEp5 JH+6AQ704hb5vcSLlwEUIKBZp6fJqh2gnvvdJrJPvBs/WnxR84y6HPG/WJmi0LpbuUGP A8X1uJtdNf5Fz8K0mgNPNWJF89mHpfLF64qPBn/TvVBPOV5j1pYh8+siLGfuxJHFAWjA Vx5YVx8LIMPBJiwbOKEPe2Tm6QsQ3ihmjvMBIJ6wmvmbhROgZbP0C490jU86CJmVoAbB iddA== X-Gm-Message-State: AOAM532SVYjgIy9/yNmU06z1yBVqvxMysEbkWSwc+jUQSymtrZpW0Y/q OX2Pv7+dfSOXFMT7et5MGCzXQVPiFK0= X-Google-Smtp-Source: ABdhPJyZn2hItmZFvqeS/O6/YC6n7nx3CLGE4lh+C141HzvLaohZmQDox6mAmGttRsjbGnuBUN52BA== X-Received: by 2002:a05:6402:cb:b0:410:8094:872b with SMTP id i11-20020a05640200cb00b004108094872bmr3312815edu.378.1645114205090; Thu, 17 Feb 2022 08:10:05 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:04 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 17/28] meson: upgrade 0.61.1 -> 0.61.2 Date: Thu, 17 Feb 2022 17:09:28 +0100 Message-Id: <20220217160939.1424397-17-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161834 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../recipes-devtools/meson/{meson_0.61.1.bb => meson_0.61.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.61.1.bb => meson_0.61.2.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_0.61.1.bb b/meta/recipes-devtools/meson/meson_0.61.2.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_0.61.1.bb rename to meta/recipes-devtools/meson/meson_0.61.2.bb index 32b1240012..45938af6ff 100644 --- a/meta/recipes-devtools/meson/meson_0.61.1.bb +++ b/meta/recipes-devtools/meson/meson_0.61.2.bb @@ -16,7 +16,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P file://0002-Support-building-allarch-recipes-again.patch \ file://0001-is_debianlike-always-return-False.patch \ " -SRC_URI[sha256sum] = "feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c" +SRC_URI[sha256sum] = "0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889" UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" UPSTREAM_CHECK_REGEX = "meson-(?P\d+(\.\d+)+)\.tar" From patchwork Thu Feb 17 16:09:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3716 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0AA4C433FE for ; Thu, 17 Feb 2022 16:10:08 +0000 (UTC) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by mx.groups.io with SMTP id smtpd.web11.1782.1645114207513619185 for ; Thu, 17 Feb 2022 08:10:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=a38Xsa3p; spf=pass (domain: gmail.com, ip: 209.85.218.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f51.google.com with SMTP id gb39so8487878ejc.1 for ; Thu, 17 Feb 2022 08:10:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=D218w1z/PDsOtG6UTHhMSZm4Ki0hcJtMCHBcjgZr66U=; b=a38Xsa3pOX22BbpmUe1m2kwU/DyTxWexuSE+5/tOA1VN/DD7VZ3u4Z1tkAoppzW86z CxkDSVD7rxHkfn5ww4R2TyHFV65NhoU67znNnC4nzxSehVuw6OihNw/a7AIHOyAPv2Er nJ6ax2/lLPVXgzXPPhoR1Cz+WGnaqpdUNd7Ql1H4yqOgRfn125P7yJ/KDo4jdgleT1RF 6W/GPOIwlBcnXFy+z7L7LzboG3/N5ZGQEFoT+splQ5AsZKL4u5IsbWCv8w6s8mUppjWm 1D6gw8oWgaAbaSRV8H0rbdnV3K+vYUOJxQUCd4Blg+TyRerq1zT1kT429EyDFegM6BwH zIAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=D218w1z/PDsOtG6UTHhMSZm4Ki0hcJtMCHBcjgZr66U=; b=N5L8aj48TD7wJPhjg21gXoaibVQXWMYROtPxkmkULHM0bpeD3JUMOhnPWrTAPYPv3s hi+yMM+umRODEntuCzW6nv+BVYm3/5By5mNyll/58HfZXKlnp/wqzYreTYaypz7RkYpC 1pwXDnXpvAEhpMWmM3aeteqF3XJncx4MkFPJelOM1LAWgFZDNEttnFxd9U9586XFA0X7 Y3dkVUlhLaKMm2SFeEUrybLyFovew3625iFYssRilcOK8FuvtUMuykk7qYU0+pOQ6y6E hs2XQHJRTxIQ+9QP1VWhb/Rt7LNa3jAeELL8FHkDfQYze7CC8iU7JLOo8ohGkbVyvEcf fmKw== X-Gm-Message-State: AOAM532+QWb9fmlfSD/pHE2xp/K6UV9y3pSIecUGEysLWmHadGy5Lx6n z/dPc+ajknbCP3EofOkYyHX2VY1FF7M= X-Google-Smtp-Source: ABdhPJyIoZKRJOswcU2WhL1O/axqwxsm7+a3RrsT5mQOs/+CX9+syvY3lTvnHgh8FOIIFNEdwPO0Ng== X-Received: by 2002:a17:906:a19a:b0:6cc:7ef8:475a with SMTP id s26-20020a170906a19a00b006cc7ef8475amr3103671ejy.490.1645114206128; Thu, 17 Feb 2022 08:10:06 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:05 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 18/28] mmc-utils: upgrade to latest revision Date: Thu, 17 Feb 2022 17:09:29 +0100 Message-Id: <20220217160939.1424397-18-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161835 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 918c0a429c..0cd25a507e 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" SRCBRANCH ?= "master" -SRCREV = "fd41dca5b14df7faefdda5dc6c0bbcdc8f6facc0" +SRCREV = "4637a7c0df49ba349f9f0e4ab0828133fc06cc81" PV = "0.1+git${SRCPV}" From patchwork Thu Feb 17 16:09:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3717 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D805FC4332F for ; Thu, 17 Feb 2022 16:10:08 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by mx.groups.io with SMTP id smtpd.web08.1804.1645114208318953001 for ; Thu, 17 Feb 2022 08:10:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=IIff/DoE; spf=pass (domain: gmail.com, ip: 209.85.208.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f54.google.com with SMTP id q17so10572149edd.4 for ; Thu, 17 Feb 2022 08:10:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Ohmbqsm3HkzC5ajfRPRDXU5+Gdv3frYC45KTTCs98fs=; b=IIff/DoEqX2xajX5Pds8xDkx+LsxezIrRYhha2NpK6kCnjkcZrTh+j54uYKK+ByAr+ VA/+rugAK+epsdVzv+D3EfNSv5i/L2z5eTG4q6zbeywqeAq7UYV7wOx9RoCAGdHSixs4 51IZ2Rx23bo5GECZGcdGC1rOV2nLH589m0ZgCHUESkqqBxj3wia7RKiFfOV59IOCcNXK RZy3GyeN/Kz7104fCS81ndXxmKW88r4Z6oiXjxwE6WR06b/yYWn61xrHXn1h1FaOFaSe JVKJntG8tnAY17QNEkPnjg+kBRw059qfgBj+0MvkIsnHFjBGtuz9CeT33rnC3cwJHmu9 EI7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Ohmbqsm3HkzC5ajfRPRDXU5+Gdv3frYC45KTTCs98fs=; b=DhvvCd+VZDTJi/guSQGkN63OBkle/FWuPeIOGoDPeDgVbsOoQo3mF55pqywkhAtRsr gzXOkynjN2qeF/gy07mUQ5V83qwrCLUMWginjBh5Uyoyr2QZMTiRGGaC8F9ZO5a7CaLx gOu7zIxBrF1NU/nXrnL0ucTDHmOjhydiu/NmEFEOqfzykxnPzQPz4eASUnqe3tY3QPI0 rCPEs2SGDS/9QroChYPcAp3OzBzfJIQlWsM9gqpWhMmNKpnkBqPddhOcyItzBrpyQpqN PslrJH72GcmUdO7TF1pELlMbESC3QxdcYbgwwczIfL9CjXMMx3Q9cQls9XTKGYYAXJEp Xipg== X-Gm-Message-State: AOAM530Kungd0N2ugGCKqcUqu52uAowpDZaOkQhmlqjKN8R04mTFXXDq sL7YW1h02ZOWzocd6R/Q5gPCEMdVz0A= X-Google-Smtp-Source: ABdhPJwF4ErY2beQ2YCMHPLWuIKBbXWcNt7Up9shBQJb/o+Bus2EnC8b32CIp2ThtokcO797usNM6Q== X-Received: by 2002:a50:fe08:0:b0:40f:932a:47b0 with SMTP id f8-20020a50fe08000000b0040f932a47b0mr3453679edt.64.1645114206922; Thu, 17 Feb 2022 08:10:06 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:06 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 19/28] python3-dtschema: upgrade 2021.12 -> 2022.1 Date: Thu, 17 Feb 2022 17:09:30 +0100 Message-Id: <20220217160939.1424397-19-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161836 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{python3-dtschema_2021.12.bb => python3-dtschema_2022.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2021.12.bb => python3-dtschema_2022.1.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2021.12.bb b/meta/recipes-devtools/python/python3-dtschema_2022.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-dtschema_2021.12.bb rename to meta/recipes-devtools/python/python3-dtschema_2022.1.bb index 34d0bf61b3..d73e5810b8 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2021.12.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2022.1.bb @@ -7,7 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "f68af77fbce1ae00015c1fd2809fd20db8b72a27105c26a20e1ac0203aee1739" +SRC_URI[sha256sum] = "1b92b3b9a31b6e4b8b2be70dbf3065775530bc4c52e991955b67be19741114c5" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" From patchwork Thu Feb 17 16:09:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3719 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5EADC433F5 for ; Thu, 17 Feb 2022 16:10:10 +0000 (UTC) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mx.groups.io with SMTP id smtpd.web12.1722.1645114209423242032 for ; Thu, 17 Feb 2022 08:10:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=p9MfIMvy; spf=pass (domain: gmail.com, ip: 209.85.218.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f44.google.com with SMTP id p14so8379141ejf.11 for ; Thu, 17 Feb 2022 08:10:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=N0W+7T3YNJxmPo/EskHS/qvtY08uxh8bmz/SaJrIvEw=; b=p9MfIMvylj4C8Ej7u+w7bJbbfd4NT17M2vjyzw8rBjckWx+rOwtdfzIlD9sroRfl2w PUlRf82StpbUbsjyrSJ/BpaxoYE7771a4c2vJzGfqIwEuMdeFJgZmN2l/RagZOde2veV CfajecKm2z0kGmPLSa7szlr5fXQzvUFPl5neBp2J2ArQS+jcshdzW+IpfWO7nBQzJxYT feD3q8sLo84gQHyV8OaTVqXsuYANHc/R4AaYb1SuZ4SDw08+cRmTMjcOZwZANvwQqIoR kP2P7tvyiQwleXZ9JuKkiOYYun89Xo4bw/Xxnuzb42GVaosBUip0E9nAxGHQ8IH5D6uL qRpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=N0W+7T3YNJxmPo/EskHS/qvtY08uxh8bmz/SaJrIvEw=; b=WOC3LY1/Q1mdjg3DBOY17POIuhyIPteus+ZdKw7lX63mxf5gbyJ/tiuGC7TcN09/0K y65PL9PPG2GskbvUvcMUKj7XYmHhXjlr6LwEMUgWF4fi9sWkw3+inogkKFqsF0xXsvou aM6vJB6ifjleGCqqr15aqM1YPPIKDSSA914UZ8IpTRYW6kr7ArpKROgj8B+IuKYUvMhU yGckyGtCfh4/BbyYsnJe3bfJvx65UgD8a9oeWP5J48uJSQVA2bWkYIxEj5UxJwY7KwBk HyXqRQKAHMB0EjJSChdDZ9UGjad4o2wa4k2jdCwTIbWjEjXqFT/N+5fUjMzD40PMqhze FStQ== X-Gm-Message-State: AOAM531D4/krbqdr4Id4gYWwaOSlJnAciaKVsScdvktodXA0OgkyoObT s/7gZfOuctWulfKYaKouphpxFu3rvp0= X-Google-Smtp-Source: ABdhPJzOYRjgcCgrxdUuojOAFLWXYUI8U90rLQ3SnFRFx0BEFhuq98Ao2s3sQuFcjRWbG8NakGeqUg== X-Received: by 2002:a17:906:f2cc:b0:6ce:7164:ac9a with SMTP id gz12-20020a170906f2cc00b006ce7164ac9amr2846301ejb.629.1645114208011; Thu, 17 Feb 2022 08:10:08 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:07 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 20/28] python3-pytest: upgrade 7.0.0 -> 7.0.1 Date: Thu, 17 Feb 2022 17:09:31 +0100 Message-Id: <20220217160939.1424397-20-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161837 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../python/{python3-pytest_7.0.0.bb => python3-pytest_7.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytest_7.0.0.bb => python3-pytest_7.0.1.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-pytest_7.0.0.bb b/meta/recipes-devtools/python/python3-pytest_7.0.1.bb similarity index 93% rename from meta/recipes-devtools/python/python3-pytest_7.0.0.bb rename to meta/recipes-devtools/python/python3-pytest_7.0.1.bb index a68b452a0a..2501406489 100644 --- a/meta/recipes-devtools/python/python3-pytest_7.0.0.bb +++ b/meta/recipes-devtools/python/python3-pytest_7.0.1.bb @@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" -SRC_URI[sha256sum] = "dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11" +SRC_URI[sha256sum] = "e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171" DEPENDS = "python3-setuptools-scm-native" From patchwork Thu Feb 17 16:09:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3718 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF913C43217 for ; Thu, 17 Feb 2022 16:10:10 +0000 (UTC) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) by mx.groups.io with SMTP id smtpd.web12.1724.1645114210319326397 for ; Thu, 17 Feb 2022 08:10:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mP4F41FK; spf=pass (domain: gmail.com, ip: 209.85.218.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f42.google.com with SMTP id lw4so8392499ejb.12 for ; Thu, 17 Feb 2022 08:10:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/yNwzNgUI9q7WkupLYdhg2+ej2Z6eC0xOWv07WDw2oQ=; b=mP4F41FKaTjn01G4CXa2NCrOLOTrGWxyeKqjqoFLQ8brCoY6TFIrPcY9wd4Yn+WRUX WGrQff3Xha1ULINWa1upJ+D1EjT+wRymASyelzh+7DHhMsCS1isZhvp6ZcvzBGvCt211 9fgVKSF8ib3LfoooafTO66OYQvRd8575DOXCOmmCstfss1Xv9jSqyhcNLSugwFZKYDC7 c0+n+azTprVI2f1q0tbsgkIU2WwoiuD+3mwu32ARZjK7poBRb205rgsnv8rMp1IS+87W 0StWIs7HS+cG5qfqp1RBFHEPoNm8q+fGg6kh6YGG5LfZPle5yZ7A34urx4rJN3bO9Kmg n1zA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/yNwzNgUI9q7WkupLYdhg2+ej2Z6eC0xOWv07WDw2oQ=; b=UfOD3vWuD7gD1xZw5+szHtez9itcxnSzSQo4KHWhSv8LCSz7L59wiOT7E/OSM1FPRa oWKIBP0eXvCjRcZJGcRpjmWiQcbWZmsZbC9yCojukWmGTcAELxZfR49K8fPDZWoJVqME yCrncgF9t12LtghyEaOQcEyZwPBXGB/bsnMKAi6pgfhBX2o0PiUurLSBn77vsx7v8nx0 QicxxPBxmM23LRcwaEEeHiG4OSXgKSoOohKvt9uUCaOtUI7PIgRyGkvoIGgE1MBWjr59 OCkTyBNloOFLTmjFboZhNWNviw7MDja4mlbnTtfiTzw6xsHuAfq8YBr2C8j6fdSnkwNU +1wQ== X-Gm-Message-State: AOAM530DvCNsAuJy3B6uwIsdRwhqAvw216rZnmeVg8P/V/2BtP2inAit 06UchuAWqK5pUbMFiDX/vXxw6/duVa0= X-Google-Smtp-Source: ABdhPJyB8KMnsndxW+80fVqCAr/Yjc05Oyg6+iTiLSFKF17a1azIb9OsAgPWbK0+uA4TeEkDCptRJg== X-Received: by 2002:a17:906:4116:b0:6cd:1980:5ad0 with SMTP id j22-20020a170906411600b006cd19805ad0mr3051875ejk.595.1645114208882; Thu, 17 Feb 2022 08:10:08 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:08 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 21/28] vala: upgrade 0.54.6 -> 0.54.7 Date: Thu, 17 Feb 2022 17:09:32 +0100 Message-Id: <20220217160939.1424397-21-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161838 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala_0.54.6.bb | 3 --- meta/recipes-devtools/vala/vala_0.54.7.bb | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 meta/recipes-devtools/vala/vala_0.54.6.bb create mode 100644 meta/recipes-devtools/vala/vala_0.54.7.bb diff --git a/meta/recipes-devtools/vala/vala_0.54.6.bb b/meta/recipes-devtools/vala/vala_0.54.6.bb deleted file mode 100644 index d1202b83fd..0000000000 --- a/meta/recipes-devtools/vala/vala_0.54.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -require ${BPN}.inc - -SRC_URI[sha256sum] = "49d60d96a3fdf6c4287397442bc6d6d95bf40aa7df678ee49128c4b11ba6e469" diff --git a/meta/recipes-devtools/vala/vala_0.54.7.bb b/meta/recipes-devtools/vala/vala_0.54.7.bb new file mode 100644 index 0000000000..bb38252cf5 --- /dev/null +++ b/meta/recipes-devtools/vala/vala_0.54.7.bb @@ -0,0 +1,3 @@ +require ${BPN}.inc + +SRC_URI[sha256sum] = "62079ca1ff02e5d17ae72aa9a5adc61ae6afdcfebb0d9f06063a36efbeaca0c7" From patchwork Thu Feb 17 16:09:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3720 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDEA7C433EF for ; Thu, 17 Feb 2022 16:10:11 +0000 (UTC) Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by mx.groups.io with SMTP id smtpd.web09.1775.1645114211217156611 for ; Thu, 17 Feb 2022 08:10:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=OIHJMWLN; spf=pass (domain: gmail.com, ip: 209.85.218.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f41.google.com with SMTP id hw13so8397101ejc.9 for ; Thu, 17 Feb 2022 08:10:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=u5O/MMv9E9iSdua2ejGQFwRAK13JoP/9KLD9m3TQRD0=; b=OIHJMWLNj8zuFXXDvAcPtvbozEga0kkN9RNAdQvStDbXJGdGC5IivpBoKgXnxQNwSv dlRKAieIRuii5sXq9ntqHTOClN2PavEn5znyEOvCBScAw+tv5LzHgU3a4VgIuUppPp9R 9ncfaUYf/8zJB2xAhIARoGvJ2ED1J5M4MMIbDMZMZaa1+2S/gFImJUySms0XMXLlIF8g Qq5dGSL8+P77s3vCxKejmrrnJpkbWrBArqNXvJUhvOQBJim9unqTtxDi3BQbwkoUqYYy Sc/ZWdRFcl2g/vw+HJlW0HaSgpCkhrjUty6wFWB+an3gg7rWDPVBLcqR45ot4DGdRSVY 0W3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=u5O/MMv9E9iSdua2ejGQFwRAK13JoP/9KLD9m3TQRD0=; b=b6cBPc0wXA3YaOwxf7mpN2PzGxOhsUWvDxAE9pMTkXhPMD0n+1iZ3rSpFDUuOR5agg gXhXCD+6YTVn/DqRly9EH2sAQmYjumyAe8oXRLvLzO3smXgAPgWTKT37lnO/l0DLwWm0 /un90El6QqKOcqanBWQtIj9rSXhLLhDB6gfxRpE7BuRyzKfxu96jpg/arSb+H9tCwQ7Q zSNKcyp+Vhu98Nbiui05TFtuVR6p/lX+/dDfuoZWyfeZydUefCKTWI4sZePswWdjW1nR qmbx6LQxYIJ6pD2XXfOdb+qBbYK11wS8xcjPNjyRBGfdTk4CpIbEzMpX6lzBTTzIkv/C 1Miw== X-Gm-Message-State: AOAM531uxcw4Yn+oPRDEJg7cukPISOFmS2RWinSLHZyA7IzH+h4jRsy7 Upy9S8dFygSxDkpOq6fGFWI8/qvJ9KI= X-Google-Smtp-Source: ABdhPJybrb9v1+nkiAUz62EdINsI2smMiTwaLXUb+1d4FWSKN+sCuwo4HvrM0p6wCfpiizEN59SWQw== X-Received: by 2002:a17:906:69d1:b0:6ce:7201:ec26 with SMTP id g17-20020a17090669d100b006ce7201ec26mr2972693ejs.105.1645114209791; Thu, 17 Feb 2022 08:10:09 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:09 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 22/28] gi-docgen: upgrade 2021.8 -> 2022.1 Date: Thu, 17 Feb 2022 17:09:33 +0100 Message-Id: <20220217160939.1424397-22-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161839 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gi-docgen/gi-docgen_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb index bacf983810..b2d7d6513e 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f0120247 SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" -PV = "2021.8" -SRCREV = "a284455af9b3cad179900f6e1f12b59a3d40c06b" +PV = "2022.1" +SRCREV = "37b04455ff58cb2ec3f58917d0737c435344f2fb" S = "${WORKDIR}/git" From patchwork Thu Feb 17 16:09:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3721 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE232C433F5 for ; Thu, 17 Feb 2022 16:10:12 +0000 (UTC) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) by mx.groups.io with SMTP id smtpd.web10.1772.1645114212041571413 for ; Thu, 17 Feb 2022 08:10:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SNO8wH3t; spf=pass (domain: gmail.com, ip: 209.85.208.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f41.google.com with SMTP id s24so4118276edr.5 for ; Thu, 17 Feb 2022 08:10:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Pt4T5EFc2LXmIuwo0OZE5tnuuRP/V7nxzS4gGd74a9o=; b=SNO8wH3tAgmfz4snOvNl1l3VTiK9XiygWIZaJHcy2P413bui46O3k51r9qJd2wPTxB +3gsRJ882NPmH2NS6Abg1xWDYUrzEVv3xqPO5zVl+MJnJtaKyc/hArEpk6qfSAZhmNv0 8qZI6Z/PiynCXN0TKqdNdo4Vs6XyWtFEMURznKtnK4Ll6rLu03WRcZLID9zZs/6Yhqdx UMM5ogNi0ELz8GxRFcgQt5aY9F6lpNCbzhhQVc6boxcAHe33fURTBkVJmgFatMUVre4k E9UF3mjU5oDL8sf0h3hPZCj8HL9EYfoYMf3JS7opVhyJUx1r5dzxHouaQvc7PzNiCQCQ 777A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Pt4T5EFc2LXmIuwo0OZE5tnuuRP/V7nxzS4gGd74a9o=; b=zYrLiJPuK//HMYUpQiDzKx7Hv4oGyIGIqhhAtXh3IwKS0jZtPq1+L9TqQm89jytyCm dI4w+QAzr9QtZcmiTu/0fP2b3G+jN5/nhUWoePgW2cvUeL07QiVl5zVPz+3VQqRC5H23 M1VDq2l0PbvRO+yaxcI02gUZ5BW71O3xfJGE5o38SpjDpMVHSvDTuSpq5p2hiOEkCKTu D0XnJQUe4JPZBT0kERqvHYjbFrOwHzPKd9d9bCIhFjp985ZHYXwzBEBFyyfhxQKtUNmD A8xtMSWlwTdUuYD3NF6KgyAe21zKNZZYj3jnabMZQk3Xj1TTAJjXk4RqfylW7UjCTzZD WgNA== X-Gm-Message-State: AOAM531mESJGH4xDpZV45GPVANeEqcqZ3l2KBAmzFTiGApe66RA/KPFb pFa9CF3Qk0g6LooxTCrz3bFrZhFPsro= X-Google-Smtp-Source: ABdhPJx9t4UfAKRrD3HMi6Xu5WcUKoAkZi30QZykijJyQ4aKVfxtYdOyrjuVgLRInVOpcJFlb3KKwA== X-Received: by 2002:a05:6402:294e:b0:40f:905b:dab5 with SMTP id ed14-20020a056402294e00b0040f905bdab5mr3360120edb.103.1645114210604; Thu, 17 Feb 2022 08:10:10 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:10 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 23/28] pango: upgrade 1.48.10 -> 1.50.4 Date: Thu, 17 Feb 2022 17:09:34 +0100 Message-Id: <20220217160939.1424397-23-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161840 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/pango/pango/run-ptest | 3 +++ .../pango/{pango_1.48.10.bb => pango_1.50.4.bb} | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.4.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango/run-ptest b/meta/recipes-graphics/pango/pango/run-ptest index fa87a75779..e1fab050ef 100644 --- a/meta/recipes-graphics/pango/pango/run-ptest +++ b/meta/recipes-graphics/pango/pango/run-ptest @@ -1,3 +1,6 @@ #! /bin/sh +# workaround for https://gitlab.gnome.org/GNOME/pango/-/issues/668 +mkdir -p /usr/share/fonts/pango-private +cp -rf /usr/libexec/installed-tests/pango/fonts/* /usr/share/fonts/pango-private gnome-desktop-testing-runner pango diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.4.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.48.10.bb rename to meta/recipes-graphics/pango/pango_1.50.4.bb index 40df7042e6..c1e9be2f97 100644 --- a/meta/recipes-graphics/pango/pango_1.48.10.bb +++ b/meta/recipes-graphics/pango/pango_1.50.4.bb @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled" SRC_URI += "file://run-ptest" -SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98" +SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" From patchwork Thu Feb 17 16:09:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3722 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D14DAC4332F for ; Thu, 17 Feb 2022 16:10:13 +0000 (UTC) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web09.1776.1645114212964575419 for ; Thu, 17 Feb 2022 08:10:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=FGXXMq2h; spf=pass (domain: gmail.com, ip: 209.85.208.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id s24so4118351edr.5 for ; Thu, 17 Feb 2022 08:10:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=iwGcT0aS7BWrg8MUg1uwZ/f8M85j5fDP3YSk7nwHwlw=; b=FGXXMq2hl9B/agD7I3LUGgHAaFCJj0bYs6lRZ6kRW6ejoTx7pYMxmbA28QPuNmUoWX tUTiYAIZSAc0DmKBAGpPiD2wbLFJvIdsVmAQ0Rt5w0tIgSHtEBwYRsSc1ezUcZQnjkLP YABkybYYxEC1FgqK9in909BDIJJpWioJZHKMvoVdl18YTMnRLGSLcRnyr9gqYysVwebs nG6OfBhIxXlMRyaw9ldGDABdVA2SB7LyYbaGSs+ojAYS55BKu4cdTRWAHE1QLDlqjTJI JAoctgdUmOgK84CfNnHcm0+PV0nPv/eWO555MZPsM1AM8LyKttn1KiyJpbyekcxNBd1l Khbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=iwGcT0aS7BWrg8MUg1uwZ/f8M85j5fDP3YSk7nwHwlw=; b=vaBke18WfeJVdhx8A+NE6lxIF8Hc9jEB96eMNb6jZCwYgZFHqZqzaTcSmT6wFufhvw oCeLph9wVou2M23TPYOHpy1i3LoRf8gJvRCerY/rhZuRtkhV9xj421S+jlWbe9yb2p+A BN62bxdD1j+0TO9kcZEUUDG81Y220eoUiO9xXaIEBXIwRQJITe78Db8NZYeFV/2wT0Yj aFoGcfsUs6Ax6cvxyA4wgjh0omHrvom/j/IBZ22tB7lp4R/50KwQwtzvt4iKIf9a04mr zGTFr3lX+mNRNkebvPdyMcAmbRERo0IYmFIzLHXHzsUwlFE6Lwww5ZYfv2r4QAp23hWj s+6A== X-Gm-Message-State: AOAM533mDqSvXRIlMBe5rUaJDghNOjpi0DZSDf9Gi3j8lf8dH+0QEkxQ WfQ05uI8zA35o2YPqZt3SdXpqJWyu+Q= X-Google-Smtp-Source: ABdhPJxnrMMc8asnmbEe8DUonKIJGF92DGfsMUoL7y9Kkujn4ujRXsoayiDYVeKq9QftLmkUWL3UiA== X-Received: by 2002:a50:f689:0:b0:410:a334:2b9f with SMTP id d9-20020a50f689000000b00410a3342b9fmr3269875edn.251.1645114211591; Thu, 17 Feb 2022 08:10:11 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:11 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 24/28] piglit: upgrade to latest revision Date: Thu, 17 Feb 2022 17:09:35 +0100 Message-Id: <20220217160939.1424397-24-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161841 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 807b2a2819..bc45558dda 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "f328af2ddd0d1bab0f3d149373a36657b252b337" +SRCREV = "2f80c7cc9c02d37574dc8ba3140b7dd8eb3cbf82" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr${SRCPV}" From patchwork Thu Feb 17 16:09:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3723 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1267C433EF for ; Thu, 17 Feb 2022 16:10:14 +0000 (UTC) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) by mx.groups.io with SMTP id smtpd.web09.1777.1645114213730460646 for ; Thu, 17 Feb 2022 08:10:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZmfjFksK; spf=pass (domain: gmail.com, ip: 209.85.218.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f43.google.com with SMTP id p14so8379688ejf.11 for ; Thu, 17 Feb 2022 08:10:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=aHMxGWzZSi5o4aS/laHpslzC4+AoVqfBZF3N+Q1QlkY=; b=ZmfjFksK74SRlygK6I5MKQzkhE3Ld1dnhhz3D9z39fXGGo+cDtPEwoPCDj/YbxJR0X uOtZTTOSthCx38D6PTUGtLhpUQZ6R9SDUYJLQL5WxETHy745uuB0jLF7e35+ZR2FPUrr O72HVC944ji7Znba8267RP9fSDfM0s5nVtpllJiRW3FPPHnLs0NzdoCTD02ZSy7PyXeM L5MaA9wj7eSLr76i0QEsXBGYyt4Fn/3FTmFkvuuWNlBh7I3n1PeFeoVjcMwgjlpV50Bp jRgZGoUWTm/+JO1wy3DtdRgW198LV6dJCJbuK00fZdGzAv65TV2IPr+WQTPvPnFr5u93 FbBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=aHMxGWzZSi5o4aS/laHpslzC4+AoVqfBZF3N+Q1QlkY=; b=Y39cok+XLB0wqeO22Yv5AKbox+PUmcxsrugog+Vb+lt0SdvYge+8y2vPMt1mkTbr++ NmzKNH469/k7Fcv6Y2/Q1PBkWdbO1GqghoSBNfdWiRZDziUZihs6q3hCScN3/1/xiIrr UOwvgbtBEYUJIFxbBZF1xu3XvHk8n3ao9v1TNr+76ipMWGhGUWCYAir9xx4BjI4hFNDA qF4kx8IfqipDo5BSlh2osqz9Za7cxLRyN2TjNX0x1R1pqHMLBMVLqqcy8O/oDS0MFt6n uouvgm4EbMvBR0CG9B9WjC002vua0vhWU84FqME7Ud7EXLSnN2vbxALEsIOvW55japPU QIJw== X-Gm-Message-State: AOAM531051UwHFZZIiWSUYbuomKa5pUeLJWGMYQ26txFq7p4tG7AN/IY BOCGn/c6GGyMLUsD7i22//m3zQCnkag= X-Google-Smtp-Source: ABdhPJx5NsTJQ5TzjGuXqjMs9X5TvdjkvIeJwt/srKETujg344FVqJ5azfTz6giMOLYG1nk6Bb2/qA== X-Received: by 2002:a17:906:2daa:b0:6cf:3c6:dbb7 with SMTP id g10-20020a1709062daa00b006cf03c6dbb7mr2909660eji.688.1645114212315; Thu, 17 Feb 2022 08:10:12 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:11 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 25/28] shaderc: upgrade 2022.0 -> 2022.1 Date: Thu, 17 Feb 2022 17:09:36 +0100 Message-Id: <20220217160939.1424397-25-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161842 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../shaderc/{shaderc_2022.0.bb => shaderc_2022.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/shaderc/{shaderc_2022.0.bb => shaderc_2022.1.bb} (95%) diff --git a/meta/recipes-graphics/shaderc/shaderc_2022.0.bb b/meta/recipes-graphics/shaderc/shaderc_2022.1.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2022.0.bb rename to meta/recipes-graphics/shaderc/shaderc_2022.1.bb index f5ad0bf3bb..fe9d94094c 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2022.0.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2022.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "b0aa18323d65d2ca885d0affeef2aa0b56eb45f7" +SRCREV = "e4722b0ad49ee60c143d43baae8390f75ba27d2d" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ From patchwork Thu Feb 17 16:09:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3724 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D673CC433FE for ; Thu, 17 Feb 2022 16:10:15 +0000 (UTC) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) by mx.groups.io with SMTP id smtpd.web10.1775.1645114214535436351 for ; Thu, 17 Feb 2022 08:10:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Ni3kfjm4; spf=pass (domain: gmail.com, ip: 209.85.218.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f43.google.com with SMTP id hw13so8397519ejc.9 for ; Thu, 17 Feb 2022 08:10:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=XGdsxit/wzWYlhz5yB12wcbbCAfXv7tyiMEOixZQdZQ=; b=Ni3kfjm4z1Qkfk9mRrNMUwMdW6/WLOWk6D/BN2MNTBERySlrhB8jSmhBU4VwVH63Sg +0onfXPABvVmN9gkv3YhoVNQNfS5RSHyFGBaaL8ycScaWwZ3iBGKBFEhm3xtJ3WH/vVM Sf93WDiy/SMPlUMv2b9QFdzLawXUxnqjR4DqDfFq8d2+ch0vkX2tmzBdTe30rti61QQZ G2jbJd+hm2nm9PvOdyE3FSCzL94HAAPCQ/NdBn6m+i1zrdg0xA6wSObl/Cn8oDRWrnDs FmmNui7GLeuMSWUZt8f0DY/us99WkV+/Dbsmpijk6hT7z8uKEOKd2Vi6yF2QQKLYfZPH n4nQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XGdsxit/wzWYlhz5yB12wcbbCAfXv7tyiMEOixZQdZQ=; b=5UpVXiIXn5RwzLIqi8cweGURhxUInO/MfBDXB7028qKf9nDfEcWvL3B+KdB8NPR9+3 XbKV2on94PGm507nx4/ww8DpuMupb9j4tOI/u4/N/68pf3TLUPdvHONu3Bp0Kk/xslUt Y5HYgNKQNtotmHvtH56lEUPEpjDEWNZLh2Q3IrGgh4kQ3hIw2pfE7huIgigjpwjnE6wK C2JOENch/BOsmmS7FZH7G6tEYe4NN5cuwBaZG/McZGftPOyMgnn8uFqDbkXRsHTVFTum 3F0DmnQIpCuEfq5RsqKudhwJzd8w7XpDeG9tX2hsqad4flK1tN3U3RQV38WjIJ9gQTfi EGBA== X-Gm-Message-State: AOAM531HfjnYXhgbWxjj7cx4qPeWw/dvLwj8yn9f7A79ckZXtaVcitsh 2pGo+RDkHMISMELTT14U5QgGh/hdSFc= X-Google-Smtp-Source: ABdhPJxtYs6j1CB+Ecq1SoUdqGJkQnnRamJ/KGlYaMZxxe0p+RGj8YQpoLcAucLwVJ18o+dHq+JZPQ== X-Received: by 2002:a17:906:8505:b0:6cf:2767:f447 with SMTP id i5-20020a170906850500b006cf2767f447mr2866591ejx.321.1645114213133; Thu, 17 Feb 2022 08:10:13 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:12 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 26/28] gst-examples: upgrade 1.18.5 -> 1.18.6 Date: Thu, 17 Feb 2022 17:09:37 +0100 Message-Id: <20220217160939.1424397-26-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161843 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{gst-examples_1.18.5.bb => gst-examples_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.5.bb => gst-examples_1.18.6.bb} (96%) diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb similarity index 96% rename from meta/recipes-multimedia/gstreamer/gst-examples_1.18.5.bb rename to meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb index a720bb73ff..2a7a3c3111 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.5.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb @@ -12,7 +12,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=http file://gst-player.desktop \ " -SRCREV = "fe9a365dc0f1ff632abcfe3322ac5527a2cf30a0" +SRCREV = "70e4fcf4fc8ae19641aa990de5f37d758cdfcea4" S = "${WORKDIR}/git" From patchwork Thu Feb 17 16:09:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3725 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0E06C433F5 for ; Thu, 17 Feb 2022 16:10:15 +0000 (UTC) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web09.1778.1645114215283375962 for ; Thu, 17 Feb 2022 08:10:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=cV+nM3jB; spf=pass (domain: gmail.com, ip: 209.85.208.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id x5so10490421edd.11 for ; Thu, 17 Feb 2022 08:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=X/31BCgFcPMhapVzB8KqKijNBL8E7vw97EsVb9gGI8k=; b=cV+nM3jBY0Py8ssGigEBFPu+IpIFSSh08NhUu4M2L1A8ayG8TeIJXptsCLxIQZHj9d 8p6H0J+qGTrF+gWxfIwMK0NerZTQ3BSuMxXec7O9YyMaGl6u12N6S0vh0yb3557HLuau 7pL6dBvIxW+GLmcKPXrpLvwQfGnZop+wyQ45Wg0VoVLO1wNKThAtdepn58FhJs84uUGt pmBTRNg9UuzKnJTbH4C6vbyikQVVpv5eGjKQ873E6y+IS8cdT1hz6PIoJ1/D1gHfjwX5 OTqGXiPC3p1iuJ0LAIzcm5c3H1RtfXyT/cxwXwHB0hTN3sw1/TNzscikaPiNAPe0Ngsw oaEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=X/31BCgFcPMhapVzB8KqKijNBL8E7vw97EsVb9gGI8k=; b=TJcNymks0suHG0u9mkh8EcEDCuOw+bA8FCcLhR+d0fi5LeEwbBD+v7m+n3DerDvvx+ OVJLbcSEn071nKLC0uCHhnMJ+bjHvEn8e8r63fEw9G+tiEF5aJFmvyZoPfCSQd0IOeXf SMUfdFph+b3b2bnjW6XHYCadmUzMq4mznddC/uSOklbCYlyce1Pmd4F8Ussbfu+oOPiT FuuZH5L3leVFYCLY0GApPtZTY+rTALuz2yxrY5tr1BSJiIqrJNtV4rWy4iT7nPmKekrb EodrYD+4pbIdR1idrVlj9yD3vW1PI4EqkhOooBN8BzjYOh3W1k+chGT5Hso/iXf0kKM6 RBAw== X-Gm-Message-State: AOAM532uQjdJZ/la9G30U7tMoN+//5e9g042dzX5nPAvwS1xhjaf1mqf Ckh6hLwnZLqKGROxcx3/6bQmTHatpNM= X-Google-Smtp-Source: ABdhPJwBbS9a7W5YRg6CEONZCpbwSydg1KM0prBaQ8SKbO3ZhzxFXQcj3AZk7H7jfs8EOSSqaTcg1g== X-Received: by 2002:aa7:c041:0:b0:410:ee83:3c91 with SMTP id k1-20020aa7c041000000b00410ee833c91mr3355873edo.407.1645114213904; Thu, 17 Feb 2022 08:10:13 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:13 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 27/28] diffoscope: upgrade 202 -> 204 Date: Thu, 17 Feb 2022 17:09:38 +0100 Message-Id: <20220217160939.1424397-27-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161844 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_202.bb => diffoscope_204.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_202.bb => diffoscope_204.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_202.bb b/meta/recipes-support/diffoscope/diffoscope_204.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_202.bb rename to meta/recipes-support/diffoscope/diffoscope_204.bb index 8273056c59..c06c38a16d 100644 --- a/meta/recipes-support/diffoscope/diffoscope_202.bb +++ b/meta/recipes-support/diffoscope/diffoscope_204.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "cf0d4e1505818403ec8678fd9b8b4c3b955fb1d041c5d826e69f20021bff8a1e" +SRC_URI[sha256sum] = "cc99eb4cd9555947b11d6abb7ba83e71234f92ad1372e3b61e934115192ecb4e" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" From patchwork Thu Feb 17 16:09:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3726 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7470C4332F for ; Thu, 17 Feb 2022 16:10:16 +0000 (UTC) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by mx.groups.io with SMTP id smtpd.web08.1808.1645114215991528594 for ; Thu, 17 Feb 2022 08:10:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NhFtKX71; spf=pass (domain: gmail.com, ip: 209.85.208.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f53.google.com with SMTP id i11so8872111eda.9 for ; Thu, 17 Feb 2022 08:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=eRqM3EYSzz3TzYDw2rHpEO0dTNrU5HQfthFyLVsLp34=; b=NhFtKX71KADgnhfDsoeSaVsogIH4tTJX3qL3tg8df6hbhsNiTLE7KLcngLp54k9WAk nJthX1KAx0B/8d5mSnQ/ZB5BJTkHWrjdgg2MxMRUMjVHLSLsZXNGO2TwqT1gj63JtxEt fmT7JmOsAUJnX2etCHFFJyqeyVbjAPAZN/LDWX3t03Q2IuBloXrvzLCzbEb8ZQSHLick wjZVoMQHTtXvz4vw1/RAlyvVNsRNh+VpRlyNqWqSCCXINDe33Pp6zVKyhLnyomaaPD/x aXVZ9XFS4tONH1Tg1EvC/vo2gboSW++0rrXMu3v3lPJ/RiR+BP7dKfy0pdSZS+0qRUsp 6rAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=eRqM3EYSzz3TzYDw2rHpEO0dTNrU5HQfthFyLVsLp34=; b=LktvSezlBFd+8YBHkHBhLlM74suXmUPvWxAXGT+CkHcDxm9/LG/3IknTOLPVH3/fPb otkpDzcorh8JG60zcihHuoMU15n+KPhWCSLaL0hThgdu4S61GepxmsdX2DvvtD78MPsg mzSRvLzdk5HsmfUHwscve+dK5Is7Xk1g9lQjo9CpmEjNUPY2eUHMxHRM2SeME0RETkOL AkEerUGbs32TQC2ZPkkwHvlLFd9LWBOe4GPROBxIEhhsFgE73eN7wWIuo0207laJvdoQ RadZWtFyuEudedzb7fKYRryvG0CY7F+6pDraeea4xKzewBFGEKg713iip9uHX28JomBI i+Ag== X-Gm-Message-State: AOAM532l+h6CGUKayIm8eDe3JgauK7GSqfbSZI/hrARPofvgTaCyAtti /lLsDhOuHgaOWO4xZawv91+I1aikn8I= X-Google-Smtp-Source: ABdhPJxtcVelBtg/3l8Vyk6rFQ1LTPuJTSrwZacAz2Q40IdoKuggRUj3kVMIenw5VoUhoHSpYLr4Pw== X-Received: by 2002:a50:e0ca:0:b0:410:8306:3be7 with SMTP id j10-20020a50e0ca000000b0041083063be7mr3386985edl.172.1645114214589; Thu, 17 Feb 2022 08:10:14 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id n2sm1381297ejl.55.2022.02.17.08.10.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:10:14 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 28/28] libical: upgrade 3.0.13 -> 3.0.14 Date: Thu, 17 Feb 2022 17:09:39 +0100 Message-Id: <20220217160939.1424397-28-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217160939.1424397-1-alex@linutronix.de> References: <20220217160939.1424397-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Feb 2022 16:10:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161845 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libical/{libical_3.0.13.bb => libical_3.0.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libical/{libical_3.0.13.bb => libical_3.0.14.bb} (96%) diff --git a/meta/recipes-support/libical/libical_3.0.13.bb b/meta/recipes-support/libical/libical_3.0.14.bb similarity index 96% rename from meta/recipes-support/libical/libical_3.0.13.bb rename to meta/recipes-support/libical/libical_3.0.14.bb index cfd62ea672..756100297e 100644 --- a/meta/recipes-support/libical/libical_3.0.13.bb +++ b/meta/recipes-support/libical/libical_3.0.14.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1910a2a76ddf6a9ba369182494170d87 \ SECTION = "libs" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "02543b08897f3b75c76c360a335900ccfb027d2f5120176c777340e67e763ad4" +SRC_URI[sha256sum] = "4284b780356f1dc6a01f16083e7b836e63d3815e27ed0eaaad684712357ccc8f" UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" inherit cmake pkgconfig gobject-introspection vala