From patchwork Thu May 25 20:06:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jon Mason X-Patchwork-Id: 24521 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 C9094C7EE2C for ; Thu, 25 May 2023 20:06:13 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.471.1685045168769901617 for ; Thu, 25 May 2023 13:06:08 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: jon.mason@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 82724165C for ; Thu, 25 May 2023 13:06:53 -0700 (PDT) Received: from debian.lan?044arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 42CE43F67D for ; Thu, 25 May 2023 13:06:08 -0700 (PDT) From: Jon Mason To: meta-arm@lists.yoctoproject.org Subject: [PATCH 5/5] Revert "arm-bsp/tc1: re-enable signed kernel image" Date: Thu, 25 May 2023 15:06:02 -0500 Message-Id: <20230525200602.3277592-5-jon.mason@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230525200602.3277592-1-jon.mason@arm.com> References: <20230525200602.3277592-1-jon.mason@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 ; Thu, 25 May 2023 20:06:13 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/4709 This reverts commit 5cbe3041befbf4cd588e8f45a793448833cc3f64. --- meta-arm-bsp/conf/machine/include/tc.inc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/meta-arm-bsp/conf/machine/include/tc.inc b/meta-arm-bsp/conf/machine/include/tc.inc index 75bfea07..14ec7205 100644 --- a/meta-arm-bsp/conf/machine/include/tc.inc +++ b/meta-arm-bsp/conf/machine/include/tc.inc @@ -10,17 +10,6 @@ UBOOT_RD_LOADADDRESS = "0x88000000" UBOOT_RD_ENTRYPOINT = "0x88000000" UBOOT_LOADADDRESS = "0x80080000" UBOOT_ENTRYPOINT = "0x80080000" -# Below options will generate a key to sign the kernel Image and INITRAMFS_IMAGE -# according to the default parameters of kernel-fitimage.bbclass. If the user -# would prefer to use their own keys, disable the key generation using the -# FIT_GENERATE_KEYS parameter and specify the location of the keys using the -# below paramters. -UBOOT_SIGN_ENABLE = "1" -UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb" -UBOOT_SIGN_KEYNAME = "dev_key" -UBOOT_SIGN_KEYDIR = "${DEPLOY_DIR_IMAGE}/keys" -FIT_GENERATE_KEYS = "1" -FIT_SIGN_INDIVIDUAL = "1" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"