2024-06-05 23:12:30

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the stm32 tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-06-05 23:30:06

by Marek Vasut

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the stm32 tree

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.

2024-06-06 06:55:11

by Alexandre TORGUE

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the stm32 tree

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

2024-06-06 11:46:35

by Marek Vasut

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the stm32 tree

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 !