diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-03 08:48:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-03 08:48:06 +0000 |
commit | f876463527bd9ae92a09159fdb4899b4a4d19121 (patch) | |
tree | efe1d11c98395eca2c0b1cec4970d9162473d64e /conf/sanity.conf | |
parent | 405af4acf4c38300e5d9a6492d349f26e6b239f0 (diff) |
Split staging by base package arch (armv7a, ppc603e, etc)
* tested on beagleboard, dht-walnut, efika, c7x0 and om-gta01
* python, perl, gtk and qt4-x11 build and work
* console-image, x11-image and beagleboard-demo-image build and work as well
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html
Diffstat (limited to 'conf/sanity.conf')
-rw-r--r-- | conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf index 35d9d32de1..e5fe74894d 100644 --- a/conf/sanity.conf +++ b/conf/sanity.conf @@ -11,7 +11,7 @@ BB_MIN_VERSION = "1.8.10" # that breaks the format and have been previously discussed on the mailing list # with general agreement from the core team. # -SANITY_ABI = "1" +SANITY_ABI = "2" SANITY_ABIFILE = "${TMPDIR}/abi_version" INHERIT += "sanity" |