* Build failures for specific .dtb file on v6.5
@ 2023-08-31 22:22 Chris Packham
2023-08-31 22:34 ` Chris Packham
0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2023-08-31 22:22 UTC (permalink / raw)
To: linux-arm-kernel, devicetree, linux-kernel, linux-kbuild
Hi,
In earlier kernel versions (just reconfirmed on v6.4) I can do
make ARCH=arm O=build multi_v7_defconfig
make ARCH=arm O=build armada-xp-db-dxbc2.dtb
and that one specific .dtb file will be generated.
With v6.5 (and master, currently 87dfd85c3892) I get the following error
make ARCH=arm O=build multi_v7_defconfig
make ARCH=arm O=build armada-xp-db-dxbc2.dtb
...
make[3]: *** No rule to make target
'arch/arm/boot/dts/armada-xp-db-dxbc2.dtb'. Stop.
make[2]: *** [src/linux/Makefile:1469: armada-xp-db-dxbc2.dtb] Error 2
make[1]: *** [src/linux/Makefile:234: __sub-make] Error 2
make[1]: Leaving directory 'src/linux/build'
make: *** [Makefile:234: __sub-make] Error 2
I wasn't entirely sure which mailing list to direct this at so I've cast
the net fairly wide. I'll try to setup an automated bisect and report
back if I narrow the problem down.
Thanks,
Chris
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Build failures for specific .dtb file on v6.5
2023-08-31 22:22 Build failures for specific .dtb file on v6.5 Chris Packham
@ 2023-08-31 22:34 ` Chris Packham
0 siblings, 0 replies; 2+ messages in thread
From: Chris Packham @ 2023-08-31 22:34 UTC (permalink / raw)
To: linux-arm-kernel, devicetree, linux-kernel, linux-kbuild
On 1/09/23 10:22, Chris Packham wrote:
> Hi,
>
> In earlier kernel versions (just reconfirmed on v6.4) I can do
>
> make ARCH=arm O=build multi_v7_defconfig
> make ARCH=arm O=build armada-xp-db-dxbc2.dtb
>
> and that one specific .dtb file will be generated.
>
> With v6.5 (and master, currently 87dfd85c3892) I get the following error
>
> make ARCH=arm O=build multi_v7_defconfig
> make ARCH=arm O=build armada-xp-db-dxbc2.dtb
> ...
> make[3]: *** No rule to make target
> 'arch/arm/boot/dts/armada-xp-db-dxbc2.dtb'. Stop.
> make[2]: *** [src/linux/Makefile:1469: armada-xp-db-dxbc2.dtb] Error 2
> make[1]: *** [src/linux/Makefile:234: __sub-make] Error 2
> make[1]: Leaving directory 'src/linux/build'
> make: *** [Makefile:234: __sub-make] Error 2
>
> I wasn't entirely sure which mailing list to direct this at so I've
> cast the net fairly wide. I'll try to setup an automated bisect and
> report back if I narrow the problem down.
Bisect points to 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") which given the subject makes sense. I'll adjust our
build recipes to use the vendor prefix. Sorry for the noise.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-31 22:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31 22:22 Build failures for specific .dtb file on v6.5 Chris Packham
2023-08-31 22:34 ` Chris Packham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).