[yocto] [Recipe reporting system] Upgradable recipe name list

2018-04-22 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] [PATCH 4/4] update_layer.py: move layer validation to update.py (Performance improve)

2018-04-22 Thread Robert Yang
Yes, you're right, I updated the two comments in the repo: +if layerbranch: +if layerbranch.actual_branch: +branchname = layerbranch.actual_branch +branchdesc = "%s (%s)" % (branch, branchname) +

Re: [yocto] [PATCH 4/4] update_layer.py: move layer validation to update.py (Performance improve)

2018-04-22 Thread Paul Eggleton
On Monday, 23 April 2018 3:06:43 PM NZST Robert Yang wrote: > On 04/23/2018 09:55 AM, Paul Eggleton wrote: > > It seems that you are missing a call somewhere to layerbranch.save() later > > on, guarded with "if newbranch:". This was easy to miss though when copying > > over from update_layer.py see

Re: [yocto] [PATCH 4/4] update_layer.py: move layer validation to update.py (Performance improve)

2018-04-22 Thread Robert Yang
Hi Paul, Thanks for the reply, please see my comments inline. On 04/23/2018 09:55 AM, Paul Eggleton wrote: Hi Robert I like the performance improvements, thanks. A few comments below though. On Wednesday, 18 April 2018 11:04:33 PM NZST Robert Yang wrote: The utils.setup_django() costs a lot

[yocto] [layerindex-web][PATCH 00/16] Django 1.11 upgrade (cover letter only)

2018-04-22 Thread Paul Eggleton
Django 1.8 has gone out of support upstream, so here are the necessary changes to upgrade to Django 1.11.x (the next LTS release). Along the way I switched the Bulk Change feature to use OE's code for patching recipes, since that part was broken by the upgrade (and possibly broken otherwise). I've

Re: [yocto] [PATCH 4/4] update_layer.py: move layer validation to update.py (Performance improve)

2018-04-22 Thread Paul Eggleton
Hi Robert I like the performance improvements, thanks. A few comments below though. On Wednesday, 18 April 2018 11:04:33 PM NZST Robert Yang wrote: > The utils.setup_django() costs a lot of time, but both update.py and > update_layer.py calls it, so move layer validation from update_layer.py to >

Re: [yocto] [meta-qt3][v2][PATCH 2/2] layer: Change LAYERSERIES_COMPAT to sumo

2018-04-22 Thread Paul Eggleton
On Sunday, 22 April 2018 3:15:18 AM NZST akuster wrote: > > On 04/13/2018 03:47 PM, Armin Kuster wrote: > > [v2] > > fix typo in layer name > > > > Signed-off-by: Armin Kuster > Ping Also pushed. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre --

Re: [yocto] [meta-qt4][v2][PATCH 2/2] layers: move LAYERSERIES_COMPAT to sumo

2018-04-22 Thread Paul Eggleton
Hi Armin On Sunday, 22 April 2018 3:16:18 AM NZST akuster wrote: > On 04/13/2018 03:39 PM, Armin Kuster wrote: > > [v2] > > Fix cut&paste error > > > > Signed-off-by: Armin Kuster > > --- > > conf/layer.conf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/conf/laye