From ce4599e521c498598226062dddf05e54a56a45b2 Mon Sep 17 00:00:00 2001 From: gururaajar Date: Fri, 1 May 2026 10:32:13 -0400 Subject: [PATCH 1/2] RDK-60581: Changed the autostart option for the plugins Reason for Change: Autostart of the plugins are changved to false Test Procedure: Check whether the plugin starts in sqeuence and there is no regression Priority: P1 Risks: Medium --- legacy/LegacyNetworkAPIs.conf.in | 2 +- legacy/LegacyNetworkAPIs.config | 2 +- legacy/LegacyWiFiManagerAPIs.conf.in | 2 +- legacy/LegacyWiFiManagerAPIs.config | 2 +- plugin/NetworkManager.conf.in | 2 +- plugin/NetworkManager.config | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/legacy/LegacyNetworkAPIs.conf.in b/legacy/LegacyNetworkAPIs.conf.in index c9e5db2c..39cf67b9 100644 --- a/legacy/LegacyNetworkAPIs.conf.in +++ b/legacy/LegacyNetworkAPIs.conf.in @@ -1,4 +1,4 @@ precondition = ["Platform"] callsign = "org.rdk.Network" -autostart = "true" +autostart = "false" startuporder = "@PLUGIN_LEGACY_NW_STARTUPORDER@" diff --git a/legacy/LegacyNetworkAPIs.config b/legacy/LegacyNetworkAPIs.config index 74572ce9..34c60c67 100644 --- a/legacy/LegacyNetworkAPIs.config +++ b/legacy/LegacyNetworkAPIs.config @@ -1,4 +1,4 @@ -set (autostart true) +set (autostart false) set (preconditions Platform) set (callsign "org.rdk.Network") set (startuporder ${PLUGIN_LEGACY_NW_STARTUPORDER}) diff --git a/legacy/LegacyWiFiManagerAPIs.conf.in b/legacy/LegacyWiFiManagerAPIs.conf.in index 80e3c699..02f46112 100644 --- a/legacy/LegacyWiFiManagerAPIs.conf.in +++ b/legacy/LegacyWiFiManagerAPIs.conf.in @@ -1,4 +1,4 @@ precondition = ["Platform"] callsign = "org.rdk.Wifi" -autostart = "true" +autostart = "false" startuporder = "@PLUGIN_LEGACY_WIFI_STARTUPORDER@" diff --git a/legacy/LegacyWiFiManagerAPIs.config b/legacy/LegacyWiFiManagerAPIs.config index 13a832da..7aa4dfb3 100644 --- a/legacy/LegacyWiFiManagerAPIs.config +++ b/legacy/LegacyWiFiManagerAPIs.config @@ -1,4 +1,4 @@ -set (autostart true) +set (autostart false) set (preconditions Platform) set (callsign "org.rdk.Wifi") set (startuporder ${PLUGIN_LEGACY_WIFI_STARTUPORDER}) diff --git a/plugin/NetworkManager.conf.in b/plugin/NetworkManager.conf.in index 379907bb..b4876296 100644 --- a/plugin/NetworkManager.conf.in +++ b/plugin/NetworkManager.conf.in @@ -1,6 +1,6 @@ callsign= "org.rdk.NetworkManager" startuporder = "@PLUGIN_NETWORKMANAGER_STARTUPORDER@" -autostart = "true" +autostart = "false" process= JSON() process.add("outofprocess", "true") diff --git a/plugin/NetworkManager.config b/plugin/NetworkManager.config index c70241fc..59563509 100644 --- a/plugin/NetworkManager.config +++ b/plugin/NetworkManager.config @@ -1,6 +1,6 @@ set(callsign "org.rdk.NetworkManager") set (startuporder ${PLUGIN_NETWORKMANAGER_STARTUPORDER}) -set (autostart true) +set (autostart false) map() key(root) From 602902cffb10a2a222ec3b5a6e967ea3e58c22df Mon Sep 17 00:00:00 2001 From: gururaajar Date: Fri, 1 May 2026 10:32:13 -0400 Subject: [PATCH 2/2] RDK-60581: Changed the autostart option for the plugins Reason for Change: Autostart of the plugins are changved to false Test Procedure: Check whether the plugin starts in sqeuence and there is no regression Priority: P1 Risks: Medium --- legacy/LegacyNetworkAPIs.conf.in | 2 +- legacy/LegacyNetworkAPIs.config | 2 +- legacy/LegacyWiFiManagerAPIs.conf.in | 2 +- legacy/LegacyWiFiManagerAPIs.config | 2 +- plugin/CMakeLists.txt | 4 ---- plugin/NetworkManager.conf.in | 2 +- plugin/NetworkManager.config | 2 +- .../gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf | 2 -- 8 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 plugin/gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf diff --git a/legacy/LegacyNetworkAPIs.conf.in b/legacy/LegacyNetworkAPIs.conf.in index c9e5db2c..39cf67b9 100644 --- a/legacy/LegacyNetworkAPIs.conf.in +++ b/legacy/LegacyNetworkAPIs.conf.in @@ -1,4 +1,4 @@ precondition = ["Platform"] callsign = "org.rdk.Network" -autostart = "true" +autostart = "false" startuporder = "@PLUGIN_LEGACY_NW_STARTUPORDER@" diff --git a/legacy/LegacyNetworkAPIs.config b/legacy/LegacyNetworkAPIs.config index 74572ce9..34c60c67 100644 --- a/legacy/LegacyNetworkAPIs.config +++ b/legacy/LegacyNetworkAPIs.config @@ -1,4 +1,4 @@ -set (autostart true) +set (autostart false) set (preconditions Platform) set (callsign "org.rdk.Network") set (startuporder ${PLUGIN_LEGACY_NW_STARTUPORDER}) diff --git a/legacy/LegacyWiFiManagerAPIs.conf.in b/legacy/LegacyWiFiManagerAPIs.conf.in index 80e3c699..02f46112 100644 --- a/legacy/LegacyWiFiManagerAPIs.conf.in +++ b/legacy/LegacyWiFiManagerAPIs.conf.in @@ -1,4 +1,4 @@ precondition = ["Platform"] callsign = "org.rdk.Wifi" -autostart = "true" +autostart = "false" startuporder = "@PLUGIN_LEGACY_WIFI_STARTUPORDER@" diff --git a/legacy/LegacyWiFiManagerAPIs.config b/legacy/LegacyWiFiManagerAPIs.config index 13a832da..7aa4dfb3 100644 --- a/legacy/LegacyWiFiManagerAPIs.config +++ b/legacy/LegacyWiFiManagerAPIs.config @@ -1,4 +1,4 @@ -set (autostart true) +set (autostart false) set (preconditions Platform) set (callsign "org.rdk.Wifi") set (startuporder ${PLUGIN_LEGACY_WIFI_STARTUPORDER}) diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index d834861d..a5b12d94 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -158,10 +158,6 @@ if(ENABLE_GNOME_NETWORKMANAGER) DESTINATION ${CMAKE_INSTALL_PREFIX}/../lib/rdk) install(FILES gnome/systemd/gnome-networkmanager-migration.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/../lib/systemd/system/wpeframework-networkmanager.service.d) - if(ENABLE_MIGRATION_MFRMGR_SUPPORT) - install(FILES gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf - DESTINATION ${CMAKE_INSTALL_PREFIX}/../lib/systemd/system/wpeframework-networkmanager.service.d) - endif(ENABLE_MIGRATION_MFRMGR_SUPPORT) endif(ENABLE_GNOME_NETWORKMANAGER) #Generate Plugin configuration file diff --git a/plugin/NetworkManager.conf.in b/plugin/NetworkManager.conf.in index 379907bb..b4876296 100644 --- a/plugin/NetworkManager.conf.in +++ b/plugin/NetworkManager.conf.in @@ -1,6 +1,6 @@ callsign= "org.rdk.NetworkManager" startuporder = "@PLUGIN_NETWORKMANAGER_STARTUPORDER@" -autostart = "true" +autostart = "false" process= JSON() process.add("outofprocess", "true") diff --git a/plugin/NetworkManager.config b/plugin/NetworkManager.config index c70241fc..59563509 100644 --- a/plugin/NetworkManager.config +++ b/plugin/NetworkManager.config @@ -1,6 +1,6 @@ set(callsign "org.rdk.NetworkManager") set (startuporder ${PLUGIN_NETWORKMANAGER_STARTUPORDER}) -set (autostart true) +set (autostart false) map() key(root) diff --git a/plugin/gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf b/plugin/gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf deleted file mode 100644 index 67b628c3..00000000 --- a/plugin/gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf +++ /dev/null @@ -1,2 +0,0 @@ -[Unit] -After= iarmbusd.service mfrmgr.service