Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-03-19 | insane bbclass: add '8' (.la references workdir) to list of fatal errors | Koen Kooi | 1 | |
* this will also trigger on broken libtool archives already present in staging. If you get hit by this: rebuild the offending recipes or do a clean rebuild | ||||
2008-03-19 | insane.bbclass: Only check installed status for packages which aren't ↵ | Richard Purdie | 1 | |
native/cross, find desktop-file-validate from PATH so it can be ASSUME_PROVIDED (from poky) | ||||
2008-03-15 | Reverse accidental changes in dc0f5b4ef4b836d72bf43dffa503ab86e6f7de54 | Richard Purdie | 1 | |
2008-03-15 | gcc: Some futher .bb -> .inc changes | Richard Purdie | 1 | |
2008-03-04 | Change staging layout to match the target system layout. WARNING - staging ↵ | Richard Purdie | 1 | |
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-01-12 | insane.bbclass: fix formatting of fatal include error | Michael Lauer | 1 | |
2007-12-29 | insane.bbclass: make it more consistent. Fixes the following: | Cyril Romain | 1 | |
errors with id >=4 are not logged (the package_qa_write_error() method is actually not called); and error 7 and 8 are missing from the ERROR_NAMES list. | ||||
2007-12-26 | classes/insane.bbclass: Decided to not make the workdir issues fatal | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Handle non-elf files gracefully (again) | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Separate the workdir test and make it fatal | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Make .la failures non-fatal the right way, split up ↵ | Holger Freyther | 1 | |
the .la test in two parts -We have a function that can decide if a failure is fatal, use that instead of setting sane = True. -Test for installed and workdir separately. This allows us to ignore a certain error class and complain on others. | ||||
2007-12-26 | classes/insane.bbclass: Try to increase the readability | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Try to increase readability, remove deadcode, ask to ↵ | Holger Freyther | 1 | |
make desktop errors fatal | ||||
2007-12-26 | classes/insane.bbclass: Removal of whitespace and tabs | Holger Freyther | 1 | |
2007-11-23 | insane.bbclass: add package_qa_get_machine_dict() entries for linux-uclibc / ↵ | Jeremy Laine | 1 | |
i*86 | ||||
2007-11-14 | insane.bbclass: merge dot desktop check from poky | Koen Kooi | 1 | |
2007-10-08 | classes/insane.bbclass : x64_64 becomes x86_64 which is more useful | Graeme Gregory | 1 | |
2007-09-29 | insane.bbclass: Raise exceptions, not strings (from poky) | Richard Purdie | 1 | |
2007-08-10 | insane: complete blackfin support | Koen Kooi | 1 | |
2007-06-12 | siteinfo,insane: blackfin is uclinux, not linux | Koen Kooi | 1 | |
2007-06-11 | Blackfin support: | Koen Kooi | 1 | |
* siteinfo.bbclass, bfin-common: autofoo support * kernel-arch.bbclass, linux-libc-headers_2.6.20.bb: bfin -> blackfin mapping for the kernel * insane.bbclass: stubs for bfin arch, needs proper number, but that will get reported when it encounters the first binary * uclibc: config for adsp-bf537-stamp machine * adsp-bf537-stamp.conf: machine description for adsp-bf537-stamp board (http://www.analog.com/en/prod/0%2C2877%2CBF537%25252DSTAMP%2C00.html) The build currently stops in binutils cross with the "ld not supported on this archicture" message | ||||
2007-06-03 | classes/insane: fixed a bug with undefined 'name' and improved output a bit. | Michael Krelin | 1 | |
2007-06-01 | insane.bbclass: add avr32 support | Koen Kooi | 1 | |
2007-05-29 | classes/insane.bbclass: quote filenames to avoid problems with funny ↵ | Michael Krelin | 1 | |
characters. Closes bug #2227 | ||||
2007-05-17 | insane.bbclass: fix sdk builds | Koen Kooi | 1 | |
2007-05-12 | insane.bbclass: add support for ARM EABI/uclibc | Koen Kooi | 1 | |
2007-05-05 | insane.bbclass: repair last commit | Koen Kooi | 1 | |
2007-05-05 | insane.bbclass: on check for references to WORKDIR in RPATH, instead of ↵ | Koen Kooi | 1 | |
WORKDIR and STAGING [18:23] likewise: would be my proposed fix for now, until we figure out if cross tooling need to RPATH to it's own libs. | ||||
2007-04-27 | insane.bbclass: Re-add -B to scanelf to make it correctly check single RPATH ↵ | Leon Woestenberg | 1 | |
occurences. | ||||
2007-04-26 | insane.bbclass: Commented out scanelf format debugging. | Leon Woestenberg | 1 | |
2007-04-26 | insane.bbclass: RPATH check was always true due to scanelf output including ↵ | Leon Woestenberg | 1 | |
the file path. | ||||
2007-04-26 | insane.bbclass: depend on chrpath-native | Koen Kooi | 1 | |
2007-04-26 | insane.bbclass: Broaden check for RPATHs by removing work/ path component. | Leon Woestenberg | 1 | |
2007-04-26 | insane.bbclass: Fix check for bad RPATHs. This is gonna break builds. Needs ↵ | Leon Woestenberg | 1 | |
fixes in the shared library handling. | ||||
2007-04-22 | insane.bbclass: support mipsel - close #2119 | Thomas Kunze | 1 | |
2007-04-06 | insane.bbclass: short circuit architecture check for cross packages (e.g. ↵ | Koen Kooi | 1 | |
gcc-cross-sdk) | ||||
2007-03-31 | insane.bbclass: Support armeb EABI. | Rod Whitby | 1 | |
2007-03-15 | insane.bbclass: Add support for sh4. | Jamie Lenehan | 1 | |
2007-03-09 | classes/insane.bbclass: Use split and make it work with python2.3 again | Holger Freyther | 1 | |
rsplit was introduced in python 2.4 and is like split but starts to split from the right side. The only difference is obviously if you have maxsplit set (which we don't). So it is fine to remove the 'r' | ||||
2007-02-22 | insane.bbclass: only check for workdir in .pc files, we already forcefully ↵ | Koen Kooi | 1 | |
sed out /usr/include references | ||||
2007-02-21 | classes/insane.bbclass: Do not follow links, fix the issue that made koen ↵ | Holger Freyther | 1 | |
add bb.fatal udev has a link to host binaries, do not check the architecture of these binaries. We will skip all links for now for the two reasons: -We either point to a file in our package and then we will check it anyway -It is a file for a another package, which will be checked anyway Make architecture mismatch a fatal/insane error and return False. This should fix the issue koen has seen when he added a bb.fatal the make_fatal_error method returns true if the error should be made fatal, in this case our checks need to set sane to False. The return not makes sure this is happening. | ||||
2007-02-20 | insane.bbclass: fix ERROR: Exception:exceptions.TypeError Message:not enough ↵ | Koen Kooi | 1 | |
arguments for format string by removing a spurious '%s' | ||||
2007-02-20 | insane.bbclass: unbreak it for 64bit targets | Marcin Juszkiewicz | 1 | |
Added extra entry into dict to mark 32bit/64bit and use it for manipulating ELF headers. Some architectures would need checking (not OE ones). | ||||
2007-02-20 | insane.bbclass: remove commented code to unbreak builds | Marcin Juszkiewicz | 1 | |
2007-02-20 | insane.bbclass: reformatting | Marcin Juszkiewicz | 1 | |
2007-02-20 | insane.bbclass: add i{4,5,6}86 | Marcin Juszkiewicz | 1 | |
2007-02-20 | classes/insane.bbclass: No use to make it bb.fatal if we return False... | Holger Freyther | 1 | |
The idea of insane.bbclass is to report all issues found at once. This is why the checks return True if no error was found and False if at least one was found. At the end of all check runs we will see if at least one check failed and call bb.fatal | ||||
2007-02-20 | insane.bbclass: we really don't want packages with the wrong architecture, ↵ | Koen Kooi | 1 | |
so do bb.fatal instead if bb.error symptom: ERROR: Architecture did not match (20 to 3) on /work/ppc603e-angstrom-linux/udev-092-r15/install/udev/sbin/scsi_id This means OE detected type 3 (i386) while it expected type 20 (powerpc), most likely caused by some fool hardcoding 'gcc' as compiler | ||||
2007-02-19 | insane.bbclass: report, but don't die on broken .la files | Koen Kooi | 1 | |
2007-02-19 | classes/insane.bbclass: missing import os was added in the .so check | Holger Freyther | 1 | |