summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-05-07zaurus-2.6.inc: fix installkit creation on first buildAndrea Adami1
- move the task in zaurus-installer - EXTRA_IMAGEDEPENDS now on zaurus-installer
2009-05-07zaurus-installer: add new package for installkit creationAndrea Adami1
- packs together updater.sh + kexecboot-kernel
2009-05-06m4: 1.4.11 and 1.4.12 are GPLv3Tom Rini2
2009-05-06samba: 3.2.8 and newer is GPLv3Tom Rini4
2009-05-06mpfr: Both GPL and LGPL componentsTom Rini1
2009-05-06libiconv: 1.12 has GPLv3 binaries LGPLv2.1 librariesTom Rini2
2009-05-06gnutls: The 'extra' lib (and package) is GPLv3Tom Rini1
2009-05-06gdb: 6.8 is GPLv3Tom Rini1
2009-05-06gmp: 4.2.4 is GPLv3 LGPLv3Tom Rini1
2009-05-06gettext: 0.17 is GPLv3Tom Rini1
2009-05-06binutils: 2.18 and newer is GPLv3, add GPL to 2.14.90.[67]Tom Rini7
2009-05-06alsa-lib: This is LGPL not GPLTom Rini6
2009-05-06gcc: For 4.2.2 and newer, set LICENSE = GPLv3Tom Rini8
Drop LICENSE/SECTION from mingw-gcc as it was redundant
2009-05-06sane-srcrevs.inc: update gpe-confFlorian Boor1
2009-05-06gpe-conf: bump RV in svn recipeFlorian Boor1
2009-05-06checksums.ini: New cmake 2.6.4 entry, removed unused cmake entries.Robert Schuster1
2009-05-06cmake-native 2.6.4: New recipe.Robert Schuster1
2009-05-05at91sam9g20ek: use the dataflash configDmitry Eremin-Solenikov1
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-05u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN)Marcin Juszkiewicz2
2009-05-05linux-bug: switch to proper SVN branchMarcin Juszkiewicz1
2009-05-05sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-bootMarcin Juszkiewicz1
2009-05-05rootfs_deb: make Packages.gz, not Packages.bz2.Michael Smith1
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-05gpe-su: remove unused entries from checksums.iniAndrea Adami1
2009-05-05gpe-su: remove unused versionsAndrea Adami3
/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-05teleport_0.33.bb: remove from checksums.iniAndrea Adami1
2009-05-05teleport: remove unused 0.33 version (broken atm - may 2009)Andrea Adami5
/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-04Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"Marcin Juszkiewicz1
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f. It was pushed by mistake, sorry.
2009-05-04qemu: add version 0.10.3, initialRoman I Khimov8
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-04udev 124: disable dev cache on akita, c7x0, spitz and tosaDenys Dmytriyenko5
above platforms have /tmp and /etc on read-only rootfs during udev start
2009-05-04Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Tom Rini2
into org.openembedded.dev
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini33
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-04All distro conf files: Use LIBC to pick or set your libc.Tom Rini26
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04glibc: In various old recipes add RPROVIDES virtual-libc-dev, bump PR.Tom Rini11
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-04Add distro inc files for eglibc, glibc and uclibc.Tom Rini3
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-04base.bbclass: added 'gcc-3.4' to list of gcc3 versions (Debian systems)Marcin Juszkiewicz1
2009-05-04Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Marcin Juszkiewicz308
into org.openembedded.dev
2009-05-03base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first.Tom Rini1
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-03teleport_0.33: refactor SRC_URI - package breaks on do_compileAndrea Adami2
2009-05-03minilite: fix whitespacesAndrea Adami7
2009-05-03Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵Leon Woestenberg3
org.openembedded.dev
2009-05-03SlugOS: make some of the image dependencies machine-specific.Mike Westerhof1
2009-05-03SlugOS: remove any kernel images from boot, not just zImages.Mike Westerhof1
2009-05-02SlugOS: make sym-links to the images image-specific.Mike Westerhof2
2009-05-02SlugOS: nas100d-image.bbclass - use nslu2 kernel; we no longer generate ↵Mike Westerhof1
machine-specific kernels.
2009-05-02SlugOS: images - create nas100d and dsmg600 .bin firmware files with ↵Mike Westerhof2
slugos-extd image.
2009-05-02uclibc_0.9.30.bb : add fix for unifdef for modern gcc/glibc combos.Graeme Gregory2
This is probably suitable for all uclibc when someone tests them.
2009-05-02nslu2 machine configs: do not inherit machine-specific image classMike Westerhof2
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-02bridge-utils: add version 1.4Roman I Khimov4
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-02bridge-utils: remove old versionsRoman I Khimov3
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-02gpe-autostarter_svn: remove 'no strip patch' and hope they fix upstreamAndrea Adami1