aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2011-01-31contrib: point feed uploader to feed.a-d.orgKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25angstrom/personal-feed.sh,angstrom/sort.sh: Replace ipkg-make-index with ↵Khem Raj
opkg-make-index Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-22xxs1500.conf: Remove this board from OEKhem Raj
* The kernel is no more fetchable as reported in bugzilla/1737 * Vendor has EOLed the product Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-14run-qemu.sh: Add new commandline arg to specify imageKhem Raj
* This was earlier hardcoded in the script so you needed to modify the script everytime you wanted a different image to boot Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-10xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc filesMartin Jansa
* X11R7.6-RC1 was already released http://www.x.org/releases/X11R7.6-RC1/doc/xorg-docs/ReleaseNotes.html so it's IMHO time to start migration there * preferred-xorg-versions-live.inc was tracking latest stable released tarballs, but only reason I was maintaining it was to overwrite older preferred-xorg-versions-X11R7.5.inc if your distribution included ie X11R7.5.inc and you wanted live.inc from local.conf * default recipe versions without any preferred-xorg-versions include are now the same as live.inc * we will get better test coverage if we use same versions * if someone really needs older release then pinning only core stuff like xserver/libx11 will be probably better, than pinning every xorg app/proto/font etc. * I can slow down adding newest xorg stuff or ie keep it everytime for at least a week on ML for another review and test on more targets (I'm testing it only on om-gta02/spitz/nokia900) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Ackey-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-07testbuilder/README: correct grammar and markup in Markdown [1]Paul Menzel
[1] http://daringfireball.net/projects/markdown/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> CC: Yuri Bushmelev <jay4mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-05angstrom feed sorter: add support for NEON-less armv7a SoCsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-01run-qemu.sh: Use ext3 image instead of ext2 by default.Khem Raj
* Disable network boot by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-31contrib testbuilder: update to 0.3.1Yuri Bushmelev
2010-12-20angstrom feed sorter: add some more machinesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-15contrib/opie: add useful management scriptsPaul Eggleton
Add scripts to aid management of Opie recipes and source tarballs Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-11bump.preferred-xorg-versions-live.sh: pin also -nativesdk and -sdk versions ↵Martin Jansa
if available * xorg-proto has always all BBCLASSEXTEND in shared .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-10oe-stylize: remove trailing newline when printing unknown variable/routinetested_2010-12-10Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2010-12-07pw-am.sh: Point to new patchwork addressKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-02contrib/testing: add testbuilder scriptYuri Bushmelev
I've added my TestBuilder v0.3 to contrib. Check README file about setup and usage.
2010-11-21generate-manifest-2.6.py : Added platform module to the generator script.Philip Balister
This is needed so that http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c59afd9fd456766c473c4fb7f7cc4db3e8623c39 does not overwrite the manifest file.
2010-11-17sort.sh: add support for am180x-evm machine typeChase Maupin
* Add support for the am180x-evm machine type to the sort.sh script. * Break sort.sh line up into multiple lines because it was longer than 998 characters and git send-mail would not send the patch. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-14contrib/qemu: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-14contrib/image-convert: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-14contrib/deploy: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-13run-qemu.sh: Update docs / help outputTom Rini
- The old second argument is the third argument now, so change that. - Document the new second argument, libc - Update the arch list Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-12angstrom feed sorter: replace find + grep with just findDmitry Eremin-Solenikov
This removes any requirements for the order of archiectures to be sorted. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-11-05contrib/testing/testscript.sh: createdFrans Meulenbroeks
This is an example script to run tests for the testing branch. See also http://wiki.openembedded.net/index.php/TestingScript Feel free to improve! Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-20angstrom feed sorter: optimize duplicate finder and add toggle for updaterKoen Kooi
2010-10-19angstrom/build-feeds: remove openmoko targetsMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19angstrom/sort.sh: remove om-3d7k as it was canceled long time agoMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-02angstrom feed sorter: add am389x-evm and c6a816x-evmKoen Kooi
2010-09-27run-qemu.sh: Add new target mips64 and mips64elKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-23angstrom feed sorter: fix typo and add some more machinesKoen Kooi
2010-09-20generate-manifest-2.6.py: tune python-modules' RDEPENDSEric Bénard
* python-dev: pulls several dev packages leading to a >256MB image instead of a 60MB image without this packages Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-16clean-recipe: added (script to move unused patches to obsolete)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-13angstrom feed sorter: add mini6410Koen Kooi
2010-09-01oe-stylize.py: Move exports up to before normal functionsTom Rini
As Mickey pointed out, these modify all functions so it helps reading comprehension if they are listed before them. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20oe-stylize.py: Add INC_PRTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-29angstrom omap3-mkcard.sh: fix rootfs nameKoen Kooi
2010-07-19remove dm3730-am3715-evm machine type referencesChase Maupin
* Removed references to the dm3730-am3715-evm machine type and replaced with dm37x-evm and am37x-evm machine types. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-11run-qemu.sh: Add qemumipsel targetKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-11python 2.6: add python-numbers subpackage adding support for numerical APIs:Michael 'Mickey' Lauer
Included for now are the modules numbers and decimal
2010-07-08angstrom feed sorter: add support for omap4430-pandaKoen Kooi
2010-06-30contrib/qemu/run-qemu.sh: Dont search for hdimage when doing a nfsbootKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-28xorg: bump versions xorg-sgml-doctools xf86-video-intel libxfont util-macrosMartin Jansa
* adjust bumping script to handle -native versions better with BBCLASSEXTEND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-15angstrom feed sorter: always call ipkg-make-index from ${ipkg_tools_path}Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15angstrom feed sorter: add 486sx arch and drop armv7 from the arches listDmitry Eremin-Solenikov
Add 486sx (vortex86sx machine) and drop armv7 (no such thing exists anymore). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15angstrom feed sorter: tqm8540 is ppce500, not ppc500Dmitry Eremin-Solenikov
There is no such thing, as ppc500 (it's e500). Moreover no such thing exists as ppc500, so drop it completely. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-09run-qemu.sh: Suppport option to boot into single user shell.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26run-qemu.sh: Pass libc as a parameter instead of modifying scriptKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-24angstrom personal feed script: s/staging/sysroots/Koen Kooi
2010-05-18angstrom feed sorter: sort more archsKoen Kooi
2010-05-18angstrom feed sorter: add more machinesKoen Kooi
2010-05-18extract-feedarch: script to extract machine and feedarch from ↵Koen Kooi
angstrom-feed-config packages