diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:27:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | cf0b21e7de9af8eceaae07de9b82d8dcf8a66c04 (patch) | |
tree | da048552573bd5b2b2d98c8cc55566907cfe02d9 /documentation | |
parent | ad3e54bd5f4146f46828c32b816112f43f2b788f (diff) | |
download | poky-cf0b21e7de9af8eceaae07de9b82d8dcf8a66c04.tar.gz |
migration-guides: add utility notes
(From yocto-docs rev: ba0dcf57944058d9d5f2f791d463c72098c49561)
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 266e4e859b..ff4281807a 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
@@ -161,6 +161,10 @@ New Features / Enhancements in 4.3 | |||
161 | :ref:`contributor-guide/submit-changes:validating patches with patchtest` | 161 | :ref:`contributor-guide/submit-changes:validating patches with patchtest` |
162 | for details. | 162 | for details. |
163 | 163 | ||
164 | - ``scripts/bblock`` was added, allowing the user to lock/unlock specific | ||
165 | recipes from being built. This makes it possibly to work on the | ||
166 | ``python3`` recipe without causing ``python3-native`` to rebuild. | ||
167 | |||
164 | - BitBake improvements: | 168 | - BitBake improvements: |
165 | 169 | ||
166 | - The BitBake Cooker log now contains notes when the caches are | 170 | - The BitBake Cooker log now contains notes when the caches are |