diff options
author | Mark Hatle <mhatle@windriver.com> | 2010-08-04 06:45:10 -0700 |
---|---|---|
committer | Mark Hatle <mhatle@windriver.com> | 2010-08-04 15:40:56 -0700 |
commit | 4e2c84f6b4d200e35afc7fff1b39de85afb480af (patch) | |
tree | 3ee2adc265c09120edee9ffbec9134a2b3353a22 /meta/conf | |
parent | aed7ee04fdd4bb49997a30785fbb100e33a3f2c7 (diff) | |
download | poky-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.conf | 5 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 10 |
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 | 533 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" |
534 | PSEUDO_DATADIR ?= "${WORKDIR}/pseudo/" | 534 | FAKEROOT = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_NOSYMLINKEXP=1 pseudo" |
535 | FAKEROOT = "PSEUDO_DATADIR=${PSEUDO_DATADIR} PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_NOSYMLINKEXP=1 pseudo" | ||
536 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" | 535 | PREFERRED_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" | |||
106 | SRCREV_pn-osc-native ??= "9096" | 106 | SRCREV_pn-osc-native ??= "9096" |
107 | SRCREV_pn-owl-video ??= "394" | 107 | SRCREV_pn-owl-video ??= "394" |
108 | SRCREV_pn-pkgconfig ??= "66d49f1375fec838bcd301bb4ca2ef76cee0e47c" | 108 | SRCREV_pn-pkgconfig ??= "66d49f1375fec838bcd301bb4ca2ef76cee0e47c" |
109 | SRCREV_pn-prelink ??= "909470ee441237563d6236c505cb2d02ddc48704" | 109 | PRELINKSRCREV ??= "909470ee441237563d6236c505cb2d02ddc48704" |
110 | SRCREV_pn-prelink-native ??= "909470ee441237563d6236c505cb2d02ddc48704" | 110 | SRCREV_pn-prelink ??= "${PRELINKSRCREV}" |
111 | SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" | ||
111 | SRCREV_pn-psplash ??= "424" | 112 | SRCREV_pn-psplash ??= "424" |
112 | SRCREV_pn-pseudo ??= "973e40da8e5abb080cc0b9c9eaff4d84dea5b42c" | 113 | PSEUDOSRCREV ??= "551bf567c171c9f6f475f02de80e35df9563dce7" |
113 | SRCREV_pn-pseudo-native ??= "973e40da8e5abb080cc0b9c9eaff4d84dea5b42c" | 114 | SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" |
115 | SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" | ||
114 | QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" | 116 | QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" |
115 | SRCREV_pn-qemu-native ??= "${QEMUSRCREV}" | 117 | SRCREV_pn-qemu-native ??= "${QEMUSRCREV}" |
116 | SRCREV_pn-qemu-nativesdk ??= "${QEMUSRCREV}" | 118 | SRCREV_pn-qemu-nativesdk ??= "${QEMUSRCREV}" |