Hi all,
After merging the stm32 tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
make[4]: *** No rule to make target 'arch/arm/boot/dts/st/stm32mp135f-dhsom-dhsbc.dtb', needed by 'arch/arm/boot/dts/st/dtbs-list'. Stop.
Caused by commit
12ff8e167641 ("ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board")
I have used the stm32 tree from next-20240605 for today.
--
Cheers,
Stephen Rothwell
On 6/6/24 1:12 AM, Stephen Rothwell wrote:
> Hi all,
Hello everyone,
> After merging the stm32 tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> make[4]: *** No rule to make target 'arch/arm/boot/dts/st/stm32mp135f-dhsom-dhsbc.dtb', needed by 'arch/arm/boot/dts/st/dtbs-list'. Stop.
>
> Caused by commit
>
> 12ff8e167641 ("ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board")
>
> I have used the stm32 tree from next-20240605 for today.
Fixed in
[PATCH] ARM: dts: stm32: Fix STM32MP13xx DHCOR DHSBC Makefile entry
sent to linux-arm-kernel .
Thanks for the report, sorry for the breakage.
Hi
On 6/6/24 01:29, Marek Vasut wrote:
> On 6/6/24 1:12 AM, Stephen Rothwell wrote:
>> Hi all,
>
> Hello everyone,
>
>> After merging the stm32 tree, today's linux-next build (arm
>> multi_v7_defconfig) failed like this:
>>
>> make[4]: *** No rule to make target
>> 'arch/arm/boot/dts/st/stm32mp135f-dhsom-dhsbc.dtb', needed by
>> 'arch/arm/boot/dts/st/dtbs-list'. Stop.
>>
>> Caused by commit
>>
>> 12ff8e167641 ("ARM: dts: stm32: Add support for STM32MP13xx DHCOR
>> SoM and DHSBC board")
>>
>> I have used the stm32 tree from next-20240605 for today.
>
> Fixed in
>
> [PATCH] ARM: dts: stm32: Fix STM32MP13xx DHCOR DHSBC Makefile entry
>
> sent to linux-arm-kernel .
>
> Thanks for the report, sorry for the breakage.
My fault, I tested to build the board using
"make st/stm32mp135f-dhcor-dhsbc.dtb"
Fixed in stm32-next by applying Marek patch. I'll maybe squash it with
initial patch for my PR.
Regards
Alex
On 6/6/24 8:54 AM, Alexandre TORGUE wrote:
> Hi
Hello everyone,
> On 6/6/24 01:29, Marek Vasut wrote:
>> On 6/6/24 1:12 AM, Stephen Rothwell wrote:
>>> Hi all,
>>
>> Hello everyone,
>>
>>> After merging the stm32 tree, today's linux-next build (arm
>>> multi_v7_defconfig) failed like this:
>>>
>>> make[4]: *** No rule to make target
>>> 'arch/arm/boot/dts/st/stm32mp135f-dhsom-dhsbc.dtb', needed by
>>> 'arch/arm/boot/dts/st/dtbs-list'. Stop.
>>>
>>> Caused by commit
>>>
>>> 12ff8e167641 ("ARM: dts: stm32: Add support for STM32MP13xx DHCOR
>>> SoM and DHSBC board")
>>>
>>> I have used the stm32 tree from next-20240605 for today.
>>
>> Fixed in
>>
>> [PATCH] ARM: dts: stm32: Fix STM32MP13xx DHCOR DHSBC Makefile entry
>>
>> sent to linux-arm-kernel .
>>
>> Thanks for the report, sorry for the breakage.
>
>
> My fault, I tested to build the board using
> "make st/stm32mp135f-dhcor-dhsbc.dtb"
That's what I also use most of the time, and OE does its own DT builds.
The LKP bot did find it today.
> Fixed in stm32-next by applying Marek patch. I'll maybe squash it with
> initial patch for my PR.
Thanks !