summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorMark Hatle <mhatle@windriver.com>2010-08-04 06:45:10 -0700
committerMark Hatle <mhatle@windriver.com>2010-08-04 15:40:56 -0700
commit4e2c84f6b4d200e35afc7fff1b39de85afb480af (patch)
tree3ee2adc265c09120edee9ffbec9134a2b3353a22 /meta/conf/bitbake.conf
parentaed7ee04fdd4bb49997a30785fbb100e33a3f2c7 (diff)
downloadpoky-4e2c84f6b4d200e35afc7fff1b39de85afb480af.tar.gz
pseudo: Change pseudo integration to better support local DBs
Change the pseudo integration: * Uprev to latest open source version * Restructure the patches to allow for many local DBs, as well as pseudo specific lib dirs. Signed-off-by: Mark Hatle <mhatle@windriver.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 49ea3fc959..29dab544f7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -530,9 +530,8 @@ SRC_URI = "file://${FILE}"
530 530
531# We can choose which provider of fake root privileges to use 531# We can choose which provider of fake root privileges to use
532# default is fakeroot but in Poky we use pseudo 532# default is fakeroot but in Poky we use pseudo
533# this is hopefully only temporary, to work around the database becoming corrupt 533PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
534PSEUDO_DATADIR ?= "${WORKDIR}/pseudo/" 534FAKEROOT = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_NOSYMLINKEXP=1 pseudo"
535FAKEROOT = "PSEUDO_DATADIR=${PSEUDO_DATADIR} PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_NOSYMLINKEXP=1 pseudo"
536PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" 535PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
537 536
538 537