diff options
| author | Robert Schuster <thebohemian@gmx.net> | 2008-07-21 11:38:32 +0000 |
|---|---|---|
| committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-21 11:38:32 +0000 |
| commit | b56be2db834164a767740da4b63ee35c42164086 (patch) | |
| tree | 611333460a7d42b461ae975d18b5609fd223b9f4 /classes/singlemachine.bbclass | |
| parent | 4f512b95406a1e0354cb64ce4e679c6ed1437b17 (diff) | |
| parent | bacf7fec4317a33c54f60e59032b4dc4f9e264d0 (diff) | |
merge of 'a153d288427652523d9cf6ef78faccfc723035d5'
and 'd910c68cbd1dafb9c6b77187abde5e456d8606e9'
Diffstat (limited to 'classes/singlemachine.bbclass')
| -rw-r--r-- | classes/singlemachine.bbclass | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/classes/singlemachine.bbclass b/classes/singlemachine.bbclass new file mode 100644 index 0000000000..e4b2b6f7b3 --- /dev/null +++ b/classes/singlemachine.bbclass @@ -0,0 +1,12 @@ +# +# 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}" +PKGDATA_DIR = "${STAGING_DIR}/pkgdata" +STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel" + |
