-
Notifications
You must be signed in to change notification settings - Fork 513
/
.buildpackrc
24 lines (18 loc) · 987 Bytes
/
.buildpackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is used by https://github.com/particle-iot/firmware-buildpack-builder to
# build Docker images containing all toolchains and sources nessesary for
# compilation.
#
# Additionally release/prerelease information is used to automatically create
# build targets in Particle Cloud when pushing a tag.
export BUILDPACK_BUILDER_VERSION=0.2.0
# GCC version is no longer managed by this variable.
# GCC dependencies come from .workbench/manifest.json
export BUILDPACK_VARIATION=manifest
# Platforms for which this firmware is considered stable
export RELEASE_PLATFORMS=( )
# Platforms for which this firmware is considered experimental
export PRERELEASE_PLATFORMS=( argon boron bsom b5som tracker esomx p2 trackerm msom)
# Note: a single platform should be only in release or prerelease list. If
# added to both it will be considered a prerelease
# Platforms which require modules to be prebuilt
export MODULAR_PLATFORMS=( argon boron bsom b5som tracker esomx p2 trackerm msom)