17 lines
657 B
TOML
17 lines
657 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 and includes the
|
|
# composition-safe bluetooth fragment (redbear-bluetooth-fragment.toml) which
|
|
# carries the shared [packages] additions. This standalone wrapper owns its own
|
|
# filesystem_size which would conflict with full's automatic sizing if the
|
|
# fragment weren't split out.
|
|
#
|
|
# Build: make live CONFIG_NAME=redbear-bluetooth-experimental
|
|
|
|
include = ["redbear-mini.toml", "redbear-bluetooth-services.toml", "redbear-bluetooth-fragment.toml"]
|
|
|
|
[general]
|
|
filesystem_size = 2048
|