[oe-commits] org.oe.dev 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)

rpurdie commit openembedded-commits at lists.openembedded.org
Tue Sep 4 09:04:24 UTC 2007


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)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 209ccafa5a29dc4d6ec16bbb89bfd465904ce377
ViewMTN: http://monotone.openembedded.org/revision.psp?id=209ccafa5a29dc4d6ec16bbb89bfd465904ce377
Files:
1
classes/multimachine.bbclass
Diffs:

#
# mt diff -ra9a8c4a4574f9f7b968c91225f9af27a8928b785 -r209ccafa5a29dc4d6ec16bbb89bfd465904ce377
#
# 
# 
# patch "classes/multimachine.bbclass"
#  from [a237dbcaf9325ca862cbf52d3bb70f3314591e1d]
#    to [b825fe152383c51713a009221a6fa34f71baf94b]
# 
============================================================
--- classes/multimachine.bbclass	a237dbcaf9325ca862cbf52d3bb70f3314591e1d
+++ classes/multimachine.bbclass	b825fe152383c51713a009221a6fa34f71baf94b
@@ -1,9 +1,7 @@ STAGING_KERNEL_DIR = "${STAGING_DIR}/${M
 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.






More information about the Openembedded-commits mailing list