Skip to content

Commit

Permalink
v6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 26, 2024
1 parent 721a19d commit f95917d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- commits:
- subject: "classes/image_types_balena: Add support for device specific boot
filesystem options"
hash: 8a7b00339067e4b95933fe4936fc7bbfeacf97bf
body: |
The beagleplay is unable to load u-boot from the sd-card
boot partition if the standard geometry set by mkfs.vfat is used -
that is 16 heads / 63 sectors per track.

We noticed that using a geometry of 16 heads / 32 sectors per track
make the device to boot from the sd-card, so we make the
boot filesystem options configurable from the device repository
to apply this setting.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 6.0.13
title: ""
date: 2024-08-26T15:40:04.137Z
- commits:
- subject: Update balena-os/balena-yocto-scripts action to v1.25.25
hash: 811bd5df9d6e2b6911fb50183391af3a332e851b
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.0.13
## (2024-08-26)

* classes/image_types_balena: Add support for device specific boot filesystem options [Alexandru Costache]

# v6.0.12
## (2024-08-23)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.12"
DISTRO_VERSION = "6.0.13"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit f95917d

Please sign in to comment.