diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:27:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | 7116cd7350490e7f46b45bbc9e092c69c7ac43aa (patch) | |
tree | 53a2150b83f79ad34a66f2eaaaa08793a0fec58d /documentation | |
parent | cf0b21e7de9af8eceaae07de9b82d8dcf8a66c04 (diff) | |
download | poky-7116cd7350490e7f46b45bbc9e092c69c7ac43aa.tar.gz |
migration-guides: add BitBake changes
(From yocto-docs rev: c719d78cc9d7fb5092d2f5d0285b3eea9ad8acfe)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 10 |
1 files changed, 9 insertions, 1 deletions
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 | |||
167 | 167 | ||
168 | - BitBake improvements: | 168 | - BitBake improvements: |
169 | 169 | ||
170 | - A fetcher for the Google Cloud Platform (``gs://``) was added. | ||
171 | |||
170 | - The BitBake Cooker log now contains notes when the caches are | 172 | - The BitBake Cooker log now contains notes when the caches are |
171 | invalidated which is useful for memory resident bitbake debugging. | 173 | invalidated which is useful for memory resident BitBake debugging. |
174 | |||
175 | - BitBake no longer watches files with :wikipedia:`inotify <inotify>` for | ||
176 | changes, as under load this can lead to races causing build instability. | ||
177 | |||
178 | - Toaster's dependencies were upgraded to current releases, specifically | ||
179 | to Django 4.2. | ||
172 | 180 | ||
173 | - Packaging changes: | 181 | - Packaging changes: |
174 | 182 | ||