public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] linux-custom: depend on libssl3 by default
@ 2022-08-29 15:02 Anton Mikanovich
  2022-09-05  7:40 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2022-08-29 15:02 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Debian Bookworm was also switched from libssl1.1 to libssl3 just like
newer distro versions. Switch custom kernel modules to use libssl3 by
default and left libssl1.1 dependency only for distros not yet
migrated.

This will fix example-module-mainline build for Bookworm targets.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta/recipes-kernel/linux/linux-custom.inc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc
index 55bf041..8581dc8 100644
--- a/meta/recipes-kernel/linux/linux-custom.inc
+++ b/meta/recipes-kernel/linux/linux-custom.inc
@@ -29,9 +29,10 @@ KERNEL_DEBIAN_DEPENDS ?= "initramfs-tools | linux-initramfs-tool, \
                           kmod, \
                           linux-base (>= 4.3~),"
 
-LIBSSL_DEP = "libssl1.1"
-LIBSSL_DEP_debian-sid = "libssl3"
-LIBSSL_DEP_debian-sid-ports = "libssl3"
+LIBSSL_DEP = "libssl3"
+LIBSSL_DEP_debian-stretch = "libssl1.1"
+LIBSSL_DEP_debian-buster = "libssl1.1"
+LIBSSL_DEP_debian-bullseye = "libssl1.1"
 
 KERNEL_HEADERS_DEBIAN_DEPENDS ?= "libc6, \
                                   ${LIBSSL_DEP},"
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] linux-custom: depend on libssl3 by default
  2022-08-29 15:02 [PATCH] linux-custom: depend on libssl3 by default Anton Mikanovich
@ 2022-09-05  7:40 ` Anton Mikanovich
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-09-05  7:40 UTC (permalink / raw)
  To: isar-users

29.08.2022 18:02, Anton Mikanovich wrote:
> Debian Bookworm was also switched from libssl1.1 to libssl3 just like
> newer distro versions. Switch custom kernel modules to use libssl3 by
> default and left libssl1.1 dependency only for distros not yet
> migrated.
>
> This will fix example-module-mainline build for Bookworm targets.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>

Applied to next.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-05  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29 15:02 [PATCH] linux-custom: depend on libssl3 by default Anton Mikanovich
2022-09-05  7:40 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox