91ba8ed481
CRITICAL F18/F18b from NETWORKING-AND-DRIVERS-CODE-ASSESSMENT-2026-07-27.md §3.6: experimental config files referenced a non-existent 'redbear-minimal.toml' which would cause build failures. - config/redbear-wifi-experimental.toml: rename include to 'redbear-mini.toml' - config/redbear-bluetooth-experimental.toml: same CRITICAL F20 from §3.6: 30+ recipe.toml files declared 'version = 0.1.0' while their Cargo.toml says 'version = 0.3.1'. Per AGENTS.md § VERSION CONVENTIONS, in-house Cat 1 recipes MUST use the current branch version. - 71 recipe.toml files synced from 0.1.0 to 0.3.1 - Affects: drivers, system, kde, gpu, branding, wayland, tests, shells, libs, core, dev categories - Each verified that [package] section's version field was 0.1.0 before sync - The sync-versions.sh script in local/scripts/ provides the canonical mechanism; this commit applies the equivalent fix directly
18 lines
589 B
TOML
18 lines
589 B
TOML
# Red Bear OS Bluetooth Experimental Profile
|
|
#
|
|
# Standalone build target for the first bounded Bluetooth slice.
|
|
#
|
|
# This profile extends the existing minimal Red Bear baseline but keeps Bluetooth wiring isolated to
|
|
# this profile instead of leaking it into the shared device-service fragments used by all images.
|
|
# The current slice is explicit-startup, USB-attached, BLE-first, and intentionally not wired to
|
|
# USB-class autospawn yet.
|
|
|
|
include = ["redbear-mini.toml", "redbear-bluetooth-services.toml"]
|
|
|
|
[general]
|
|
filesystem_size = 2048
|
|
|
|
[packages]
|
|
redbear-btusb = {}
|
|
redbear-btctl = {}
|