| /OK3568_Linux_fs/buildroot/ |
| H A D | Config.in.legacy | 4 # When an existing Config.in symbol is removed, it should be added again in 9 # symbols will be removed again after about two years. 12 # defined, but the help text should be removed or replaced with something that 139 comment "removed, and configuration files that still have " 147 comment "Legacy options removed in 2022.02" 150 bool "python2.7 package removed" 153 Python 2.7 is EOL since April 2020 and has been removed. 157 comment "Legacy options removed in 2021.11" 168 bool "OpenJDK latest version (16.x) was removed" 173 removed. Use OpenJDK 17.x instead. [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.0.rst | 21 .. _migration-3.0-lsb-support-removed: 28 layer if needed. However, presently LSB support has been removed from 34 removed. 36 .. _migration-3.0-removed-recipes: 41 The following recipes have been removed. 43 - ``core-image-lsb-dev``: Part of removed LSB support. 45 - ``core-image-lsb``: Part of removed LSB support. 47 - ``core-image-lsb-sdk``: Part of removed LSB support. 55 - ``gcc-8.3``: Version 8.3 removed. Replaced by 9.2. 58 removed. [all …]
|
| H A D | migration-2.7.rst | 27 Support for the Eclipse IDE has been removed. Support continues for 43 .. _migration-2.7-upstream-tracking.inc-removed: 48 The previously deprecated ``upstream-tracking.inc`` file is now removed. 55 .. _migration-2.7-distro-features-libc-removed: 61 configure glibc using kconfig has been removed for quite some time 116 - ``lrzsz``: This package has been removed from 123 .. _migration-2.7-removed-recipes: 128 The following recipes have been removed: 140 .. _migration-2.7-removed-classes: 145 The following classes have been removed: [all …]
|
| H A D | migration-3.1.rst | 28 .. _migration-3.1-mpc8315e-rdb-removed: 30 mpc8315e-rdb machine removed 35 supported it has been removed in this release. The removal does leave a 40 .. _migration-3.1-python-2-removed: 42 Python 2 removed 46 Python 2 has now been removed; it is recommended that you use Python 3 78 .. _migration-3.1-removed-recipes: 83 The following recipes have been removed: 103 - ``python``: Python 2 removed (Python 3 preferred) 105 - ``python-setuptools``: Python 2 version removed (python3-setuptools [all …]
|
| H A D | migration-2.0.rst | 32 .. _migration-2.0-Gstreamer-0.10-removed: 37 Gstreamer 0.10 has been removed in favor of Gstreamer 1.x. As part of 42 .. _migration-2.0-removed-recipes: 47 The following recipes have been moved or removed: 53 - ``gamin``: The recipe is obsolete and has been removed. 58 - Gstreamer 0.10 Recipes: Recipes for Gstreamer 0.10 have been removed 61 - ``insserv``: The recipe is obsolete and has been removed. 69 - ``python-gst``: The recipe is obsolete and has been removed since it 72 - ``qt-mobility``: The recipe is obsolete and has been removed since it 75 - ``subversion``: All 1.6.x versions of this recipe have been removed. [all …]
|
| H A D | migration-2.4.rst | 18 removed since a separate environment setup script is no longer needed. 87 .. _migration-2.4-removed-recipes: 92 The following recipes have been removed: 111 recipe has been removed. 133 removed in the previous release. ``glibc`` and ``musl`` have their 143 - ``linux-yocto (4.1)``: This recipe was removed in favor of 4.4, 162 - ``python-async``: This recipe has been removed in favor of the 165 - ``python-gitdb``: This recipe has been removed in favor of the 168 - ``python-git``: This recipe was removed in favor of the Python 3 171 - ``python-mako``: This recipe was removed in favor of the Python 3 [all …]
|
| H A D | migration-4.0.rst | 19 renamed or removed variables still exist in your recipes or configuration. 51 ``TUNEABI``, ``TUNEABI_WHITELIST``, and ``TUNEABI_OVERRIDE`` have been removed. 104 - The ambiguous "BSD" license has been removed from the ``common-licenses`` directory. 117 - The ``AVAILABLE_LICENSES`` variable has been removed. This variable was a performance 120 function has been removed from the :ref:`license <ref-classes-license>` class as 126 The following recipes have been removed in this release: 131 - ``linux-yocto``: removed version 5.14 recipes (5.15 and 5.10 still provided) 155 Prelink removed 164 any further, so all of the prelinking functionality has been removed in this release. 173 ``reproducible`` class has been removed and its previous contents merged into the [all …]
|
| H A D | migration-2.5.rst | 32 - *armv7a Legacy Package Feed Support:* Legacy support is removed for 38 .. _migration-2.5-removed-recipes: 43 The following recipes have been removed: 55 ``oprofile``, which has been removed. 58 removed. Versions 4.12, 4.14, and 4.15 remain. 62 - ``mkelfimage``: This tool has been removed in the upstream coreboot 81 the compressed ISO image feature has been removed. 93 removed. These scripts are not maintained and are outdated. In many 138 tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``, 221 - The previously deprecated ``base_*`` functions have been removed in [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | ppc-memtrace | 14 you want removed from each NUMA node to this file - it must be 15 aligned to the memblock size. This amount of RAM will be removed 18 removed from each node, the following files are created. To 26 Description: This directory contains information about the removed memory 33 Description: This contains the size of the memory removed from the node. 39 Description: This contains the start address of the removed memory.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | feature-removal-schedule.txt | 2 removed from the U-Boot source tree. Every entry should contain what 3 exactly is going away, when it will be gone, why it is being removed, 4 and who is going to be doing the work. When the feature is removed 5 from U-Boot, its corresponding entry should also be removed from this 39 Such files shall be removed from the U-Boot source tree.
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | stackleak_plugin.c | 338 bool removed = false; in remove_stack_tracking_gasm() local 385 gcc_assert(!removed); in remove_stack_tracking_gasm() 386 removed = true; in remove_stack_tracking_gasm() 389 return removed; in remove_stack_tracking_gasm() 400 bool removed = false; in stackleak_cleanup_execute() local 426 removed = remove_stack_tracking_gasm(); in stackleak_cleanup_execute() 428 if (!removed) in stackleak_cleanup_execute()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_multiq.c | 176 struct Qdisc **removed; in multiq_tune() local 188 removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands), in multiq_tune() 190 if (!removed) in multiq_tune() 201 removed[n_removed++] = child; in multiq_tune() 208 qdisc_put(removed[i]); in multiq_tune() 209 kfree(removed); in multiq_tune()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/ |
| H A D | README | 36 the kernel, but are marked to be removed at some later point in 38 why it is obsolete and when it can be expected to be removed. 40 removed/ 42 been removed from the kernel. 74 Interfaces may be removed from obsolete and the kernel as long as the 78 developers feel they are finished. They cannot be removed from the
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H A D | binding.rst | 91 When a device is removed, the reference count for it will eventually 93 is removed from the driver's list of devices and the reference count 94 of the driver is decremented. All symlinks between the two are removed. 96 When a driver is removed, the list of devices that it supports is 98 one. The device is removed from that list and the symlinks removed.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 861 removed = sa - sb 862 return changed, added, removed 881 removed = [] 892 removed.append(x) 894 removed = [x[0] for x in removed] 895 return changed, added, removed 913 …changed, added, removed = dict_diff(a_data['gendeps'], b_data['gendeps'], a_data['basehash_ignore_… 922 if removed: 923 for dep in sorted(removed): 927 changed, added, removed = dict_diff(a_data['varvals'], b_data['varvals']) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | abi-removed.rst | 1 ABI removed symbols 4 .. kernel-abi:: $srctree/Documentation/ABI/removed
|
| H A D | abi-obsolete.rst | 5 marked to be removed at some later point in time. 8 obsolete and when it can be expected to be removed.
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/ |
| H A D | README | 41 JP1 removed (don't force PORESET) 53 JP1 removed (don't force PORESET) 54 JP2 removed (ETH4/2 RMII) 55 JP3 removed (ETH3 RMII) 56 JP4 removed (HRCW from FLASH)
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-corsair.c | 33 bool removed; member 209 if (led->removed) in k90_backlight_work() 235 if (led->removed) in k90_record_led_work() 445 drvdata->backlight->removed = false; in k90_init_backlight() 490 k90->record_led.removed = false; in k90_init_macro_functions() 509 k90->record_led.removed = true; in k90_init_macro_functions() 526 drvdata->backlight->removed = true; in k90_cleanup_backlight() 542 k90->record_led.removed = true; in k90_cleanup_macro_functions()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | ratio | 16 _LIBCPP_WARNING("<experimental/ratio> has been removed. Use <ratio> instead.") 18 # warning "<experimental/ratio> has been removed. Use <ratio> instead."
|
| H A D | string_view | 16 _LIBCPP_WARNING("<experimental/string_view> has been removed. Use <string_view> instead.") 18 # warning "<experimental/string_view> has been removed. Use <string_view> instead."
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | tuple | 16 _LIBCPP_WARNING("<experimental/tuple> has been removed. Use <tuple> instead.") 18 # warning "<experimental/tuple> has been removed. Use <tuple> instead."
|
| H A D | numeric | 16 _LIBCPP_WARNING("<experimental/numeric> has been removed. Use <numeric> instead.") 18 # warning "<experimental/numeric> has been removed. Use <numeric> instead."
|
| H A D | string_view | 16 _LIBCPP_WARNING("<experimental/string_view> has been removed. Use <string_view> instead.") 18 # warning "<experimental/string_view> has been removed. Use <string_view> instead."
|
| H A D | ratio | 16 _LIBCPP_WARNING("<experimental/ratio> has been removed. Use <ratio> instead.") 18 # warning "<experimental/ratio> has been removed. Use <ratio> instead."
|