diff mbox series

[12/14] bitbake notes

Message ID 20231101172706.81576-13-ross.burton@arm.com
State New
Headers show
Series Release notes changes | expand

Commit Message

Ross Burton Nov. 1, 2023, 5:27 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Quentin Schulz Nov. 2, 2023, 11:07 a.m. UTC | #1
Hi Ross,

On 11/1/23 18:27, Ross Burton via lists.yoctoproject.org wrote:
> From: Ross Burton <ross.burton@arm.com>
> 

Missing SoB :)

Cheers,
Quentin

> ---
>   documentation/migration-guides/release-notes-4.3.rst | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
> index 7cea241ec..757592751 100644
> --- a/documentation/migration-guides/release-notes-4.3.rst
> +++ b/documentation/migration-guides/release-notes-4.3.rst
> @@ -158,9 +158,16 @@ New Features / Enhancements in 4.3
>   
>   -  BitBake improvements:
>   
> +   -  A fetcher for the Google Cloud Platform (``gs://``) was added.
> +
>      -  The BitBake Cooker log now contains notes when the caches are
>         invalidated which is useful for memory resident bitbake debugging.
>   
> +   -  BitBake no longer watches files with inotify for changes, as under load
> +      this can lead to races causing build instability.
> +
> +   -  Toaster's dependencies were upgraded to current releases, specifically to Django 4.2.
> +
>   -  Packaging changes:
>   
>   -  Security improvements:
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#4558): https://lists.yoctoproject.org/g/docs/message/4558
> Mute This Topic: https://lists.yoctoproject.org/mt/102324713/6293953
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [quentin.schulz@theobroma-systems.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 7cea241ec..757592751 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -158,9 +158,16 @@  New Features / Enhancements in 4.3
 
 -  BitBake improvements:
 
+   -  A fetcher for the Google Cloud Platform (``gs://``) was added.
+
    -  The BitBake Cooker log now contains notes when the caches are
       invalidated which is useful for memory resident bitbake debugging.
 
+   -  BitBake no longer watches files with inotify for changes, as under load
+      this can lead to races causing build instability.
+
+   -  Toaster's dependencies were upgraded to current releases, specifically to Django 4.2.
+
 -  Packaging changes:
 
 -  Security improvements: