From patchwork Sun Mar 23 11:50:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 14026488 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 75DD92046A7 for ; Sun, 23 Mar 2025 11:50:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742730611; cv=none; b=AKcAEoy9KWPiRh3MDj/0RefpXxUURkUiQeDmAZImzl4LrCVm42OPCzoAy92okYDkAL/Ul1budw021FL2ypaI19VuBearqmQV4a60XsM0gUz+CyMq1neDem9srn8csbk4U3vGXjoAfv99gfM53FLJU7kBYN6yWdNEFgS3rRtrYpY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742730611; c=relaxed/simple; bh=lGfFM0XNvLRtOcDPtz9O6nv9uIqBphWTHEPkJen8VYs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Oinwo1JGzERte9mRCBzYS+ROCOfLMePMBJ6qzojJE8mdrYSkKs/fVObiXx18JMjv/qVwZjbfm3S3+FOQAsjCmg4yn4MWOHNETNQsoAO4O/MIq156mB5SVpkQvPoyu5/7z5rq2Yaunsv3yH5l/f85EMw+DpR6RxQAisskhmclLKU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=HsbvEwnr; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HsbvEwnr" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=RPTBWcr9Qzm8svyJLq1vYoBDtYvL9euHh00hnG+MqJE=; b=HsbvEwnrSieajTVTSuYuRL0wcW DRRwAuB+hWwzZe3U1LPmYasp9qyxVyINqrpx6z8Oi3UXfIRuXExnxGAOkLzXqOf32jqs2uNMo2CI8 wH/AmL7UBSak7OJTKSYF7FEgkk6V2S1lLh9W2POXdwNaOZ6WDArzsmq0v2F0PpeOZkpSKdpZiwG4U 09/v2VkyDN1NaDT8ZsFXm/2QstoTwuxMotAQtgdmYUfmAXek/mUEA04GgTHrgk8yKixrdv4YsNF1C 5kMz8nmbbSssf1LJAjAm70WP+ISvN7DcsFSu6lbLAj7XTqgS6OjqMZd8MCxfTG5JFsBeQFfs9Kngz /n8uOi3Q==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1twJqE-00000001820-00E8; Sun, 23 Mar 2025 11:50:10 +0000 From: Luis Chamberlain To: kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 4/6] Kconfig: adopt output yaml for KDEVOPS_FIRST_RUN Date: Sun, 23 Mar 2025 04:50:07 -0700 Message-ID: <20250323115009.269172-5-mcgrof@kernel.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250323115009.269172-1-mcgrof@kernel.org> References: <20250323115009.269172-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Sender: Luis Chamberlain This will be used later. Signed-off-by: Luis Chamberlain --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/Kconfig b/Kconfig index 357341be108d..988782a9dc83 100644 --- a/Kconfig +++ b/Kconfig @@ -30,6 +30,7 @@ config NEEDS_LOCAL_DEVELOPMENT_PATH config KDEVOPS_FIRST_RUN bool "Is this your first time running kdevops on this system?" + output yaml default n help When you run kdevops for the first time we can enable options