summaryrefslogtreecommitdiffstats
path: root/meta/classes/multimachine.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-14 00:31:00 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-14 00:31:00 +0000
commit0f5e8d268ac12902ecab20994cba67cce2ff8931 (patch)
treea3848f4d003d82fd56bae5c3774bb3dd74c26a3e /meta/classes/multimachine.bbclass
parentdec8b8b6187165812c9c911023747098cdad94ff (diff)
downloadpoky-0f5e8d268ac12902ecab20994cba67cce2ff8931.tar.gz
multimachine: HOST_OS should be TARGET_OS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@604 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/multimachine.bbclass')
-rw-r--r--meta/classes/multimachine.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/multimachine.bbclass b/meta/classes/multimachine.bbclass
index 2248f326cc..01dec648c3 100644
--- a/meta/classes/multimachine.bbclass
+++ b/meta/classes/multimachine.bbclass
@@ -1,6 +1,6 @@
1STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}-${HOST_OS}/${PF}" 1STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}-${TARGET_OS}/${PF}"
2WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}-${HOST_OS}/${PF}" 2WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}-${TARGET_OS}/${PF}"
3STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${HOST_OS}/kernel" 3STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${TARGET_OS}/kernel"
4 4
5# Find any machine specific sub packages and if present, mark the 5# Find any machine specific sub packages and if present, mark the
6# whole package as machine specific for multimachine purposes. 6# whole package as machine specific for multimachine purposes.