summaryrefslogtreecommitdiff
path: root/openembedded/conf/distro
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-18 11:17:33 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-18 11:17:33 +0000
commit485477e2acd0ab3465725d4c1f14336faeb8dc7e (patch)
tree6d952595f312ee9aa9a81990196ce8848567c1b6 /openembedded/conf/distro
parent157ff6f3ca1faff44726ade9925eee1e5d0d1f7b (diff)
downloadopenembedded-core-485477e2acd0ab3465725d4c1f14336faeb8dc7e.tar.gz
openembedded-core-485477e2acd0ab3465725d4c1f14336faeb8dc7e.tar.bz2
openembedded-core-485477e2acd0ab3465725d4c1f14336faeb8dc7e.tar.xz
openembedded-core-485477e2acd0ab3465725d4c1f14336faeb8dc7e.zip
Add multimachine changes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@284 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro')
-rw-r--r--openembedded/conf/distro/include/multimachine.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/openembedded/conf/distro/include/multimachine.conf b/openembedded/conf/distro/include/multimachine.conf
new file mode 100644
index 000000000..1f73ffd30
--- /dev/null
+++ b/openembedded/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"