From patchwork Wed Oct 2 08:38:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoann Congal X-Patchwork-Id: 49884 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 AF341CF31A4 for ; Wed, 2 Oct 2024 08:38:52 +0000 (UTC) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mx.groups.io with SMTP id smtpd.web10.2644.1727858323123163731 for ; Wed, 02 Oct 2024 01:38:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@smile.fr header.s=google header.b=k4YRx5Ea; spf=pass (domain: smile.fr, ip: 209.85.128.54, mailfrom: yoann.congal@smile.fr) Received: by mail-wm1-f54.google.com with SMTP id 5b1f17b1804b1-42cba8340beso3315015e9.1 for ; Wed, 02 Oct 2024 01:38:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smile.fr; s=google; t=1727858321; x=1728463121; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=vBS7GITt142t+ZjB+r1GG4lct0h7WLuvKgxXYsHqYS4=; b=k4YRx5Ea8n+FxdfYWz7QZoJiuLXJ1CYudkQGdufYWgiCHY/LQHNw3Rzeu2atfDfiks EchZ2erQ670y0e61aYCl6MIR/atodLlxs2dR2KDdI7R8vGtwiqXBQHuXaIxVg5swYUPP wdHRHZu9jGjA67y/S4z1Ii8SJY7oJxsYKWTlo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727858321; x=1728463121; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vBS7GITt142t+ZjB+r1GG4lct0h7WLuvKgxXYsHqYS4=; b=JBvcAYsOh1KEDzFXPaB+F0+tCTAMws9FTpZaMz2wgIeTLLOtgG9Cr/0+cW3oWgAa+t NMKJj5Vr3R+qvwztWMufnCnwPuDHXpCSD8ilrdUzt9Qcrru3ca5HhfZHoZ3O9DMW2JSR t6x3ETAuoF65E/aD/yCvmlJZAT+pNnWHpE38YbYkcLxQ+kkTq7oOwwF5rkvTlPgsrczg ary4reOE7CUn+n6747xVp1YngO3n8mgxNU1H58rZXSezdKNiTenED+E0QWCHUcYb5lqG WI82SIgBGCVZh7EsPaCu7K7hBMVgiVbvK+OGApbzMwfLAkUTGugm6tLWxYMrOIGyOy7Z QpAw== X-Gm-Message-State: AOJu0YyZ1SD2q23+f9PUuGwSZWJcql2+kBATmKP1+/DI9AiR247wCkyN uFbJg/2Cdvk4UiuS63XkeFdKMhvkRnnvnnk6/IMcqo7GLlisH9++U2XWbUPujB96lDrAD1tBacb B X-Google-Smtp-Source: AGHT+IH0/criACQavrNyls15Uiojmr4k/z3yZljC4j+MFnDkb4PhqVO8dDdgAUXwf19i/ZPSf9UI3g== X-Received: by 2002:a5d:614c:0:b0:374:c1ea:2d40 with SMTP id ffacd0b85a97d-37cf289c5b8mr3530236f8f.1.1727858320869; Wed, 02 Oct 2024 01:38:40 -0700 (PDT) Received: from P-ASN-ECS-830T8C3.idf.intranet (static-css-ccs-204145.business.bouyguestelecom.com. [176.157.204.145]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37cd56e94c4sm13433204f8f.62.2024.10.02.01.38.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 01:38:40 -0700 (PDT) From: Yoann Congal To: docs@lists.yoctoproject.org Cc: Yoann Congal , Antonin Godard Subject: [PATCH v4 1/4] migration/release-notes-5.1: document oeqa/selftest envvars change Date: Wed, 2 Oct 2024 10:38:21 +0200 Message-Id: <20241002083824.933981-2-yoann.congal@smile.fr> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241002083824.933981-1-yoann.congal@smile.fr> References: <20241002083824.933981-1-yoann.congal@smile.fr> 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 ; Wed, 02 Oct 2024 08:38:52 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5396 From: Yoann Congal This covers the Poky commit: 61186bc98a5 (oeqa/selftest: Only rewrite envvars paths that absolutely point to builddir, 2024-09-10) Signed-off-by: Yoann Congal Reviewed-by: Antonin Godard --- v1->v2: Reviews from Quentin Schulz: * environnement -> environment * oeqa/selftest now only rewrite*s* * Add exemples for the selftest change v2->v3: * Reviewed-by: Antonin Godard * Reviews from Quentin Schulz: * BB_LOGCONFIG -> :term:``BB_LOGCONFIG`` + removed ad-hoc definition * selftest -> `oe-selftest` (to avoid confusion with bitbake-selftest) v3->v4: Antonin Godard review * double ticks to single tick in :term:`BB_LOGCONFIG` --- documentation/migration-guides/migration-5.1.rst | 14 ++++++++++++++ .../migration-guides/release-notes-5.1.rst | 2 ++ 2 files changed, 16 insertions(+) diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst index b43fecc2d..298ff3e25 100644 --- a/documentation/migration-guides/migration-5.1.rst +++ b/documentation/migration-guides/migration-5.1.rst @@ -141,3 +141,17 @@ QEMU changes Miscellaneous changes ~~~~~~~~~~~~~~~~~~~~~ +- `oe-selftest` now only rewrites environment variable paths that absolutely + point to builddir (i.e ``X=$BUILDDIR/conf/`` is still rewritten to point to + the `oe-selftest` ``conf/`` directory but not ``Y=$BUILDDIR/../bitbake/`` which + still point to the ``bitbake/`` directory) + + For example (taken from :yocto_ab:`autobuilder <>` environment): + :term:`BB_LOGCONFIG` is set as: + ``BB_LOGCONFIG="${BUILDDIR}/../bitbake/contrib/autobuilderlog.json"``. + Note the relative path starting from the build directory to outside of it. + This path is not changed by `oe-selftest` anymore. + + Environment variables containing relative paths from tested build directory + to outside of the original build directory may need to be updated as they + won't be changed by `oe-selftest`. diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst index 32cb2de2b..c2600b07f 100644 --- a/documentation/migration-guides/release-notes-5.1.rst +++ b/documentation/migration-guides/release-notes-5.1.rst @@ -26,6 +26,8 @@ New Features / Enhancements in 5.1 - Testing: + - oeqa/selftest: Only rewrite envvars paths that absolutely point to builddir + - Utility script changes: - BitBake improvements: From patchwork Wed Oct 2 08:38:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoann Congal X-Patchwork-Id: 49883 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 AD901CF31A7 for ; Wed, 2 Oct 2024 08:38:52 +0000 (UTC) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web10.2645.1727858323903099829 for ; Wed, 02 Oct 2024 01:38:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@smile.fr header.s=google header.b=uc6WlMVY; spf=pass (domain: smile.fr, ip: 209.85.128.50, mailfrom: yoann.congal@smile.fr) Received: by mail-wm1-f50.google.com with SMTP id 5b1f17b1804b1-42e748f78d6so52749305e9.0 for ; Wed, 02 Oct 2024 01:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smile.fr; s=google; t=1727858322; x=1728463122; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=CnhRn70MulX2kD884iWq9W4BkbIxi6wjAGezMgvgPlI=; b=uc6WlMVY9/QS5TCcKlcxcLJjlaVYLzOY9vUjHCm8nvKjRowvVXR0w+gxjeChWeqPIN t+ig26GksPuTNivXNv+oQB3dBFHTDtVFRRerzKu0LYv4m548CZkWmJI45gn09NB5bYip 9/hqlM0P4Y4UxTfrDtBwQL3VtTeWHXZQCw0Hs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727858322; x=1728463122; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=CnhRn70MulX2kD884iWq9W4BkbIxi6wjAGezMgvgPlI=; b=S+Rtr5TRrcR2f0m71pNvPHfcRwSP9m8MCDDaIocXuB7qupiWfDeAS44SXj4vh2CrYj iq83g9/3JUQscnL31kJtEm40caCYF4yEixi0h2pVpOCzwvOtE7X8NCwQMZZPL22IAFHz 48qNdNQt7wpIqHjfP66Dkib38XYzwODC7GYnGRf/6fdYzAbvIeslPJnEndCYCLnFFV1N X3l2ofZNHABu8tQiRuAZQPuz2bScnWJot6jn80inItZUeMQDbvSHV10BT63b1L2ZO+16 cHB6B0ZRcGkmF4md4dFQik8KoMBEkwzdrWpjElBFdMaMfYnop6zC/FjDYQ58xmqOzYbf sYEw== X-Gm-Message-State: AOJu0Yx/frzHhFUroBnNcseYlTtvv9I/bjIq8PynHFRvhuMNqeVUkJmU ivkRJ/Qql1YJ8mbvANhj+rBtJVEsFvM4h1wm9IQX9I5E9b1MIGe0C69yFlEGqV3eS+0Ddr/X6ad V X-Google-Smtp-Source: AGHT+IF4G8FVLavPLqvtK0tvBk6J00V0PdFr3jIIq9KApKwWTAU8WjEy4A2T3H8liePCbPgKk7aAGw== X-Received: by 2002:a05:600c:4486:b0:42f:520b:1591 with SMTP id 5b1f17b1804b1-42f777ec6f9mr15486085e9.24.1727858322029; Wed, 02 Oct 2024 01:38:42 -0700 (PDT) Received: from P-ASN-ECS-830T8C3.idf.intranet (static-css-ccs-204145.business.bouyguestelecom.com. [176.157.204.145]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37cd56e94c4sm13433204f8f.62.2024.10.02.01.38.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 01:38:41 -0700 (PDT) From: Yoann Congal To: docs@lists.yoctoproject.org Cc: Yoann Congal , Antonin Godard Subject: [PATCH v4 2/4] release-notes-5.1: document added python3-libarchive-c ptest Date: Wed, 2 Oct 2024 10:38:22 +0200 Message-Id: <20241002083824.933981-3-yoann.congal@smile.fr> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241002083824.933981-1-yoann.congal@smile.fr> References: <20241002083824.933981-1-yoann.congal@smile.fr> 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 ; Wed, 02 Oct 2024 08:38:52 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5397 From: Yoann Congal This covers Poky's commit c01e633ab91 (python3-libarchive-c: add ptest, 2024-08-02) Signed-off-by: Yoann Congal Reviewed-by: Antonin Godard --- v2->v3: * Reviewed-by: Antonin Godard --- documentation/migration-guides/release-notes-5.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst index c2600b07f..3d5a885d3 100644 --- a/documentation/migration-guides/release-notes-5.1.rst +++ b/documentation/migration-guides/release-notes-5.1.rst @@ -28,6 +28,8 @@ New Features / Enhancements in 5.1 - oeqa/selftest: Only rewrite envvars paths that absolutely point to builddir + - Enable ptests for ``python3-libarchive-c`` + - Utility script changes: - BitBake improvements: From patchwork Wed Oct 2 08:38:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoann Congal X-Patchwork-Id: 49886 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 C1579CF31AA for ; Wed, 2 Oct 2024 08:38:52 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.2683.1727858324811721988 for ; Wed, 02 Oct 2024 01:38:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@smile.fr header.s=google header.b=WFzUxbB3; spf=pass (domain: smile.fr, ip: 209.85.221.41, mailfrom: yoann.congal@smile.fr) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-37ce8458ae3so2781934f8f.1 for ; Wed, 02 Oct 2024 01:38:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smile.fr; s=google; t=1727858323; x=1728463123; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cjwdVabV9dtO3JjeFAI4f2l7Uu9g0NFKDxf/EFtJbhY=; b=WFzUxbB3sbjsozz7XpFbSATwQWpCd/bNALMHNsAKBoPU7u+QjHvPybxrblkq2MS3lc bKJOUTqLUu4ROXmR7r5hzJ30wQzzpkA8DZcwT53x8HBcKIv4Lz9PUGHURfa3NHmstKKs Kpbc3bxcPzvm9SbvYfzYcTGVraFXPvmoJgPyI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727858323; x=1728463123; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cjwdVabV9dtO3JjeFAI4f2l7Uu9g0NFKDxf/EFtJbhY=; b=dGMhuGIIpSOn5DYK5SWToAwRjS7cVr31zDh8s7BjBWXCChAsmB1JXooffVqiPQ290k DNlsZQjaDnCTLRonYpgdnYeCVGwGSEXfqqhf+KqJ3/OAhUL+FNgb7jRmrjKvKIAqzDC4 o4onVJnZfFF4GrgFCEXQrKGsAW5GK49iiT5qaIPlAqO4kTPGUvZFwOuhg7OjZaDouqWL B58ZJPBeySsso9BQCTu0OShDig6ZEtqJCFUXK/xSjvi1buwoqLZRrpJ4jK/bi/Z/kIEH e1TUn/wTMOzKcKqd/30IOnJRGKaENo62+UC6n2rab29XX7W3tO6FNPjFgyFWUvVg6gAy 23fA== X-Gm-Message-State: AOJu0YxCn4gf06aNSdaEATj5mE62rJQm0gNzMkQnAX/xCYlgQvtTP4sH oxUtOAPFzbGZYjjYDYlANxYnkgGp+ukvfKd4jh26isxl7JTMahQe1IeSG1AN+XW3yJnEq8KPtR6 S X-Google-Smtp-Source: AGHT+IFvamWWkui3fbWvwD6kf0I9jONuH6Uuk1CRn+4Oocp2u9a2NAMZ06eblOcg8tHmdDVyYqCOvQ== X-Received: by 2002:a05:6000:156b:b0:368:3f6a:1dea with SMTP id ffacd0b85a97d-37cfb8b5451mr2586056f8f.6.1727858323039; Wed, 02 Oct 2024 01:38:43 -0700 (PDT) Received: from P-ASN-ECS-830T8C3.idf.intranet (static-css-ccs-204145.business.bouyguestelecom.com. [176.157.204.145]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37cd56e94c4sm13433204f8f.62.2024.10.02.01.38.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 01:38:42 -0700 (PDT) From: Yoann Congal To: docs@lists.yoctoproject.org Cc: Yoann Congal , Antonin Godard Subject: [PATCH v4 3/4] release-notes-5.1: document fixed _test_devtool_add_git_url test Date: Wed, 2 Oct 2024 10:38:23 +0200 Message-Id: <20241002083824.933981-4-yoann.congal@smile.fr> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241002083824.933981-1-yoann.congal@smile.fr> References: <20241002083824.933981-1-yoann.congal@smile.fr> 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 ; Wed, 02 Oct 2024 08:38:52 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5398 From: Yoann Congal This covers Poky's commits: 3c05286fa10 (oeqa/selftest/devtool: fix _test_devtool_add_git_url, 2024-04-26) 268dfbd9491 (Revert "oeqa/selftest/devtool: fix test_devtool_add_git_style2", 2024-04-26) Signed-off-by: Yoann Congal Reviewed-by: Antonin Godard --- v1->v2: Added RST markup v2->v3: * Reviewed-by: Antonin Godard --- documentation/migration-guides/release-notes-5.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst index 3d5a885d3..75e57ea1f 100644 --- a/documentation/migration-guides/release-notes-5.1.rst +++ b/documentation/migration-guides/release-notes-5.1.rst @@ -36,6 +36,8 @@ New Features / Enhancements in 5.1 - devtool improvements: + - Fix ``_test_devtool_add_git_url`` test + - recipetool improvements: - Packaging changes: From patchwork Wed Oct 2 08:38:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoann Congal X-Patchwork-Id: 49885 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 C0512CF31AC for ; Wed, 2 Oct 2024 08:38:52 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web10.2648.1727858326216151130 for ; Wed, 02 Oct 2024 01:38:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@smile.fr header.s=google header.b=x4HMNEXv; spf=pass (domain: smile.fr, ip: 209.85.221.41, mailfrom: yoann.congal@smile.fr) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-37cc846fbc4so4559634f8f.2 for ; Wed, 02 Oct 2024 01:38:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smile.fr; s=google; t=1727858324; x=1728463124; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=5pqu+h9cPbMPFf/JYux8yaCIJ0hBxev02QRZvRfXsTU=; b=x4HMNEXvCdsJXu6T2sCQjjnL4JAJVZ/MYOYU7SYkoAxnkCLz4TgS6c7Q0XoL3Mc7SB Tjlf/T5JNxw+tWVnmMbQJ+Ah82vaFapl3nrmQv9zWibTAf5GOaPoLworPmek9EDpB8Qq MgSGBQy52Jslu8nLHemaLKhs8L6gWp8jRGQb0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727858324; x=1728463124; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5pqu+h9cPbMPFf/JYux8yaCIJ0hBxev02QRZvRfXsTU=; b=TWokRdSgTOQFfCYEiuiGEYj47XckIZdTqAqE3K//Yf6zVyAd3ls1mRh4NQsxqTfd+P VTjDZ5TmhyG3V8x7eM2pP8ArPTJ/zwerorhgfVYTtsO46hF1OeBRy8eA4nHXsf7lVY89 fw04R5/v7V2Hk3fqhTwiPdf/Bf5BjCbRjAp7mtHJFROs16HR/jCj6QXf97P55UV6BV7Z fq+ZWRMwKwiM+GkTfH9SMAEraS6OpgnXbFXaOY5/5LDocPfzqj8hqwnJB5WeG6K6DY5D oa1SNnqAqWul8v84b53+IQMSQekQHZdvXSkSTarLwmtPzO3+vwVzqGFqII/4/reI9iJp IV+w== X-Gm-Message-State: AOJu0YwRmB+DnITRIII2qoG6MTBzE3ulh/RLxGQ5s3W0ZRxGoG6KvV/a hm12usfW7BQadvaRd6ktIf4KD3D2gK9El8l8ouEpwTzCv/0nlLvq5Tw7tk2aq1LxyWntmkKOWsh O X-Google-Smtp-Source: AGHT+IEjngFY2wQk1fmNREQcW72NYdA2SPtLsF1yiusy4TGbGcu7G97qDzQivTGVp6ove78ueSaxqQ== X-Received: by 2002:a5d:5c85:0:b0:37d:238:5a84 with SMTP id ffacd0b85a97d-37d02385acamr60822f8f.15.1727858323954; Wed, 02 Oct 2024 01:38:43 -0700 (PDT) Received: from P-ASN-ECS-830T8C3.idf.intranet (static-css-ccs-204145.business.bouyguestelecom.com. [176.157.204.145]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37cd56e94c4sm13433204f8f.62.2024.10.02.01.38.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 01:38:43 -0700 (PDT) From: Yoann Congal To: docs@lists.yoctoproject.org Cc: Yoann Congal , Antonin Godard Subject: [PATCH v4 4/4] release-notes-5.1: document spirv-tools reproducibility Date: Wed, 2 Oct 2024 10:38:24 +0200 Message-Id: <20241002083824.933981-5-yoann.congal@smile.fr> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241002083824.933981-1-yoann.congal@smile.fr> References: <20241002083824.933981-1-yoann.congal@smile.fr> 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 ; Wed, 02 Oct 2024 08:38:52 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5399 From: Yoann Congal This covers Poky's commits 47ed8ac83a6 (spirv-tools: Fix git-describe related reproducibility, 2024-08-03) a19bb8c1d51 (spirv-tools: Update merged patch to backport status, 2024-09-05) Signed-off-by: Yoann Congal Reviewed-by: Antonin Godard --- v1->v2: Review from Quentin Schulz: * simpler to avoid confusion. v2->v3: * Review from Quentin Schulz: * spriv -> spirv typo (-_-') * Reviewed-by: Antonin Godard --- documentation/migration-guides/release-notes-5.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst index 75e57ea1f..074d277da 100644 --- a/documentation/migration-guides/release-notes-5.1.rst +++ b/documentation/migration-guides/release-notes-5.1.rst @@ -50,6 +50,8 @@ New Features / Enhancements in 5.1 - Miscellaneous changes: + - Fix reproducibility for ``spirv-tools`` + Known Issues in 5.1 ~~~~~~~~~~~~~~~~~~~