diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-19 11:59:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-19 11:59:42 +0000 |
commit | a566074ef3d690ce21306b5f8636da7ccabb7bf9 (patch) | |
tree | 8de2a7e558f20d1cc785e824a402a397d5cf9502 /meta/conf/sanity.conf | |
parent | 7471ff92aead597d027e90bfe273606de989dea4 (diff) | |
download | poky-a566074ef3d690ce21306b5f8636da7ccabb7bf9.tar.gz |
bitbake.conf: Split STAGING and CROSS to become target specific so armv5 binaries don't mix with armv6 or v7, likewise with the cross compilers themselves. Also move pkgdata our of staging since it follows a totally different directory structure to staging. These changes break ABI so change the ABI number
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4893 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 35d9d32de1..e5fe74894d 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -11,7 +11,7 @@ BB_MIN_VERSION = "1.8.10" | |||
11 | # that breaks the format and have been previously discussed on the mailing list | 11 | # that breaks the format and have been previously discussed on the mailing list |
12 | # with general agreement from the core team. | 12 | # with general agreement from the core team. |
13 | # | 13 | # |
14 | SANITY_ABI = "1" | 14 | SANITY_ABI = "2" |
15 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 15 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
16 | 16 | ||
17 | INHERIT += "sanity" | 17 | INHERIT += "sanity" |