aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi
2009-08-26angstrom feed sorter: skip base feeds if there aren't any packages to sortKoen Kooi
2009-08-19oe-checksums-sorter.py: speed up about 4X using a hashMichael Smith
OK, this saves a grand total of one second a few times a week, but it was bugging me... Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19source-checker: usability tweaksMichael Smith
checksum sorter, source checker: * exit(1) on failure; * send errors to stderr; * make executable checksum sorter: * read from stdin if no arg; * accept --inplace option to read and write from the same file; * check that input file exists as ConfigParser.read() doesn't treat missing files as an error. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-12python: merge some improvements done in various oe.dev-boycott branches back ↵Michael 'Mickey' Lauer
into oe.dev
2009-08-12python: add missing dependenciesThomas Zimmermann
* Added mimetools.py and rfc822.py to python-netclient * Added python-json package * Let python-email depend on python-netclient, because email/utils.py depends on base64.py NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
2009-08-10Angstrom source mirror: don't mirror avisKoen Kooi
Angstrom feed builder: build more stuff
2009-07-17angstrom feed builder: add dosfstoolsKoen Kooi
2009-07-13Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-13angstrom feed builder: add more appsKoen Kooi
2009-07-13Angstrom feed sorter: add omapzoom2Koen Kooi
2009-07-13build-feeds.sh: it's now lowpan-tools, not lowpan-utilsDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-13build-release.sh: add at91sam9g20ekDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-13sort.sh: add ppce500 arch and tqm8540 as one of machinesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-13sort.sh: add mainstone and at91sam9g20ek to the list of armv5te machinesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-23Angstrom feed builder: add more packagesKoen Kooi
2009-06-22Add basic support for i.MX27ADS boardAlan Carvalho de Assis
This patch adds basic support on OpenEmbedded for i.MX27ADS board. It uses the mainline kernel instead Freescale one. The mainline doesn't have support for USB, Camera, etc. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-21Angstrom feed builder: build dvb apps as wellKoen Kooi
2009-06-21angstrom feed uploader: blacklist some more packagesKoen Kooi
2009-06-21angstrom source mirror: blacklist some more packagesKoen Kooi
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-16angstrom feed buider: add dialog and unzipKoen Kooi
2009-06-08weekly-changelog-report.py: limit report line length to 78 charsMarcin Juszkiewicz
2009-06-06angstrom feed builder: add fldigi and xf86-video-sisusbKoen Kooi
2009-06-05angstrom feed sorter: add htcalpine and optimize db refreshesKoen Kooi
2009-05-20angstrom feed sorter: add support for SDKs, x86_64 and new TI machinesKoen Kooi
2009-05-19angstrom-feed-builder: add zenityKoen Kooi
2009-05-19angstrom feed builder: remove opkg-native from clean listKoen Kooi
2009-05-19angstrom feed uploader: use partial mode in rsyncKoen Kooi
2009-05-13angstrom feed builder: allow builder to override machinelists on the commandlineKoen Kooi
* usage: sh build-feeds.sh machine1 machine2 machineN
2009-05-13angstrom feed uploader: upload to unstable feed, the 2008 feeds are ↵Koen Kooi
populated from stable/2009
2009-05-01oe-stylize: Remove Unslung distro referenceRod Whitby
2009-04-29buildbot config: simplified a lot and cleanedMarcin Juszkiewicz
- it is configurable by few variables: - machines_glibc/machines_uclibc lists MACHINE values for each libc build (so atngw100 can be used just for uclibc) - targets_glibc/targets_uclibc lists targets (can be image or any other argument for bitbake) - ANGSTROMLIBC and MACHINE are passed only by environment now so less parameters are given to bbot_build_oe_target (RunOEImage before renaming). - initialization of factories is done in one function bbot_initialize_factory which gets few arguments: - factory - clean $TMPDIR (default False) - URL to git repository - git branch
2009-04-28buildbot master.cfg: Fix location of Angstrom images for cleaning and full ↵Tom Rini
builds start from scratch
2009-04-28added netkit-ftp to angstrom feedFrans Meulenbroeks
2009-04-24contrib/mtn-bisect.sh: Removed, we moved to git which has bisect itself.Leon Woestenberg
2009-04-23angstrom feed sorter: add support for a few more machinesKoen Kooi
2009-04-23patchword apply helper: use git-am -s and remove file when doneKoen Kooi
2009-04-22buildbot: config of my buildbot running on http://home.haerwu.biz:8010/Marcin Juszkiewicz
2009-04-07angstrom feed builder: add systrayKoen Kooi
2009-04-06pw-am.sh: script to import patches from patchwork into git repositoryMarcin Juszkiewicz
2009-03-29contrib/dependsgraph: Use dot instead of neato.Leon Woestenberg
2009-03-29contrib/dependsgraph: Shell script showing simple depends graph.Leon Woestenberg
2009-03-29angstrom feed builder: add fluxboxKoen Kooi
2009-03-28Using_OpenEmbedded_to_build_embedded_Linux_distribution_May2009_FreeElectron ↵Robert Schuster
s.odp: - new presentation - updated variant of http://free-electrons.com/doc/openembedded.odp cross-compilation_with_OpenEmbedded_-_LinuxTag2008_-_Robert_Schuster.odp: - new presentation from me in 2008
2009-03-28 - added contrib/presentations folderRobert Schuster
- added a README for presentations
2009-03-23Angstrom feed sorter: add sheevaplugKoen Kooi
2009-03-17angstrom sample local.conf: update for packages->recipes switchKoen Kooi
2009-03-17angstrom food sorter: add more machinesKoen Kooi