public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v2 3/4] meta-isar: Add phyboard-mira-bookworm target
Date: Tue, 25 Jun 2024 18:02:09 +0300	[thread overview]
Message-ID: <20240625150210.417117-4-amikan@ilbers.de> (raw)
In-Reply-To: <20240625150210.417117-1-amikan@ilbers.de>

Add bookworm distro support for phyBOARD-Mira board.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 kas/machine/Kconfig                                    | 2 +-
 meta-isar/conf/mc.conf                                 | 1 +
 meta-isar/conf/multiconfig/phyboard-mira-bookworm.conf | 7 +++++++
 3 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 meta-isar/conf/multiconfig/phyboard-mira-bookworm.conf

diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index e346348d..f23a212b 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -44,7 +44,7 @@ config MACHINE_NANOPI_NEO_EFI
 
 config MACHINE_PHYBOARD_MIRA
 	bool "phyboard-mira"
-	depends on DEBIAN_BULLSEYE
+	depends on DEBIAN_BULLSEYE || DEBIAN_BOOKWORM
 
 config MACHINE_QEMU_AMD64_SB
 	bool "qemuamd64-sb"
diff --git a/meta-isar/conf/mc.conf b/meta-isar/conf/mc.conf
index fa971059..7fd638d3 100644
--- a/meta-isar/conf/mc.conf
+++ b/meta-isar/conf/mc.conf
@@ -40,6 +40,7 @@ BBMULTICONFIG = " \
     imx6-sabrelite-buster \
     imx6-sabrelite-bullseye \
     phyboard-mira-bullseye \
+    phyboard-mira-bookworm \
     nanopi-neo-buster \
     nanopi-neo-bullseye \
     nanopi-neo-bookworm \
diff --git a/meta-isar/conf/multiconfig/phyboard-mira-bookworm.conf b/meta-isar/conf/multiconfig/phyboard-mira-bookworm.conf
new file mode 100644
index 00000000..4cc6c1de
--- /dev/null
+++ b/meta-isar/conf/multiconfig/phyboard-mira-bookworm.conf
@@ -0,0 +1,7 @@
+# This software is a part of Isar.
+# Copyright (C) 2024 ilbers GmbH
+#
+# SPDX-License-Identifier: MIT
+
+MACHINE ?= "phyboard-mira"
+DISTRO ?= "debian-bookworm"
-- 
2.34.1


  parent reply	other threads:[~2024-06-25 15:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 15:02 [PATCH v2 0/4] Updates for phyBOARD-Mira target Anton Mikanovich
2024-06-25 15:02 ` [PATCH v2 1/4] meta-isar: Switch phyboard-mira to mainline kernel Anton Mikanovich
2024-06-25 15:02 ` [PATCH v2 2/4] barebox: Update to 2024.05.0 Anton Mikanovich
2024-06-25 15:02 ` Anton Mikanovich [this message]
2024-06-25 15:02 ` [PATCH v2 4/4] CI: Cover phyboard-mira-bookworm target Anton Mikanovich
2024-07-01  3:14 ` [PATCH v2 0/4] Updates for phyBOARD-Mira target 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=20240625150210.417117-4-amikan@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=isar-users@googlegroups.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