summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/familiar.conf2
-rw-r--r--conf/distro/include/.mtn2git_empty0
-rw-r--r--conf/distro/include/multimachine.conf3
-rw-r--r--conf/distro/openzaurus.conf2
4 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf
index 98807d63ab..0b31c3c5a3 100644
--- a/conf/distro/familiar.conf
+++ b/conf/distro/familiar.conf
@@ -12,3 +12,5 @@ BOOTSTRAP_EXTRA_DEPENDS += "familiar-version"
BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version"
DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
+
+include conf/distro/include/multimachine.conf \ No newline at end of file
diff --git a/conf/distro/include/.mtn2git_empty b/conf/distro/include/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/conf/distro/include/.mtn2git_empty
diff --git a/conf/distro/include/multimachine.conf b/conf/distro/include/multimachine.conf
new file mode 100644
index 0000000000..1f73ffd30f
--- /dev/null
+++ b/conf/distro/include/multimachine.conf
@@ -0,0 +1,3 @@
+STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
+WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
+STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf
index 1a4fc7c3f8..b110ad84e9 100644
--- a/conf/distro/openzaurus.conf
+++ b/conf/distro/openzaurus.conf
@@ -14,3 +14,5 @@ TARGET_FPU = "soft"
PARALLEL_INSTALL_MODULES = "1"
DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
+
+include conf/distro/include/multimachine.conf \ No newline at end of file