From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Subject: Re: [PATCH] builddeb: Fix inclusion of dtbs in debian package Date: Fri, 9 Nov 2018 00:26:07 +0900 Message-ID: References: <20181107143646.27675-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20181107143646.27675-1-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: DTML , Linux Kernel Mailing List , Michal Marek , Linux Kbuild mailing list , nunojpg@gmail.com List-Id: devicetree@vger.kernel.org On Wed, Nov 7, 2018 at 11:37 PM Rob Herring wrote: > > Commit 37c8a5fafa3b ("kbuild: consolidate Devicetree dtb build rules") > moved the location of 'dtbs_install' target which caused dtbs to not be > installed when building debian package with 'bindeb-pkg' target. Update > the builddeb script to use the same logic that determines if there's a > 'dtbs_install' target which is presence of the arch dts directory. Also, > use CONFIG_OF_EARLY_FLATTREE instead of CONFIG_OF as that's a better > indication of whether we are building dtbs. > > This commit will also have the side effect of installing dtbs on any > arch that has dts files. Previously, it was dependent on whether the > arch defined 'dtbs_install'. > > Fixes: 37c8a5fafa3b ("kbuild: consolidate Devicetree dtb build rules") > Reported-by: Nuno Gon=C3=A7alves > Cc: Masahiro Yamada > Cc: Michal Marek > Cc: linux-kbuild@vger.kernel.org > Signed-off-by: Rob Herring > --- Applied to linux-kbuild/fixes. Thanks! --=20 Best Regards Masahiro Yamada