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

2018-05-20 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

[yocto] [layerindex-web][PATCH 6/6] update_classic_status: fix matching on wrong layer

2018-05-20 Thread Paul Eggleton
We were sorting the layers in the wrong order when trying to choose which layer to pick a matching recipe from - it needs to be descending priority order, not ascending. Signed-off-by: Paul Eggleton --- layerindex/tools/update_classic_status.py | 2 +- 1 file

[yocto] [layerindex-web][PATCH 5/6] Add a script to import layers from an existing layer index

2018-05-20 Thread Paul Eggleton
Add a script that uses the REST API to gather information from another running layer index instance (e.g. layers.openembedded.org) and import that into the local index. Only information for branches that are already set up is imported, and only manually entered information - no recipes, machines,

[yocto] [layerindex-web][PATCH 4/6] Add site-wide notice support

2018-05-20 Thread Paul Eggleton
Add the ability to show a notice at the top of every page; this provides the ability for admins to display a message to visitors in the case of infrastructure or index data issues. Notices can have an expiry date and can be disabled and re-enabled if needed. A subset of HTML can be used for

[yocto] [layerindex-web][PATCH 3/6] update_layer: avoid errors on modified & renamed files

2018-05-20 Thread Paul Eggleton
If a file is modified and renamed it will show up in both iter_change_type('M') and iter_change_type('R'), however naturally the file that will exist will be the b path and not the a one, so we should be looking at the b path or we will get errors. FYI you can reproduce this with OE-Core (in a

[yocto] [layerindex-web][PATCH 2/6] update_layer: drop debug message for deleting recipe file dependencies

2018-05-20 Thread Paul Eggleton
This was too noisy and not particularly useful. Signed-off-by: Paul Eggleton --- layerindex/update_layer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/layerindex/update_layer.py b/layerindex/update_layer.py index bbfaba9a..018d7bcd 100644 ---

[yocto] [layerindex-web][PATCH 1/6] settings: allow disabling layer publishing emails

2018-05-20 Thread Paul Eggleton
If you're running a testing / internal instance then you really don't want to be emailing maintainers on publish, so provide a setting you can use to disable that. Signed-off-by: Paul Eggleton --- layerindex/views.py | 66

[yocto] [layerindex-web][PATCH 0/6] Layer index improvements

2018-05-20 Thread Paul Eggleton
Fixes for some minor issues, plus add a few small features. The following changes since commit 09f629b997da1e52b1cb93d36566e04908e0517c: Add CSV export for layer recipes (2018-05-07 15:30:04 +1200) are available in the Git repository at: git://git.yoctoproject.org/layerindex-web

[yocto] Krogoth dpkg_arch=armhf: how?

2018-05-20 Thread Mauro Ziliani
Hi all. My image works with debian package management. The image is produced with armel architecture, while sdk with armhf and other packages is armhf. How can I set the correct debian architecture? I try DPKG_ARCH:="armhf" but seems it doesn't take effect MZ --