Hi,
I have a setup with poky on pyro branch and the following layers :
layer path priority
==========================================================================
meta /home/rama/repositories/poky/meta 5
meta-poky /home/rama/repositories/poky/meta-poky 5
meta-yocto-bsp /home/rama/repositories/poky/meta-yocto-bsp 5
meta-toradex /home/rama/repositories/poky/meta-toradex 90
meta-freescale /home/rama/repositories/poky/meta-freescale 5
meta-freescale-3rdparty /home/rama/repositories/poky/meta-freescale-3rdparty 4
oe-meta-go /home/rama/repositories/poky/oe-meta-go 1
When I add the meta-mender-core I get the following errors:
ERROR: systemd-1_232-r0 do_patch: Command Error: 'quilt --quiltrc /home/rama/repositories/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/systemd/1_232-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output:
Applying patch 0001-systemd-udevd.service.in-set-MountFlags-shared.patch
patching file units/systemd-udevd.service.in
Hunk #1 FAILED at 21.
1 out of 1 hunk FAILED -- rejects in file units/systemd-udevd.service.in
Patch 0001-systemd-udevd.service.in-set-MountFlags-shared.patch does not apply (enforce with -f)
ERROR: systemd-1_232-r0 do_patch: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/rama/repositories/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/systemd/1_232-r0/temp/log.do_patch.19481
ERROR: Task (/home/rama/repositories/poky/meta/recipes-core/systemd/systemd_232.bb:do_patch) failed with exit code '1'
If I remove mender, the errors are gone. Mender is also on pyro btw.
My setup is poky on pyro branch on Ubuntu 14.04.
--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.
It’s likely that patch is conflicting with some of the changes made in meta-mender-core. The ordering of the patches will be determined by the layer priority. You’ll likely need to modify the patch if you want it to apply on top of a Mender-enabled image. As mentioned in the other thread, we are not using meta-toradex which is evidently supplying this patch file. Are you sure you need that rather than meta-toradex-nxp and meta-toradex-bsp-common? I don’t know what that layer is, so I cannot make a recommendation.Drew
Î
To unsubscribe from this group and stop receiving emails from it, send an email to mender+unsubscribe@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.
--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+unsubscribe@lists.mender.io.