Re: [xenomai-images][PATCH 4/9] beagle-bone-black: Add Devicetree and fake-hwclock

2019-09-10 Thread Quirin Gylstorff via Xenomai
On 9/10/19 12:27 PM, Jan Kiszka wrote: On 05.09.19 17:44, Q. Gylstorff wrote: From: Quirin Gylstorff To deploy the target with LAVA it is necessary to use a devicetree. Isar extracts the tree from the kernel build and stores the tree in the deploy-DIR Signed-off-by: Quirin Gylstorff ---  

Re: uart high latency on beaglebone

2019-09-10 Thread Jan Kiszka via Xenomai
On 04.09.19 11:31, Amin Habibi via Xenomai wrote: Hi, after some minor changes to 16550A driver(adding support for word level register accessing) i could use it on beaglebone and successfully testing it in user space. based on a example application on this mailing list i wrote a simple loop back

[xenomai-images][PATCH v2 1/9] ci: Add LAVA jobs for targets

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Set up a LAVA Lab and add jobs for each target. These job descriptions deploy the build image to the target and run the LAVA basic smoketest suite for each target. Add lsb-release for smoke-test Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml| 94

[xenomai-images][PATCH v2 9/9] tests/README: Add Architecture

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add the schematic architecture of the current tests setup. Signed-off-by: Quirin Gylstorff --- tests/README.md | 45 + 1 file changed, 45 insertions(+) diff --git a/tests/README.md b/tests/README.md index ffe7ba2..6ee8ada

[xenomai-images][PATCH v2 2/9] ci: Add needs key word

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff The keyword "needs" was introduced in gitlab 12.2 and allows the creation of Directed Asylic Graph. This allows to execute tests without waiting for the complete build. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 6 ++ 1 file changed, 6 insertions(+) diff

[xenomai-images][PATCH v2 4/9] kas: Use next as target

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff For CI testing of the next branch. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 6 +++--- opt-latest.yml | 20 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 opt-latest.yml diff --git a/.gitlab-ci.yml

[xenomai-images][PATCH v2 0/9] LAVA Setup

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff This patchset adapts xenomai-images for the execution of tests on Linaro Automated Validation Architecture. Next steps are: - adding a arm64 hardware target - documentation how to setup a own lab with lava-docker - discussion for a public LAVA master - Add a own

[xenomai-images][PATCH v2 3/9] machine: Allow override of the image type

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff For the NFS rootfs a tarball is used. This changes allows local.conf to set the IMAGE_TYPE from wic-img to targz-img. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 4 ++-- conf/machine/hikey.conf | 2 +- conf/machine/x86-64-efi.conf | 2 +-

