]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
ts-kernel-build: Remove use of $XEN_TARGET_ARCH
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 8 Dec 2023 15:38:35 +0000 (15:38 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 13 Dec 2023 12:02:14 +0000 (12:02 +0000)
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>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
ts-kernel-build

index 719b33aaaa9eb354856d72d944ee2fc4931e8904..05da9a7f860ee2a37ab64c0df5b7e27c5c9a40e0 100755 (executable)
@@ -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