From 7116cd7350490e7f46b45bbc9e092c69c7ac43aa Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 1 Nov 2023 17:27:04 +0000 Subject: migration-guides: add BitBake changes (From yocto-docs rev: c719d78cc9d7fb5092d2f5d0285b3eea9ad8acfe) Signed-off-by: Ross Burton Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/release-notes-4.3.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index ff4281807a..abf246bbef 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst @@ -167,8 +167,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. + invalidated which is useful for memory resident BitBake debugging. + + - BitBake no longer watches files with :wikipedia:`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: -- cgit v1.2.3-54-g00ecf