Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-05-06 | gdb: 6.8 is GPLv3 | Tom Rini | 1 | |
2009-05-06 | gmp: 4.2.4 is GPLv3 LGPLv3 | Tom Rini | 1 | |
2009-05-06 | gettext: 0.17 is GPLv3 | Tom Rini | 1 | |
2009-05-06 | binutils: 2.18 and newer is GPLv3, add GPL to 2.14.90.[67] | Tom Rini | 7 | |
2009-05-06 | alsa-lib: This is LGPL not GPL | Tom Rini | 6 | |
2009-05-06 | gcc: For 4.2.2 and newer, set LICENSE = GPLv3 | Tom Rini | 8 | |
Drop LICENSE/SECTION from mingw-gcc as it was redundant | ||||
2009-05-06 | sane-srcrevs.inc: update gpe-conf | Florian Boor | 1 | |
2009-05-06 | gpe-conf: bump RV in svn recipe | Florian Boor | 1 | |
2009-05-06 | checksums.ini: New cmake 2.6.4 entry, removed unused cmake entries. | Robert Schuster | 1 | |
2009-05-06 | cmake-native 2.6.4: New recipe. | Robert Schuster | 1 | |
2009-05-05 | at91sam9g20ek: use the dataflash config | Dmitry Eremin-Solenikov | 1 | |
The default config for at91sam9g20ek is for booting from dataflashcard. Use instead the config for booting from dataflash (at91sam9g20df). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-05-05 | u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN) | Marcin Juszkiewicz | 2 | |
2009-05-05 | linux-bug: switch to proper SVN branch | Marcin Juszkiewicz | 1 | |
2009-05-05 | sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot | Marcin Juszkiewicz | 1 | |
2009-05-05 | rootfs_deb: make Packages.gz, not Packages.bz2. | Michael Smith | 1 | |
apt ignores Packages.bz2 unless bzip2 exists in /bin/bzip2 (!!). If it's in /usr/bin/bzip2 (e.g. SuSE build host) the image fails to build. Also, remove commented-out check for DEPLOY_KEEP_PACKAGES. Signed-off-by: Michael Smith <msmith@cbnco.com> | ||||
2009-05-05 | gpe-su: remove unused entries from checksums.ini | Andrea Adami | 1 | |
2009-05-05 | gpe-su: remove unused versions | Andrea Adami | 3 | |
/oe/org.openembedded.dev $ andrea@mizar /oe/org.openembedded.dev/conf $ grep -R gpe-su . ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.11.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.14.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.15.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.18.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.19.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.20.tar.gz] ./distro/include/preferred-gpe-versions-2.8.inc:PREFERRED_VERSION_gpe-su ?= "0.19" ./distro/include/preferred-om-2008-versions.inc:PREFERRED_VERSION_gpe-su ?= "0.19" ./distro/include/preferred-gpe-versions-2.6.inc:PREFERRED_VERSION_gpe-su ?= "0.18" ./distro/include/preferred-gpe-versions-2.7.inc:PREFERRED_VERSION_gpe-su ?= "0.19" ./distro/include/preferred-gpe-versions.inc:#PREFERRED_VERSION_gpe-su ?= "0.18" | ||||
2009-05-05 | teleport_0.33.bb: remove from checksums.ini | Andrea Adami | 1 | |
2009-05-05 | teleport: remove unused 0.33 version (broken atm - may 2009) | Andrea Adami | 5 | |
/oe/org.openembedded.dev/conf $ grep -R teleport . ./checksums.ini:[http://gpe.linuxtogo.org/download/source/teleport-0.33.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/teleport-0.34.tar.gz] ./distro/include/preferred-gpe-versions-2.8.inc:PREFERRED_VERSION_teleport ?= "0.34" ./distro/include/preferred-om-2008-versions.inc:PREFERRED_VERSION_teleport ?= "0.34" | ||||
2009-05-04 | Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR" | Marcin Juszkiewicz | 1 | |
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f. It was pushed by mistake, sorry. | ||||
2009-05-04 | qemu: add version 0.10.3, initial | Roman I Khimov | 8 | |
Finally not requiring GCC3. Added with masked preference, need to carefully sort out and apply OE's patches. Acked-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-04 | udev 124: disable dev cache on akita, c7x0, spitz and tosa | Denys Dmytriyenko | 5 | |
above platforms have /tmp and /etc on read-only rootfs during udev start | ||||
2009-05-04 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Tom Rini | 2 | |
into org.openembedded.dev | ||||
2009-05-04 | All distros: Bring in conf/distro/include/${LIBC}.inc | Tom Rini | 33 | |
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-04 | All distro conf files: Use LIBC to pick or set your libc. | Tom Rini | 26 | |
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-04 | glibc: In various old recipes add RPROVIDES virtual-libc-dev, bump PR. | Tom Rini | 11 | |
In some cases we also add in 'libc-dev' if nothing was being provided and add RDEPENDS += linux-libc-headers-dev if that was missing. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-04 | Add distro inc files for eglibc, glibc and uclibc. | Tom Rini | 3 | |
This gives us the libc into OVERRIDES, of glibc for glibc/eglibc and uclibc for uclibc. We also ?= for libintl/libiconv and = set the rest of the virtuals. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-04 | base.bbclass: added 'gcc-3.4' to list of gcc3 versions (Debian systems) | Marcin Juszkiewicz | 1 | |
2009-05-04 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Marcin Juszkiewicz | 308 | |
into org.openembedded.dev | ||||
2009-05-03 | base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first. | Tom Rini | 1 | |
Comment on what this function is used for primarily. The default gcc3-native that we build is called 'gcc-3.4.6' so look for that one first. | ||||
2009-05-03 | teleport_0.33: refactor SRC_URI - package breaks on do_compile | Andrea Adami | 2 | |
2009-05-03 | minilite: fix whitespaces | Andrea Adami | 7 | |
2009-05-03 | Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵ | Leon Woestenberg | 3 | |
org.openembedded.dev | ||||
2009-05-03 | SlugOS: make some of the image dependencies machine-specific. | Mike Westerhof | 1 | |
2009-05-03 | SlugOS: remove any kernel images from boot, not just zImages. | Mike Westerhof | 1 | |
2009-05-02 | SlugOS: make sym-links to the images image-specific. | Mike Westerhof | 2 | |
2009-05-02 | SlugOS: nas100d-image.bbclass - use nslu2 kernel; we no longer generate ↵ | Mike Westerhof | 1 | |
machine-specific kernels. | ||||
2009-05-02 | SlugOS: images - create nas100d and dsmg600 .bin firmware files with ↵ | Mike Westerhof | 2 | |
slugos-extd image. | ||||
2009-05-02 | uclibc_0.9.30.bb : add fix for unifdef for modern gcc/glibc combos. | Graeme Gregory | 2 | |
This is probably suitable for all uclibc when someone tests them. | ||||
2009-05-02 | nslu2 machine configs: do not inherit machine-specific image class | Mike Westerhof | 2 | |
The creation of the NSLU2 full flash image (.bin) file should be image-specific, since not all images for machines similar to the NSLU2 have the same flash constraints. | ||||
2009-05-02 | bridge-utils: add version 1.4 | Roman I Khimov | 4 | |
Acked-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
2009-05-02 | bridge-utils: remove old versions | Roman I Khimov | 3 | |
Version 1.0.4 FTBFS and both with 0.9.7 are very old. No distro sets any version as preferred, so it's safe to assume that everyone is on 1.2 now. Acked-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
2009-05-02 | gpe-autostarter_svn: remove 'no strip patch' and hope they fix upstream | Andrea Adami | 1 | |
2009-05-02 | teleport: reorder patches for old version 0.33 (still breaks compiling) | Andrea Adami | 5 | |
2009-05-01 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Stanislav Brabec | 6 | |
into org.openembedded.dev | ||||
2009-05-01 | bluez-gnome: Update to version 1.8. | Stanislav Brabec | 2 | |
2009-05-01 | gpe-aerial: fix Makefiles - don't strip on install | Andrea Adami | 4 | |
2009-05-01 | gpe-soundserver: Makefile fix - don't strip on install | Andrea Adami | 2 | |
2009-05-01 | gpe-autostarter: Makefile fix - don't strip on install | Andrea Adami | 6 | |
2009-05-01 | teleport: Makefile fix - don't strip on install | Andrea Adami | 3 | |