summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2007-04-01base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256Philipp Zabel2
2007-04-01classes/sanity.bbclass: md5sum is required as wellHolger Freyther1
2007-04-01classes/sanity.bblcass: Require shasum since base.bbclass is calling itHolger Freyther1
2007-04-01classes/base.bbclass: ↵Holger Freyther1
[ftp://ftp.trolltech.com/qt/source/qtopia-core-4.3.0beta.tar.gz] is good enough src_uri as section/groups are unique enough as well. Most of the time (almost always) scoping PN (or PN+PV) is not necessary and in this case the SRC_URI is good enough. Richard thank you for saying the obvious
2007-04-01packages/perl/perl_5.8.7.bb: A set of patches to make perl usable on powerpc ↵Stelios Koroneos1
targets. Thanks to Jamie Lenahan for the help
2007-03-31insane.bbclass: Support armeb EABI.Rod Whitby1
2007-03-31classes/base.bbclass: Make the checksum code work and test it with file-nativeHolger Freyther1
conf/checksums.ini: Provide an example on how this can be used
2007-03-31classes/base.bbclass: Add checksum.py code to verify md5/sha256 sums on do_fetchHolger Freyther1
This code uses the checksum.py from contrib/qa/checksum to verify md5sum and sha256 on do_fetch task. This code would even allow to checksum certain local patches.
2007-03-31classes/patch.bbclass: Make sure to raise func_failed on any exception from ↵Holger Freyther1
within Import non existing patches raised a IOError by the md5sum method which was not catched at all and lead bitbake to exit due an unhandled exception. This is bad for all autobuilders.
2007-03-30merge of '9a1d9f4131082cd791aff8dde0d0aebb1b108a06'Paul Sokolovsky2
and 'e7e5983b231f05cb82978173bc4562e70543fd6a'
2007-03-30opie.bbclass, palmtop.bbclass: Set FILES_* in palmtop.bbclass, so even opiePaul Sokolovsky2
bootstrap libraries use them. Also, to not neat-pick which files go into FILES_${PN}, just change default order of packages.
2007-03-30n2100, turbostation, lsppc: Update imageOyvind Repvik4
2007-03-29package.bbclass: fix build problem related to private libsMarcin Juszkiewicz1
2007-03-29merge of '33a1439ed0925b6fdb7b29081cfb7c2481aebdd3'Marcin Juszkiewicz2
and 'c3806da7db88d5cd14b6cc7ed62c575f1269f6d4'
2007-03-29package_deb.bbclass: add epoch supportPhilipp Zabel1
2007-03-29package.bbclass: added support for private libraries (used only in package)Marcin Juszkiewicz1
- 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-29package_ipk.bbclass: add epoch supportPhilipp Zabel1
2007-03-25merge of '6a73c5c1eb38e3cc78e63a37f3471f4cc581b27b'Rod Whitby1
and 'ea9eb1ab8940b614ef5bbd25f1275174941d1e40'
2007-03-26update n2100, lsppchg and lspphcd imagesOyvind Repvik3
2007-03-25nslu2-image.bbclass: Made operation conditional upon an nslu2 override.Rod Whitby1
2007-03-24image.bbclass: Removed wildcard rm as it broke building multiple rootfs ↵Leon Woestenberg1
image types.
2007-03-21storcenter: Add storcenter-image.bbclassOyvind Repvik1
2007-03-20n2100, turbostation, linkstation: Move machine-stuff out of classesOyvind Repvik4
2007-03-19merge of '3d8929bfa9340617185c89d3812c28b27c5b5f56'Justin Patrin4
and 'ebcce1007fcce84849ea57fa3d8bfc60cf7001a9'
2007-03-19e.bbclass: remove include hack, add -dev packageJustin Patrin1
2007-03-18foonas: Move image-stuff to classes for lsppchg, lsppchd, n2100 and turbostationOyvind Repvik4
2007-03-16classes/seppuku.bbclass: Make it work with OpenEmbedded bugtrackerHolger Freyther1
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-16classes/seppuku.bbclass: Make parsing of OpenEmbedded's bugtracker workHolger Freyther1
OE's bugtracker has different classes for the buglist. I try hard to parse them all. All severities should be handled.
2007-03-15insane.bbclass: Add support for sh4.Jamie Lenehan1
2007-03-10merge of '90a304fce9cf13425fbf98afbbbec3593382bdf4'Paul Sokolovsky4
and 'd51040bef3f49c55b9af42502e1891181802e97a'
2007-03-10opie.bbclass: Allow OPIE_CVS_PV to be overriden.Paul Sokolovsky1
2007-03-10own-mirrors.bbclass: added class which can be used to set PREMIRRORS from configMarcin Juszkiewicz1
- SOURCE_MIRROR_URL is new variable which point to source mirror which will be used before fetching from original SRC_URI location.
2007-03-10classes/seppuku.bbclass: Switch to HTTP post, attach the build logs instead ↵Holger Freyther1
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-09classes/insane.bbclass: Use split and make it work with python2.3 againHolger Freyther1
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-07tinderclient.bbclass: Add hacky workaround for bitbake 1.8.x (pending ↵Richard Purdie1
rewrite in 1.9)
2007-03-07classes/seppuku.bbclass: Make it almost workHolger Freyther1
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-06conf/documentation.conf: Document the keys influencing seppuku.bbclassHolger Freyther1
2007-03-06classes/seppuku.bbclass: This could be feature complete nowHolger Freyther1
It is time to try it
2007-03-06classes/seppuku.bbclass: Add the BugQuery code, add code to post a bugHolger Freyther1
Posting bugs should work (besides typos), now only reopening bugs is missing.
2007-03-06merge of '8a114c24deca9328747f14101e87db8845400833'Holger Freyther1
and 'f02f7da26cf1279907a41d7957e054f42575adbd'
2007-03-06image.bbclass: Add function to turn on autologin for device images we do not ↵Florian Boor1
want to log in at all.
2007-03-06classes/seppuku.bbclass: Add a class which might report build issues to a ↵Holger Freyther1
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-05image.bbclass: Create symlink to latest image generated. Also add dependency ↵Richard Purdie1
on populate staging for do_rootfs (both from poky)
2007-02-27base.bbclass: Add base_less_or_equal(): perform comparison fo ↵Paul Sokolovsky1
integer/floating point values for <=.
2007-02-27opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist.Paul Sokolovsky1
* Fixes insane.bbclass QA errors.
2007-02-27classes/kernel-arch.bbclass: Remove powerpc -> ppc conversion. Now both of ↵Stelios Koroneos1
them exist Do some cleanup on the supported arches
2007-02-27package.bbclass: comment out the cleandir since it breaks constructions like ↵Koen Kooi1
"inherit package_ipk package_tar" and seems to interfere with do_split_packages
2007-02-25merge of '0464758766d765866ff65500fed4e9d1669422a1'Paul Sokolovsky1
and '922cf0f28b50dfb43c18e0654db44c32b7d09bc4'
2007-02-25gtk-binver.bbclass: Use PKG_CONFIG_PATH to look for .pc.Paul Sokolovsky1
* Closes #1909.
2007-02-25add base_path_joinPhil Blundell1