[yocto] [PATCHv2 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing

2015-06-12 Thread Aníbal Limón
Now send emails almost in all cases this give the maintainer patches and diff to continue work also if the build isn't succesful. [YOCTO #7489] Signed-off-by: Aníbal Limón --- upgradehelper.py | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/upgradehelper

Re: [yocto] Strange sstate problem

2015-06-12 Thread Robert Berger
Hi, On 06/10/2015 10:58 PM, Gary Thomas wrote: > I'm building for two similar targets and sharing sstate between > them. Actually, I build for target A and use that sstate cache > in my SSTATE_MIRRORS for target B. If I understand correctly what should happen, then SSTATE_MIRRORS should point to

[yocto] Yocto Project Status WW24

2015-06-12 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 1 (M1) Next Deadline: M1 cut off of June 23rd SWAT team rotation: Tracy -> Alejandro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: Key feature for removing stale data from TMPDIR merged Key YP 1.9 Dates: M2 Cut off July 2

Re: [yocto] failure in linux-yocto kernel do_patch

2015-06-12 Thread Bruce Ashfield
On 2015-06-12 04:41 AM, Mayank Agarwal wrote: Hi I am getting the following error while compiling linux-yocto from yocto openembedded. DEBUG: Executing shell function do_patch | Deleted branch meta-temp (was d36a7ef). | WARNING: addon feature "features/nfsd/nfsd-enable.scciso" was not found

[yocto] failure in linux-yocto kernel do_patch

2015-06-12 Thread Mayank Agarwal
Hi I am getting the following error while compiling linux-yocto from yocto openembedded. DEBUG: Executing shell function do_patch | Deleted branch meta-temp (was d36a7ef). | WARNING: addon feature "features/nfsd/nfsd-enable.scciso" was not found | ERROR: required features were not found. abortin

Re: [yocto] Removing rootfs from SDK

2015-06-12 Thread Paul Eggleton
Hi John, On Thursday 04 June 2015 09:30:49 John Ernberg wrote: > We're trying to optimize the SDK generated by bitbake -c populate_sdk. > Currently we're trying to remove the kernel, modules and other > executables which we have no use for, most of it could be removed using > IMAGE_INSTALL = "" an

Re: [yocto] Post install section for multiple packages using a function

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 12:15, Bipnesh, Abhinav (Abhinav) < abhinavbipn...@avaya.com> wrote: > So I need to write an pkg_postinstall_PACKAGE section for 24 such > packages. So is there a way I can do it through some function or way out. > > Just set the variable pkg_postinstall_[PACKAGE] in your functi

[yocto] Post install section for multiple packages using a function

2015-06-12 Thread Bipnesh, Abhinav (Abhinav)
Hi, I have an recipe in which 24 packages are being created using split package format. Below is the sample recipe with the same PACKAGES = "${TEST_PACKAGE}" LANGS = "ch da de el en enu es eso fi fr frc hu it jp ko nl no pl pt ptb ru sv trk zhh"python __anonymous () { packages = [] extr