The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the stm32 tree
@ 2024-06-05 23:12 Stephen Rothwell
  2024-06-05 23:29 ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2024-06-05 23:12 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Alexandre Torgue, Marek Vasut, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build failure after merge of the stm32 tree
  2024-06-05 23:12 linux-next: build failure after merge of the stm32 tree Stephen Rothwell
@ 2024-06-05 23:29 ` Marek Vasut
  2024-06-06  6:54   ` Alexandre TORGUE
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2024-06-05 23:29 UTC (permalink / raw)
  To: Stephen Rothwell, Alexandre Torgue
  Cc: Alexandre Torgue, Linux Kernel Mailing List,
	Linux Next Mailing List

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build failure after merge of the stm32 tree
  2024-06-05 23:29 ` Marek Vasut
@ 2024-06-06  6:54   ` Alexandre TORGUE
  2024-06-06 11:14     ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre TORGUE @ 2024-06-06  6:54 UTC (permalink / raw)
  To: Marek Vasut, Stephen Rothwell, Alexandre Torgue
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build failure after merge of the stm32 tree
  2024-06-06  6:54   ` Alexandre TORGUE
@ 2024-06-06 11:14     ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2024-06-06 11:14 UTC (permalink / raw)
  To: Alexandre TORGUE, Stephen Rothwell, Alexandre Torgue
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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 !

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-06 11:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 23:12 linux-next: build failure after merge of the stm32 tree Stephen Rothwell
2024-06-05 23:29 ` Marek Vasut
2024-06-06  6:54   ` Alexandre TORGUE
2024-06-06 11:14     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox