Building dhcp result in an error during patching

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building dhcp result in an error during patching

Jump to solution
1,385 Views
matt67
Contributor III

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 ?

Labels (4)
Tags (3)
1 Solution
795 Views
matt67
Contributor III

Finally the solution was to delete dir tmp and sstate-cache from my build folder... :smileyhappy:  it had nothing to do with dhcp.

View solution in original post

0 Kudos
3 Replies
795 Views
matt67
Contributor III

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)...

0 Kudos
796 Views
matt67
Contributor III

Finally the solution was to delete dir tmp and sstate-cache from my build folder... :smileyhappy:  it had nothing to do with dhcp.

0 Kudos
795 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Mat,

Thank you for sharing this!


Regards,
Carlos

0 Kudos