Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-03-29 | merge of '33a1439ed0925b6fdb7b29081cfb7c2481aebdd3' | Marcin Juszkiewicz | 2 | |
and 'c3806da7db88d5cd14b6cc7ed62c575f1269f6d4' | ||||
2007-03-29 | package_deb.bbclass: add epoch support | Philipp Zabel | 1 | |
2007-03-29 | package.bbclass: added support for private libraries (used only in package) | Marcin Juszkiewicz | 1 | |
- if package contain libraries which are not used outside then add PRIVATE_LIBS variable with names of them to not generate shlibs for them. | ||||
2007-03-29 | package_ipk.bbclass: add epoch support | Philipp Zabel | 1 | |
2007-03-25 | merge of '6a73c5c1eb38e3cc78e63a37f3471f4cc581b27b' | Rod Whitby | 1 | |
and 'ea9eb1ab8940b614ef5bbd25f1275174941d1e40' | ||||
2007-03-26 | update n2100, lsppchg and lspphcd images | Oyvind Repvik | 3 | |
2007-03-25 | nslu2-image.bbclass: Made operation conditional upon an nslu2 override. | Rod Whitby | 1 | |
2007-03-24 | image.bbclass: Removed wildcard rm as it broke building multiple rootfs ↵ | Leon Woestenberg | 1 | |
image types. | ||||
2007-03-21 | storcenter: Add storcenter-image.bbclass | Oyvind Repvik | 1 | |
2007-03-20 | n2100, turbostation, linkstation: Move machine-stuff out of classes | Oyvind Repvik | 4 | |
2007-03-19 | merge of '3d8929bfa9340617185c89d3812c28b27c5b5f56' | Justin Patrin | 4 | |
and 'ebcce1007fcce84849ea57fa3d8bfc60cf7001a9' | ||||
2007-03-19 | e.bbclass: remove include hack, add -dev package | Justin Patrin | 1 | |
2007-03-18 | foonas: Move image-stuff to classes for lsppchg, lsppchd, n2100 and turbostation | Oyvind Repvik | 4 | |
2007-03-16 | classes/seppuku.bbclass: Make it work with OpenEmbedded bugtracker | Holger Freyther | 1 | |
Do not error out on python2.5 when splitting the url. We had an empty key and a none value. If there was no output file, do not error. This check is the same as in tinderclient.bbclass | ||||
2007-03-16 | classes/seppuku.bbclass: Make parsing of OpenEmbedded's bugtracker work | Holger Freyther | 1 | |
OE's bugtracker has different classes for the buglist. I try hard to parse them all. All severities should be handled. | ||||
2007-03-15 | insane.bbclass: Add support for sh4. | Jamie Lenehan | 1 | |
2007-03-10 | merge of '90a304fce9cf13425fbf98afbbbec3593382bdf4' | Paul Sokolovsky | 4 | |
and 'd51040bef3f49c55b9af42502e1891181802e97a' | ||||
2007-03-10 | opie.bbclass: Allow OPIE_CVS_PV to be overriden. | Paul Sokolovsky | 1 | |
2007-03-10 | own-mirrors.bbclass: added class which can be used to set PREMIRRORS from config | Marcin Juszkiewicz | 1 | |
- SOURCE_MIRROR_URL is new variable which point to source mirror which will be used before fetching from original SRC_URI location. | ||||
2007-03-10 | classes/seppuku.bbclass: Switch to HTTP post, attach the build logs instead ↵ | Holger Freyther | 1 | |
of using comments The limit of comments is too low. Use attachments to work around this issue. Also start using HTTP post to avoid really long URLs. They lead to a pipe error. To post we use a MultiPartPoster which is licensed LGPL and can be freely downloaded. You need to put it into the PYTHONPATH Add a new variable for creating attachments and document it. | ||||
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-03-07 | tinderclient.bbclass: Add hacky workaround for bitbake 1.8.x (pending ↵ | Richard Purdie | 1 | |
rewrite in 1.9) | ||||
2007-03-07 | classes/seppuku.bbclass: Make it almost work | Holger Freyther | 1 | |
This class can find the broken bug, reopen it, or leave it open. There is some issue with sending the logfile to the server, the url itself is correct, when opened in a browser the right thing happens but not from within python *sigh* need a working tcpdump to look into this (which means I will continue tomorrow) | ||||
2007-03-06 | conf/documentation.conf: Document the keys influencing seppuku.bbclass | Holger Freyther | 1 | |
2007-03-06 | classes/seppuku.bbclass: This could be feature complete now | Holger Freyther | 1 | |
It is time to try it | ||||
2007-03-06 | classes/seppuku.bbclass: Add the BugQuery code, add code to post a bug | Holger Freyther | 1 | |
Posting bugs should work (besides typos), now only reopening bugs is missing. | ||||
2007-03-06 | merge of '8a114c24deca9328747f14101e87db8845400833' | Holger Freyther | 1 | |
and 'f02f7da26cf1279907a41d7957e054f42575adbd' | ||||
2007-03-06 | image.bbclass: Add function to turn on autologin for device images we do not ↵ | Florian Boor | 1 | |
want to log in at all. | ||||
2007-03-06 | classes/seppuku.bbclass: Add a class which might report build issues to a ↵ | Holger Freyther | 1 | |
bugzilla directly Start adding seppuku. It listens to TaskFailed and NoProvider failures logs into a bugzilla and calls empty stubs to find a bug report. We use the urllib2 and cookielib from python2.4 to handle the session cookie for us automatically. This library is sadly not present in python2.3 but it eases my life. The old BugZilla installed at OpenMoko has no support for listing the bug report as csv or xml file, this will force me to parse the HTML which I will do for now. This assumes that only one bug report with the exact name can exist. | ||||
2007-03-05 | image.bbclass: Create symlink to latest image generated. Also add dependency ↵ | Richard Purdie | 1 | |
on populate staging for do_rootfs (both from poky) | ||||
2007-02-27 | base.bbclass: Add base_less_or_equal(): perform comparison fo ↵ | Paul Sokolovsky | 1 | |
integer/floating point values for <=. | ||||
2007-02-27 | opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist. | Paul Sokolovsky | 1 | |
* Fixes insane.bbclass QA errors. | ||||
2007-02-27 | classes/kernel-arch.bbclass: Remove powerpc -> ppc conversion. Now both of ↵ | Stelios Koroneos | 1 | |
them exist Do some cleanup on the supported arches | ||||
2007-02-27 | package.bbclass: comment out the cleandir since it breaks constructions like ↵ | Koen Kooi | 1 | |
"inherit package_ipk package_tar" and seems to interfere with do_split_packages | ||||
2007-02-25 | merge of '0464758766d765866ff65500fed4e9d1669422a1' | Paul Sokolovsky | 1 | |
and '922cf0f28b50dfb43c18e0654db44c32b7d09bc4' | ||||
2007-02-25 | gtk-binver.bbclass: Use PKG_CONFIG_PATH to look for .pc. | Paul Sokolovsky | 1 | |
* Closes #1909. | ||||
2007-02-25 | add base_path_join | Phil Blundell | 1 | |
2007-02-22 | merge of '14bb769ab1e989b6a9aa7d4ae16b3217e857be88' | OpenEmbedded Project | 1 | |
and '826367bbd68c19eb406efdb0f5a9c5276fbf3ca8' | ||||
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-22 | classes: package, rm_work - fix bashisms (from Poky) | Marcin Juszkiewicz | 2 | |
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-20 | rootfs_ipk/package-index: created function to update deploy dirs and made ↵ | Marcin Juszkiewicz | 1 | |
package-index use it | ||||
2007-02-20 | package_ipk, rootfs_ipk: Add patch from Marcin and Koen to sort ipkgs into ↵ | Koen Kooi | 2 | |
per architecture subdirs of deploy/ipk see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-February/001462.html |