![](https://seccdn.libravatar.org/avatar/eb9f93fa252f97a3d17d437ff9aa9f35.jpg?s=120&d=mm&r=g)
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. 2) it will noy build due to obsolete dtc in SLE15. 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