Re: [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 <[email protected]> Wed, 9 Nov 2022 17:05:04 +0100
| Newsgroups | org.yoctoproject.lists.meta-freescale |
|---|---|
| Message-ID | <CAHtQpK7+ZN5U79UKFuu_eZ_Rv8OP-K+Tiy3g+g_JrMoA+YPZ3w@mail.gmail.com> |
Hello all, On Wed, Nov 9, 2022 at 4:37 PM Otavio Salvador <[email protected]> wrote: > > > > Em qua., 9 de nov. de 2022 =C3=A0s 11:59, Peter via lists.yoctoproject.or= g <[email protected]> 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/imx= 8qxp-mek-dom0.dtb'. Stop. >> | make: *** [/workdir/fsl-community-bsp/build/tmp/work-shared/imx8qxp-me= k/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=3Dimx8qxp-mek DISTRO=3Dfslc-wayland source setup-environment bui= ld >> bitbake core-image-minimal >> >> bitbake -e | grep PREFERRED_PROVIDER_virtual/kernel >> gives >> PREFERRED_PROVIDER_virtual/kernel=3D"linux-fslc-imx" >> >> changing local.conf to >> PREFERRED_PROVIDER_virtual/kernel=3D"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 > > -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- > Links: You receive all messages sent to this group. > View/Reply Online (#24885): https://lists.yoctoproject.org/g/meta-freesca= le/message/24885 > Mute This Topic: https://lists.yoctoproject.org/mt/94914335/3617192 > Mute #meta-freescale:https://lists.yoctoproject.org/g/meta-freescale/mute= hashtag/meta-freescale > Mute #imx8qxp:https://lists.yoctoproject.org/g/meta-freescale/mutehashtag= /imx8qxp > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [andre= [email protected]] > -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- > Link: [1]: https://github.com/Freescale/meta-freescale/blob/66d738d4ab1270c= 2e87f5afabc085bdff205e5ac/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/ --=20 Regards, Andrey.