public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "srinuvasan.a via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: cedric.hombourger@siemens.com, srinuvasan <srinuvasan.a@siemens.com>
Subject: [PATCH v1] kas: add support for Ubuntu 24.04 (noble)
Date: Sat, 26 Oct 2024 07:52:37 +0530	[thread overview]
Message-ID: <20241026022237.1420016-1-srinuvasan.a@siemens.com> (raw)

From: srinuvasan <srinuvasan.a@siemens.com>

Signed-off-by: srinuvasan <srinuvasan.a@siemens.com>
---
 kas/distro/Kconfig           | 4 ++++
 kas/distro/ubuntu-noble.yaml | 9 +++++++++
 kas/machine/Kconfig          | 4 ++--
 3 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 kas/distro/ubuntu-noble.yaml

diff --git a/kas/distro/Kconfig b/kas/distro/Kconfig
index 28898621..db8ab1b7 100644
--- a/kas/distro/Kconfig
+++ b/kas/distro/Kconfig
@@ -37,6 +37,9 @@ config UBUNTU_FOCAL
 config UBUNTU_JAMMY
 	bool "Ubuntu 22.04 (Jammy)"
 
+config UBUNTU_NOBLE
+	bool "Ubuntu 24.04 (noble)"
+
 endchoice
 
 config KAS_INCLUDE_DISTRO
@@ -50,5 +53,6 @@ config KAS_INCLUDE_DISTRO
 	default "kas/distro/raspios-bookworm.yaml" if RASPIOS_BOOKWORM
 	default "kas/distro/ubuntu-focal.yaml" if UBUNTU_FOCAL
 	default "kas/distro/ubuntu-jammy.yaml" if UBUNTU_JAMMY
+	default "kas/distro/ubuntu-noble.yaml" if UBUNTU_NOBLE
 
 endmenu
diff --git a/kas/distro/ubuntu-noble.yaml b/kas/distro/ubuntu-noble.yaml
new file mode 100644
index 00000000..35bd347a
--- /dev/null
+++ b/kas/distro/ubuntu-noble.yaml
@@ -0,0 +1,9 @@
+# This software is a part of ISAR.
+# Copyright (c) Siemens AG, 2024
+#
+# SPDX-License-Identifier: MIT
+
+header:
+  version: 14
+
+distro: ubuntu-noble
diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index c3b568df..0ad39ea4 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -56,7 +56,7 @@ config MACHINE_QEMU_AMD64_SB
 
 config MACHINE_QEMU_AMD64
 	bool "qemuamd64"
-	depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || UBUNTU_FOCAL || UBUNTU_JAMMY
+	depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || UBUNTU_FOCAL || UBUNTU_JAMMY || UBUNTU_NOBLE
 
 config MACHINE_QEMU_ARM
 	bool "qemuarm"
@@ -64,7 +64,7 @@ config MACHINE_QEMU_ARM
 
 config MACHINE_QEMU_ARM64
 	bool "qemuarm64"
-	depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || UBUNTU_FOCAL || UBUNTU_JAMMY
+	depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM || DEBIAN_TRIXIE || UBUNTU_FOCAL || UBUNTU_JAMMY || UBUNTU_NOBLE
 
 config MACHINE_QEMU_I386
 	bool "qemui386"
-- 
2.39.5

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20241026022237.1420016-1-srinuvasan.a%40siemens.com.

             reply	other threads:[~2024-10-26  2:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-26  2:22 srinuvasan.a via isar-users [this message]
2024-11-04 13:51 ` Uladzimir Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241026022237.1420016-1-srinuvasan.a@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=cedric.hombourger@siemens.com \
    --cc=srinuvasan.a@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox