summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-01 17:10:57 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-06 13:06:43 +0000
commit9875917aa9a774793c59c1fab5733affe2ac1bde (patch)
tree1ebb623792413b8e6ff487e289721a0bca28e330 /examples
parent2475d56eccee30f93fe67e3d8ac4ad81eca54a29 (diff)
Make appImageMountDir config key optional
And remove it from all our example config files Change-Id: I1e7756d0d4bd504e35950ef56425d81b6af0d576 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/applicationmanager/animated-windows/am-config.yaml1
-rw-r--r--examples/applicationmanager/hello-world/am-config.yaml1
-rw-r--r--examples/applicationmanager/minidesk/am-config.yaml1
-rw-r--r--examples/applicationmanager/monitor/am-config.yaml1
-rw-r--r--examples/applicationmanager/multi-views/am-config.yaml1
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/applicationmanager/animated-windows/am-config.yaml b/examples/applicationmanager/animated-windows/am-config.yaml
index 48eeb1a4..d77efee0 100644
--- a/examples/applicationmanager/animated-windows/am-config.yaml
+++ b/examples/applicationmanager/animated-windows/am-config.yaml
@@ -4,7 +4,6 @@ formatType: am-configuration
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
installedAppsManifestDir: "/tmp/animated-windows/manifests"
- appImageMountDir: "/tmp/animated-windows/image-mounts"
database: "/tmp/animated-windows/apps.db"
ui:
diff --git a/examples/applicationmanager/hello-world/am-config.yaml b/examples/applicationmanager/hello-world/am-config.yaml
index d064aba6..a54890c1 100644
--- a/examples/applicationmanager/hello-world/am-config.yaml
+++ b/examples/applicationmanager/hello-world/am-config.yaml
@@ -4,7 +4,6 @@ formatType: am-configuration
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
installedAppsManifestDir: "/tmp/hello-world/manifests"
- appImageMountDir: "/tmp/hello-world/image-mounts"
database: "/tmp/hello-world/apps.db"
ui:
diff --git a/examples/applicationmanager/minidesk/am-config.yaml b/examples/applicationmanager/minidesk/am-config.yaml
index 269e20c7..274204c8 100644
--- a/examples/applicationmanager/minidesk/am-config.yaml
+++ b/examples/applicationmanager/minidesk/am-config.yaml
@@ -11,7 +11,6 @@ installationLocations:
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
installedAppsManifestDir: "/tmp/minidesk/manifests"
- appImageMountDir: "/tmp/minidesk/image-mounts"
database: "/tmp/minidesk/apps.db"
logging:
diff --git a/examples/applicationmanager/monitor/am-config.yaml b/examples/applicationmanager/monitor/am-config.yaml
index 5212d8fb..66a5975e 100644
--- a/examples/applicationmanager/monitor/am-config.yaml
+++ b/examples/applicationmanager/monitor/am-config.yaml
@@ -12,7 +12,6 @@ installationLocations:
applications:
builtinAppsManifestDir: "apps"
installedAppsManifestDir: "/tmp/am/manifests"
- appImageMountDir: "/tmp/am/image-mounts"
database: "/tmp/am/apps.db"
logging:
diff --git a/examples/applicationmanager/multi-views/am-config.yaml b/examples/applicationmanager/multi-views/am-config.yaml
index 1fa63b8a..7b23c72d 100644
--- a/examples/applicationmanager/multi-views/am-config.yaml
+++ b/examples/applicationmanager/multi-views/am-config.yaml
@@ -11,7 +11,6 @@ installationLocations:
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
installedAppsManifestDir: "/tmp/multi-views/manifests"
- appImageMountDir: "/tmp/multi-views/image-mounts"
database: "/tmp/multi-views/apps.db"
logging: