summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-16 11:32:14 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-27 16:58:42 +0100
commit7f019514d81ac56135db70d22e38653fe557424a (patch)
tree517170d1e3ef28ebee3ed4cfe5309e53b7e58182 /meta/conf
parente866ea68c7cd3e4f17c60e0952dd2a66ee94c65a (diff)
downloadpoky-7f019514d81ac56135db70d22e38653fe557424a.tar.gz
Move STAGING_BINDIR_CROSS into target sysroot, instead of native
Cross scripts now live in sysroot/$arch-distro-os/crossscripts, this conveys that they are no longer native system dependant and emphasises their purpose. Bump the staging ABI and implement a simple migration from ABI 3 to ABI 4. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/abi_version.conf2
-rw-r--r--meta/conf/bitbake.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index 3ffcb616ca..a3287a56fc 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -4,4 +4,4 @@
4# that breaks the format and have been previously discussed on the mailing list 4# that breaks the format and have been previously discussed on the mailing list
5# with general agreement from the core team. 5# with general agreement from the core team.
6# 6#
7OELAYOUT_ABI = "3" 7OELAYOUT_ABI = "4"
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1745688fa8..ee652e79e1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -254,7 +254,7 @@ STAGING_DIR = "${TMPDIR}/sysroots"
254 254
255STAGING_DIR_NATIVE = "${STAGING_DIR}/${BUILD_SYS}" 255STAGING_DIR_NATIVE = "${STAGING_DIR}/${BUILD_SYS}"
256STAGING_BINDIR_NATIVE = "${STAGING_DIR_NATIVE}${bindir_native}" 256STAGING_BINDIR_NATIVE = "${STAGING_DIR_NATIVE}${bindir_native}"
257STAGING_BINDIR_CROSS = "${STAGING_DIR_NATIVE}${bindir_native}/${MULTIMACH_HOST_SYS}" 257STAGING_BINDIR_CROSS = "${STAGING_BINDIR}/crossscripts"
258STAGING_LIBDIR_NATIVE = "${STAGING_DIR_NATIVE}${libdir_native}" 258STAGING_LIBDIR_NATIVE = "${STAGING_DIR_NATIVE}${libdir_native}"
259STAGING_INCDIR_NATIVE = "${STAGING_DIR_NATIVE}${includedir_native}" 259STAGING_INCDIR_NATIVE = "${STAGING_DIR_NATIVE}${includedir_native}"
260STAGING_ETCDIR_NATIVE = "${STAGING_DIR_NATIVE}${sysconfdir_native}" 260STAGING_ETCDIR_NATIVE = "${STAGING_DIR_NATIVE}${sysconfdir_native}"