balena-yocto-scripts icon indicating copy to clipboard operation
balena-yocto-scripts copied to clipboard

Helper scripts for balena yocto builds

Results 10 balena-yocto-scripts issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

fix some whitespaces while here

flow/in-review
versionbot/pr-draft

While building using `balena-build.sh` it prints that the token is an optional argument. But it fails if it doesn't find one in `~/.balena/token` Feels a bit misleading - maybe editing...

If we have just built the hostapp, the container image will be in the docker cache so try it first. Also, simplify the arguments to balena_deploy_hostos. Change-type: patch Signed-off-by: Alex...

If using cached token, issue a warning.

For devices with a flasher image type we are only uploading the flasher manifest to S3, which doesn't help to extract things like supervisor or engine versions. We should also...

At this moment we only publish a single `balena.img` which is either a flasher image or a raw image based on the device configuration. There is no simple way of...