Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-03-03 | qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclass | Tom Rini | 1 | |
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so we can check for the right binary in sanity.bbclass. This code was duplicated by glibc-package and eglibc-package anyhow and with the new fn we can clean up the usage in these classes a bit. Now that we have a class for qemu stuff, and the gcc check is just for qemu, move it there. | ||||
2010-03-02 | qemu: Perform our sanity checks based on ENABLE_BINARY_LOCALE_GENERATION | Tom Rini | 1 | |
Perform qemu-related checks not based on if we're ARM but based on if we'll be using qemu for binary locale generation. Clarify what the first of these sanity checks does. Next, change the check for a provided qemu binary to be generic enough to work on all arches (and catch distribution or user built versions of qemu). While we're in here, correct the gcc version check code in base.bbclass. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-02-09 | sanity: correct misleading message about location of TMPDIR | Phil Blundell | 1 | |
There is no point in telling users to move TMPDIR "back" to its current location :-} | ||||
2010-01-20 | sanity.bbclass: handle lack of permission to read /proc/sys/vm/mmap_min_addr | Martin Jansa | 1 | |
* With 2.6.33-rc2-00252-ge9e5521 on my host I noticed that "cat /proc/sys/vm/mmap_min_addr" returns now "cat: /proc/sys/vm/mmap_min_addr: Operation not permitted" Its probably becuse of http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e1a6ef2dea88101b056b6d9984f3325c5efced3 But I'm not sure if checking CAP_SYS_RAWIO even for reading this value is intentional or just bug which should be fixed in kernel. This patch makes bitbake ignore reading error. Possible QEmu failure is not handled yet. Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2009-11-16 | classes: Drop a number of unneeded import calls (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-08-09 | sanity.bbclass: Correct typo to refer to PACKAGE_EXTRA_ARCHS | Khem Raj | 1 | |
We were using EXTRA_PACKAGE_ARCHS which was sort of misleading if you started to search for this variable. It was a typo hence fixed as obvious. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-02-11 | sanity.bbclass: do not fail if /bin/sh is not symlink | Marcin Juszkiewicz | 1 | |
2009-02-04 | sanity.bbclass: make a warning about dash being used as /bin/sh (from Poky) | Marcin Juszkiewicz | 1 | |
gtk+ fails with dash | ||||
2009-01-22 | sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots ↵ | Richard Purdie | 1 | |
(from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@5106 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-27 | sanity.bbclass: Add check for duplicate entries in PACKAGE_ARCHS | Richard Purdie | 1 | |
2008-10-27 | classes/conf: Handle Distro PR change in sanity.bbclass | Richard Purdie | 1 | |
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-27 | sanity.bbclass: Work if no TMPDIR was created yet | Holger Hans Peter Freyther | 1 | |
2008-05-07 | sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr values | Richard Purdie | 1 | |
2008-02-23 | sanity.bbclass: Cope with empty abi files generated by previous issues | Richard Purdie | 1 | |
2008-02-23 | sanity: Move variable declarations to sanity.conf to workaround problems ↵ | Richard Purdie | 1 | |
with bitbake 1.8.10 | ||||
2008-02-21 | sanity.bbclass: Remove some now unneeded code | Richard Purdie | 1 | |
2008-02-21 | sanity.bbclass: Add ABI version number and checks so we can warn users when ↵ | Richard Purdie | 1 | |
the 'abi' of TMPDIR changes. Add checks for qemu in various scenarios from poky. Add check TMPDIR hasn't moved from poky. Remove now unneeded bitbake version check. | ||||
2008-01-11 | sanity.bbclass: remove dependency on host fortran. | Michael Lauer | 1 | |
NOTE to involved people: this does not revert the related changes, please do this! | ||||
2008-01-07 | sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed | Rod Whitby | 1 | |
2008-01-06 | classes/sanity.bbclass: We need GNU fortran installed to build the gcc4.2 ↵ | Holger Freyther | 1 | |
cross compiler | ||||
2008-01-03 | base and sanity bbclasses + qemu: move gcc3 availability checking into ↵ | Marcin Juszkiewicz | 1 | |
base.bbclass (from Poky) | ||||
2007-12-15 | sanity.bbclass: Requiring MACHINE to be set is too paranoid. | Paul Sokolovsky | 1 | |
* 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-18 | disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64' | Holger Freyther | 1 | |
2007-08-17 | classes/sanity.bbclass: Check stty settings and complain when tostop is present | Holger Freyther | 1 | |
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-12 | sanity.bbclass: Sync with Poky for umask check | Richard Purdie | 1 | |
2007-08-12 | sanity.bbclass: Remove git and bison, we build them if needed | Richard Purdie | 1 | |
2007-07-29 | santiy.bbclass: Undo accidental change | Richard Purdie | 1 | |
2007-07-29 | sanity.bbclass: Run sanity checker after configuration parsing for bitbake > ↵ | Richard Purdie | 1 | |
1.8.6 | ||||
2007-07-24 | sanity.bbclass: add help2man to required utils (apt-get install help2man) in ↵ | Koen Kooi | 1 | |
preparation for autoconf 2.61 activation | ||||
2007-07-04 | sanity: if OE is used by root user (userid 0) then raise error (from Poky) | Marcin Juszkiewicz | 1 | |
2007-06-30 | sanity: also check for bison, closes #2580 | Patrik Gfeller | 1 | |
2007-04-02 | classes/base.bbclass: place shasum-native as the first package to build | Holger Freyther | 1 | |
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-01 | base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256 | Philipp Zabel | 1 | |
2007-04-01 | classes/sanity.bbclass: md5sum is required as well | Holger Freyther | 1 | |
2007-04-01 | classes/sanity.bblcass: Require shasum since base.bbclass is calling it | Holger Freyther | 1 | |
2006-11-04 | sanity.bbclass: Show all errors in one error message (from poky). Also add ↵ | Richard Purdie | 1 | |
dependency on gawk | ||||
2006-10-13 | sanity.bbclass: improve error reporting for missing utilities. thanks nicholas | Michael Lauer | 1 | |
2006-10-12 | sanity.bbclass: loop over required utilities | Michael Lauer | 1 | |
2006-09-03 | classes/sanity.bbclass: Check for bzip2 in the path as well | Holger Freyther | 1 | |
2006-07-15 | sanity.bbclass: relax the DISTRO check a bit, taking into account that some ↵ | Michael Lauer | 1 | |
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-25 | sanity.bbclass: improve error message, check for cvs and svn | Michael Lauer | 1 | |
2006-05-21 | sanity.bbclass: make it work even when distutils is not available | Michael Lauer | 1 | |
2006-04-30 | conf/bitbake.conf: | Holger Freyther | 1 | |
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf | ||||
2006-04-23 | sanity.bbclass: fixed typo in error message (utilits -> utility) | Frans Meulenbroeks | 1 | |
2006-04-07 | conf/sanity.conf: | Holger Freyther | 1 | |
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well | ||||
2006-03-19 | Add sanity.conf/sanity.bbclass. This checks for common user ↵ | Richard Purdie | 1 | |
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. |