Re: [yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-07 Thread gmane
Hi, On 2016-10-07 22:05, Bill Randle wrote: Hi Robert, I see a couple of problems with this proposed patch. First, it's not clear the existing code is broken. Here[1] is a paste of the error. cp: cannot stat '/tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/res-custom-morty-multi-v7-co

Re: [yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-07 Thread Bill Randle
Hi Robert, I see a couple of problems with this proposed patch. First, it's not clear the existing code is broken. It calls getDeployNames() which should detect the build artifact is "toolchain" and return a deploy path of "deploy/sdk". If that is not working correctly, then that's the code that s

Re: [yocto] [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder

2016-10-07 Thread Bill Randle
This version appears to ignore Beth's comments from yesterday where she said buildset-config.autobuilder-qa wasn't really the appropriate directory and suggested a different name, plus she said all buildable configs should be present or links to them. If the later is true, then not only should the

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-07 Thread Khem Raj
On Fri, Oct 7, 2016 at 4:14 PM, Randy Mortensen wrote: > > On Oct 6, 2016, at 8:35 PM, Khem Raj wrote: > > > On Oct 6, 2016, at 7:07 PM, Randy Mortensen wrote: > > > On Oct 5, 2016, at 7:14 PM, Darcy Watkins > wrote: > > > > On Oct 5, 2016, at 4:52 PM, Khem Raj wrote: > > On Oct 5, 2016, at 4:

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-07 Thread Randy Mortensen
> On Oct 6, 2016, at 8:35 PM, Khem Raj wrote: > >> >> On Oct 6, 2016, at 7:07 PM, Randy Mortensen > > wrote: >> >> >>> On Oct 5, 2016, at 7:14 PM, Darcy Watkins >>> wrote: >>> >>> >>> On Oct 5, 2016, at 4:52 PM, Khem Raj wrote: > On Oct 5, 2016, at

[yocto] [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder

2016-10-07 Thread Aníbal Limón
From: Monserrat Sedeno As part of the process to set new OS distribution as supported on Yoctoc Project a new patch was created with the list of build sets that should be executed. Detailed information: https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan#Execute_Build_Sets Fixes [YOCTO #9905

Re: [yocto] [layerindex-web][PATCH v2 00/12] Add Distro, dependency and recommends detection, and import_project

2016-10-07 Thread Mark Hatle
FYI, I have made sure these are re-based on top of paule/django18 and pushed to: git://git.yoctoproject.org/layerindex-web mhatle/django18 BTW for me upgrading from paule/django18 to this version. I only had to run 'manage.py syncdb'. This created the new database and added the missing field fo

[yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-07 Thread gmane
Hi, I use the latest and greatest yocto autobuilder: f9b4e02730a5e712ee9085e2480f9a3b8b00f56d It looks like Publishing Artifacts tries to find the toolchain instead of build/build/tmp/deploy/sdk (where it is built) here build/build/tmp/deploy/images/toolchain-x86_64 This patch [1] fixes th

Re: [yocto] [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary

2016-10-07 Thread Khem Raj
> On Oct 7, 2016, at 9:23 AM, Armin Kuster wrote: > > From: Armin Kuster > > Signed-off-by: Armin Kuster > --- > recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb > b/recipes-forensic/sleuth/sleuth

[yocto] [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary

2016-10-07 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb index 4b82616..4d40586 100644 --- a/recipes-forensic/sleut

[yocto] [layerindex-web][PATCH v2 12/12] layerindex/update_layer.py: Preserve the recipedependency files

2016-10-07 Thread Liam R. Howlett
From: Mark Hatle In order to keep primary keys from constantly changing, preverse the exist keys as much as possible. Signed-off-by: Mark Hatle Signed-off-by: Liam R. Howlett --- layerindex/update_layer.py | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a

[yocto] [layerindex-web][PATCH v2 04/12] layerindex/utils: Update runcmd to decode binary strings to strings.

2016-10-07 Thread Liam R. Howlett
Convert binary strings to strings and strip leading/trailing whitespace prior to returning errors and output. Signed-off-by: Liam R. Howlett --- layerindex/utils.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/layerindex/utils.py b/layerindex/utils.py index 50268e0

[yocto] [layerindex-web][PATCH v2 10/12] layerindexer: Add layer recommends support

2016-10-07 Thread Liam R. Howlett
Parse layer.conf and add dependencies that are not required from LAYERRECOMMENDS_. Update the layerindex/template to support recommends. Uses bitbake parsing code & checks versions. Signed-off-by: Liam R. Howlett --- layerindex/models.py | 7 +++ layerindex/tools/import_layer.

[yocto] [layerindex-web][PATCH v2 09/12] layerindex: Add collection and version to layerbranch

2016-10-07 Thread Liam R. Howlett
Collection and version will be pulled from the layer.conf if it exists and dependencies will be resolved by first checking for layers with the dependency name and then checking for collections. It is necessary to shutdown tinfoil to avoid bitbake complaining about multiple instances. Signed-off-b

[yocto] [layerindex-web][PATCH v2 11/12] recipeparse: remove unnecessary else statement.

2016-10-07 Thread Liam R. Howlett
Code clean up. Signed-off-by: Liam R. Howlett --- layerindex/recipeparse.py | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/layerindex/recipeparse.py b/layerindex/recipeparse.py index 91a083b..dd85bc3 100644 --- a/layerindex/recipeparse.py +++ b/layerindex/r

[yocto] [layerindex-web][PATCH v2 06/12] layerindex/tools/import_project: Add import_project

2016-10-07 Thread Liam R. Howlett
import_project will scan through a project and find any layer and add it to the database by calling import_layer on each layer. This differs from import_layer as it tires to figure out the remote url and uses the subdirectory (if one exists) as the name. Signed-off-by: Liam R. Howlett --- layer

[yocto] [layerindex-web][PATCH v2 07/12] layerindex/recipeparse.py: refactor setup_tinfoil, checkout_layer_branch, parse_layer_conf to utils.py

2016-10-07 Thread Liam R. Howlett
Move functions to utils to be used by other classes. _ Signed-off-by: Liam R. Howlett --- layerindex/bulkchange.py | 4 ++-- layerindex/recipeparse.py | 39 +++--- layerindex/utils.py | 48 +++ 3 files changed, 53

[yocto] [layerindex-web][PATCH v2 08/12] layerindex: Detect dependencies from layer.conf files

2016-10-07 Thread Liam R. Howlett
Read dependencies from layer.conf and try to create the LayerDependency entry by looking up the correct database object. Dependencies are found by layer name only - no collection support. layer.conf parsing is handled by the bitbake code. Once all layers are added, the dependencies have to be re

[yocto] [layerindex-web][PATCH v2 05/12] layerindex: Add distro to web interface and model.

2016-10-07 Thread Liam R. Howlett
Add the distros to the index. This looks a lot like the machines and allows users to search for a particular distro. Signed-off-by: Liam R. Howlett --- layerindex/admin.py| 11 ++ layerindex/models.py | 14 +++ layerindex/recipeparse.py | 5 +++ l

[yocto] [layerindex-web][PATCH v2 01/12] import_layer: Add --actual-branch option

2016-10-07 Thread Liam R. Howlett
Allow users to set actual-branch from the command line import of layers. Signed-off-by: Liam R. Howlett --- layerindex/tools/import_layer.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/layerindex/tools/import_layer.py b/layerindex/tools/import_layer.py index 05

[yocto] [layerindex-web][PATCH v2 03/12] layerindex/tools/import_layer.py: Avoid failing if there is any layer to add.

2016-10-07 Thread Liam R. Howlett
Subdirectories are scanned when adding layers. If any of the subdirectories or root directory layers already exist in the database, then the addition fails. This changes that behaviour to report the failure as a warning and remove it from the list. That way, if a repo has a new layer added it ca

[yocto] [layerindex-web][PATCH v2 00/12] Add Distro, dependency and recommends detection, and import_project

2016-10-07 Thread Liam R. Howlett
This set of patches adds a number of features to the layerindex code: - Adds the ability to set the actual-branch to import_layer. - Adds distro to the database and web interface. - Adds collection & version information to layerbranch. - Uses layer name and collection name to determine depe

[yocto] [layerindex-web][PATCH v2 02/12] layerindex/tools/import_layer.py: Sanitize layer name.

2016-10-07 Thread Liam R. Howlett
Django will produce a cryptic error message if layers are added with invalid names. Sanitize the layer names when trying to add them. Signed-off-by: Liam R. Howlett --- layerindex/tools/import_layer.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/layerindex/tools/import_layer.py b/

[yocto] Yocto Project Status WW41

2016-10-07 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which will be Oct. 3rd (5:00pm GMT) SWAT team rotation: Armin -> Saul https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *The 4.8 kernel was released and we've updated to the release version.

Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Khem Raj
> On Oct 7, 2016, at 12:58 AM, Martin Townsend wrote: > > On Fri, Oct 7, 2016 at 8:46 AM, Martin Townsend > wrote: >> On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj wrote: >>> On Oct 6, 2016, at 12:09 PM, Martin Townsend wrote: On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend

Re: [yocto] which meta-intel woudl build a kernel 4.8 (solved)

2016-10-07 Thread Dominig ar Foll (Intel Open Source)
Le 06/10/2016 à 20:19, Khem Raj a écrit : > > Use poky or oe-core master with master of meta-intel is best shot > > thanks updating as well to 'master' my oe-core and poky has fixed that issue. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre -- ___

Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Martin Townsend
On Fri, Oct 7, 2016 at 8:46 AM, Martin Townsend wrote: > On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj wrote: >> >>> On Oct 6, 2016, at 12:09 PM, Martin Townsend >>> wrote: >>> >>> On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend >>> wrote: Hi, We have a poky sato distributions succe

Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Martin Townsend
On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj wrote: > >> On Oct 6, 2016, at 12:09 PM, Martin Townsend wrote: >> >> On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend >> wrote: >>> Hi, >>> >>> We have a poky sato distributions successfully built and running for >>> our SuperH 4 processor board. The pr