Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-11-06 | insane.bbclass: update message for -dbg packages | Koen Kooi | 1 | |
2006-10-26 | classes/insane.class: Make workdir known, remove whitespace | Holger Freyther | 1 | |
2006-10-26 | insane.bbclass: import bb | Koen Kooi | 1 | |
2006-10-25 | classes/insane.bbclass: Check if packages RDEPENDS on -dbg packages | Holger Freyther | 1 | |
Untested check inspired by Richard to check if non debug packages depends on -dbg packages. | ||||
2006-10-24 | insane.bbclass: fix some python stuff and make error message a bit more helpfull | Koen Kooi | 1 | |
2006-10-22 | insane.bbclass: update to current -dbg handling, as indicated by QA meister ↵ | Koen Kooi | 1 | |
Holger F. | ||||
2006-09-12 | classes/insanity.bbclass: Check for possible insecure RPATH, make it work ↵ | Holger Freyther | 1 | |
with the funy BitBake scope The def methods are in a different scope that the PACKAGEFUNC and the result is only the packagefunc is able to use 'd' so we need to make this a parameter for the other methods. Use the installed scanelf to check for the RPATH of the files | ||||
2006-09-11 | classes/insane.bbclass: Run the first test of the insanity.bbclass | Holger Freyther | 1 | |
2006-07-28 | classes/insane.bbclass: Add skeleton for the tests | Holger Freyther | 1 | |
Run each test from within the PACKAGEFUNC, add a special task for checking .la and .pc files from within staging. | ||||
2006-07-28 | classes/insane.bbclass: Remove GPL text, add more planned checks | Holger Freyther | 1 | |
The initial idea was to use the shell magic from ebuild, but I do not plan this anymore and will do it using python. This is why I'm removing the GPL license. Add some more planned checks and assume they are already implemented. | ||||
2006-04-30 | classes/insane.bbclass: | Holger Freyther | 1 | |
Use the PACKAGE_DEPENDS hack to avoid circular dependencies for pax-utils-native | ||||
2006-04-29 | classes/insane.bbclass: | Holger Freyther | 1 | |
inherit package.bbclass instead of the nonexistant packages one | ||||
2006-02-12 | org.openembedded.dev/classes/insane.bbclass: | Holger Freyther | 1 | |
-Add the skeleton for the QA bbclass |