diff mbox series

arm-bsp/tc1: disable signed kernel image

Message ID 20230428145638.3261549-1-jon.mason@arm.com
State New
Headers show
Series arm-bsp/tc1: disable signed kernel image | expand

Commit Message

Jon Mason April 28, 2023, 2:56 p.m. UTC
The signed kernel image for the android kernel and legacy u-boot is no
longer booting.  Remove this to allow for it to work until it can be
fixed.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm-bsp/conf/machine/include/tc.inc | 11 -----------
 1 file changed, 11 deletions(-)

Comments

Jon Mason April 28, 2023, 6:50 p.m. UTC | #1
On Fri, 28 Apr 2023 09:56:38 -0500, Jon Mason wrote:
> The signed kernel image for the android kernel and legacy u-boot is no
> longer booting.  Remove this to allow for it to work until it can be
> fixed.

Applied, thanks!

[1/1] arm-bsp/tc1: disable signed kernel image
      commit: c60d7865ddeb49578e949462ab184940be3b6913

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/machine/include/tc.inc b/meta-arm-bsp/conf/machine/include/tc.inc
index f84d55c2..f7a1cfa8 100644
--- a/meta-arm-bsp/conf/machine/include/tc.inc
+++ b/meta-arm-bsp/conf/machine/include/tc.inc
@@ -11,17 +11,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-arm64-ack"