I've discovered the problem. It looks like my SRC_URI entries aren't placing my 
.dts and .dtsi files in the correct locations. If I manually copy those files 
to: 
poky/build/tmp/work-shared/adzs-sc589-ezlite/kernel-source/arch/arm/boot/dts 
then the build will produce a .dtb file as expected.


How do I alter the SRC_URI instruction in my .bbappend file to specify the 
correct destination directory?


________________________________
From: [email protected] <[email protected]> on behalf 
of Peter Spierenburg <[email protected]>
Sent: January 25, 2018 10:46:05 AM
To: [email protected]
Subject: Re: [yocto] How do I generate a dtb for my board support package?


This sender failed our fraud detection checks and may not be who they appear to 
be. Learn about spoofing<http://aka.ms/LearnAboutSpoofing>
        Feedback<http://aka.ms/SafetyTipsFeedback>

Thanks Maciej,


I did add a patch to SRC_URI in my linux-yocto_4.12.bbappend file. Does the 
entry belong somewhere else instead?


Peter.



________________________________
From: Maciej Pijanowski <[email protected]>
Sent: January 25, 2018 9:37:40 AM
To: Peter Spierenburg; [email protected]
Subject: Re: [yocto] How do I generate a dtb for my board support package?



On 25.01.2018 14:16, Peter Spierenburg wrote:
| make[2]: *** No rule to make target `sc589-ezkit.dts'.  Stop.
You are building linux-yocto. You need to either add a patch to SRC_URI which 
adds this
dtb target to linux source, or build from a different repository, where this 
support is already
included. I would check from which linux tree they build kernel in buildroot 
BSP.
You will also need proper kernel configuration file for your board.


--
Maciej Pijanowski
Embedded Systems Engineer
http://3mdeb.com | @3mdeb_com

This communication, including any attached documentation, is intended only for 
the person or entity to which it is addressed, and may contain confidential, 
personal, and/or privileged information. Any unauthorized disclosure, copying, 
or taking action on the contents is strictly prohibited. If you have received 
this message in error, please contact us immediately so we may correct our 
records. Please then delete or destroy the original transmission and any 
subsequent reply. Thank you.
This communication, including any attached documentation, is intended only for 
the person or entity to which it is addressed, and may contain confidential, 
personal, and/or privileged information. Any unauthorized disclosure, copying, 
or taking action on the contents is strictly prohibited. If you have received 
this message in error, please contact us immediately so we may correct our 
records. Please then delete or destroy the original transmission and any 
subsequent reply. Thank you.
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to