From fdfbb09068ccea1a8371d3056a2243bf86e171f6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 7 Sep 2022 19:07:54 -0600 Subject: [PATCH] Only build ided on x86 --- recipes/drivers-initfs/recipe.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/drivers-initfs/recipe.toml b/recipes/drivers-initfs/recipe.toml index 0c11a0f89..4d0d51c8b 100644 --- a/recipes/drivers-initfs/recipe.toml +++ b/recipes/drivers-initfs/recipe.toml @@ -6,7 +6,6 @@ template = "custom" script = """ BINS=( ahcid - ided nvmed pcid vesad @@ -14,7 +13,7 @@ BINS=( case "${TARGET}" in i686-unknown-redox | x86_64-unknown-redox) - BINS+=(acpid ps2d) + BINS+=(acpid ided ps2d) ;; *) ;; -- GitLab