1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

Merge multimachine class into bitbake.conf and create singlemachine.bbclass as a backwards compatibility option

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4858 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-07-17 20:49:48 +00:00
parent 45d0dac16a
commit 767d9ca544
5 changed files with 58 additions and 56 deletions
+15
View File
@@ -0,0 +1,15 @@
#
# Emulates the old mode of OE operation where only one machine can be targetted.
#
MULTIMACH_TARGET_SYS = "${TARGET_SYS}"
MULTIMACH_HOST_SYS = "${HOST_SYS}"
STAMP = "${TMPDIR}/stamps/${PF}"
WORKDIR = "${TMPDIR}/work/${PF}"
STAGING_DIR_HOST = "${STAGING_DIR}/${HOST_SYS}"
STAGING_DIR_TARGET = "${STAGING_DIR}/${TARGET_SYS}"
PKGDATA_DIR = "${STAGING_DIR}/pkgdata"
STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel"