All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][gatesgarth] arm/qemuarm64-secureboot: don't use -dev kernel
@ 2020-12-10 14:26 Ross Burton
  2020-12-11 16:34 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2020-12-10 14:26 UTC (permalink / raw)
  To: meta-arm

From: Ross Burton <ross@burtonini.com>

According to the comment linux-yocto-dev was being used to get a 5.5
kernel as 5.4 was panicking on boot.  Now linux-yocto defaults to 5.8
so just use the standard kernel instead.

Change-Id: Id382c69f16f2ff4b2cbc63be94a645e56616549d
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/conf/machine/qemuarm64-secureboot.conf | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta-arm/conf/machine/qemuarm64-secureboot.conf b/meta-arm/conf/machine/qemuarm64-secureboot.conf
index f2c15e6..fe19ed2 100644
--- a/meta-arm/conf/machine/qemuarm64-secureboot.conf
+++ b/meta-arm/conf/machine/qemuarm64-secureboot.conf
@@ -6,10 +6,6 @@ KMACHINE = "qemuarm64"
 
 UBOOT_MACHINE = "qemu_arm64_defconfig"
 
-# The 5.4 kernel panics when booting, so use the development kernel until the
-# default kernel is upgraded (5.5. supposedly works)
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
-
 QB_MACHINE = "-machine virt,secure=on"
 QB_OPT_APPEND += "-no-acpi"
 QB_MEM = "-m 1024"
@@ -23,4 +19,3 @@ IMAGE_FSTYPES += "wic wic.qcow2"
 WKS_FILE ?= "qemuarm64.wks"
 WKS_FILE_DEPENDS = "trusted-firmware-a"
 IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}"
-
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-arm] [PATCH][gatesgarth] arm/qemuarm64-secureboot: don't use -dev kernel
  2020-12-10 14:26 [PATCH][gatesgarth] arm/qemuarm64-secureboot: don't use -dev kernel Ross Burton
@ 2020-12-11 16:34 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2020-12-11 16:34 UTC (permalink / raw)
  To: Ross Burton; +Cc: meta-arm

On Thu, Dec 10, 2020 at 02:26:58PM +0000, Ross Burton wrote:
> From: Ross Burton <ross@burtonini.com>
> 
> According to the comment linux-yocto-dev was being used to get a 5.5
> kernel as 5.4 was panicking on boot.  Now linux-yocto defaults to 5.8
> so just use the standard kernel instead.
> 
> Change-Id: Id382c69f16f2ff4b2cbc63be94a645e56616549d
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> Signed-off-by: Jon Mason <jon.mason@arm.com>

Applied to gatesgarth branch.

Thanks,
Jon

> ---
>  meta-arm/conf/machine/qemuarm64-secureboot.conf | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/meta-arm/conf/machine/qemuarm64-secureboot.conf b/meta-arm/conf/machine/qemuarm64-secureboot.conf
> index f2c15e6..fe19ed2 100644
> --- a/meta-arm/conf/machine/qemuarm64-secureboot.conf
> +++ b/meta-arm/conf/machine/qemuarm64-secureboot.conf
> @@ -6,10 +6,6 @@ KMACHINE = "qemuarm64"
>  
>  UBOOT_MACHINE = "qemu_arm64_defconfig"
>  
> -# The 5.4 kernel panics when booting, so use the development kernel until the
> -# default kernel is upgraded (5.5. supposedly works)
> -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
> -
>  QB_MACHINE = "-machine virt,secure=on"
>  QB_OPT_APPEND += "-no-acpi"
>  QB_MEM = "-m 1024"
> @@ -23,4 +19,3 @@ IMAGE_FSTYPES += "wic wic.qcow2"
>  WKS_FILE ?= "qemuarm64.wks"
>  WKS_FILE_DEPENDS = "trusted-firmware-a"
>  IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}"
> -
> -- 
> 2.25.1
> 

> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 14:26 [PATCH][gatesgarth] arm/qemuarm64-secureboot: don't use -dev kernel Ross Burton
2020-12-11 16:34 ` [meta-arm] " Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.