Re: undefined symbol in tests

2020-02-14 Thread Antoine Hoarau via Xenomai
I just built the debians: debchange -v 3.1 Release 3.1 debuild -uc -us Le ven. 14 févr. 2020 à 14:52, Jan Kiszka a écrit : > On 14.02.20 14:46, Antoine Hoarau wrote: > > I generated the debian then installed them in the "xenomai computer" > > Maybe something is wrong in the debian script. > >

Re: undefined symbol in tests

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 14:46, Antoine Hoarau wrote: I generated the debian then installed them in the "xenomai computer" Maybe something is wrong in the debian script. The computer is an IPC127e. We are testing on 227e, which is very close, without that issue. Were you using xenomai-images for the

Re: undefined symbol in tests

2020-02-14 Thread Antoine Hoarau via Xenomai
I generated the debian then installed them in the "xenomai computer" Maybe something is wrong in the debian script. The computer is an IPC127e. Le ven. 14 févr. 2020 à 10:53, Jan Kiszka a écrit : > On 14.02.20 10:48, Antoine Hoarau via Xenomai wrote: > > If I run xeno tests I get : > > symbol

[xenomai-images PATCH v2 3/9] scripts: Allow other layers to reuse scripts

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff - add ssh identity file - add support for local build - add variables for IMAGE and DISTRO_NAME to deploy from derived layers - use sed instead eval to replace placeholders for clarity Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml| 5 +++-

[xenomai-images PATCH v2 2/9] ci: Use gitlab extends instead of YAML Anchors

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Gitlab uses extends as an alternative to YAML Anchors since 11.3. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index

[xenomai-images PATCH v2 9/9] recipes-xenomai/xenomai.inc: add exception handling

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff If SRCREV is not available for given DISTRO_ARCH and xenomai version get_srcrev raise a FetchError exception. Avoid a build error be catching the exception. Signed-off-by: Quirin Gylstorff --- recipes-xenomai/xenomai/xenomai.inc | 8 +++- 1 file changed, 7

[xenomai-images PATCH v2 5/9] ci: Add testing of xenomai 3.0.x

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add a new CI variable DEPLOY_DIR_EXTENSION to differ between kernel builds for the same target as the kernel version is not visibly before bootup Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml| 32 +++-

[xenomai-images PATCH v2 8/9] recipes-xenomai/xenomai.inc: Add missing libxenomai-dev

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff To build against libxenomai headers are necessary. Signed-off-by: Quirin Gylstorff --- recipes-xenomai/xenomai/xenomai.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-xenomai/xenomai/xenomai.inc b/recipes-xenomai/xenomai/xenomai.inc

[xenomai-images PATCH v2 6/9] ci: Add target ipc227e for testing xenomai-3.0.x

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 2 +- recipes-kernel/linux/files/amd64_defconfig | 3 +- scripts/run-lava-tests.sh | 1 + tests/jobs/xenomai-ipc227e.yml | 74 ++ 4 files

[xenomai-images PATCH v2 0/9] Add testing for xenomai-3.0.x

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff - Add testing for Xenomai 3.0.x. - Clean up the ci scripts to avoid code duplications. - Add new target ipc227e for xenomai 3.0.x testing. - Add missing export of libxenomai-dev - Add missing exception handling for xenomai revision extraction. Linux xenomai already

[xenomai-images PATCH v2 7/9] ci: Make proxycommand conditional

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff To execute the ci in environments with and without proxy check if https_proxy is set. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f0dcfd..cda9f5b 100644 ---

[xenomai-images PATCH v2 4/9] Add kas option for 4.4

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- opt-linux-4.4.yml | 17 + 1 file changed, 17 insertions(+) create mode 100644 opt-linux-4.4.yml diff --git a/opt-linux-4.4.yml b/opt-linux-4.4.yml new file mode 100644 index 000..bb24a04 --- /dev/null +++

[xenomai-images PATCH v2 1/9] ci: remove code duplications

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 130 + 1 file changed, 55 insertions(+), 75 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33f97ec..e5dd3c1 100644 --- a/.gitlab-ci.yml +++

Re: undefined symbol in tests

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 10:48, Antoine Hoarau via Xenomai wrote: If I run xeno tests I get : symbol lookup error: /usr/lib/libalchemy.so.0: undefined symbol: __real_free /usr/lib/xenomai/testsuite/smokey: test dlopen failed: Unknown error -127 child 1458 returned: exited with status 1 Tests on 3.1 release.

undefined symbol in tests

