summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2013-05-30 12:19:14 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2013-05-30 12:19:14 +0100
commita110f877d2ffc87c6e2adbd20d7052addc20b75c (patch)
tree41d2b6ea74801a265a175ff312663775250327db
parent87d880e024d214b57de3ac541f836a945369b6ef (diff)
downloaddefinitions-a110f877d2ffc87c6e2adbd20d7052addc20b75c.tar.gz
CONFIGURE: Rationalise all configuration extensions
-rw-r--r--base-system-armv7-highbank.morph5
-rw-r--r--base-system-armv7-versatile.morph5
-rw-r--r--base-system-armv7b-highbank.morph8
-rw-r--r--base-system-x86_32-generic.morph5
-rw-r--r--base-system-x86_64-generic.morph5
-rw-r--r--devel-system-armv7-highbank.morph5
-rw-r--r--devel-system-armv7-versatile.morph5
-rw-r--r--devel-system-armv7b-highbank.morph8
-rw-r--r--devel-system-x86_32-generic.morph5
-rw-r--r--devel-system-x86_64-generic.morph5
-rw-r--r--genivi-baseline-system-armv7-versatile.morph3
-rw-r--r--genivi-baseline-system-x86_64-generic.morph3
-rw-r--r--genivi-devel-system-armv7-versatile.morph4
-rw-r--r--genivi-devel-system-x86_64-generic.morph5
-rw-r--r--qt4-devel-system-x86_64-generic.morph8
-rw-r--r--qt5-devel-system-x86_64-generic.morph8
16 files changed, 77 insertions, 10 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph
index 9d045f83..bb9cc5bd 100644
--- a/base-system-armv7-highbank.morph
+++ b/base-system-armv7-highbank.morph
@@ -30,6 +30,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/base-system-armv7-versatile.morph b/base-system-armv7-versatile.morph
index ff2aae08..759d8845 100644
--- a/base-system-armv7-versatile.morph
+++ b/base-system-armv7-versatile.morph
@@ -30,6 +30,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph
index f575ef4e..df5d5bbe 100644
--- a/base-system-armv7b-highbank.morph
+++ b/base-system-armv7b-highbank.morph
@@ -26,5 +26,13 @@
"repo": "baserock:baserock/morphs",
"ref": "master"
}
+ ],
+ "configuration-extensions": [
+ "set-hostname",
+ "ssh",
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/base-system-x86_32-generic.morph b/base-system-x86_32-generic.morph
index 3227d4ea..31d84b35 100644
--- a/base-system-x86_32-generic.morph
+++ b/base-system-x86_32-generic.morph
@@ -30,6 +30,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/base-system-x86_64-generic.morph b/base-system-x86_64-generic.morph
index 3d5c45fa..04793049 100644
--- a/base-system-x86_64-generic.morph
+++ b/base-system-x86_64-generic.morph
@@ -30,6 +30,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/devel-system-armv7-highbank.morph b/devel-system-armv7-highbank.morph
index f9c48ba1..eb31a278 100644
--- a/devel-system-armv7-highbank.morph
+++ b/devel-system-armv7-highbank.morph
@@ -35,6 +35,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/devel-system-armv7-versatile.morph b/devel-system-armv7-versatile.morph
index c887a413..a6891f9a 100644
--- a/devel-system-armv7-versatile.morph
+++ b/devel-system-armv7-versatile.morph
@@ -35,6 +35,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph
index 5a7daa06..0dab97d9 100644
--- a/devel-system-armv7b-highbank.morph
+++ b/devel-system-armv7b-highbank.morph
@@ -31,5 +31,13 @@
"repo": "baserock:baserock/morphs",
"ref": "master"
}
+ ],
+ "configuration-extensions": [
+ "set-hostname",
+ "ssh",
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/devel-system-x86_32-generic.morph b/devel-system-x86_32-generic.morph
index c2d22cb2..91735fba 100644
--- a/devel-system-x86_32-generic.morph
+++ b/devel-system-x86_32-generic.morph
@@ -35,6 +35,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/devel-system-x86_64-generic.morph b/devel-system-x86_64-generic.morph
index 81e948f1..646b302e 100644
--- a/devel-system-x86_64-generic.morph
+++ b/devel-system-x86_64-generic.morph
@@ -35,6 +35,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/genivi-baseline-system-armv7-versatile.morph b/genivi-baseline-system-armv7-versatile.morph
index 28b1e1ba..fc303edc 100644
--- a/genivi-baseline-system-armv7-versatile.morph
+++ b/genivi-baseline-system-armv7-versatile.morph
@@ -71,6 +71,9 @@
"set-hostname",
"ssh",
"add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files",
"strip-gplv3"
]
}
diff --git a/genivi-baseline-system-x86_64-generic.morph b/genivi-baseline-system-x86_64-generic.morph
index ffd50427..1b708818 100644
--- a/genivi-baseline-system-x86_64-generic.morph
+++ b/genivi-baseline-system-x86_64-generic.morph
@@ -71,6 +71,9 @@
"set-hostname",
"ssh",
"add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files",
"strip-gplv3"
]
}
diff --git a/genivi-devel-system-armv7-versatile.morph b/genivi-devel-system-armv7-versatile.morph
index 87fd4cfc..1585b8a4 100644
--- a/genivi-devel-system-armv7-versatile.morph
+++ b/genivi-devel-system-armv7-versatile.morph
@@ -76,6 +76,8 @@
"set-hostname",
"ssh",
"add-config-files",
- "install-files"
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/genivi-devel-system-x86_64-generic.morph b/genivi-devel-system-x86_64-generic.morph
index 05d33e0a..9773d560 100644
--- a/genivi-devel-system-x86_64-generic.morph
+++ b/genivi-devel-system-x86_64-generic.morph
@@ -75,6 +75,9 @@
"configuration-extensions": [
"set-hostname",
"ssh",
- "add-config-files"
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/qt4-devel-system-x86_64-generic.morph b/qt4-devel-system-x86_64-generic.morph
index 08e22add..823d690d 100644
--- a/qt4-devel-system-x86_64-generic.morph
+++ b/qt4-devel-system-x86_64-generic.morph
@@ -61,5 +61,13 @@
"repo": "baserock:baserock/morphs",
"ref": "master"
}
+ ],
+ "configuration-extensions": [
+ "set-hostname",
+ "ssh",
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}
diff --git a/qt5-devel-system-x86_64-generic.morph b/qt5-devel-system-x86_64-generic.morph
index a8157d7b..f27d545c 100644
--- a/qt5-devel-system-x86_64-generic.morph
+++ b/qt5-devel-system-x86_64-generic.morph
@@ -61,5 +61,13 @@
"repo": "baserock:baserock/morphs",
"ref": "master"
}
+ ],
+ "configuration-extensions": [
+ "set-hostname",
+ "ssh",
+ "add-config-files",
+ "simple-network",
+ "nfsboot",
+ "install-files"
]
}