diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | a15109ab52a75c37a6ef28a975b722ce29ea1531 (patch) | |
tree | 8d44aa33cd2330fdb9c85cb29f7c8bb3e4ca4afc /documentation/migration-guides | |
parent | 16d3f5b3b0ad6cda28963bf83d8fee621c4ead70 (diff) | |
download | poky-a15109ab52a75c37a6ef28a975b722ce29ea1531.tar.gz |
Drop the icecc class and related variables
Dropped by commit ecf8c386cf83 ("classes/recipes-devtools: Drop icecc
from OE-Core") in OE-Core.
Remove documentation for the class and the related variables. Remove the
references to this class.
(From yocto-docs rev: 30c9413c5106bcbcc1600ef16b8d0cece86d8158)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-4.0.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst index 0e9e741458..c8c2b856d9 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst | |||
@@ -33,11 +33,11 @@ The following variables have changed their names: | |||
33 | - ``BB_SETSCENE_ENFORCE_WHITELIST`` became ``BB_SETSCENE_ENFORCE_IGNORE_TASKS`` | 33 | - ``BB_SETSCENE_ENFORCE_WHITELIST`` became ``BB_SETSCENE_ENFORCE_IGNORE_TASKS`` |
34 | - ``CVE_CHECK_PN_WHITELIST`` became :term:`CVE_CHECK_SKIP_RECIPE` | 34 | - ``CVE_CHECK_PN_WHITELIST`` became :term:`CVE_CHECK_SKIP_RECIPE` |
35 | - ``CVE_CHECK_WHITELIST`` became :term:`CVE_CHECK_IGNORE` | 35 | - ``CVE_CHECK_WHITELIST`` became :term:`CVE_CHECK_IGNORE` |
36 | - ``ICECC_USER_CLASS_BL`` became :term:`ICECC_CLASS_DISABLE` | 36 | - ``ICECC_USER_CLASS_BL`` became ``ICECC_CLASS_DISABLE`` |
37 | - ``ICECC_SYSTEM_CLASS_BL`` became :term:`ICECC_CLASS_DISABLE` | 37 | - ``ICECC_SYSTEM_CLASS_BL`` became ``ICECC_CLASS_DISABLE`` |
38 | - ``ICECC_USER_PACKAGE_WL`` became :term:`ICECC_RECIPE_ENABLE` | 38 | - ``ICECC_USER_PACKAGE_WL`` became ``ICECC_RECIPE_ENABLE`` |
39 | - ``ICECC_USER_PACKAGE_BL`` became :term:`ICECC_RECIPE_DISABLE` | 39 | - ``ICECC_USER_PACKAGE_BL`` became ``ICECC_RECIPE_DISABLE`` |
40 | - ``ICECC_SYSTEM_PACKAGE_BL`` became :term:`ICECC_RECIPE_DISABLE` | 40 | - ``ICECC_SYSTEM_PACKAGE_BL`` became ``ICECC_RECIPE_DISABLE`` |
41 | - ``LICENSE_FLAGS_WHITELIST`` became :term:`LICENSE_FLAGS_ACCEPTED` | 41 | - ``LICENSE_FLAGS_WHITELIST`` became :term:`LICENSE_FLAGS_ACCEPTED` |
42 | - ``MULTI_PROVIDER_WHITELIST`` became :term:`BB_MULTI_PROVIDER_ALLOWED` | 42 | - ``MULTI_PROVIDER_WHITELIST`` became :term:`BB_MULTI_PROVIDER_ALLOWED` |
43 | - ``PNBLACKLIST`` became :term:`SKIP_RECIPE` | 43 | - ``PNBLACKLIST`` became :term:`SKIP_RECIPE` |