diff mbox series

[SRU,F/linux-raspi] UBUNTU: [Packaging] raspi: Revert "UBUNTU: [Packaging] raspi: Build compressed arm64 kernel images"

Message ID 20200821064224.13717-1-juergh@canonical.com
State New
Headers show
Series [SRU,F/linux-raspi] UBUNTU: [Packaging] raspi: Revert "UBUNTU: [Packaging] raspi: Build compressed arm64 kernel images" | expand

Commit Message

Juerg Haefliger Aug. 21, 2020, 6:42 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1892355

This reverts commit 292295b55096a88b46556a5de9f39c4c760c3a57.

We will eventually get rid of u-boot on raspi which means that the raspi
firmware will load the kernel but it can only handle uncompressed arm64
kernel images.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
---
 debian.raspi/rules.d/arm64.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stefan Bader Aug. 21, 2020, 7:30 a.m. UTC | #1
On 21.08.20 08:42, Juerg Haefliger wrote:
> BugLink: https://bugs.launchpad.net/bugs/1892355

Hm... the bug report claims this is for Groovy, the subject says Focal...

-Stefan

> 
> This reverts commit 292295b55096a88b46556a5de9f39c4c760c3a57.
> 
> We will eventually get rid of u-boot on raspi which means that the raspi
> firmware will load the kernel but it can only handle uncompressed arm64
> kernel images.
> 
> Signed-off-by: Juerg Haefliger <juergh@canonical.com>
> ---
>  debian.raspi/rules.d/arm64.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.raspi/rules.d/arm64.mk b/debian.raspi/rules.d/arm64.mk
> index 3846cbfaf8cd..fde84ab88cd0 100644
> --- a/debian.raspi/rules.d/arm64.mk
> +++ b/debian.raspi/rules.d/arm64.mk
> @@ -3,8 +3,8 @@ build_arch	= arm64
>  header_arch	= arm64
>  defconfig	= defconfig
>  flavours	= raspi
> -build_image	= Image.gz
> -kernel_file	= arch/$(build_arch)/boot/Image.gz
> +build_image	= Image
> +kernel_file	= arch/$(build_arch)/boot/Image
>  install_file	= vmlinuz
>  no_dumpfile	= true
>  
>
Juerg Haefliger Aug. 26, 2020, 7:41 a.m. UTC | #2
Wrong series in the email subject.

...Juerg


> BugLink: https://bugs.launchpad.net/bugs/1892355
> 
> This reverts commit 292295b55096a88b46556a5de9f39c4c760c3a57.
> 
> We will eventually get rid of u-boot on raspi which means that the raspi
> firmware will load the kernel but it can only handle uncompressed arm64
> kernel images.
> 
> Signed-off-by: Juerg Haefliger <juergh@canonical.com>
> ---
>  debian.raspi/rules.d/arm64.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.raspi/rules.d/arm64.mk b/debian.raspi/rules.d/arm64.mk
> index 3846cbfaf8cd..fde84ab88cd0 100644
> --- a/debian.raspi/rules.d/arm64.mk
> +++ b/debian.raspi/rules.d/arm64.mk
> @@ -3,8 +3,8 @@ build_arch	= arm64
>  header_arch	= arm64
>  defconfig	= defconfig
>  flavours	= raspi
> -build_image	= Image.gz
> -kernel_file	= arch/$(build_arch)/boot/Image.gz
> +build_image	= Image
> +kernel_file	= arch/$(build_arch)/boot/Image
>  install_file	= vmlinuz
>  no_dumpfile	= true
>
diff mbox series

Patch

diff --git a/debian.raspi/rules.d/arm64.mk b/debian.raspi/rules.d/arm64.mk
index 3846cbfaf8cd..fde84ab88cd0 100644
--- a/debian.raspi/rules.d/arm64.mk
+++ b/debian.raspi/rules.d/arm64.mk
@@ -3,8 +3,8 @@  build_arch	= arm64
 header_arch	= arm64
 defconfig	= defconfig
 flavours	= raspi
-build_image	= Image.gz
-kernel_file	= arch/$(build_arch)/boot/Image.gz
+build_image	= Image
+kernel_file	= arch/$(build_arch)/boot/Image
 install_file	= vmlinuz
 no_dumpfile	= true