From d8be9e503b4dd428e1887d461e076d36fcd5c136 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:10:25 +0000 Subject: [PATCH] v5.0.8+rev1 --- .versionbot/CHANGELOG.yml | 30 ++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2438c7ddf..c1bba88cf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,33 @@ +- commits: + - subject: remove migrator module for revpi family + hash: ed8d120c754e130b2409562a4e97c774c9c9dab3 + body: | + The Revolution Pi are particular devices as they define an + internal storage in the contract, but they do not use a flasher + image and instead rely on the bootloader's exposing the internal + storage. + + However, resin-init-flasher has a built time check for all devices + that define internal storage to define INTERNAL_DEVICE_KERNEL, so the + build fails when initramfs-framework builds the resin-init-flasher + dependency. + + The lack of a `jq` dependency on earlier versions of meta-balena + meant that the check was non-operative, but it started failing when + the dependency was added. + + This commit removes the migrator module from being built and included + in the initramfs. + footer: + Changelog-entry: remove migrator module for revpi family + changelog-entry: remove migrator module for revpi family + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 5.0.8+rev1 + title: "" + date: 2023-12-26T10:10:20.374Z - commits: - subject: Update layers/meta-balena to e7a8680cc8db8bd7529ed389dd59999a1492c1aa hash: 1854ea1c17a0b42cc9c8fc2346c88d6c1ac08389 diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f6cc70c..e2a18b1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v5.0.8+rev1 +## (2023-12-26) + +* remove migrator module for revpi family [Alex Gonzalez] + # v5.0.8 ## (2023-12-11) diff --git a/VERSION b/VERSION index 733db2686..2eefbb0ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.8 \ No newline at end of file +5.0.8+rev1 \ No newline at end of file