aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-05-04base.bbclass: added 'gcc-3.4' to list of gcc3 versions (Debian systems)Marcin Juszkiewicz
2009-05-04Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Marcin Juszkiewicz
into org.openembedded.dev
2009-05-03base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first.Tom Rini
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 Adami
2009-05-03minilite: fix whitespacesAndrea Adami
2009-05-03Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵Leon Woestenberg
org.openembedded.dev
2009-05-03SlugOS: make some of the image dependencies machine-specific.Mike Westerhof
2009-05-03SlugOS: remove any kernel images from boot, not just zImages.Mike Westerhof
2009-05-02SlugOS: make sym-links to the images image-specific.Mike Westerhof
2009-05-02SlugOS: nas100d-image.bbclass - use nslu2 kernel; we no longer generate ↵Mike Westerhof
machine-specific kernels.
2009-05-02SlugOS: images - create nas100d and dsmg600 .bin firmware files with ↵Mike Westerhof
slugos-extd image.
2009-05-02uclibc_0.9.30.bb : add fix for unifdef for modern gcc/glibc combos.Graeme Gregory
This is probably suitable for all uclibc when someone tests them.
2009-05-02nslu2 machine configs: do not inherit machine-specific image classMike Westerhof
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 Khimov
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-02bridge-utils: remove old versionsRoman I Khimov
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 Adami
2009-05-02teleport: reorder patches for old version 0.33 (still breaks compiling)Andrea Adami
2009-05-01Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec
into org.openembedded.dev
2009-05-01bluez-gnome: Update to version 1.8.Stanislav Brabec
2009-05-01gpe-aerial: fix Makefiles - don't strip on installAndrea Adami
2009-05-01gpe-soundserver: Makefile fix - don't strip on installAndrea Adami
2009-05-01gpe-autostarter: Makefile fix - don't strip on installAndrea Adami
2009-05-01teleport: Makefile fix - don't strip on installAndrea Adami
2009-05-01gpe-taskmanager: Makefile fix - don't strip on installAndrea Adami
2009-05-01keylaunch: Makefile fix - don't strip on installAndrea Adami
2009-05-01Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-05-01fennec_hg.bb : add sqlite3 dependency that is needed by fennecGraeme Gregory
2009-05-01minilite: Makefile fix - don't strip on installAndrea Adami
2009-05-01gpe-su: Makefile fix - don't strip on installAndrea Adami
2009-05-01xst: Makefile fix - don't strip on installAndrea Adami
2009-05-01gpe-confd: Makefile fix - don't strip on installAndrea Adami
2009-05-01libdisplaymigration: Makefile fix - don't strip on installAndrea Adami
2009-05-01gpe-calculator: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01gpe-soundbite: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01gpe-go: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01gpe-lights: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01gpe-nmf: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01gpe-othello: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01gpe-question: don't strip during installAndrea Adami
- this breaks now with new install - strip is done in packaging
2009-05-01ipaq-sleep: don't strip during installAndrea Adami
- using coreutils this now breaks (strip: unable to recognise the format of the input file)
2009-05-01oe-stylize: Remove Unslung distro referenceRod Whitby
2009-05-01Unslung: Removed all trace of the unslung distro from OERod Whitby
2009-05-01zaurus-2.6.inc: force creation of jffs2 imagesAndrea Adami
- tar.gz is (weak) assigned in bitbake.conf
2009-05-01nandlogical-static: remove bogus PRAndrea Adami
2009-04-30SlugOS: refactor slugos images and tasks to support a standard and extended ↵Mike Westerhof
image.
2009-04-30subversion: Build with the latest libtool.Stanislav Brabec
2009-04-30SlugOS: slugos-image.bb, initscripts-slugos_1.0.bb - remove devfs supportMike Westerhof
Remove devfs startup scripts, and revert to the standard OE means to initially populate the /dev directory. This has the side-effect of fixing the empty /dev dir problem when extracting the tar.gz image.
2009-04-30SlugOS: slugos.inc - ensure that the rootfs is mounted with the noatime optionMike Westerhof
(this is for documentation purposes, and to future-proof, since the real command line is set in the apex recipe.)
2009-04-30SlugOS: preferred-slugos-versions - get rid of overrides for openssh, fixed ↵Mike Westerhof
upstream.
2009-04-30SlugOS: arm-kernel-shim - ensure that the rootfs is mounted with "noatime" ↵Mike Westerhof
option by passing that option in on the command line.