[yocto] [layerindex-web][PATCH 0/3] Branch comparison functionality

2019-10-20 Thread Paul Eggleton
Add the ability to compare the available recipes and their versions in two different branches, plus one unrelated patch to fix an issue I noticed recently with cgit URLs. The following changes since commit 1ce4a85d257ac928307ac0de6edf4cb80b50adce: editlayer: Be more specific on the searches

[yocto] [layerindex-web][PATCH 1/3] Track SRCREV for each recipe

2019-10-20 Thread Paul Eggleton
For the purposes of the branch comparison function I'm about to add it would be useful to track the value of SRCREV, so we can see if it has changed even if PV hasn't. Signed-off-by: Paul Eggleton --- layerindex/migrations/0043_recipe_srcrev.py | 20 layerindex/models.py

Re: [yocto] Reducing the size of the image by optimizing python

2019-10-20 Thread Abhi Arora
Hello, I have listed the python modules and packages that I don't want. Someone recommended to list them with BAD_RECOMMENDATION. Can someone help me where this variable should go? Thank you. Get Outlook for Android From: Josef Holzmayr

[yocto] [layerindex-web][PATCH 2/3] Add branch comparison function

2019-10-20 Thread Paul Eggleton
Add the ability to compare available recipes and their versions between two branches for a selection of layers (default is just OE-Core). This was mainly intended to help us with the Yocto Project release notes preparation (hence the "Plain text" button at the bottom of the page) but is also

[yocto] [meta-openssl102][PATCH V2] conf/layer.conf: Add zeus to LAYERSERIES_COMPAT

2019-10-20 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f1df15d..6e62f62 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,8 +10,9 @@ BBFILE_PRIORITY_meta-openssl-one-zero-two = "5"

[yocto] [meta-openssl102][PATCH 2/2] conf/layer.conf: workaround No bb files matched BBFILE_PATTERN_meta-openssl-one-zero-two warning

2019-10-20 Thread Hongxu Jia
No bb but bbappend in meta-openssl102 Signed-off-by: Hongxu Jia --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 6e62f62..be6b8a4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,6 +6,7 @@ BBFILES +=

[yocto] [meta-openssl102][PATCH 1/2] conf/layer.conf: Add zeus to LAYERSERIES_COMPAT

2019-10-20 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f1df15d..6e62f62 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,8 +10,9 @@ BBFILE_PRIORITY_meta-openssl-one-zero-two = "5"

[yocto] [layerindex-web][PATCH 3/3] Fix cgit commit URL setting

2019-10-20 Thread Paul Eggleton
Typo, there has to be a ? in front of the id or otherwise we don't get linked to the right commit. This would have affected recently added layers with a cgit web frontend. Signed-off-by: Paul Eggleton --- templates/layerindex/editlayer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [yocto] Reducing the size of the image by optimizing python

2019-10-20 Thread Josef Holzmayr
On Sat, Oct 19, 2019 at 04:32:26PM +, Abhi Arora wrote: > I am planning to install it in my host machine and see if I am able to run my > scripts and manually add or remove modules and python packages to get minimal > required system for my scripts. > > For that I need to access

[linux-yocto] [PATCH 0/1] xilinx-zynq: fix kdump calltrace in zynq

2019-10-20 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Michal, This patch fixes a calltrace when running kdump with enabling CONFIG_DEBUG_PREEMPT kernel option. Would you please help review and merge these patches to linux-yocto v5.2/standard/xlnx-soc branch? Thanks, Quanyang Quanyang Wang (1): xilinx-zyqn: Move

[linux-yocto] [PATCH 1/1] xilinx-zyqn: Move disable_nonboot_cpus() in front of local_irq_disable()

2019-10-20 Thread quanyang.wang
From: Quanyang Wang When run kdump with enabling CONFIG_DEBUG_PREEMPT, there is a calltrace as below: BUG: using smp_processor_id() in preemptible [] code: sh/303 caller is machine_crash_shutdown+0x2c/0xe8 CPU: 0 PID: 303 Comm: sh Kdump: loaded Not tainted 5.2.20-yocto-standard #1