meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / stx-puppet / poky-specific-apply-network-config-script.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/stx-puppet/poky-specific-apply-network-config-script.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/stx-puppet/poky-specific-apply-network-config-script.patch
deleted file mode 100644 (file)
index 4cb2344..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ru a/puppet-manifests/src/modules/platform/manifests/network.pp b/puppet-manifests/src/modules/platform/manifests/network.pp
---- a/puppet-manifests/src/modules/platform/manifests/network.pp       2020-04-08 19:10:04.478548420 +0800
-+++ b/puppet-manifests/src/modules/platform/manifests/network.pp       2020-04-08 19:10:22.674548916 +0800
-@@ -208,8 +208,14 @@
-   -> Network_route6 <| |>
-   -> Exec['apply-network-config']
--  exec {'apply-network-config':
--    command => 'apply_network_config.sh',
-+  if($::operatingsystem == 'poky-stx') {
-+    exec {'apply-network-config':
-+      command => 'apply_network_config_poky.sh',
-+    }
-+  } else {
-+    exec {'apply-network-config':
-+      command => 'apply_network_config.sh',
-+    }
-   }
- }