From patchwork Tue Jun 11 15:05:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 44921 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 C5B1CC2BA15 for ; Tue, 11 Jun 2024 15:05:27 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11935.1718118323535786131 for ; Tue, 11 Jun 2024 08:05:24 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8855C106F for ; Tue, 11 Jun 2024 08:05:47 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.oss.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A867F3F64C for ; Tue, 11 Jun 2024 08:05:22 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 1/6] CI: back to master Date: Tue, 11 Jun 2024 15:05:14 +0000 Message-Id: <20240611150519.1940896-1-ross.burton@arm.com> X-Mailer: git-send-email 2.34.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 ; Tue, 11 Jun 2024 15:05:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5795 Move meta-arm's CI for master branch back to master of the upstream layers. Signed-off-by: Ross Burton --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 180d7c4c..9732ad04 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -7,7 +7,7 @@ distro: poky defaults: repos: - branch: scarthgap + branch: master repos: meta-arm: From patchwork Tue Jun 11 15:05:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 44922 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 C51FCC27C7B for ; Tue, 11 Jun 2024 15:05:27 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.12066.1718118323986199506 for ; Tue, 11 Jun 2024 08:05:24 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 20F101595 for ; Tue, 11 Jun 2024 08:05:48 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.oss.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4138B3F64C for ; Tue, 11 Jun 2024 08:05:23 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 2/6] CI: use pregenerated SSH keys in genericarm64 Date: Tue, 11 Jun 2024 15:05:15 +0000 Message-Id: <20240611150519.1940896-2-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240611150519.1940896-1-ross.burton@arm.com> References: <20240611150519.1940896-1-ross.burton@arm.com> 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 ; Tue, 11 Jun 2024 15:05:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5796 We boot genericarm64 inside a qemu, so add the pregenerated keys to speed up testing. This isn't a risk because we don't publish the images. Signed-off-by: Ross Burton --- ci/genericarm64.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/genericarm64.yml b/ci/genericarm64.yml index 320cfae7..2fbe766f 100644 --- a/ci/genericarm64.yml +++ b/ci/genericarm64.yml @@ -14,5 +14,8 @@ local_conf_header: bootloader: | # If running genericarm64 in a qemu we need to manually build the bootloader EXTRA_IMAGEDEPENDS += "virtual/bootloader" + sshpregen: | + # Allow the use of the pregen keys as this is CI so safe + COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:genericarm64 = "genericarm64" machine: genericarm64 From patchwork Tue Jun 11 15:05:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 44918 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 79926C27C77 for ; Tue, 11 Jun 2024 15:05:27 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11937.1718118324499562454 for ; Tue, 11 Jun 2024 08:05:24 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A4B2516F3 for ; Tue, 11 Jun 2024 08:05:48 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.oss.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CDAA73F64C for ; Tue, 11 Jun 2024 08:05:23 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 3/6] arm/u-boot: remove obsolete qemuarm patch Date: Tue, 11 Jun 2024 15:05:16 +0000 Message-Id: <20240611150519.1940896-3-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240611150519.1940896-1-ross.burton@arm.com> References: <20240611150519.1940896-1-ross.burton@arm.com> 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 ; Tue, 11 Jun 2024 15:05:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5797 This has been obsoleted by "arm: enable support for QEMU firmware tables" upstream, in v2024.04. Signed-off-by: Ross Burton --- ...rm-make-QFW-MMIO-implied-on-qemu-arm.patch | 34 ------------------- meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend | 5 +-- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 meta-arm/recipes-bsp/u-boot/u-boot/0001-qemu-arm-make-QFW-MMIO-implied-on-qemu-arm.patch diff --git a/meta-arm/recipes-bsp/u-boot/u-boot/0001-qemu-arm-make-QFW-MMIO-implied-on-qemu-arm.patch b/meta-arm/recipes-bsp/u-boot/u-boot/0001-qemu-arm-make-QFW-MMIO-implied-on-qemu-arm.patch deleted file mode 100644 index 8d3b32f8..00000000 --- a/meta-arm/recipes-bsp/u-boot/u-boot/0001-qemu-arm-make-QFW-MMIO-implied-on-qemu-arm.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 67bb1f111c4668c4dfdc40547cb83fc6c1f010e9 Mon Sep 17 00:00:00 2001 -From: Jon Mason -Date: Thu, 26 Jan 2023 11:46:33 -0500 -Subject: [PATCH] qemu: arm: make QFW, MMIO implied on qemu-arm - -There are instances when one would not want QFW enabled, like running -alternative firmware. Make this choice optional instead of forced by -using the implied keyword. - -Signed-off-by: Jon Mason -Upstream-Status: Pending [Not submitted to upstream yet] - ---- - board/emulation/qemu-arm/Kconfig | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig -index ed9949651c4b..93f6f74d5bcc 100644 ---- a/board/emulation/qemu-arm/Kconfig -+++ b/board/emulation/qemu-arm/Kconfig -@@ -5,8 +5,8 @@ config TEXT_BASE - - config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y -- select CMD_QFW -- select QFW_MMIO -+ imply CMD_QFW -+ imply QFW_MMIO - imply VIRTIO_MMIO - imply VIRTIO_PCI - imply VIRTIO_NET --- -2.30.2 - diff --git a/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend index 58d66e1d..0683a783 100644 --- a/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend @@ -1,7 +1,4 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" SRC_URI:append:qemuarm64-secureboot = " file://qemuarm64.cfg" -SRC_URI:append:qemuarm-secureboot = " \ - file://0001-qemu-arm-make-QFW-MMIO-implied-on-qemu-arm.patch \ - file://qemuarm.cfg \ - " +SRC_URI:append:qemuarm-secureboot = " file://qemuarm.cfg" From patchwork Tue Jun 11 15:05:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 44917 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 9D26CC27C75 for ; Tue, 11 Jun 2024 15:05:27 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.12067.1718118325082219798 for ; Tue, 11 Jun 2024 08:05:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 347CD106F for ; Tue, 11 Jun 2024 08:05:49 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.oss.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5D6753F64C for ; Tue, 11 Jun 2024 08:05:24 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 4/6] arm-bsp/u-boot: update tick.patch to merged patches Date: Tue, 11 Jun 2024 15:05:17 +0000 Message-Id: <20240611150519.1940896-4-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240611150519.1940896-1-ross.burton@arm.com> References: <20240611150519.1940896-1-ross.burton@arm.com> 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 ; Tue, 11 Jun 2024 15:05:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5798 These patches have been merged, so refresh the patches. Signed-off-by: Ross Burton --- .../recipes-bsp/u-boot/u-boot/tick.patch | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot/tick.patch b/meta-arm-bsp/recipes-bsp/u-boot/u-boot/tick.patch index 88c9b056..370bc274 100644 --- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot/tick.patch +++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot/tick.patch @@ -1,6 +1,6 @@ -From 1023728e7925443032fc7f7733c12ed37142523d Mon Sep 17 00:00:00 2001 +From b18a3c183d20812933d192d4b0d622b11ef2bf29 Mon Sep 17 00:00:00 2001 From: Peter Hoyes -Date: Tue, 23 Apr 2024 09:10:04 +0100 +Date: Wed, 1 May 2024 09:16:32 +0100 Subject: [PATCH 1/2] arm: Move sev() and wfe() definitions to common Arm header file @@ -13,8 +13,9 @@ wfe may theoretically trigger a context switch if an interrupt occurs so add a memory barrier to this call. Signed-off-by: Peter Hoyes +Reviewed-by: Andre Przywara -Upstream-Status: Submitted [https://lore.kernel.org/u-boot/20240423081005.23218-1-peter.hoyes@arm.com/] +Upstream-Status: Backport Signed-off-by: Ross Burton --- arch/arm/include/asm/system.h | 9 +++++++++ @@ -82,9 +83,9 @@ index 5d0bebac57..0aed4c3e2b 100644 2.34.1 -From d96e7f07f6863e24d360924aea4eb0460d706e89 Mon Sep 17 00:00:00 2001 +From ebc84d7b60c1ed3398e9f600fe3dc8406500bd35 Mon Sep 17 00:00:00 2001 From: Peter Hoyes -Date: Tue, 23 Apr 2024 09:10:05 +0100 +Date: Wed, 1 May 2024 09:16:33 +0100 Subject: [PATCH 2/2] armv8: generic_timer: Use event stream for udelay Polling cntpct_el0 in a tight loop for delays is inefficient. @@ -99,13 +100,11 @@ trade-off between efficiency and the fact that Arm FVPs do not typically simulate real time. This is only implemented for Armv8 boards, where an architectural -timer exists. - -Some mach-socfpga AArch64 boards already override __udelay to make -it always inline, so guard the functionality with a new -ARMV8_UDELAY_EVENT_STREAM Kconfig, enabled by default. +timer exists, and only enabled by default for the ARCH_VEXPRESS64 +board family. Signed-off-by: Peter Hoyes +Reviewed-by: Andre Przywara --- arch/arm/cpu/armv8/Kconfig | 8 ++++++++ arch/arm/cpu/armv8/generic_timer.c | 27 +++++++++++++++++++++++++++ @@ -113,7 +112,7 @@ Signed-off-by: Peter Hoyes 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig -index 9f0fb369f7..544c5e2d74 100644 +index 9f0fb369f7..199335cd60 100644 --- a/arch/arm/cpu/armv8/Kconfig +++ b/arch/arm/cpu/armv8/Kconfig @@ -191,6 +191,14 @@ config ARMV8_EA_EL3_FIRST @@ -122,7 +121,7 @@ index 9f0fb369f7..544c5e2d74 100644 +config ARMV8_UDELAY_EVENT_STREAM + bool "Use the event stream for udelay" -+ default y if !ARCH_SOCFPGA ++ default y if ARCH_VEXPRESS64 + help + Use the event stream provided by the AArch64 architectural timer for + delays. This is more efficient than the default polling @@ -132,10 +131,10 @@ index 9f0fb369f7..544c5e2d74 100644 bool "ARM64 Accelerated Cryptographic Algorithms" diff --git a/arch/arm/cpu/armv8/generic_timer.c b/arch/arm/cpu/armv8/generic_timer.c -index 8f83372cbc..e18b5c8187 100644 +index e4aa5a4745..1de7ec596f 100644 --- a/arch/arm/cpu/armv8/generic_timer.c +++ b/arch/arm/cpu/armv8/generic_timer.c -@@ -115,3 +115,30 @@ ulong timer_get_boot_us(void) +@@ -114,3 +114,30 @@ ulong timer_get_boot_us(void) return val / get_tbclk(); } From patchwork Tue Jun 11 15:05:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 44920 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 9EBD9C41513 for ; Tue, 11 Jun 2024 15:05:27 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.12068.1718118325596625561 for ; Tue, 11 Jun 2024 08:05:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C0E3F1595 for ; Tue, 11 Jun 2024 08:05:49 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.oss.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E14353F64C for ; Tue, 11 Jun 2024 08:05:24 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 5/6] arm-bsp/ssh-pregen-hostkeys: fix corstone1000 typo Date: Tue, 11 Jun 2024 15:05:18 +0000 Message-Id: <20240611150519.1940896-5-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240611150519.1940896-1-ross.burton@arm.com> References: <20240611150519.1940896-1-ross.burton@arm.com> 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 ; Tue, 11 Jun 2024 15:05:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5799 Signed-off-by: Ross Burton --- .../ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend b/meta-arm-bsp/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend index 77c5bd3a..039a8479 100644 --- a/meta-arm-bsp/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend +++ b/meta-arm-bsp/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend @@ -1,6 +1,6 @@ # These machines cannot run in product as they are virtual # platforms, so allow ssh-pregen-hostkeys to be used. -COMPATIBLE_MACHINE:corestone1000-fvp = "corestone1000-fvp" +COMPATIBLE_MACHINE:corstone1000-fvp = "corstone1000-fvp" COMPATIBLE_MACHINE:fvp-base = "fvp-base" COMPATIBLE_MACHINE:sbsa-ref = "sbsa-ref" From patchwork Tue Jun 11 15:05:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 44919 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 AE147C27C79 for ; Tue, 11 Jun 2024 15:05:27 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.12069.1718118326094252707 for ; Tue, 11 Jun 2024 08:05:26 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 596F1106F for ; Tue, 11 Jun 2024 08:05:50 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.oss.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 798683F64C for ; Tue, 11 Jun 2024 08:05:25 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 6/6] arm/test-pacbti: Use UNPACKDIR Date: Tue, 11 Jun 2024 15:05:19 +0000 Message-Id: <20240611150519.1940896-6-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240611150519.1940896-1-ross.burton@arm.com> References: <20240611150519.1940896-1-ross.burton@arm.com> 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 ; Tue, 11 Jun 2024 15:05:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5800 From: Ryan Eatmon Fix parsing recipes error: Parsing recipes... ERROR: meta-arm/recipes-test/pacbti/test-pacbti.bb: Using S = ${WORKDIR} is no longer supported ERROR: Parsing halted due to errors, see error messages above There was a change in oe-core [1] and was further discussed here [2]. [1] https://git.openembedded.org/openembedded-core/commit/?h=master&id=32cba1cc916ad530c5e6630a927e74ca6f06289b [2] https://lists.openembedded.org/g/openembedded-architecture/message/2007 Signed-off-by: Ryan Eatmon --- meta-arm/recipes-test/pacbti/test-pacbti.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arm/recipes-test/pacbti/test-pacbti.bb b/meta-arm/recipes-test/pacbti/test-pacbti.bb index 331c5854..b0ce1988 100644 --- a/meta-arm/recipes-test/pacbti/test-pacbti.bb +++ b/meta-arm/recipes-test/pacbti/test-pacbti.bb @@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://pacbti.c;beginline=2;endline=2;md5=6ec41034e04432ee37 SRC_URI = "file://pacbti.c" -S = "${WORKDIR}" +S = "${WORKDIR}/sources" +UNPACKDIR = "${S}" do_compile() { # Compile with -zforce-bti with fatal warnings, so the link fails if PAC/BTI