Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-08-19 | oe-checksums-sorter.py: speed up about 4X using a hash | Michael Smith | 1 | |
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-19 | source-checker: usability tweaks | Michael Smith | 2 | |
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-12 | python: merge some improvements done in various oe.dev-boycott branches back ↵ | Michael 'Mickey' Lauer | 1 | |
into oe.dev | ||||
2009-08-12 | python: add missing dependencies | Thomas Zimmermann | 1 | |
* 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-10 | Angstrom source mirror: don't mirror avis | Koen Kooi | 2 | |
Angstrom feed builder: build more stuff | ||||
2009-07-17 | angstrom feed builder: add dosfstools | Koen Kooi | 1 | |
2009-07-13 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 3 | |
into org.openembedded.dev | ||||
2009-07-13 | angstrom feed builder: add more apps | Koen Kooi | 1 | |
2009-07-13 | Angstrom feed sorter: add omapzoom2 | Koen Kooi | 1 | |
2009-07-13 | build-feeds.sh: it's now lowpan-tools, not lowpan-utils | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-07-13 | build-release.sh: add at91sam9g20ek | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-07-13 | sort.sh: add ppce500 arch and tqm8540 as one of machines | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-07-13 | sort.sh: add mainstone and at91sam9g20ek to the list of armv5te machines | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-06-23 | Angstrom feed builder: add more packages | Koen Kooi | 1 | |
2009-06-22 | Add basic support for i.MX27ADS board | Alan Carvalho de Assis | 1 | |
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-21 | Angstrom feed builder: build dvb apps as well | Koen Kooi | 1 | |
2009-06-21 | angstrom feed uploader: blacklist some more packages | Koen Kooi | 1 | |
2009-06-21 | angstrom source mirror: blacklist some more packages | Koen Kooi | 1 | |
2009-06-18 | Revert "linux-2.6.29: add a default kernel for tqm8540" | Koen Kooi | 1 | |
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0. | ||||
2009-06-18 | linux-2.6.29: add a default kernel for tqm8540 | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-06-16 | angstrom feed buider: add dialog and unzip | Koen Kooi | 1 | |
2009-06-08 | weekly-changelog-report.py: limit report line length to 78 chars | Marcin Juszkiewicz | 1 | |
2009-06-06 | angstrom feed builder: add fldigi and xf86-video-sisusb | Koen Kooi | 1 | |
2009-06-05 | angstrom feed sorter: add htcalpine and optimize db refreshes | Koen Kooi | 1 | |
2009-05-20 | angstrom feed sorter: add support for SDKs, x86_64 and new TI machines | Koen Kooi | 1 | |
2009-05-19 | angstrom-feed-builder: add zenity | Koen Kooi | 1 | |
2009-05-19 | angstrom feed builder: remove opkg-native from clean list | Koen Kooi | 1 | |
2009-05-19 | angstrom feed uploader: use partial mode in rsync | Koen Kooi | 1 | |
2009-05-13 | angstrom feed builder: allow builder to override machinelists on the commandline | Koen Kooi | 1 | |
* usage: sh build-feeds.sh machine1 machine2 machineN | ||||
2009-05-13 | angstrom feed uploader: upload to unstable feed, the 2008 feeds are ↵ | Koen Kooi | 1 | |
populated from stable/2009 | ||||
2009-05-01 | oe-stylize: Remove Unslung distro reference | Rod Whitby | 1 | |
2009-04-29 | buildbot config: simplified a lot and cleaned | Marcin Juszkiewicz | 2 | |
- 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-28 | buildbot master.cfg: Fix location of Angstrom images for cleaning and full ↵ | Tom Rini | 1 | |
builds start from scratch | ||||
2009-04-28 | added netkit-ftp to angstrom feed | Frans Meulenbroeks | 1 | |
2009-04-24 | contrib/mtn-bisect.sh: Removed, we moved to git which has bisect itself. | Leon Woestenberg | 1 | |
2009-04-23 | angstrom feed sorter: add support for a few more machines | Koen Kooi | 1 | |
2009-04-23 | patchword apply helper: use git-am -s and remove file when done | Koen Kooi | 2 | |
2009-04-22 | buildbot: config of my buildbot running on http://home.haerwu.biz:8010/ | Marcin Juszkiewicz | 3 | |
2009-04-07 | angstrom feed builder: add systray | Koen Kooi | 1 | |
2009-04-06 | pw-am.sh: script to import patches from patchwork into git repository | Marcin Juszkiewicz | 1 | |
2009-03-29 | contrib/dependsgraph: Use dot instead of neato. | Leon Woestenberg | 1 | |
2009-03-29 | contrib/dependsgraph: Shell script showing simple depends graph. | Leon Woestenberg | 1 | |
2009-03-29 | angstrom feed builder: add fluxbox | Koen Kooi | 1 | |
2009-03-28 | Using_OpenEmbedded_to_build_embedded_Linux_distribution_May2009_FreeElectron ↵ | Robert Schuster | 2 | |
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 folder | Robert Schuster | 1 | |
- added a README for presentations | ||||
2009-03-23 | Angstrom feed sorter: add sheevaplug | Koen Kooi | 1 | |
2009-03-17 | angstrom sample local.conf: update for packages->recipes switch | Koen Kooi | 1 | |
2009-03-17 | angstrom food sorter: add more machines | Koen Kooi | 1 | |
2009-03-12 | angstrom/build-feeds.sh: added proftpd and wt3 to the feed | Frans Meulenbroeks | 1 | |
2009-03-02 | angstrom/build-feeds.sh: fixed package name: w3cat -> w3cam | Frans Meulenbroeks | 1 | |