meta-freescale.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp
@ 2022-11-09 14:59 Peter
  2022-11-09 15:37 ` [meta-freescale] " Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Peter @ 2022-11-09 14:59 UTC (permalink / raw)
  To: meta-freescale

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

Hi

We are creating a BSP for our i.MX 8X (i.MX 8QuadXPlus) based product.
To start, we are trying to build an existing BSP as a point of reference.
Have followed the instructions here:
https://github.com/Freescale/fsl-community-bsp-platform
But am getting:
| make[1]: *** No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb'.  Stop.
| make: *** [/workdir/fsl-community-bsp/build/tmp/work-shared/imx8qxp-mek/kernel-source/Makefile:1425: freescale/imx8qxp-mek-dom0.dtb] Error 2

i.e.
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b kirkstone
repo sync
MACHINE=imx8qxp-mek DISTRO=fslc-wayland source setup-environment build
bitbake core-image-minimal

bitbake -e | grep PREFERRED_PROVIDER_virtual/kernel
gives
PREFERRED_PROVIDER_virtual/kernel="linux-fslc-imx"

changing local.conf to
PREFERRED_PROVIDER_virtual/kernel="linux-imx"
(and deleting tmp) produces the same error

Am I doing something wrong, or is this a bug?
Which combination of MACHINE, DISTRO, image, provider is a known working starting point for i.MX 8X (i.MX 8QuadXPlus) please?

Thank you
-- Peter

[-- Attachment #2: Type: text/html, Size: 1378 bytes --]

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

* Re: [meta-freescale] imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp
  2022-11-09 14:59 imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp Peter
@ 2022-11-09 15:37 ` Otavio Salvador
  2022-11-09 16:03   ` imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale Peter
  2022-11-09 16:05   ` [meta-freescale] imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp Andrey Zhizhikin
  0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2022-11-09 15:37 UTC (permalink / raw)
  To: poberauer; +Cc: meta-freescale

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

Em qua., 9 de nov. de 2022 às 11:59, Peter via lists.yoctoproject.org
<poberauer=yahoo.co.uk@lists.yoctoproject.org> escreveu:

> We are creating a BSP for our i.MX 8X (i.MX 8QuadXPlus) based product.
> To start, we are trying to build an existing BSP as a point of reference.
> Have followed the instructions here:
> https://github.com/Freescale/fsl-community-bsp-platform
> But am getting:
> | make[1]: *** No rule to make target
> 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb'.  Stop.
> | make: ***
> [/workdir/fsl-community-bsp/build/tmp/work-shared/imx8qxp-mek/kernel-source/Makefile:1425:
> freescale/imx8qxp-mek-dom0.dtb] Error 2
>
> i.e.
> repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b
> kirkstone
> repo sync
> MACHINE=imx8qxp-mek DISTRO=fslc-wayland source setup-environment build
> bitbake core-image-minimal
>
> bitbake -e | grep PREFERRED_PROVIDER_virtual/kernel
> gives
> PREFERRED_PROVIDER_virtual/kernel="linux-fslc-imx"
>
> changing local.conf to
> PREFERRED_PROVIDER_virtual/kernel="linux-imx"
> (and deleting tmp) produces the same error
>
> Am I doing something wrong, or is this a bug?
> Which combination of MACHINE, DISTRO, image, provider is a known working
> starting point for i.MX 8X (i.MX 8QuadXPlus) please?
>

Looks like a bug. Please open an issue on GitHub.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

[-- Attachment #2: Type: text/html, Size: 2353 bytes --]

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

* Re: imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale
  2022-11-09 15:37 ` [meta-freescale] " Otavio Salvador
@ 2022-11-09 16:03   ` Peter
  2022-11-09 16:05   ` [meta-freescale] imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp Andrey Zhizhikin
  1 sibling, 0 replies; 4+ messages in thread
From: Peter @ 2022-11-09 16:03 UTC (permalink / raw)
  To: meta-freescale

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

Hi Otavio
Thank you, have opened:
https://github.com/Freescale/meta-freescale/issues/1288

[-- Attachment #2: Type: text/html, Size: 108 bytes --]

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

* Re: [meta-freescale] imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp
  2022-11-09 15:37 ` [meta-freescale] " Otavio Salvador
  2022-11-09 16:03   ` imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale Peter
@ 2022-11-09 16:05   ` Andrey Zhizhikin
  1 sibling, 0 replies; 4+ messages in thread
From: Andrey Zhizhikin @ 2022-11-09 16:05 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: poberauer, meta-freescale

Hello all,

On Wed, Nov 9, 2022 at 4:37 PM Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
>
>
>
> Em qua., 9 de nov. de 2022 às 11:59, Peter via lists.yoctoproject.org <poberauer=yahoo.co.uk@lists.yoctoproject.org> escreveu:
>>
>> We are creating a BSP for our i.MX 8X (i.MX 8QuadXPlus) based product.
>> To start, we are trying to build an existing BSP as a point of reference.
>> Have followed the instructions here:
>> https://github.com/Freescale/fsl-community-bsp-platform
>> But am getting:
>> | make[1]: *** No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb'.  Stop.
>> | make: *** [/workdir/fsl-community-bsp/build/tmp/work-shared/imx8qxp-mek/kernel-source/Makefile:1425: freescale/imx8qxp-mek-dom0.dtb] Error 2
>>
>> i.e.
>> repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b kirkstone
>> repo sync
>> MACHINE=imx8qxp-mek DISTRO=fslc-wayland source setup-environment build
>> bitbake core-image-minimal
>>
>> bitbake -e | grep PREFERRED_PROVIDER_virtual/kernel
>> gives
>> PREFERRED_PROVIDER_virtual/kernel="linux-fslc-imx"
>>
>> changing local.conf to
>> PREFERRED_PROVIDER_virtual/kernel="linux-imx"
>> (and deleting tmp) produces the same error
>>
>> Am I doing something wrong, or is this a bug?
>> Which combination of MACHINE, DISTRO, image, provider is a known working starting point for i.MX 8X (i.MX 8QuadXPlus) please?
>
>
> Looks like a bug. Please open an issue on GitHub.

Indeed it is! While machine file [1] shows that the DTB shall be
available, it is not present in the Kernel source tree [2]. Guess the
machine needs to be aligned with what is provided in the Kernel, as it
was not touched since 2021.

>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#24885): https://lists.yoctoproject.org/g/meta-freescale/message/24885
> Mute This Topic: https://lists.yoctoproject.org/mt/94914335/3617192
> Mute #meta-freescale:https://lists.yoctoproject.org/g/meta-freescale/mutehashtag/meta-freescale
> Mute #imx8qxp:https://lists.yoctoproject.org/g/meta-freescale/mutehashtag/imx8qxp
> Group Owner: meta-freescale+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [andrey.z@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Link: [1]: https://github.com/Freescale/meta-freescale/blob/66d738d4ab1270c2e87f5afabc085bdff205e5ac/conf/machine/imx8qxp-mek.conf#L12
Link: [2]: https://github.com/Freescale/linux-fslc/tree/5.15-2.1.x-imx/arch/arm64/boot/dts/freescale/

-- 
Regards,
Andrey.


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

end of thread, other threads:[~2022-11-09 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 14:59 imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp Peter
2022-11-09 15:37 ` [meta-freescale] " Otavio Salvador
2022-11-09 16:03   ` imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale Peter
2022-11-09 16:05   ` [meta-freescale] imx8qxp-mek-dom0.dtb - No rule to make target 'arch/arm64/boot/dts/freescale/imx8qxp-mek-dom0.dtb' #meta-freescale #imx8qxp Andrey Zhizhikin

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).