diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-01 15:25:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-01 15:25:00 +0000 |
commit | 956f5bb2c9a104582f87b5831a71bfad349cf2b0 (patch) | |
tree | 52fef600b876634a2774bdda5ff5676aa1a7d122 | |
parent | eb4534607c691fa07f62c054dea9cc18baf3d9a2 (diff) |
multimachine.bbclass: Add PKGDATA_DIR defintion, disabled for now (from poky)
-rw-r--r-- | classes/multimachine.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/multimachine.bbclass b/classes/multimachine.bbclass index 4187a00ec3..0286a29515 100644 --- a/classes/multimachine.bbclass +++ b/classes/multimachine.bbclass @@ -1,6 +1,9 @@ STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/${PF}" WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/${PF}" STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel" +# Enable me to fix pkgdata problems with multimachine +# Requires all install tasks to rerun (wipe all install stamps from tmp/stamps/ +#PKGDATA_DIR = "${STAGING_DIR}/pkgdata/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}" # Find any machine specific sub packages and if present, mark the # whole package as machine specific for multimachine purposes. |