[OE-core] [PATCH oe-core] linux-dtb: add dtb into deploy cache package

Luo Zhenhua-B19537 B19537 at freescale.com
Fri Dec 23 02:52:44 UTC 2011


Hello Saul, 

> -----Original Message-----
> From: Saul Wold [mailto:sgw at linux.intel.com]
> Sent: Friday, December 23, 2011 5:56 AM
> 
> > +do_deploy_append() {
> > +    install -d ${DEPLOYDIR}
> > +    install -m 0644 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.dtb
> ${DEPLOYDIR}/${KERNEL_IMAGE_BASE_NAME}.dtb
> > +    cd ${DEPLOYDIR}
> > +    ln -sf ${KERNEL_IMAGE_BASE_NAME}.dtb
> > +${KERNEL_IMAGE_SYMLINK_NAME}.dtb }
> What machines did you test this on?  Is it possible that some kernels do not
> generate .dtb files?
[Luo Zhenhua-B19537] I verified on Freescale powerpc platforms, this will cause error on targets which don't need dtb. I will post a new patch to fix the issue.  


Best Regards,

Zhenhua







More information about the Openembedded-core mailing list