summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-04-30Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec0
into org.openembedded.dev
2009-04-30mtkbabel: Allow to set faster logging.Stanislav Brabec2
2009-04-30remove install-native packageRoman I Khimov12
Sane 'install' program is provided by coreutils-native now. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-30coreutils-native: make mandatory dep for all packagesRoman I Khimov1
Gives us guaranteed sane GNU coreutils on any host. Should greatly ease support for various non-GNU host systems and allow to safely remove some other native packages like 'install-native'. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-30coreutils-native: remove autotools and quilt dependenciesRoman I Khimov4
Allows to build coreutils-native at very early stage in build process. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-30coreutils: add version 7.2Roman I Khimov7
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-30mtkbabel: Allow to set faster logging.Stanislav Brabec1
2009-04-30gcc-4.3.x: Really honor LDFLAGS, bump PR.Tom Rini18
Rework SYSROOT_CFLAGS_FOR_TARGET.patch each time, and rename to -4.3.2/4.3.3.
2009-04-30gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PRTom Rini3
2009-04-30gcc 4.0.2: Disable libmudflap/ssp, add gcc-posix-open-fix.patch, really ↵Tom Rini6
honor LDFLAGS, bump PR
2009-04-30gcc 4.0.0: Fix fortran building, disable libmudflap/ssp, add ↵Tom Rini6
gcc-posix-open-fix.patch, add missing cross-initial/cross-intermediate files, really honor LDFLAGS, bump PR
2009-04-30gcc (various): Drop incomplete LDFLAGS patch and really honor them, bump PRTom Rini41
2009-04-30gcc-3.4.x: Rename gcc-posix.patch to gcc-posix-open-fix.patch, put in files/Tom Rini4
2009-04-30nandlogical-static: actually build static...Andrea Adami1
- readd -static - size is a bit big...433k
2009-04-30encdec-updater: GNU_HASH QA fix.Stanislav Brabec1
2009-04-30Initial add of micro linux distMartin Lund3
2009-04-30hal/hal.inc : change hardcoded etc to ${sysconfdir} and remove bogus directoryGraeme Gregory2
hal/hal_0.5.11.bb : bump PR for above change
2009-04-30bonnie++: GNU_HASH QA fixSteffen Sledz1
2009-04-30mii-diag-2.11: GNU_HASH QA fixSteffen Sledz1
2009-04-30nandlogical: Fix GNU_HASH QA error - Bump PRAndrea Adami2
2009-04-30Zaurus machines: reorganize configuration filesAndrea Adami8
- uniform the MACHINE_DISPLAY - remove unneded IMAGE_FSTYPES because .jffs2 and tar.gz are default - add ext2 to MACHINE_FEATURES: already in kernel for boot from CF/SD - fix? width/height for spiz (set width 640 for clamshells) - add pixel-per-inch info
2009-04-29base-files_3.0.14.bb : fix the om-gta02 fstab and bump the PRGraeme Gregory2
2009-04-29sane-srcrevs.inc : update xf86-driver-glamo git rev to latestGraeme Gregory1
2009-04-29xserver-xorg-conf_0.1.bb : add configuration for om-gta02 machineGraeme Gregory2
2009-04-29recipes/opkg/files/configure : fix the case where this is no splash installed.Graeme Gregory4
recipes/opkg/opkg*.bb : bump PR for affected recipes
2009-04-29Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Marcin Juszkiewicz375
into org.openembedded.dev
2009-04-29bitbake.conf: make MACHINE_KERNEL_PR defaults to PRMarcin Juszkiewicz1
By default MACHINE_KERNEL_PR defaults to 'r0' which makes build of kernel for machines which not use MACHINE_KERNEL_PR harder (kernel.bbclass uses M_K_P instead of PR).
2009-04-29buildbot config: simplified a lot and cleanedMarcin Juszkiewicz2
- 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-29linux-2.6.24: defconfig for hipox machine updatedSteffen Sledz1
- nand, mtd, ubi, ubifs driver into kernel
2009-04-29Modified kaeilos distro configurationMarco Cavallini1
* changed version to 2009.1 * solved bluez-utils problem with x86 targets Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
2009-04-29binutils: add binutils-x86_64_i386_biarch.patchRoman I Khimov10
Adds 'lib32' directories to binutils search paths on x86_64. Acked-By: Khem Raj <raj.khem@gmail.com>
2009-04-29linux-kexecboot.inc: force CONFIG_KEXEC=y just in caseAndrea Adami1
- no runtime changes, no PR BUMP
2009-04-28insane.bbclass: Split package_qa_check_devdbg and don't run -dev check on ↵Tom Rini1
SDK packages. We create package_qa_check_dev/package_qa_check_dbg checks. While in here clarify the comments as to what both are doing. Since SDK packages don't get split like normal ones, it's OK to have -dev stuff in non-dev packages. Suggested by Richard Purdie Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-28uClibc: Always enable PTHREADS_DEBUG_SUPPORTTom Rini17
This will make sure we always have the uclibc-thread-db package, which task-sdk-bare requires. After an audit of the versions in question, what always happens now is that all libpthread debugging stuff from libpthread ends up in a specific file and package. Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-28buildbot master.cfg: Fix location of Angstrom images for cleaning and full ↵Tom Rini1
builds start from scratch
2009-04-28zaurusd: point tskeys to the real ts device instead hardcoding it to event1Koen Kooi2
2009-04-28gst-omapfb: add recipe to build gst sink for the omapfb overlayGregoire Gentil2
2009-04-28ekiga: add git versionKoen Kooi1
2009-04-28added netkit-ftp to angstrom feedFrans Meulenbroeks1
2009-04-28netkit-ftp: Fixed GNU_HASH QA error.Koen Kooi1
2009-04-28linux-libc-headers_2.6.23.bb : more modern glibc expose getline fromGraeme Gregory2
stdio.h rename the function so not to cause a clash
2009-04-28recipes/unifdef/files/unifdef.c : more modern glibc expose getline fromGraeme Gregory1
stdio.h rename the function so not to cause a clash
2009-04-28Merge branch 'org.openembedded.dev' of ↵Rod Whitby28
git://git.openembedded.net/openembedded into org.openembedded.dev
2009-04-28ixp4xx: Remove proprietary Intel ethernet driver.Rod Whitby110
See http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-January/001279.html
2009-04-28kexecboot-cfg: fix tabs and typoAndrea Adami1
2009-04-27licenses.conf: Add strings for GPL/LGPLv3 and LGPLv2.1Tom Rini1
2009-04-28linux_2.6.29+2.6.30-rc: move to rc3Andrea Adami2
2009-04-28zaurus-2.6.inc: fix typo in installkitAndrea Adami1
2009-04-27zaurus-clamshell.inc: fix u-boot addresses for akita/spitzAndrea Adami1
2009-04-27zaurus-2.6.inc: deploy installkit only for kexecboot kernelAndrea Adami1