Re: [xenomai-images] [PATCH 1/1] Changes to support sbuild-based Isar

2021-12-09 Thread Uladzimir Bely via Xenomai
In mail from четверг, 9 декабря 2021 г. 12:42:44 +03 user Bezdeka, Florian wrote: > On Thu, 2021-12-09 at 08:36 +0100, Uladzimir Bely via Xenomai wrote: > > > These patch is required to build Isar from 'ubely/sbuild' branch, > > e.g. refspec: 37a71e72c7b8e9ae7e9f6a

Re: [xenomai-images] [PATCH 1/1] Changes to support sbuild-based Isar

2021-12-12 Thread Uladzimir Bely via Xenomai
In mail from четверг, 9 декабря 2021 г. 12:35:16 +03 user Jan Kiszka wrote: > On 09.12.21 08:36, Uladzimir Bely via Xenomai wrote: > > > > diff --git a/recipes-xenomai/xenomai/xenomai.inc > > b/recipes-xenomai/xenomai/xenomai.inc index 8f13767..454dd7b 100644 > > --

[xenomai-images] [PATCH 1/1] Changes to support sbuild-based Isar

2021-12-09 Thread Uladzimir Bely via Xenomai
These patch is required to build Isar from 'ubely/sbuild' branch, e.g. refspec: 37a71e72c7b8e9ae7e9f6a402ecdc6ff66eab8c4 Signed-off-by: Uladzimir Bely --- recipes-kernel/linux/linux-xenomai.inc | 14 -- recipes-xenomai/xenomai/xenomai.inc| 4 +--- 2 files changed, 9

[xenomai-images] [PATCH 0/1] Upcoming sbuild in Isar support

2021-12-09 Thread Uladzimir Bely via Xenomai
There is 'sbuild' patchset under development in Isar and it requires some changes in downstream. This makes 'xenomai-images' compatible with it, but breaks compatibility with current 'next' branch. So, this patch is only for applying in the future, when 'sbuild' is merged in Isar. Kas container

Re: [xenomai-images] [PATCH v2 2/2] linux-xenomai: handle xenomai-kernel patch in Debian way

2022-01-26 Thread Uladzimir Bely via Xenomai
In the email from понедельник, 24 января 2022 г. 20:56:31 +03 user Jan Kiszka wrote: > On 18.01.22 11:51, Uladzimir Bely via Xenomai wrote: > > This change moves generating xenomai-kernel.patch and applying it > > from the recipe into a build script in 'debian/' subdirectory. >

[xenomai-images] [PATCH v2 0/2] Upcoming sbuild in Isar support

2022-01-18 Thread Uladzimir Bely via Xenomai
There is 'sbuild' patchset under development in Isar and it requires some changes in the downstream. This patchset makes 'xenomai-images' compatible with it without breaking compatibility with current 'next' branch of Isar. Changes since v1: - Removed bootstrap for xenomai recipe since it's done

[xenomai-images] [PATCH v2 2/2] linux-xenomai: handle xenomai-kernel patch in Debian way

2022-01-18 Thread Uladzimir Bely via Xenomai
This change moves generating xenomai-kernel.patch and applying it from the recipe into a build script in 'debian/' subdirectory. This makes linux-xenomai recipe buildchroot-independent and allows to use it with any build system (e.g. sbuild). Signed-off-by: Uladzimir Bely ---

[xenomai-images] [PATCH v2 1/2] xenomai: remove bootstrap task from dpkg_runbuild_prepend

2022-01-18 Thread Uladzimir Bely via Xenomai
This looks unneeded while bootstrapping is done in the same way in debian/rules file before the build. Signed-off-by: Uladzimir Bely --- recipes-xenomai/xenomai/xenomai.inc | 17 - 1 file changed, 17 deletions(-) diff --git a/recipes-xenomai/xenomai/xenomai.inc