sg3-utils: add newer buildable version
[openembedded.git] / classes / singlemachine.bbclass
1 #
2 # Emulates the old mode of OE operation where only one machine can be targetted.
3 #
4
5 MULTIMACH_TARGET_SYS = "${TARGET_SYS}"
6 MULTIMACH_HOST_SYS = "${HOST_SYS}"
7
8 STAMP = "${TMPDIR}/stamps/${PF}"
9 WORKDIR = "${TMPDIR}/work/${PF}"
10 PKGDATA_DIR = "${STAGING_DIR}/pkgdata"
11 STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel"
12