Cc'ing Andreas.
-----Original Message----- From: Michal Suchánek <msuchanek@suse.de> Sent: 13 September 2019 12:34 To: Guillaume Gardet <Guillaume.Gardet@arm.com> Cc: opensuse-kernel@opensuse.org; Michal Kubecek <mkubecek@suse.cz> Subject: Re: [opensuse-kernel] [PATCH] rpm/config.sh: Enable building DTBs
On Fri, 13 Sep 2019 09:25:37 +0200 Guillaume Gardet <guillaume.gardet@arm.com> wrote:
1) what consumes these DTBs?
They are not maintained in the SLE branches so if anything does use them it should change.
We need DTBs for most ARM systems, so this is a mandatory requirement.
2) it will noy build due to obsolete dtc in SLE15.
We must update dtc, then. Could you take care of it, please? Because it must go through SLE, I think. Thanks, Guillaume
Thanks
Michal
Signed-off-by: Guillaume Gardet <guillaume.gardet@arm.com>
--- This patch is for 15.2 branch.
rpm/config.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/rpm/config.sh b/rpm/config.sh index 904bea6cf36..76cbef8def5 100644 --- a/rpm/config.sh +++ b/rpm/config.sh @@ -4,6 +4,8 @@ SRCVERSION=5.3-rc8 VARIANT= # enable kernel module compression COMPRESS_MODULES="xz" +# Compile binary devicetrees +BUILD_DTBS="Yes" # Use new style livepatch package names LIVEPATCH=livepatch # buildservice projects to build the kernel against
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org