From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH 1/2] meta-isar: Enable bullseye support for HiKey board
Date: Mon, 15 Nov 2021 18:36:52 +0300 [thread overview]
Message-ID: <20211115153653.154234-2-amikan@ilbers.de> (raw)
In-Reply-To: <20211115153653.154234-1-amikan@ilbers.de>
Move LeMaker HiKey board from stretch to bullseye to keep it been
maintained.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/conf/local.conf.sample | 2 +-
meta-isar/conf/multiconfig/hikey-bullseye.conf | 7 +++++++
meta-isar/conf/multiconfig/hikey-stretch.conf | 7 -------
3 files changed, 8 insertions(+), 8 deletions(-)
create mode 100644 meta-isar/conf/multiconfig/hikey-bullseye.conf
delete mode 100644 meta-isar/conf/multiconfig/hikey-stretch.conf
diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index 1ab640d..9853e2a 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -61,7 +61,7 @@ BBMULTICONFIG = " \
qemuriscv64-sid-ports \
bananapi-buster \
de0-nano-soc-buster \
- hikey-stretch \
+ hikey-bullseye \
nand-ubi-demo-buster \
nanopi-neo-buster \
stm32mp15x-buster \
diff --git a/meta-isar/conf/multiconfig/hikey-bullseye.conf b/meta-isar/conf/multiconfig/hikey-bullseye.conf
new file mode 100644
index 0000000..33ed3a3
--- /dev/null
+++ b/meta-isar/conf/multiconfig/hikey-bullseye.conf
@@ -0,0 +1,7 @@
+#
+# Copyright (c) Siemens AG, 2021
+#
+# SPDX-License-Identifier: MIT
+
+MACHINE = "hikey"
+DISTRO = "debian-bullseye"
diff --git a/meta-isar/conf/multiconfig/hikey-stretch.conf b/meta-isar/conf/multiconfig/hikey-stretch.conf
deleted file mode 100644
index 5eed8b9..0000000
--- a/meta-isar/conf/multiconfig/hikey-stretch.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Copyright (c) Siemens AG, 2018
-#
-# SPDX-License-Identifier: MIT
-
-MACHINE = "hikey"
-DISTRO = "debian-stretch"
--
2.25.1
next prev parent reply other threads:[~2021-11-15 15:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-15 15:36 [PATCH 0/2] Cover LeMaker HiKey by CI Anton Mikanovich
2021-11-15 15:36 ` Anton Mikanovich [this message]
2021-11-15 15:36 ` [PATCH 2/2] ci: Add hikey target Anton Mikanovich
2021-12-03 11:41 ` [PATCH 0/2] Cover LeMaker HiKey by CI Anton Mikanovich
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=20211115153653.154234-2-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