aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
AgeCommit message (Collapse)Author
2009-11-10sanity.conf: Bump bitbake version to 1.8.18Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-09sanity.conf: Bump minimum bitbake version requirementRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-22bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now ↵Otavio Salvador
released To ensure all users are notified about it, we bump the minimal bitbake version to 1.8.12 to avoid problems for them.
2008-10-27classes/conf: Handle Distro PR change in sanity.bbclassRichard Purdie
This patch: * Moves the ABI variables into a new abi_version.conf (like Poky). * Renames SANITY_ABI to OELAYOUT_ABI since it has uses outside sanity.bbclass and sanity.conf. * Adds checks to sanity.bbclass so the user is notified when DISTRO_PR changes in a similar way to the OELAYOUT_ABI versions.
2008-10-03Split staging by base package arch (armv7a, ppc603e, etc)Koen Kooi
* 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
2008-03-04Change staging layout to match the target system layout. WARNING - staging ↵Richard Purdie
ABI change. This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
2008-02-23sanity: Move variable declarations to sanity.conf to workaround problems ↵Richard Purdie
with bitbake 1.8.10
2008-02-19sanity.conf: Set the minimum bitbake version for OE.dev to 1.8.10Richard Purdie
2007-09-04bitbake: require 1.8.8Koen Kooi
2007-07-01sanity.conf: require bitbake 1.8.5, the two month wait is overKoen Kooi
2007-06-10sanity.conf: Increase bitbake minumum version to 1.6.8 since earlier 1.6 ↵Richard Purdie
releases don't work with .dev properly
2006-11-20sanity.conf: Set minimum bitbake version to 1.6.2Richard Purdie
2006-05-27sanity.conf: Update bitbake minimum version requirement to 1.4.2Richard Purdie
2006-04-07conf/sanity.conf:Holger Freyther
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user ↵Richard Purdie
misconfigurations and gives helpful information about fixing them. The checks can be expanded over time. It can be disabled by following the slightly cryptic instructions in sanity.conf.