Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-25 Thread Anoop Babu
thank you I applied the patch the earlier stated error is not seen . but I have hit on another error. Patch redhat-portability.diff does not apply (enforce with -f) ERROR: Function failed: patch_do_patch ERROR: Logfile of failure stored in:

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-24 Thread Anoop
Burton, Ross ross.burton@... writes: On 23 July 2014 07:51, Anoop babu.anoop@... wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory I just re-read this mail and remembered that this was a different problem with rpm-native, and I fixed it in

[yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Anoop
I gave bitbake for imx6qsabreauto command used bitbake -v tizen-common-core-image-minimal-dev below is the error section from the log + patch -p0 patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory + bb_exit_handler + ret=2 + echo WARNING: exit code 2 from a

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Joseph Andrew de la Peña
Good day Anoop, Error is from do_patch task for rpm-native unit: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory Please verify in your recipe all the SRC_URIs (patches) to be applied. Could be that your SRCREV and patches are in conflict. The odd thing is why

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Burton, Ross
On 23 July 2014 07:51, Anoop babu.an...@gmail.com wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory This is a bug in the meta-tizen rpm package. Until they fix it you'll have to do bitbake rpm-native -cclean and then re-run bitbake

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Anoop
Good day Joseph Andrew Thank you for the inputs. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Anoop
Burton, Ross ross.burton@... writes: On 23 July 2014 07:51, Anoop babu.anoop@... wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory This is a bug in the meta-tizen rpm package. Until they fix it you'll have to do bitbake rpm-native -cclean and

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Burton, Ross
On 23 July 2014 11:00, Anoop babu.an...@gmail.com wrote: Thank you for the inputs. So until I over come this error I need to do bitbake rpm-native -cclean and then re-run bitbake tizen-common-core-image-minimal-dev. ? I'm asking this since i'm continuously getting task error on meta-tizen rpm

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Burton, Ross
On 23 July 2014 07:51, Anoop babu.an...@gmail.com wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory I just re-read this mail and remembered that this was a different problem with rpm-native, and I fixed it in oe-core/poky. Their fork of poky has been