From b8f13a0bcdfb6a0abbb9148b02862f0215b30229 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:55:28 +0000 Subject: [PATCH] v4.0.13 --- .versionbot/CHANGELOG.yml | 1523 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 249 ++++++ VERSION | 2 +- 3 files changed, 1773 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fea33536c..b858651ba 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,1526 @@ +- commits: + - subject: Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6 + hash: 448b8b34efa8d4e35ff88d24cec48242e9d11a34 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6 + changelog-entry: Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Switch fetch of private BSP submodule to git + hash: 564d55c2b4b6da99383c3b06a4f4f1f5330f4f6e + body: "" + footer: + Changelog-entry: Switch fetch of private BSP submodule to git + changelog-entry: Switch fetch of private BSP submodule to git + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + - subject: Update layers/meta-balena to 4fe79e7ee65f47c0a5baebbd82b35aec71d92fbd + hash: 4e48154fb8613f8de6795901260fb1a8c30f773b + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 4fe79e7ee65f47c0a5baebbd82b35aec71d92fbd + changelog-entry: Update layers/meta-balena to 4fe79e7ee65f47c0a5baebbd82b35aec71d92fbd + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/poky to e51bf557f596c4da38789a948a3228ba11455e3c + hash: bdcf4ae4bca295b1b4ca68d7ffa71a777d15343d + body: Update layers/poky + footer: + Changelog-entry: Update layers/poky to e51bf557f596c4da38789a948a3228ba11455e3c + changelog-entry: Update layers/poky to e51bf557f596c4da38789a948a3228ba11455e3c + author: Self-hosted Renovate Bot + nested: [] + - subject: Update layers/meta-openembedded to + a88cb922f91fda95e8a584cee3092083d5ad3e98 + hash: 441024aa21f1d81ebc6f1461f099f4638f2084fb + body: Update layers/meta-openembedded + footer: + Changelog-entry: Update layers/meta-openembedded to + a88cb922f91fda95e8a584cee3092083d5ad3e98 + changelog-entry: Update layers/meta-openembedded to + a88cb922f91fda95e8a584cee3092083d5ad3e98 + author: Self-hosted Renovate Bot + nested: [] + - subject: Update layers/meta-balena to 2afff0f8f102e7525f41c81c6c41d0c184a6e5be + hash: 99f4008c9387ded69db7066abdb5a33bdf7ed5f5 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 2afff0f8f102e7525f41c81c6c41d0c184a6e5be + changelog-entry: Update layers/meta-balena to 2afff0f8f102e7525f41c81c6c41d0c184a6e5be + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 966f4447225b4d7def470789ca6239067c22591d + hash: ee7f6785386e161b1ace4b764f149a0be6461868 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 966f4447225b4d7def470789ca6239067c22591d + changelog-entry: Update layers/meta-balena to 966f4447225b4d7def470789ca6239067c22591d + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update .gitmodules with submodule branch information + hash: 8e862fbcaf72c62a86049a8a6328cf3fe13ea765 + body: "" + footer: + Changelog-entry: Update .gitmodules with submodule branch information + changelog-entry: Update .gitmodules with submodule branch information + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Update balena-os/github-workflows to v0.0.22 + hash: 8240d04219c046695488dc4885c95b595e5af825 + body: Update balena-os/github-workflows + footer: + Changelog-entry: Update balena-os/github-workflows to v0.0.22 + changelog-entry: Update balena-os/github-workflows to v0.0.22 + author: Self-hosted Renovate Bot + nested: [] + - subject: Update layers/meta-balena to 8f952b7a5c8db38d6c674c2a0bef577c743ba2f0 + hash: 15c29c6884e6e43faa9533c878577901020731aa + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 8f952b7a5c8db38d6c674c2a0bef577c743ba2f0 + changelog-entry: Update layers/meta-balena to 8f952b7a5c8db38d6c674c2a0bef577c743ba2f0 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 3282f57a59799111d7f68c13013f6324aa65c966 + hash: cc9c25baa30b84f7007230ce428cb8bd23ccdb73 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 3282f57a59799111d7f68c13013f6324aa65c966 + changelog-entry: Update layers/meta-balena to 3282f57a59799111d7f68c13013f6324aa65c966 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 3c2bfbdb10a51ef5b3fd3f7e59888645f2029ecc + hash: 42e614a79b874124eff129da287bdcd6a15f1d3e + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 3c2bfbdb10a51ef5b3fd3f7e59888645f2029ecc + changelog-entry: Update layers/meta-balena to 3c2bfbdb10a51ef5b3fd3f7e59888645f2029ecc + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 6b39839656ee335e08081474e0c528978fdcae6c + hash: b7a8ae65a6d731cee9d82ed4bb7decf43f195605 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 6b39839656ee335e08081474e0c528978fdcae6c + changelog-entry: Update layers/meta-balena to 6b39839656ee335e08081474e0c528978fdcae6c + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to cd6279920e902422377cd21d81584ccf1791676c + hash: 7585161acd6b7995d56d16fd5760000ec1d036f8 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to cd6279920e902422377cd21d81584ccf1791676c + changelog-entry: Update layers/meta-balena to cd6279920e902422377cd21d81584ccf1791676c + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 5ebb6671a99eaaa577e03fd16290d25493d05ee2 + hash: 50ef0176956a217afec1ee68324ac5570d4c7d8a + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 5ebb6671a99eaaa577e03fd16290d25493d05ee2 + changelog-entry: Update layers/meta-balena to 5ebb6671a99eaaa577e03fd16290d25493d05ee2 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 3cdf98b11926bdbf27fb7870326a3f5d05e67e11 + hash: 7736ade0c4b87a2440aee46b14d7dba0c1458e03 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 3cdf98b11926bdbf27fb7870326a3f5d05e67e11 + changelog-entry: Update layers/meta-balena to 3cdf98b11926bdbf27fb7870326a3f5d05e67e11 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 5e772f467a81643ad3b78007ce9662df03782bc1 + hash: 9f60092d9cf55420cb76e4d0f96e0f383ef3ac97 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 5e772f467a81643ad3b78007ce9662df03782bc1 + changelog-entry: Update layers/meta-balena to 5e772f467a81643ad3b78007ce9662df03782bc1 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update layers/meta-balena to 6db6c7c9774bf58dc4676816280f81fae83df78e + hash: 5da7d1278274e05912c002e45a05c6b250a86d4b + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 6db6c7c9774bf58dc4676816280f81fae83df78e + changelog-entry: Update layers/meta-balena to 6db6c7c9774bf58dc4676816280f81fae83df78e + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update balena-os/github-workflows to v0.0.21 + hash: eaedd7b6271c7b01f2ad2bd8c85ea11baf1c34bf + body: Update balena-os/github-workflows + footer: + Changelog-entry: Update balena-os/github-workflows to v0.0.21 + changelog-entry: Update balena-os/github-workflows to v0.0.21 + author: Self-hosted Renovate Bot + nested: [] + - subject: Update layers/meta-balena to b85be94a14e77496ff21e131642f596a247efd59 + hash: c8fc8386d0ea0d34aedba5557d436f07cdf53bfe + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to b85be94a14e77496ff21e131642f596a247efd59 + changelog-entry: Update layers/meta-balena to b85be94a14e77496ff21e131642f596a247efd59 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-rollback: Add support for balena bootloader" + hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "hostapp-update-hooks: Add hook for balena bootloader" + hash: c0a1e5f003ea49455056e11d480357bdb028c8c6 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add a script that switches between rootA and rootB" + hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df + body: > + This is done by the bootloader (uboot/grub) at this moment but + as we + + are moving towards the balena 2nd stage bootloader, it needs to be + + moved into the initramfs. + + + This adds a standalone recipe - by default yocto tries to build all + + modules defined in the initramfs-framework recipe, which breaks + + on armv7 when abroot is defined there. This is because it depends + + on grub-editenv which is not supported on armv7. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: make kexec script more robust" + hash: a075c7b89e888edb7575fc72b56d29be8eecfa09 + body: | + * Do not hardcode bzImage kernel type + * Do not assume root=XXX kernel parameter is always defined + * Remove maxcpus=0 kernel parameter if defined for compatibility + * Add missing dependency on os-helpers-logging + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: add missing dependencies to rootfs script" + hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5 + body: > + The rootfs script uses both os-helpers-fs and os-helpers-logging + + though the package depends on neither. This seems to work now because + + in most cases something else pulls in the dependencies or the code + + on a particular device does not fall under the branches that use + + the missing functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "balena-image-bootloader-initramfs: Add balena bootloader" + hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617 + body: > + This minimal image is executed by a vendor provided bootloader + and will + + kexec into BalenaOS. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.13 + title: "" + date: 2023-09-26T12:05:37.168Z + - subject: Update contracts to 518a1d424f09a11dc1b60a16026bfe8ffe07ca78 + hash: 580a604ef70026b8cedbb59c95d2b117ae76b4a7 + body: Update contracts + footer: + Changelog-entry: Update contracts to 518a1d424f09a11dc1b60a16026bfe8ffe07ca78 + changelog-entry: Update contracts to 518a1d424f09a11dc1b60a16026bfe8ffe07ca78 + author: Self-hosted Renovate Bot + nested: [] + version: 4.0.13 + title: "" + date: 2023-09-26T13:55:09.389Z - commits: - subject: Update watchdog config for superhub device type hash: 60fb3fe4bb2febc26663ec1417dcbb574520df91 diff --git a/CHANGELOG.md b/CHANGELOG.md index eef1ba07a..02e83c6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,255 @@ Change log ----------- +# v4.0.13 +## (2023-09-26) + + +
+ Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ +* Switch fetch of private BSP submodule to git [Florin Sarbu] + +
+ Update layers/meta-balena to 4fe79e7ee65f47c0a5baebbd82b35aec71d92fbd [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ +* Update layers/poky to e51bf557f596c4da38789a948a3228ba11455e3c [Self-hosted Renovate Bot] +* Update layers/meta-openembedded to a88cb922f91fda95e8a584cee3092083d5ad3e98 [Self-hosted Renovate Bot] + +
+ Update layers/meta-balena to 2afff0f8f102e7525f41c81c6c41d0c184a6e5be [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 966f4447225b4d7def470789ca6239067c22591d [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ +* Update .gitmodules with submodule branch information [Kyle Harding] +* Update balena-os/github-workflows to v0.0.22 [Self-hosted Renovate Bot] + +
+ Update layers/meta-balena to 8f952b7a5c8db38d6c674c2a0bef577c743ba2f0 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 3282f57a59799111d7f68c13013f6324aa65c966 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 3c2bfbdb10a51ef5b3fd3f7e59888645f2029ecc [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 6b39839656ee335e08081474e0c528978fdcae6c [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to cd6279920e902422377cd21d81584ccf1791676c [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 5ebb6671a99eaaa577e03fd16290d25493d05ee2 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 3cdf98b11926bdbf27fb7870326a3f5d05e67e11 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 5e772f467a81643ad3b78007ce9662df03782bc1 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ + +
+ Update layers/meta-balena to 6db6c7c9774bf58dc4676816280f81fae83df78e [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ +* Update balena-os/github-workflows to v0.0.21 [Self-hosted Renovate Bot] + +
+ Update layers/meta-balena to b85be94a14e77496ff21e131642f596a247efd59 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.13 +> ### (2023-09-26) +> +> * balena-rollback: Add support for balena bootloader [Michal Toman] +> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman] +> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman] +> * initrdscripts: make kexec script more robust [Michal Toman] +> * initrdscripts: add missing dependencies to rootfs script [Michal Toman] +> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez] +> + +
+ +* Update contracts to 518a1d424f09a11dc1b60a16026bfe8ffe07ca78 [Self-hosted Renovate Bot] + # v3.2.7+rev1 ## (2023-08-31) diff --git a/VERSION b/VERSION index 0863c0bed..80ba73194 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.7+rev1 \ No newline at end of file +4.0.13 \ No newline at end of file