From patchwork Fri Aug 2 10:18:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 47206 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 66F2DC3DA49 for ; Fri, 2 Aug 2024 10:19:02 +0000 (UTC) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by mx.groups.io with SMTP id smtpd.web10.90039.1722593935336090793 for ; Fri, 02 Aug 2024 03:18:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=MgnVVTGt; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.44, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f44.google.com with SMTP id 5b1f17b1804b1-4280bbdad3dso53202305e9.0 for ; Fri, 02 Aug 2024 03:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1722593933; x=1723198733; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=/8TunJkGvFLuFJ0vJVdamLZmzDG7iSQ8/cEJA2y5UOQ=; b=MgnVVTGtNEzJOl6bUxYUJYDWa+ccFXhsGLyS+KA2b4gBMPl1XoC12ghbZbJPK2IkjX KJF/4Olv8HQ+xp6OdYmf3bXcFUqetPYo7jN2mq1C8zMBMaI1hIwOKtLNud/9CvMP540l 7HhXmpB3fJmBxosq/LzTj7+0UQjQ1bUrWiAqI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722593933; x=1723198733; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=/8TunJkGvFLuFJ0vJVdamLZmzDG7iSQ8/cEJA2y5UOQ=; b=w+WF6diIkIjgr79Is6D3tHT/qSOa6Eg18Y+DyXXRuXJRvAz6X3TdbOFgQPdHHT1Zen fs1ELdV5RTVJnuEs8ODLV/VNOjknlJSikCiE+mDjX2xQqxViNrK+scFhaLfapsbNRWDp IsANqLCYWjFAUpoq7lfSMb6b87GWsgknXVAOVMLx1yj+mP2gOubwVjvkKMF1tmVrwCTE DDoU6AEPGpnWkdBS2gpYCPfrOv5NYvoRMsw7tr9L/ga4zv7/Y7aJrA6tvxRdHb+tzjyg ZzTSaepqGAZUoGmSTebAWVAaoPjrHHOCwPOtpZlzMCbz74tD4wL8PrbQbmHeLNkx5xmb 85bg== X-Gm-Message-State: AOJu0Yz07c7AAj7Y/BKspGLWWcvcSmRB6XlKMQfaQmjf2klYdxp8Ll7a 5HDf72rzNZcmqYhFjjstjJknJLgWcqot9x4lkQDraXxH7bYgnwmBF9Lzarw9dYA3/Qj5ahyvWXx gMZg= X-Google-Smtp-Source: AGHT+IEDMGuSJbwa9cNHaT6FlHPOlm4gwDADYe7E4TC8AxE8iu1P2BdnXuukAP7grICD+PjgTTtS3Q== X-Received: by 2002:a05:600c:3544:b0:421:7aa1:435 with SMTP id 5b1f17b1804b1-428e6b81cbamr17390375e9.25.1722593932736; Fri, 02 Aug 2024 03:18:52 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2ef2:8ccb:3250:e48c]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36bbd01e0a7sm1573924f8f.43.2024.08.02.03.18.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Aug 2024 03:18:52 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 1/3] sdpx: Defer loading of SPDX_LICENSE_DATA Date: Fri, 2 Aug 2024 11:18:49 +0100 Message-ID: <20240802101851.437996-1-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 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 ; Fri, 02 Aug 2024 10:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202894 Loading a load of json files into a memory structure and stashing in a bitbake variable is relatively anti-social making bitbake -e output hard to read for example as well as other potential performance issues. Defer loading of that data until it is actually needed/used in a funciton. We probably should skip putting it into the datastore at all in future. Signed-off-by: Richard Purdie --- meta/classes/create-spdx-2.2.bbclass | 2 ++ meta/classes/spdx-common.bbclass | 6 ------ meta/lib/oe/spdx30_tasks.py | 3 +++ 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/classes/create-spdx-2.2.bbclass b/meta/classes/create-spdx-2.2.bbclass index 509d3b58b6f..4930793cd97 100644 --- a/meta/classes/create-spdx-2.2.bbclass +++ b/meta/classes/create-spdx-2.2.bbclass @@ -401,6 +401,8 @@ python do_create_spdx() { from contextlib import contextmanager import oe.cve_check + oe.spdx_common.load_spdx_license_data(d) + @contextmanager def optional_tarfile(name, guard, mode="w"): import tarfile diff --git a/meta/classes/spdx-common.bbclass b/meta/classes/spdx-common.bbclass index e1528b6d0b5..cd9cc0db987 100644 --- a/meta/classes/spdx-common.bbclass +++ b/meta/classes/spdx-common.bbclass @@ -39,12 +39,6 @@ SPDX_CUSTOM_ANNOTATION_VARS ??= "" SPDX_MULTILIB_SSTATE_ARCHS ??= "${SSTATE_ARCHS}" -python() { - import oe.spdx_common - oe.spdx_common.load_spdx_license_data(d) -} - - python do_collect_spdx_deps() { # This task calculates the build time dependencies of the recipe, and is # required because while a task can deptask on itself, those dependencies diff --git a/meta/lib/oe/spdx30_tasks.py b/meta/lib/oe/spdx30_tasks.py index 9d5bbadc0f4..e9e99756dc0 100644 --- a/meta/lib/oe/spdx30_tasks.py +++ b/meta/lib/oe/spdx30_tasks.py @@ -452,6 +452,9 @@ def create_spdx(d): if val: setattr(obj, name, val) + import oe.spdx_common + oe.spdx_common.load_spdx_license_data(d) + deploydir = Path(d.getVar("SPDXDEPLOY")) deploy_dir_spdx = Path(d.getVar("DEPLOY_DIR_SPDX")) spdx_workdir = Path(d.getVar("SPDXWORK")) From patchwork Fri Aug 2 10:18:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 47207 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 69785C3DA7F for ; Fri, 2 Aug 2024 10:19:02 +0000 (UTC) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by mx.groups.io with SMTP id smtpd.web11.89708.1722593936316126760 for ; Fri, 02 Aug 2024 03:18:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=CxNPF9qY; spf=pass (domain: linuxfoundation.org, ip: 209.85.208.176, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-2ef2cb7d562so100437481fa.3 for ; Fri, 02 Aug 2024 03:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1722593934; x=1723198734; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=nQLBAxX5mU4PDWxLC7XzHjJTzPnXzH+fetT+5z21SZs=; b=CxNPF9qYZIyAS3FIHs4RwYCFrZnO8UEu4lnWL8l6OG7uCzvqwZX+NVBHyfblnFCAM7 0YEpzQM6lj00sQLHMjFOIMGr7YOXVhxSWl4G8EPM4ydh/flFrloO6s/XXOKg0CRyJwv2 UrtVCI65ySmkzTBI9kIwXu3ZX360oDizQlLKY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722593934; x=1723198734; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nQLBAxX5mU4PDWxLC7XzHjJTzPnXzH+fetT+5z21SZs=; b=LKHAsajltfsVp9e64Ug9nniSc1GlWECyTVgXGdQBrLsIrvNG28XmSHX4xIksaJOWId 2cRYZem35ydFeaqV+2ZyLLCSsH+xBPxTERv/wO6+014XoNxDxdMXJCMmAC+N+J806aa1 eFr8DEdmkQat5l7KSiTR07IsjIl4EJqphCxWTXT9zdHUS24eMejEa5h+U0QFRgCZOyeS XAJIyBNk3H5veaYcbZW9SXwuOHKKDTRj10F8i+gf5ll5AZDI0eLMHljiLnL4pdcrZFYU zZagAG2nNuuUrrNogLjQhayHeTHYVlP5dxr+s0GixTaSPiHGC6O/sO2E48cOJuvLaPsZ 5JbA== X-Gm-Message-State: AOJu0YyWHYFxHYOE6tnyckiMOteiFdkoT8f5F+JkNZPVGBd6X5RKcDGS 8TDKLELuPtpIZLj7t3j10/jKSEi3ZTQuW9mWCNMX8C4ZTku7TOCF3FLCF9Vexb3xBv8mg7nRc5w 3lLs= X-Google-Smtp-Source: AGHT+IH+VY6ax2HgWeax97Z0YKzq22JmSHYbA7u6lUbh59BvP8I4OBqLx0H2bV3Sv1GtncuThwQ1lg== X-Received: by 2002:a2e:2c14:0:b0:2ef:24a0:c176 with SMTP id 38308e7fff4ca-2f15aac182cmr23052761fa.28.1722593933425; Fri, 02 Aug 2024 03:18:53 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2ef2:8ccb:3250:e48c]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36bbd01e0a7sm1573924f8f.43.2024.08.02.03.18.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Aug 2024 03:18:53 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/3] libtool: Upgrade 2.5.0 -> 2.5.1 Date: Fri, 2 Aug 2024 11:18:50 +0100 Message-ID: <20240802101851.437996-2-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240802101851.437996-1-richard.purdie@linuxfoundation.org> References: <20240802101851.437996-1-richard.purdie@linuxfoundation.org> 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 ; Fri, 02 Aug 2024 10:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202896 Switch from an alpha to a beta release. Drop two patches merged upstream. Signed-off-by: Richard Purdie --- .../{libtool-2.5.0.inc => libtool-2.5.1.inc} | 6 +--- ...-cross_2.5.0.bb => libtool-cross_2.5.1.bb} | 0 ...ative_2.5.0.bb => libtool-native_2.5.1.bb} | 0 ...-Add-missing-sysroot-to-library-path.patch | 26 ---------------- .../libtool/libtool/filefix.patch | 30 ------------------- .../{libtool_2.5.0.bb => libtool_2.5.1.bb} | 0 ...ol_2.5.0.bb => nativesdk-libtool_2.5.1.bb} | 0 7 files changed, 1 insertion(+), 61 deletions(-) rename meta/recipes-devtools/libtool/{libtool-2.5.0.inc => libtool-2.5.1.inc} (87%) rename meta/recipes-devtools/libtool/{libtool-cross_2.5.0.bb => libtool-cross_2.5.1.bb} (100%) rename meta/recipes-devtools/libtool/{libtool-native_2.5.0.bb => libtool-native_2.5.1.bb} (100%) delete mode 100644 meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch delete mode 100644 meta/recipes-devtools/libtool/libtool/filefix.patch rename meta/recipes-devtools/libtool/{libtool_2.5.0.bb => libtool_2.5.1.bb} (100%) rename meta/recipes-devtools/libtool/{nativesdk-libtool_2.5.0.bb => nativesdk-libtool_2.5.1.bb} (100%) diff --git a/meta/recipes-devtools/libtool/libtool-2.5.0.inc b/meta/recipes-devtools/libtool/libtool-2.5.1.inc similarity index 87% rename from meta/recipes-devtools/libtool/libtool-2.5.0.inc rename to meta/recipes-devtools/libtool/libtool-2.5.1.inc index e0c9aae387a..94344d4d416 100644 --- a/meta/recipes-devtools/libtool/libtool-2.5.0.inc +++ b/meta/recipes-devtools/libtool/libtool-2.5.1.inc @@ -10,19 +10,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ SRC_URI = "https://alpha.gnu.org/gnu/libtool/libtool-${PV}.tar.gz \ file://0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch \ - file://0003-ltmain.in-Add-missing-sysroot-to-library-path.patch \ file://0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch \ file://0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch \ file://dont-depend-on-help2man.patch \ file://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \ file://0008-libtool-Check-for-static-libs-for-internal-compiler-.patch \ file://nohardcodepaths.patch \ - file://filefix.patch \ " - - -SRC_URI[sha256sum] = "d438c317455d85554ce2f998be48866fd40cfcbf834d60b3026f4fc0ed583d23" +SRC_URI[sha256sum] = "6a83edafd42d4e2ebdc09579f99ce828d5f932f1738de02495cc8c2884e430ce" inherit autotools texinfo EXTRA_AUTORECONF = "--exclude=libtoolize" diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb b/meta/recipes-devtools/libtool/libtool-cross_2.5.1.bb similarity index 100% rename from meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb rename to meta/recipes-devtools/libtool/libtool-cross_2.5.1.bb diff --git a/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb b/meta/recipes-devtools/libtool/libtool-native_2.5.1.bb similarity index 100% rename from meta/recipes-devtools/libtool/libtool-native_2.5.0.bb rename to meta/recipes-devtools/libtool/libtool-native_2.5.1.bb diff --git a/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch b/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch deleted file mode 100644 index 2436f68a49a..00000000000 --- a/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Khem Raj -Subject: [PATCH 03/12] ltmain.in: Add missing sysroot to library path - -When using a sysroot we should append it to libdir, which is helpful in -cross builds as the system is staged in the sysroot. For normal builds, -i.e. when lt_sysroot is not set, it will still behave the same and add --L/usr/lib to the relink command. - -Signed-off-by: Richard Purdie - -Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00017.html] -Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=3221f9f0fb98d5740ab5d0e8db6a731302520644] - -Index: libtool-2.5.0/build-aux/ltmain.in -=================================================================== ---- libtool-2.5.0.orig/build-aux/ltmain.in -+++ libtool-2.5.0/build-aux/ltmain.in -@@ -6514,7 +6514,7 @@ func_mode_link () - fi - else - # We cannot seem to hardcode it, guess we'll fake it. -- add_dir=-L$libdir -+ add_dir="-L$lt_sysroot$libdir" - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in diff --git a/meta/recipes-devtools/libtool/libtool/filefix.patch b/meta/recipes-devtools/libtool/libtool/filefix.patch deleted file mode 100644 index 4d851329549..00000000000 --- a/meta/recipes-devtools/libtool/libtool/filefix.patch +++ /dev/null @@ -1,30 +0,0 @@ -[PATCH] libtool.m4: Fix AC_CHECK_PROG usage - -In commit: - -https://git.savannah.gnu.org/cgit/libtool.git/commit/m4/libtool.m4?id=64bef5ba65f6820cd5f88e5249324b4f5955ee25 - -AC_CHECK_TOOL was changed to AC_CHECK_PROG however the arguments are -different and this result is a value of ":". Change this to match the -original intent. - -The lack of FILECMD was causing failures for mips64 builds as -m elf was -being passed to LD which isn't supported on our targets. - -Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2024-06/msg00000.html] - -Signed-off-by: Richard Purdie - -Index: libtool-2.5.0/m4/libtool.m4 -=================================================================== ---- libtool-2.5.0.orig/m4/libtool.m4 -+++ libtool-2.5.0/m4/libtool.m4 -@@ -8216,7 +8216,7 @@ AC_SUBST([DLLTOOL]) - # ---------------- - # Check for a file(cmd) program that can be used to detect file type and magic - m4_defun([_LT_DECL_FILECMD], --[AC_CHECK_PROG([FILECMD], [file], [:]) -+[AC_CHECK_PROG([FILECMD], [file], [file], [:]) - _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) - ])# _LD_DECL_FILECMD - diff --git a/meta/recipes-devtools/libtool/libtool_2.5.0.bb b/meta/recipes-devtools/libtool/libtool_2.5.1.bb similarity index 100% rename from meta/recipes-devtools/libtool/libtool_2.5.0.bb rename to meta/recipes-devtools/libtool/libtool_2.5.1.bb diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.1.bb similarity index 100% rename from meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb rename to meta/recipes-devtools/libtool/nativesdk-libtool_2.5.1.bb From patchwork Fri Aug 2 10:18:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 47208 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 7ED9AC3DA4A for ; Fri, 2 Aug 2024 10:19:02 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web11.89707.1722593936037214085 for ; Fri, 02 Aug 2024 03:18:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Gr8iaJEz; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.42, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-428e3129851so11506975e9.3 for ; Fri, 02 Aug 2024 03:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1722593934; x=1723198734; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=54TEupdnSbYwYguJavisRHRAYPv2E/nN6M592E6LLMA=; b=Gr8iaJEzJKeZ01b1dX0q/aZfyVbSeU7txZWo5YtvyP3vsrqdiMLEeDynhMC/Pogufe 1duGh5Rw20r1V7LKEkYHFJFAe/1mDwNTxtOW4JKxaOAk+coE90LzIrh6JbemVZKgx0cQ TS7NlJhUE/yTgpaxubN8mGm848nZqCG9yHS+k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722593934; x=1723198734; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=54TEupdnSbYwYguJavisRHRAYPv2E/nN6M592E6LLMA=; b=iUYL1MnDjwwtQsVEmodFVz/oi0d9A4HjpQEA4suXy8ud4zCW5gdK0QWg+unUqSp9/a L1bB8LlvPCDni1dr656h/Guc63KI4atlHigMIrMfayqDMtdzrN1Kf4BBvFWXaoZ9kU+w KJnByh+3+wQQFeI0GWB9+kQDHi9+3hykHRygekh2x4kbCTEWOo3fPF0vWvvw+VTbf5QF ArYA0dSlPMygIW1/4vhGk7R3AIF4eFb/PufIX6RIa5QICkHDLOLAfpC5A/DBtP0bHzq8 R2hempcZX7usEONatYQXftUdnXgN9yZje+B+w2yv4nCEeyI3KOEJ0eNonza3TPOscr23 +7Ow== X-Gm-Message-State: AOJu0YyHFTefxDZscqi6HXS0ztUFmMsfPtQvvqbYfyljkWHyJFb2sRBk vmlEfZCmsXdIwMo8zSE5QfzZ8J6UwFOPLB9PEU2lMsNi481ejD/b6zKoQ8GZyOpjnBjNBZ1GUWW b0Zk= X-Google-Smtp-Source: AGHT+IH7PcKz/UsnDVKTcQpoBBjE1K+wE8bflBdKycmJj8mIhcAprgPI99qMBVoV/9Dl4+qObM23Wg== X-Received: by 2002:a05:600c:3ca8:b0:426:5dde:627a with SMTP id 5b1f17b1804b1-428e6b7a333mr20315955e9.23.1722593934166; Fri, 02 Aug 2024 03:18:54 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2ef2:8ccb:3250:e48c]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36bbd01e0a7sm1573924f8f.43.2024.08.02.03.18.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Aug 2024 03:18:53 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 3/3] qemu: Upgrade 9.0.1 -> 9.0.2 Date: Fri, 2 Aug 2024 11:18:51 +0100 Message-ID: <20240802101851.437996-3-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240802101851.437996-1-richard.purdie@linuxfoundation.org> References: <20240802101851.437996-1-richard.purdie@linuxfoundation.org> 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 ; Fri, 02 Aug 2024 10:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202895 Update along the stable release series. Signed-off-by: Richard Purdie --- .../qemu/{qemu-native_9.0.1.bb => qemu-native_9.0.2.bb} | 0 ...{qemu-system-native_9.0.1.bb => qemu-system-native_9.0.2.bb} | 0 meta/recipes-devtools/qemu/qemu.inc | 2 +- meta/recipes-devtools/qemu/{qemu_9.0.1.bb => qemu_9.0.2.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/qemu/{qemu-native_9.0.1.bb => qemu-native_9.0.2.bb} (100%) rename meta/recipes-devtools/qemu/{qemu-system-native_9.0.1.bb => qemu-system-native_9.0.2.bb} (100%) rename meta/recipes-devtools/qemu/{qemu_9.0.1.bb => qemu_9.0.2.bb} (100%) diff --git a/meta/recipes-devtools/qemu/qemu-native_9.0.1.bb b/meta/recipes-devtools/qemu/qemu-native_9.0.2.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-native_9.0.1.bb rename to meta/recipes-devtools/qemu/qemu-native_9.0.2.bb diff --git a/meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb b/meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb rename to meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4a15c97d938..f37b32985bf 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -37,7 +37,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ " UPSTREAM_CHECK_REGEX = "qemu-(?P\d+(\.\d+)+)\.tar" -SRC_URI[sha256sum] = "d0f4db0fbd151c0cf16f84aeb2a500f6e95009732546f44dafab8d2049bbb805" +SRC_URI[sha256sum] = "a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6" CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default." diff --git a/meta/recipes-devtools/qemu/qemu_9.0.1.bb b/meta/recipes-devtools/qemu/qemu_9.0.2.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu_9.0.1.bb rename to meta/recipes-devtools/qemu/qemu_9.0.2.bb