From patchwork Fri Aug 4 05:59:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juergen Gross X-Patchwork-Id: 13341292 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 19362C04A94 for ; Fri, 4 Aug 2023 06:00:27 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.576831.903414 (Exim 4.92) (envelope-from ) id 1qRnrB-0003ke-M2; Fri, 04 Aug 2023 06:00:13 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 576831.903414; Fri, 04 Aug 2023 06:00:13 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qRnrB-0003k0-Gy; Fri, 04 Aug 2023 06:00:13 +0000 Received: by outflank-mailman (input) for mailman id 576831; Fri, 04 Aug 2023 06:00:03 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qRnr1-0003E0-QN for xen-devel@lists.xenproject.org; Fri, 04 Aug 2023 06:00:03 +0000 Received: from smtp-out1.suse.de (smtp-out1.suse.de [2001:67c:2178:6::1c]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 2722b34f-328c-11ee-b26a-6b7b168915f2; Fri, 04 Aug 2023 08:00:03 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 8E3CC2186B; Fri, 4 Aug 2023 06:00:02 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 52AE4133B5; Fri, 4 Aug 2023 06:00:02 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id YNUZEuKTzGRbMQAAMHmgww (envelope-from ); Fri, 04 Aug 2023 06:00:02 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 2722b34f-328c-11ee-b26a-6b7b168915f2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1691128802; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=H9woQQMc1BuLVL77pkVFJCk3edz6PGqB1F1anOaKa7M=; b=mgtytCg4Ea9KWviQrhfXSYbhCqk3gPGhKKydVEWMNNFUCK1gS9cP6QEgrgaCY758DMcmJ2 uZzgxAXEXDNRas7ImAG56Qbz6GY+XRjDfmqyJNn/IpmA+XjirHc4E9VQeCCJ3u1L3jYSEH KIX5yYa31sgOXawpgO0l8nKXY63x0yY= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Wei Liu , Anthony PERARD Subject: [PATCH 0/2] tools: add some more configure options Date: Fri, 4 Aug 2023 07:59:58 +0200 Message-Id: <20230804060000.27710-1-jgross@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Add two additional configure options for controlling the build of pygrub and libfsimage. Juergen Gross (2): tools: add configure option for disabling pygrub tools: add configure option for libfsimage config/Tools.mk.in | 2 ++ tools/Makefile | 4 ++-- tools/configure | 54 ++++++++++++++++++++++++++++++++++++++++++++++ tools/configure.ac | 14 ++++++++++++ 4 files changed, 72 insertions(+), 2 deletions(-)