XavierBerger / meta-rpiexperiences

Yocto/OpenEmbedded recipes to install RPi-Monitor on embedded devices

Home Page:http://rpi-experiences.blogspot.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patch error when build with zeus branch

ingemar0720 opened this issue · comments

I followed instruction to download this repo and build in my Yocto repo which is in branch zeus and it meet some patching issue. Logs are in below. Could you help to take a look?

NOTE: Applying patch 'Makefile.patch' (../../poky-zeus/meta-rpiexperiences/recipes-rpimonitor/rpimonitor/files/Makefile.patch)
NOTE: Applying patch 'rpimonitor.init.patch' (../../poky-zeus/meta-rpiexperiences/recipes-rpimonitor/rpimonitor/files/rpimonitor.init.patch)
ERROR: Command Error: 'quilt --quiltrc /home/ingemar/yocto/sdk/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/rpimonitor/2.13-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0  Output:
Applying patch rpimonitor.init.patch
patching file src/etc/init.d/rpimonitor
Hunk #1 FAILED at 1.
1 out of 4 hunks FAILED -- rejects in file src/etc/init.d/rpimonitor
Patch rpimonitor.init.patch does not apply (enforce with -f)
DEBUG: Python function patch_do_patch finished
DEBUG: Python function do_patch finished

Hi Sir, I just found it's my fault that I use systemd in my Yocto repo with your develop branch. After switching to feature/use_systemd, i could build the package. I'm closing this issue now. Thanks.