summaryrefslogtreecommitdiffstats
path: root/meta/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
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')
-rw-r--r--meta/conf/bitbake.conf5
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc10
2 files changed, 8 insertions, 7 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
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 2edc019acc..838d09b10e 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -106,11 +106,13 @@ SRCREV_pn-tcf-agent ??= "1078"
106SRCREV_pn-osc-native ??= "9096" 106SRCREV_pn-osc-native ??= "9096"
107SRCREV_pn-owl-video ??= "394" 107SRCREV_pn-owl-video ??= "394"
108SRCREV_pn-pkgconfig ??= "66d49f1375fec838bcd301bb4ca2ef76cee0e47c" 108SRCREV_pn-pkgconfig ??= "66d49f1375fec838bcd301bb4ca2ef76cee0e47c"
109SRCREV_pn-prelink ??= "909470ee441237563d6236c505cb2d02ddc48704" 109PRELINKSRCREV ??= "909470ee441237563d6236c505cb2d02ddc48704"
110SRCREV_pn-prelink-native ??= "909470ee441237563d6236c505cb2d02ddc48704" 110SRCREV_pn-prelink ??= "${PRELINKSRCREV}"
111SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}"
111SRCREV_pn-psplash ??= "424" 112SRCREV_pn-psplash ??= "424"
112SRCREV_pn-pseudo ??= "973e40da8e5abb080cc0b9c9eaff4d84dea5b42c" 113PSEUDOSRCREV ??= "551bf567c171c9f6f475f02de80e35df9563dce7"
113SRCREV_pn-pseudo-native ??= "973e40da8e5abb080cc0b9c9eaff4d84dea5b42c" 114SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}"
115SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}"
114QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" 116QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70"
115SRCREV_pn-qemu-native ??= "${QEMUSRCREV}" 117SRCREV_pn-qemu-native ??= "${QEMUSRCREV}"
116SRCREV_pn-qemu-nativesdk ??= "${QEMUSRCREV}" 118SRCREV_pn-qemu-nativesdk ??= "${QEMUSRCREV}"