diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-04 08:42:26 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-04 08:42:26 +0000 |
commit | 50892a61a0162899157adebe53999dbbf90dc410 (patch) | |
tree | 503558e81bfb26f90dea997e9afbe17e3f08b41c /classes/multimachine.bbclass | |
parent | d9d8e78b952be13336c8dfa96ed445fa1c7f1dff (diff) |
multimachine.bbclass: Use a new PKGDATA_DIR which includes the multimachine path to prevent cross contamination between machines. This change requires all install tasks to rerun (remove the do_install stamps from tmp/stamps)
Diffstat (limited to 'classes/multimachine.bbclass')
-rw-r--r-- | classes/multimachine.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/classes/multimachine.bbclass b/classes/multimachine.bbclass index 0286a29515..945d22bfe0 100644 --- a/classes/multimachine.bbclass +++ b/classes/multimachine.bbclass @@ -1,9 +1,7 @@ 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}" +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. |