kdevops.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Ross Vandegrift <ross@kallisti.us>
To: mcgrof@kernel.org
Cc: kdevops@lists.linux.dev, Ross Vandegrift <ross@kallisti.us>
Subject: [PATCH 2/2] add kconfig for opensuse arm64 vagrant images
Date: Thu, 31 Aug 2023 22:03:56 -0700	[thread overview]
Message-ID: <20230901050354.16269-2-ross@kallisti.us> (raw)
In-Reply-To: <20230901050354.16269-1-ross@kallisti.us>

Tumbleweed has arm64 vagrant images already and the one I tested booted up as
expected.

Signed-off-by: Ross Vandegrift <ross@kallisti.us>
---
 vagrant/Kconfig.opensuse | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/vagrant/Kconfig.opensuse b/vagrant/Kconfig.opensuse
index 2ffb1f31..685018b7 100644
--- a/vagrant/Kconfig.opensuse
+++ b/vagrant/Kconfig.opensuse
@@ -3,7 +3,8 @@ if VAGRANT_OPENSUSE
 
 choice
 	prompt "OpenSUSE release to use"
-	default VAGRANT_OPENSUSE_X86_64_LEAP_15_3
+	default VAGRANT_OPENSUSE_X86_64_LEAP_15_3 if TARGET_ARCH_X86_64
+	default VAGRANT_OPENSUSE_ARM64_TW_20230828 if TARGET_ARCH_ARM64
 
 config VAGRANT_OPENSUSE_X86_64_TW
 	bool "opensuse/Tumbleweed.x86_64"
@@ -78,6 +79,13 @@ config VAGRANT_OPENSUSE_X86_64_LEAP_15_4
 	help
 	  This enables the OpenSUSE Leap 15.4 release.
 
+config VAGRANT_OPENSUSE_ARM64_TW
+	bool "opensuse/Tumbleweed.aarch64"
+	depends on TARGET_ARCH_ARM64
+	help
+	  Enable this to be able to select between the supported OpenSUSE
+	  Tumbleweed releases.
+
 endchoice
 
 if VAGRANT_OPENSUSE_X86_64_TW
@@ -157,6 +165,27 @@ endchoice
 
 endif # VAGRANT_OPENSUSE_X86_64_TW
 
+if VAGRANT_OPENSUSE_ARM64_TW
+
+choice
+	prompt "opensuse/Tumbleweed.aarch64 version to use"
+	default VAGRANT_OPENSUSE_X86_64_TW_1020230828
+
+config VAGRANT_OPENSUSE_X86_64_TW_1020230828
+	bool "opensuse/Tumbleweed.aarch64 1.0.20230828"
+	select HAVE_VAGRANT_BOX_VERSION
+	select HAVE_DISTRO_XFS_SUPPORTS_CRC if FSTESTS_XFS
+	select HAVE_DISTRO_XFS_SUPPORTS_EXTERNAL_LOG if FSTESTS_XFS
+	select HAVE_DISTRO_XFS_SUPPORTS_REFLINKS if FSTESTS_XFS
+	select HAVE_DISTRO_XFS_SUPPORTS_BIGBLOCKS if FSTESTS_XFS
+	help
+	  This option will set the target guest to opensuse/Tumbleweed.aarch64
+	  release 1.0.20230828.
+
+endchoice
+
+endif # VAGRANT_OPENSUSE_ARM64_TW
+
 config VAGRANT_OPENSUSE_BOX_SHORT
 	string
 	default "tw" if VAGRANT_OPENSUSE_X86_64_TW
-- 
2.39.2


  reply	other threads:[~2023-09-01  5:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01  5:03 [PATCH 1/2] add kconfig/ansible options for arm64 support Ross Vandegrift
2023-09-01  5:03 ` Ross Vandegrift [this message]
2023-09-01 19:57 ` Luis Chamberlain
2023-09-04  4:57   ` Ross Vandegrift
2023-09-05 20:04     ` Luis Chamberlain

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=20230901050354.16269-2-ross@kallisti.us \
    --to=ross@kallisti.us \
    --cc=kdevops@lists.linux.dev \
    --cc=mcgrof@kernel.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).