Hello Saul, 

> -----Original Message-----
> From: Saul Wold [mailto:s...@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




_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to