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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user