Hello Paul,
I will recheck tomorrow morning but the kernel I was initially working with was 4.19 and I did not find dtbs being compiled from a plain make or from builddeb
For what it’s worth, I was using the pistachio_defconfig.
My test workflow is as follows (ARCH and CROSS_COMPILE are set in my environment)
make mrproper make pistachio_defconfig make find arch/mips -name *.dtb
Cedric
On 20 Jun 2019, at 22:03, Paul Burton paul.burton@mips.com wrote:
Hi Cedric,
On Thu, Jun 20, 2019 at 08:01:46AM +0000, Hombourger, Cedric wrote: Just to follow-up. I have verified that we can apply this patch to 4.4 and 4.9 without introducing additional patches but simply resolving conflicts. Should I post separate patches for 4.4 and 4.9?
Is the patch actually needed any earlier than v4.20?
Locally I've applied it to mips-fixes & tagged it with:
Fixes: d5615e472d23 ("builddeb: Fix inclusion of dtbs in debian package") Cc: stable@vger.kernel.org # v4.20+
It looks to me like prior to that commit this is unnecessary. If that's wrong please let me know.
Thanks, Paul