diff options
Diffstat (limited to 'Config.in.legacy')
| -rw-r--r-- | Config.in.legacy | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 69d6abc31d..09c3a2ba59 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -106,11 +106,14 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV select BR2_LEGACY help The 'udev' package has been converted to a virtual package. - There is currently one provider for this feature: 'eudev'. + The providers for this feature are: 'eudev', 'systemd'. - Therefore, you must choose 'Dynamic using eudev' in the - '/dev management' menu to get the same behaviour as in your - old configuration. + Therefore, if you are not using 'systemd' as init system, you + must choose 'Dynamic using eudev' in the '/dev management' + menu to get the same behaviour as in your old configuration. + + If you are using 'systemd', its internal implementation of + 'udev' will be used automatically. You must also check the packages depending on 'udev' are still selected. @@ -121,35 +124,41 @@ config BR2_PACKAGE_UDEV select BR2_PACKAGE_HAS_UDEV help The 'udev' package has been converted to a virtual package. - There is currently one provider for this feature: 'eudev'. + The providers for this feature are: 'eudev', 'systemd'. Your old configuration refers to packages depending on 'udev', either for build or at runtime. - Check that a 'udev' provider is selected, i.e. that 'eudev' is - selected, which is the case if '/dev management' is set to - 'Dynamic using eudev'. + Check that a 'udev' provider is selected. If you are not using + 'systemd' as init system, 'eudev' should be selected, which is + the case if '/dev management' is set to 'Dynamic using eudev'. + + If you are using 'systemd', its internal implementation of 'udev' + is used. config BR2_PACKAGE_UDEV_RULES_GEN - bool "udev rules generation handled by eudev" + bool "udev rules generation handled by provider" select BR2_LEGACY - select BR2_PACKAGE_EUDEV - select BR2_PACKAGE_EUDEV_RULES_GEN + select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD + select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD help The 'udev' package has been converted to a virtual package. - There is currently one provider for this feature: 'eudev'. + The providers for this feature are: 'eudev', 'systemd'. - udev rules generation will now be handled by 'eudev'. + If you are not using 'systemd' as init system, udev rules + generation will be handled by 'eudev'. Check that + '/dev management' is set to 'Dynamic using eudev' to get + the same behaviour as in your old configuration. - Check that '/dev management' is set to 'Dynamic using eudev' - to get the same behaviour as in your old configuration. + If you are using 'systemd', it internal implementation of 'udev' + will generate the rules. config BR2_PACKAGE_UDEV_ALL_EXTRAS bool "udev extras removed" select BR2_LEGACY help The 'udev' package has been converted to a virtual package. - There is currently one provider for this feature: 'eudev'. + The providers for this feature are: 'eudev', 'systemd'. The option to enable the extra features of 'udev' (gudev, ...) has been removed. These features are automatically enabled in |

