aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sanity.bbclass
AgeCommit message (Collapse)Author
2008-08-02*qemu-native: apply RP and HRW's work to make qemu-native depend on gcc-3.xJunqian Gordon Xu
*bump qemu and qemu-native to 0.9.1 acked by koen and xjqian applied changes from ef58abe1a06a5ea2601891b7f591ee28d96d29ac through be4a9a82ecf6de3dc409f7e421e00f48275630a4 applied changes from 50afd6b807893e2bbc045b74beb369a29ed89ae3 through efe97ae3379be57d5cfefbec26c1555a02dce199 applied changes from b342639828f6049e03634372396237442063157a through 7c47cd537d8cebaa3111aa836db24534a39b5ed9 applied partial changes from 274270bd49f45e5d154a09560078fd8473cebef3 through 0d7f35f44f5002f7df5f605bc373d3feecb8602d applied changes from dddb30d5049fad23f452f7c5364372053ad80330 through 426e966e25a73432fe84e2dc8d36d9fef772e918 applied changes from 50afd6b807893e2bbc045b74beb369a29ed89ae3 through efe97ae3379be57d5cfefbec26c1555a02dce199 applied changes from b342639828f6049e03634372396237442063157a through 7c47cd537d8cebaa3111aa836db24534a39b5ed9 applied changes from 274270bd49f45e5d154a09560078fd8473cebef3 through 0d7f35f44f5002f7df5f605bc373d3feecb8602d applied changes from dddb30d5049fad23f452f7c5364372053ad80330 through 426e966e25a73432fe84e2dc8d36d9fef772e918 applied changes from e8430eb8d57a51facac956886d5e14a2da5a83cd through 8aaa63b78b875201272cedf7c236b4dc8ccff2e4 applied changes from 2386d883918c833ff5a3693fa8645c6d28580c23 through edeeced17549bd274e2a7ea203acafb5fe7c781b applied changes from c4fef6b8c1889d57043bafed87e5447a2e8c9e58 through 47fc69292f976e333a4cd7e4982c12f0c4bcb844 applied changes from 2e62684434bad8e7a1ee7889de6b7bd78e7a5331 through 85d4ab967941a2bea382fb9211cd65212be527a6
2008-05-09sanity bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr valuesKoen Kooi
This patch informs people of strange vm setting before starting a build instead of having qemu choking on it during glibc compile. Author: rpurdie@openembedded.org Branch: org.openembedded.dev Changelog: sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr values Date: 2008-05-07T09:39:08 Revision: 057aae3f21d16e159e1c03e8aa4b19ab8b9e241c Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Leon Woestenberg <leonw@mailcan.com>
2007-12-15sanity.bbclass: Requiring MACHINE to be set is too paranoid.Paul Sokolovsky
* It's pretty legal to have only TARGET_ARCH set, for example to build non-machine-specific packages (for example, using external SDK).
2007-08-18disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64'Holger Freyther
2007-08-17classes/sanity.bbclass: Check stty settings and complain when tostop is presentHolger Freyther
tostop is known to make bitbake-1.8 processes hang. Make the user aware of the upcoming issue and propose a solution to this problem.
2007-08-12sanity.bbclass: Sync with Poky for umask checkRichard Purdie
2007-08-12sanity.bbclass: Remove git and bison, we build them if neededRichard Purdie
2007-07-29santiy.bbclass: Undo accidental changeRichard Purdie
2007-07-29sanity.bbclass: Run sanity checker after configuration parsing for bitbake > ↵Richard Purdie
1.8.6
2007-07-24sanity.bbclass: add help2man to required utils (apt-get install help2man) in ↵Koen Kooi
preparation for autoconf 2.61 activation
2007-07-04sanity: if OE is used by root user (userid 0) then raise error (from Poky)Marcin Juszkiewicz
2007-06-30sanity: also check for bison, closes #2580Patrik Gfeller
2007-04-02classes/base.bbclass: place shasum-native as the first package to buildHolger Freyther
classes/base.bbclass: Make sure shasum-native does not depend on quilt classes/sanity.bbclass: No need to require sha256sum as we use oe_sha256sum packages/shasum: Change the name, make the -native version not have any deps
2007-04-01base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256Philipp Zabel
2007-04-01classes/sanity.bbclass: md5sum is required as wellHolger Freyther
2007-04-01classes/sanity.bblcass: Require shasum since base.bbclass is calling itHolger Freyther
2006-11-04sanity.bbclass: Show all errors in one error message (from poky). Also add ↵Richard Purdie
dependency on gawk
2006-10-13sanity.bbclass: improve error reporting for missing utilities. thanks nicholasMichael Lauer
2006-10-12sanity.bbclass: loop over required utilitiesMichael Lauer
2006-09-03classes/sanity.bbclass: Check for bzip2 in the path as wellHolger Freyther
2006-07-15sanity.bbclass: relax the DISTRO check a bit, taking into account that some ↵Michael Lauer
DISTRO configurations override DISTRO before sanity.bbclass gets a chance to see it. By definition, in this case $RENAMED_DISTRO needs to be present in distro/include/ though, so we have a second chance for the test to succeed.
2006-05-25sanity.bbclass: improve error message, check for cvs and svnMichael Lauer
2006-05-21sanity.bbclass: make it work even when distutils is not availableMichael Lauer
2006-04-30conf/bitbake.conf:Holger Freyther
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf
2006-04-23sanity.bbclass: fixed typo in error message (utilits -> utility)Frans Meulenbroeks
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.