summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFiles
2007-12-22mtn2cl.sh: Quote args properly, or mtn chokes on "1 week ago".Paul Sokolovsky1
2007-12-22angstrom build-*: sync with autobuilderKoen Kooi2
2007-12-21angstrom build feeds: add more packagesKoen Kooi1
2007-12-20angstrom build-*: sync with autobuilderKoen Kooi2
2007-12-19angstrom build feed: replacement for meta-angstrom-2007 recipe, will be ↵Koen Kooi1
deprecated once the problems with the meta package get sorted out
2007-12-18angstrom build release: base-files contains DISTRO_VERSION, so clean it to ↵Koen Kooi1
get the correct version into images * needs some more thought on how to get this correctly into the feeds
2007-12-17angstrom build release.sh: build base-image instead of minimal image per RFC ↵Koen Kooi1
on angstrom-devel mailinglist
2007-12-16angstrom/build-release: Instead of building a useless nslu2-minimal-image, ↵Rod Whitby1
build a minimal-image plus a useful nslu2-base-image.
2007-12-15angstrom-autobuilder: remove workaround for broken -native recipesKoen Kooi1
2007-12-13angstrom autobuilder: add meta-angstrom-2007Koen Kooi1
2007-12-12build-release.sh: Add h3900.Paul Sokolovsky1
2007-12-09angstrom autobuilder: also build native toolchain for all archsKoen Kooi1
2007-12-07python2.5: fix RDEPENDS for python-codecs and python-netclientJeremy Laine1
* add python-lang to python-codecs RDEPENDS * add python-crypt to python-netclient RDEPENDS * bump PR to ml5 (catch up with python-core)
2007-12-06Ångström autobuilder: new RSS generatorMarcin Juszkiewicz3
2007-12-06angstrom/rss.php: fix linksKoen Kooi1
2007-12-06contrib: angstrom/rss.php: quick & dirty rss generator for autobuilder uploadsKoen Kooi1
* point your newsreader to http://www.angstrom-distribution.org/unstable/autobuild/rss.php to view it in actions
2007-12-06build-release.sh: timestamp success reportsKoen Kooi1
2007-12-05python 2.5.1 enable and package ctypes module/package. closes #3368 -- ↵Michael Lauer1
thanks emdete!
2007-12-05build-release.sh: remove console-image from ixp4xx buildsKoen Kooi1
2007-12-05angstrom/build-release.sh : Remove graphics support from omap5912osk until ↵Philip Balister1
flashing large image problem solved.
2007-12-05build-release.sh: rewritten Ångström autobuilder script Marcin Juszkiewicz1
- one function for building - uclibc is switchable in one place - simple function to give info about success of build
2007-12-04build-release.sh: script that tells the angstrom autobuilder what to buildKoen Kooi1
2007-12-02contrib/angstrom/angstrom.png: Add rendered version of Angstrom logo.Paul Sokolovsky1
* This one directly suitable for use as psplash logo, having optimal size for QVGA resolution, and of course working well for any higher resolution too (will be centered on the screen).
2007-12-02angstrom.svg: Update default export dpi.Paul Sokolovsky1
* Anyway, what should be used is design marked as "Small version for psplash". For use as psplash background, it should be exported with width 230 pixels (sic, this is teh width which fits well with the progress indicator).
2007-12-01angstrom.svg: Use psplash's default background.Paul Sokolovsky1
2007-11-30contrib/angstrom/angstrom.svg: An Angstrom logo design, accepted as the ↵Jeroen Hoek2
official. * Contributed by Jeroen Hoek <mail at jeroenhoek.nl>, see http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2007-May/000286.html
2007-11-17Fix python 2.5 manifest:Jeremy Laine1
* fix/simplify generate-manifest-2.5.py * add missing dependencies for python-logging (Closes: #3272) * add struct.py to python-core (Closes: #3296) * add missing files to python-crypt (Closes: #3303)
2007-11-15feed-browser: start adding a machine -> arch mapKoen Kooi1
2007-10-24oe-checksums-sorter: small script to sort checksums.iniMarcin Juszkiewicz1
2007-10-18source-checker: move bad news to end of program (list of errors when program ↵Marcin Juszkiewicz1
end)
2007-10-18source-checker: added progressbar (from BitBake) and status info at endMarcin Juszkiewicz1
2007-10-18oe-source-checker: some improvements (usage, less exceptions)Marcin Juszkiewicz1
Calling with less then 2 parameters == usage info. Simplified code a bit - os.popen() does not generate exceptions if shell can not find command.
2007-10-18source-checker: small Python script to check local sources against ↵Marcin Juszkiewicz2
conf/checksums.ini
2007-10-10merge of '57d4969164263d2e6a79acef3ffe321fe7ac12ad'OpenEmbedded Project2
and '9e58343e3062e654fd1504be00f174674696b0fa'
2007-10-10* armmon_xfer: Tool to automate tarnsfer of kernel/ramdisk to compulab gilligan2
cmx-270 boards/ARMmon bootloader for use in scripts
2007-10-09contrib/mtn2git: mtn add is not recursive by default, actually add files ;)Holger Freyther10
2007-10-08contrib/mtn2git: Add a tool to export the monotone database to gitHolger Freyther1
This is just a snapshot from my mtn tree on the request of some random people sitting in this room... This will use the automate interface of monotone to export the history in a format readable by git-fast-import ../../mtn2git/mtn2git.py --db ../../../mtn2git/OE.mtn --marks=../mtn2git-marks --status=../mtn2git-status.v2 | git-fast-import --date-format=rfc2822 --import-marks=../git-import-marks --export-marks=../git-import-marks
2007-10-07mono: clean up packagingHenryk Ploetz2
2007-08-23python 2.5.1: catch up with some build system changes from 2.4 - 2.5 causing ↵Michael Lauer1
only half of the packages being installed into the prop places
2007-08-15generate-manifest-2.5.py: add sqlite3 package that's now in the python ↵Michael Lauer1
mainstram distribution
2007-08-15contrib/python: add generate-manifest script for Python 2.5, rename the one ↵Michael Lauer2
for 2.4
2007-08-03contrib/mtn2cl: saves last used revision to get all changes since last changelogKoen Kooi1
* remove the file called 'oldrev' to disable this behaviour * bugzilla report are still 'last week'
2007-07-31contrib/mtn2cl: generate dated changelogsKoen Kooi1
2007-07-21python: add subpackage python-debugger including pdb.py* and bdb.py*Michael Lauer1
2007-07-05feed-browser: mark selected architecture in list of archs, also show entered ↵Marcin Juszkiewicz1
package name
2007-07-05feed-browser: in package details sort by version, then by archMarcin Juszkiewicz1
2007-07-05feed-browser: search when arch is selected and no package name providedMarcin Juszkiewicz1
2007-07-05feed-browser: list of architectures from database instead of static listMarcin Juszkiewicz2
2007-07-05feed-browser: simplified URLs (no 'action' var anymore), simplified code a bitMarcin Juszkiewicz2
2007-07-05feed-browser: use read_vars_from_get to handle HTTP GET paramsMarcin Juszkiewicz2