diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a24be0551d..2dd2bb1640 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -351,6 +351,7 @@ S = "${WORKDIR}/${BP}" | |||
351 | B = "${S}" | 351 | B = "${S}" |
352 | 352 | ||
353 | STAGING_DIR = "${TMPDIR}/sysroots" | 353 | STAGING_DIR = "${TMPDIR}/sysroots" |
354 | COMPONENTS_DIR = "${STAGING_DIR}-components" | ||
354 | RECIPE_SYSROOT = "${WORKDIR}/recipe-sysroot" | 355 | RECIPE_SYSROOT = "${WORKDIR}/recipe-sysroot" |
355 | RECIPE_SYSROOT_NATIVE = "${WORKDIR}/recipe-sysroot-native" | 356 | RECIPE_SYSROOT_NATIVE = "${WORKDIR}/recipe-sysroot-native" |
356 | 357 | ||
@@ -655,7 +656,7 @@ SRC_URI = "" | |||
655 | # Use pseudo as the fakeroot implementation | 656 | # Use pseudo as the fakeroot implementation |
656 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" | 657 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" |
657 | PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}:${PSEUDO_SYSROOT}" | 658 | PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}:${PSEUDO_SYSROOT}" |
658 | PSEUDO_SYSROOT = "${STAGING_DIR}-components/${BUILD_ARCH}/pseudo-native" | 659 | PSEUDO_SYSROOT = "${COMPONENTS_DIR}/${BUILD_ARCH}/pseudo-native" |
659 | export PSEUDO_DISABLED = "1" | 660 | export PSEUDO_DISABLED = "1" |
660 | #export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}" | 661 | #export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}" |
661 | #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" | 662 | #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" |