Re: [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url

2019-09-10 Thread Jan Kiszka via Xenomai
On 04.09.19 13:12, Jan Kiszka via Xenomai wrote: On 04.09.19 10:26, Henning Schild via Xenomai wrote: From: Henning Schild The url was actually missing the .git extension which seems to break cloning it. Maybe a github change or who knows, but that new one works. Signed-off-by: Henning

Re: [xenomai-images][PATCH 5/9] kas: Use next as target

2019-09-10 Thread Jan Kiszka via Xenomai
On 05.09.19 17:44, Q. Gylstorff wrote: From: Quirin Gylstorff For CI testing of the next branch. Signed-off-by: Quirin Gylstorff --- kas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas.yml b/kas.yml index 260eb36..ee7b589 100644 --- a/kas.yml +++ b/kas.yml @@

Re: [PATCH 0/2] Debian build

2019-09-10 Thread Jan Kiszka via Xenomai
On 09.09.19 17:28, Q. Gylstorff wrote: From: Quirin Gylstorff Add missing dependencies for xeno-test and add missing bootstrap step to build a debian package. Quirin Gylstorff (2): debian/control: Add dependencies for xenomai-testsuite debian/rules: Add missing bootstrap step

[PATCH] linux-xenomai: correct pull of 4.14 arm64 kernel

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff The arm64 4.14 kernel cannot currently not be build. Use tag instead of branch + commit. Signed-off-by: Quirin Gylstorff --- recipes-kernel/linux/linux-xenomai_4.14.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[xenomai-images][PATCH v2 7/9] kernel: Update

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Update amd64 to new released kernel versions. Remove arm64 pinning to 4.14. Signed-off-by: Quirin Gylstorff --- conf/machine/hikey.conf| 4 +--- conf/machine/qemu-arm64.conf | 1 - recipes-kernel/linux/files/amd64_defconfig | 2 +-

[xenomai-images][PATCH v2 8/9] tests/README: Add deployment and Setup

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add links to setup lava and instructions howto deploy a test. Signed-off-by: Quirin Gylstorff --- tests/README.md | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index f107607..ffe7ba2 100644 ---

[xenomai-images][PATCH v2 6/9] README: correct build line

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f65eac7..5b84983 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To execute the CI build use: ``` gitlab-runner exec

[xenomai-images][PATCH v2 5/9] ci: Add inline xenomai testsuite

2019-09-10 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add the inline test definition to execute xeno-test for the images. Signed-off-by: Quirin Gylstorff --- tests/README.md | 5 + tests/jobs/xenomai-beaglebone.yml | 11 +++ tests/jobs/xenomai-minnow.yml | 11 +++

Re: [xenomai-images][PATCH 1/9] ci: Add LAVA jobs for targets

2019-09-10 Thread Quirin Gylstorff via Xenomai
On 9/10/19 11:56 AM, Jan Kiszka wrote: On 05.09.19 17:44, Q. Gylstorff via Xenomai wrote: From: Quirin Gylstorff Set up a LAVA Lab and add jobs for each target. These job descriptions deploy the build image to the target and run the LAVA basic smoketest suite for each target. Add

Re: [xenomai-images][PATCH 1/9] ci: Add LAVA jobs for targets

2019-09-10 Thread Jan Kiszka via Xenomai
On 05.09.19 17:44, Q. Gylstorff via Xenomai wrote: From: Quirin Gylstorff Set up a LAVA Lab and add jobs for each target. These job descriptions deploy the build image to the target and run the LAVA basic smoketest suite for each target. Add lsb-release for smoke-test If someone wants to

Re: [xenomai-images][PATCH 4/9] beagle-bone-black: Add Devicetree and fake-hwclock

2019-09-10 Thread Jan Kiszka via Xenomai
On 05.09.19 17:44, Q. Gylstorff wrote: From: Quirin Gylstorff To deploy the target with LAVA it is necessary to use a devicetree. Isar extracts the tree from the kernel build and stores the tree in the deploy-DIR Signed-off-by: Quirin Gylstorff --- conf/machine/beagle-bone-black.conf | 3

Re: [xenomai-images][PATCH 2/9] machine: Allow override of the image type

2019-09-10 Thread Jan Kiszka via Xenomai
On 05.09.19 17:44, Q. Gylstorff wrote: From: Quirin Gylstorff For the NFS rootfs a tarball is used. This changes allows local.conf to set the IMAGE_TYPE from wic-img to targz-img. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 4 ++-- conf/machine/hikey.conf | 2

[xenomai-images][PATCH] demo-image: Add dbus package

2019-09-10 Thread Jan Kiszka via Xenomai
From: Jan Kiszka WPA supplicant is looking for this. It worked nevertheless but gave an ugly error during boot. Signed-off-by: Jan Kiszka --- recipes-core/images/demo-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/demo-image.bb

Re: [xenomai-images][PATCH 2/9] machine: Allow override of the image type

2019-09-10 Thread Quirin Gylstorff via Xenomai
On 9/10/19 12:25 PM, Jan Kiszka wrote: On 05.09.19 17:44, Q. Gylstorff wrote: From: Quirin Gylstorff For the NFS rootfs a tarball is used. This changes allows local.conf to set the IMAGE_TYPE from wic-img to targz-img. Signed-off-by: Quirin Gylstorff ---   .gitlab-ci.yml   | 

Re: [PATCH] linux-xenomai: correct pull of 4.14 arm64 kernel

2019-09-10 Thread Jan Kiszka via Xenomai
On 10.09.19 14:45, Q. Gylstorff wrote: From: Quirin Gylstorff The arm64 4.14 kernel cannot currently not be build. Use tag instead of branch + commit. Signed-off-by: Quirin Gylstorff --- recipes-kernel/linux/linux-xenomai_4.14.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

Re: [xenomai-images][PATCH v2 7/9] kernel: Update

2019-09-10 Thread Jan Kiszka via Xenomai
On 10.09.19 16:44, Q. Gylstorff wrote: From: Quirin Gylstorff Update amd64 to new released kernel versions. Remove arm64 pinning to 4.14. Signed-off-by: Quirin Gylstorff --- conf/machine/hikey.conf| 4 +--- conf/machine/qemu-arm64.conf | 1 -

Re: [xenomai-images][PATCH v2 9/9] tests/README: Add Architecture

2019-09-10 Thread Jan Kiszka via Xenomai
On 10.09.19 16:44, Q. Gylstorff wrote: From: Quirin Gylstorff Add the schematic architecture of the current tests setup. Signed-off-by: Quirin Gylstorff --- tests/README.md | 45 + 1 file changed, 45 insertions(+) diff --git a/tests/README.md