All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony PERARD <anthony.perard@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Roger Pau Monne <roger.pau@citrix.com>,
	Anthony PERARD <anthony.perard@citrix.com>
Subject: [OSSTEST PATCH 3/3] ts-kernel-build: Remove use of $XEN_TARGET_ARCH
Date: Fri,  8 Dec 2023 16:02:26 +0000	[thread overview]
Message-ID: <20231208160226.14739-4-anthony.perard@citrix.com> (raw)
In-Reply-To: <20231208160226.14739-1-anthony.perard@citrix.com>

osstest doesn't set $XEN_TARGET_ARCH, and this is a Xen build
variable, not a Linux build one. So, this code have been running with
an empty $XEN_TARGET_ARCH for a while which mean none of those
`setopt` has run in a while.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 ts-kernel-build | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/ts-kernel-build b/ts-kernel-build
index 719b33aa..05da9a7f 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -607,19 +607,6 @@ setopt CONFIG_AHCI_XGENE y
 setopt CONFIG_POWER_RESET_XGENE y
 setopt CONFIG_RTC_DRV_XGENE y
 
-case ${XEN_TARGET_ARCH} in
-    x86_32) setopt CONFIG_64BIT n ;;
-    x86_64)
-	setopt CONFIG_64BIT y
-	setopt CONFIG_IA32_EMULATION y
-	setopt CONFIG_IA32_AOUT n
-	setopt CONFIG_CRYPTO_AES_X86_64 n
-	setopt CONFIG_CRYPTO_SALSA20_X86_64 n
-	setopt CONFIG_CRYPTO_TWOFISH_X86_64 n
-	;;
-    *) ;;
-esac
-
 # Disable components that don't build
 setopt CONFIG_TEGRA_HOST1X n
 
-- 
Anthony PERARD



  parent reply	other threads:[~2023-12-08 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-08 16:02 [OSSTEST PATCH 0/3] Set CONFIG_X86_GENERIC=y for i386 kernel build Anthony PERARD
2023-12-08 16:02 ` [OSSTEST PATCH 1/3] create_build_jobs: Set reset pvops_kconfig_overrides Anthony PERARD
2023-12-08 16:02 ` [OSSTEST PATCH 2/3] create_build_jobs: Enable X86_GENERIC for i386 kernel pvops jobs Anthony PERARD
2023-12-08 16:34   ` Juergen Gross
2023-12-12  8:38   ` Roger Pau Monné
2023-12-12  8:48     ` Juergen Gross
2023-12-12 11:56       ` Anthony PERARD
2023-12-12 12:01         ` Juergen Gross
2023-12-08 16:02 ` Anthony PERARD [this message]
2023-12-12 11:00 ` [OSSTEST PATCH 0/3] Set CONFIG_X86_GENERIC=y for i386 kernel build Roger Pau Monné
2023-12-13 16:34   ` Anthony PERARD

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=20231208160226.14739-4-anthony.perard@citrix.com \
    --to=anthony.perard@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.