From 84066277877d3583e748bee045e982c3b6572631 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Sat, 18 Apr 2026 15:43:27 +0100 Subject: [PATCH] Clarify linux-kpi build-order marker --- local/recipes/drivers/linux-kpi/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/recipes/drivers/linux-kpi/recipe.toml b/local/recipes/drivers/linux-kpi/recipe.toml index 4e88eb6c..10e581aa 100644 --- a/local/recipes/drivers/linux-kpi/recipe.toml +++ b/local/recipes/drivers/linux-kpi/recipe.toml @@ -1,4 +1,4 @@ -#TODO: linux-kpi — build-ordering marker. Downstream driver builds compile the crate via Cargo path deps. +# linux-kpi build-ordering marker. Downstream driver builds compile the crate via Cargo path deps. # The cookbook cargo template cannot install a library-only crate cleanly here, so keep this as a # custom no-op recipe until the cookbook grows first-class Rust library packaging. [source]