Dear all,
I use the BSP imx-4.1.15-1.0.0_ga with en imx6ul evk board and I try to add the dhcp server in the image. I do not modify (nor add bbappend) to the recipe poky/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb
However I'm facing an error from 'quilt'
ERROR: Command Error: exit status: 1 Output:
Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ...
quilt --version
Commands are:
Global options:
--trace
Runs the command in bash trace mode (-x). For internal debugging.
--quiltrc file
Use the specified configuration file instead of ~/.quiltrc (or
/home/matt/DEV/build/tmp/sysroots/x86_64-linux/etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf
documentation for details about its possible contents. The
special value "-" causes quilt not to read any configuration
file.
--version
Print the version number and exit immediately.
ERROR: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: xxxxx/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/bind/9.10.2-P4-r0/temp/log.do_patch.20456
ERROR: Task 648 (/xxxxx/sources/poky/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb, do_patch) failed with exit code '1'
I also checked my version of quilt which is 0.60, and I tried 0.63 without success.
The feature is added through CORE_IMAGE_EXTRA_INSTALL += "dhcp-server dhcp-client" in conf/local.conf
Any tweaks ?
解決済! 解決策の投稿を見る。
Finally the solution was to delete dir tmp and sstate-cache from my build folder... :smileyhappy: it had nothing to do with dhcp.
OK, it looks like my yocto project is dirty I rebuilt from scratch in another directory... maybe it was cause I updated GIT (I needed to be compile it with openssl)...
Finally the solution was to delete dir tmp and sstate-cache from my build folder... :smileyhappy: it had nothing to do with dhcp.
Hi Mat,
Thank you for sharing this!
Regards,
Carlos