Re: [yocto] Dynamic PV version in recipe

2016-06-17 Thread Marco Garzola
but doesn't work... it only work if i put a static string in version. any help? thanks ________ Da: Marco Garzola Inviato: venerdì 17 giugno 2016 12.59.32 A: Christopher Larson Cc: yocto@yoctoproject.org Oggetto: Re: [yocto] Dynamic PV version in recipe h

Re: [yocto] Dynamic PV version in recipe

2016-06-17 Thread Marco Garzola
hello again, I tried adding : python do_package_prepend() { d.setVar('PKGV', d.getVar("JENKINS_VERSION", True)) print d.getVar('PKGV',True) Da: yocto-boun...@yoctoproject.org <yocto-boun...@yoctoproject.org> per conto di Marco Gar

Re: [yocto] Dynamic PV version in recipe

2016-06-16 Thread Marco Garzola
} Thanks . Marco Da: kerg...@gmail.com <kerg...@gmail.com> per conto di Christopher Larson <clar...@kergoth.com> Inviato: giovedì 16 giugno 2016 21.51.26 A: Marco Garzola Cc: yocto@yoctoproject.org Oggetto: Re: [yocto] Dynamic PV version in recipe On Thu

[yocto] Dynamic PV version in recipe

2016-06-16 Thread Marco Garzola
Hi all, I got a problem, maybe someone could help me.I have a recipe that takes from a jenkins server via json API a binary file with a version that i know only after do_compile task. the question is : is there any way to tell bitbake that $PV should change dynamically , maybe in do_install