From mboxrd@z Thu Jan 1 00:00:00 1970 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 0434D1ADC90 for ; Sat, 29 Mar 2025 23:01:42 +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=1743289304; cv=none; b=uqPwEdk5CiBKjndeIKCG8bU87WzD6Bu5U0mppwMZop4EGw6ZLLHLB810oq3U4sm7t39jx3DfVY6VV1lYmvtbFpjAApcEjguf0LZUzHSo7zwTnSqYrIoGO4tuN9u54Db2ZUq7Yj/EfUMK9wD4tH2xPFQRCF4eGmqIzyKyt23pZKE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743289304; c=relaxed/simple; bh=lGfFM0XNvLRtOcDPtz9O6nv9uIqBphWTHEPkJen8VYs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=K5/ARIl/vZAvqwbwsr9OaxYXTXbAkPH13fprbmZwJ5DNPOXe5mjtwgkQAc7T8B7/IQVLxFlKrbpTqWwHECF0IXEDK6WP4Kdlf5jF75yqGI5pwegLHny8G5DQgFMWr8HzFeZGymwTkf+7E47lcM0/IudzNQfiQDmeeoOo9C1w79E= 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=av7PpZkI; 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="av7PpZkI" 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=av7PpZkISDnJHR0nhbApLAYHgC 8ba96GZWTtATigdpUyNWBzsM/1iQPnaCk6yyBLCPeHk3GC8AWdrrViQ1qhbqnbCLY7snkq17mY/Mt 7DbSiWaUPEc4MLIsaa61evu1ueAjO+4K0pJMjcLig1DCbqtm1O4FaqAXUcBqWJYUyahxZVRTYctU9 MCk/gfNeAVkcV0qnAa01cJkLav/CugHorxItYPegH2JQ7Y0HoQwC8L4/vmEqvbWAVRgN/oXF8ij94 Sa4x2CuthmBNIQBOdbNBRGQIKwug8nNtQhCVq8MLMxkKMmJ8o5k3ltJ/+95InbuO/V/mbnUiRUZeQ jmBtMv+g==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.1 #2 (Red Hat Linux)) id 1tyfBO-0000000FbIb-1vq9; Sat, 29 Mar 2025 23:01:42 +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: Sat, 29 Mar 2025 16:01:39 -0700 Message-ID: <20250329230141.3718282-5-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250329230141.3718282-1-mcgrof@kernel.org> References: <20250329230141.3718282-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 -- 2.47.2