From 1eb96e6c580690b86f87b1925d9f1b0fc4eb447a Mon Sep 17 00:00:00 2001 From: vasilito Date: Tue, 28 Jul 2026 18:01:42 +0900 Subject: [PATCH] redbear-mini: drop lib-only crates from package list redbear-{hid-core,login-protocol,passwd,tui-theme} are library crates (no bin target) used as path-dependencies by other recipes; listing them as standalone installable packages makes 'repo cook' fail with 'no packages found with binaries or examples'. They still build transitively where depended on. --- config/redbear-mini.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/redbear-mini.toml b/config/redbear-mini.toml index 70ce2222af..fc2cd22b17 100644 --- a/config/redbear-mini.toml +++ b/config/redbear-mini.toml @@ -31,7 +31,6 @@ redbear-driver-policy = {} ehcid = {} ohcid = {} uhcid = {} -redbear-hid-core = {} redbear-input-headers = {} redbear-btusb = {} redbear-iwlwifi = {} @@ -62,7 +61,6 @@ redbear-ufw = {} tlc = {} #mc = {} redbear-info = {} -redbear-passwd = {} # brush: Rust shell, candidate default login shell (validated in-image before # switching the [users.*] shell over from zsh). @@ -80,8 +78,6 @@ redbear-ecmd = {} redbear-usbaudiod = {} redbear-usb-hotplugd = {} driver-params = {} -redbear-login-protocol = {} -redbear-tui-theme = {} redbear-meta = {} redbear-keymapd = {} redbear-authd = {}