Skip to content
Snippets Groups Projects
Chris Fiege's avatar
chrissi^ authored
`make manifest` does not take the `BROKEN=1` parameter, like other build
commands do.
But it seems the underlying `scripts/target_lib.lua` does get this info
from the environment anyway. So we can pass that info, bypassing the
makefile.
339658f2
History
Name Last commit Last update
README.md
builder.sh

gluon-builder

An ffbs tool to build Gluon images in a reproducible way.

builder.sh is configures via environment variables:

  • BRANCH: Defines which branch you want to build for. Usually one of parker_beta or parker_stable.

  • ARCHITECTURES: Space-separated list of Gluon architectures to build. If omitted will build for all architectures.

  • J: Number of threads to use.

Examples:

  • Building for Chrissi's CI: BRANCH=parker_beta J=40 ARCHITECTURES="ramips-mt76x8" ./builder.sh

  • Building for Production: BRANCH=parker_stable J=40 ./builder.sh