2020-02-14 Thread Antoine Hoarau via Xenomai
If I run xeno tests I get : symbol lookup error: /usr/lib/libalchemy.so.0: undefined symbol: __real_free /usr/lib/xenomai/testsuite/smokey: test dlopen failed: Unknown error -127 child 1458 returned: exited with status 1 Tests on 3.1 release.

Re: [xenomai-images PATCH 07/11] ci: Remove proxy settings

2020-02-14 Thread Gylstorff Quirin via Xenomai
On 2/14/20 9:47 AM, Jan Kiszka wrote: On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff ---   .gitlab-ci.yml | 8 ++--   1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8dbbc5..54542b1

Re: [xenomai-images PATCH 08/11] ci: add new build options

2020-02-14 Thread Gylstorff Quirin via Xenomai
On 2/14/20 9:48 AM, Jan Kiszka wrote: On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff ---   .gitlab-ci.yml | 30 ++   1 file changed, 30 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index

Re: [xenomai-images PATCH 10/11] recipes-xenomai/xenomai.inc: add exception handling

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 09:28, Q. Gylstorff wrote: From: Quirin Gylstorff If SRCREV is not available for given DISTRO_ARCH and xenomai version get_srcrev raise a FetchError exception. Avoid a build error be catching the exception. Signed-off-by: Quirin Gylstorff --- recipes-xenomai/xenomai/xenomai.inc

Re: [xenomai-images PATCH 08/11] ci: add new build options

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 30 ++ 1 file changed, 30 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54542b1..608d5db 100644 --- a/.gitlab-ci.yml +++

Re: [xenomai-images PATCH 07/11] ci: Remove proxy settings

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8dbbc5..54542b1 100644 --- a/.gitlab-ci.yml +++

Re: [xenomai-images PATCH 06/11] ci: add option for 4.19

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- opt-linux-4.19.yml | 17 + 1 file changed, 17 insertions(+) create mode 100644 opt-linux-4.19.yml diff --git a/opt-linux-4.19.yml b/opt-linux-4.19.yml new file mode 100644

Re: [xenomai-images PATCH 05/11] ci: Add linux-4.4 build and tests

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Add a new CI variable DEPLOY_DIR_EXTENSION to differ between kernel builds for the same target as the kernel version is not visibly before bootup Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml| 31

Re: [xenomai-images PATCH 04/11] recipes-kernel/linux: Add 4.4

2020-02-14 Thread Jan Kiszka via Xenomai
On 14.02.20 08:32, Q. Gylstorff wrote: From: Quirin Gylstorff Add recipe for linux 4.4. Signed-off-by: Quirin Gylstorff --- opt-linux-4.4.yml | 17 + 1 file changed, 17 insertions(+) create mode 100644 opt-linux-4.4.yml diff --git a/opt-linux-4.4.yml b/opt-linux-4.4.yml

[xenomai-images PATCH 1/2] recipes-kernel/linux-xenomai: Add support for DISTRO_ARCH i386

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- recipes-kernel/linux/linux-xenomai.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-xenomai.inc b/recipes-kernel/linux/linux-xenomai.inc index ad3629b..3407b82 100644 ---

[xenomai-images PATCH 0/2] Add support for x86(32bit)

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add missing entry for x86 32 build. Allow overwrite of derived isar layers. Patch is send upstream to isar. Quirin Gylstorff (2): recipes-kernel/linux-xenomai: Add support for DISTRO_ARCH i386 recipes-kernel/linux: Allow overwrite of KERNEL_DEFCONFIG kas.yml

[xenomai-images PATCH 2/2] recipes-kernel/linux: Allow overwrite of KERNEL_DEFCONFIG

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- kas.yml | 4 +++ ...inux-Weak-KERNEL_DEFCONFIG-to-allow-.patch | 29 +++ recipes-kernel/linux/linux-xenomai.inc| 2 +- 3 files changed, 34 insertions(+), 1 deletion(-)

[xenomai-images PATCH 11/11] ci: Add target ipc227e for testing 4.4

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 4 +- recipes-kernel/linux/files/amd64_defconfig | 3 +- scripts/run-lava-tests.sh | 1 + tests/jobs/xenomai-ipc227e.yml | 74 ++ 4 files

[xenomai-images PATCH 10/11] recipes-xenomai/xenomai.inc: add exception handling

2020-02-14 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff If SRCREV is not available for given DISTRO_ARCH and xenomai version get_srcrev raise a FetchError exception. Avoid a build error be catching the exception. Signed-off-by: Quirin Gylstorff --- recipes-xenomai/xenomai/xenomai.inc | 8 +++- 1 file changed, 7