Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-02-12 | ronetix: drop alsa from system | Marcin Juszkiewicz | 2 | |
2009-02-12 | ronetix-pm926*: added configs for Ronetix boards | Marcin Juszkiewicz | 2 | |
2009-02-12 | busybox: added KaeilOS config for 1.13.2 | Marcin Juszkiewicz | 1 | |
2009-02-12 | busybox: added kaeilos config (copy of Angstrom one) | Marcin Juszkiewicz | 1 | |
2009-02-12 | psplash: added KaeilOS logo | Marcin Juszkiewicz | 2 | |
2009-02-12 | base-files: added KaeilOS issue(.net) files | Marcin Juszkiewicz | 3 | |
2009-02-12 | kaeilos: use mdev | Marcin Juszkiewicz | 1 | |
2009-02-12 | kaeilos: use busybox 1.13.2 | Marcin Juszkiewicz | 1 | |
2009-02-12 | kaeilos: remove Avahi from system | Marcin Juszkiewicz | 1 | |
2009-02-12 | kaeilos: use xserver-kdrive 1.3.0.0 | Marcin Juszkiewicz | 1 | |
2009-02-12 | kaeilos-version: first version (based on angstrom-version) | Marcin Juszkiewicz | 1 | |
2009-02-12 | kaeilos: first attempt to make new Angstrom based distro | Marcin Juszkiewicz | 2 | |
2009-02-12 | python-coherence: added dependency on axiom | Frans Meulenbroeks | 1 | |
2009-02-12 | checksums.ini: add bitbake 1.8.12 | Koen Kooi | 1 | |
2009-02-12 | python-divmodaxiom: added recipe (checksums are already there) | Frans Meulenbroeks | 1 | |
2009-02-12 | python_divmodepsilon: added native recipe | Frans Meulenbroeks | 1 | |
2009-02-12 | zope-native: added | Frans Meulenbroeks | 1 | |
2009-02-12 | task-openmoko-feed: Disabled python-lightblue since it doesn't exist. | Rod Whitby | 1 | |
2009-02-11 | Merge branch 'org.openembedded.dev' of ↵ | Rod Whitby | 33 | |
git://git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-02-11 | zope: removed twisted subdir during install; | Frans Meulenbroeks | 1 | |
this is a very old version of twisted and it shadows the twisted package as such it broke python-coherence | ||||
2009-02-11 | busybox: fix tar problem with filenames that are exactly 100 bytes | Frans Meulenbroeks | 2 | |
2009-02-11 | opkg: fix bug that occured with file names of exactly 100 chars in the tar file | Frans Meulenbroeks | 7 | |
2009-02-11 | python-coherence: moved to svn 1161, added dependency on ↵ | Frans Meulenbroeks | 2 | |
python-twisted-protocols | ||||
2009-02-11 | Merge branch 'org.openembedded.dev' of ↵ | Jeremy Lainé | 9 | |
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-02-11 | dnsmasq: update to version 2.47 | Jeremy Lainé | 4 | |
2009-02-11 | busybox: bandaid for avr32 | Koen Kooi | 1 | |
2009-02-11 | ltp: Add 20090131 version | Tom Rini | 8 | |
2009-02-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Tom Rini | 1 | |
into org.openembedded.dev | ||||
2009-02-11 | bitbake.conf: Add UBI_VOLNAME to allow distros to set the volume name for ↵ | Tom Rini | 1 | |
the ubi volume | ||||
2009-02-11 | angstrom 2009.X: fix avr32 build | Koen Kooi | 1 | |
2009-02-11 | checksums.ini: added some entries | Marcin Juszkiewicz | 1 | |
2009-02-11 | sanity.bbclass: do not fail if /bin/sh is not symlink | Marcin Juszkiewicz | 1 | |
2009-02-11 | build-feeds.sh: add task-xqtlauncher | Bernhard Guillon | 1 | |
2009-02-11 | clutter: add 0.8 file | Koen Kooi | 1 | |
2009-02-11 | libgles-omap3: make 06 default now | Koen Kooi | 1 | |
2009-02-11 | aufs: fix cross compiling, delete old patch and bump PR | Bernhard Guillon | 2 | |
2009-02-11 | vlc: --enable-realrtsp option added | stanislav | 2 | |
2009-02-11 | Merge branch 'org.openembedded.dev' of ↵ | Rod Whitby | 6 | |
git://git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-02-11 | clutter 0.8+svn: move to git | Koen Kooi | 2 | |
* this slowly brings us closer to poky | ||||
2009-02-11 | ogre-egl: build samples against a modern toolkit and package them | Koen Kooi | 1 | |
2009-02-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 59 | |
into org.openembedded.dev | ||||
2009-02-11 | mingw-make-canadian-sdk: Add this so we have a 'make' for mingw | Tom Rini | 2 | |
2009-02-11 | Merge branch 'org.openembedded.dev' of ↵ | Rod Whitby | 58 | |
git://git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-02-10 | module_strip: When picking module suffix, use KERNEL_MAJOR_VERSION. | Tom Rini | 1 | |
With the previously broken and unused KERNEL_OBJECT_SUFFIX, this actually evaluted to "" so we always did a find path -name *, which is why we need the -d test later on. Switch to testing for KERNEL_OBJECT_SUFFIX==2.6 and else'ing for 2.4 and doing .ko or .o. Leave KERNEL_OBJECT_SUFFIX in-tact for non-mainline users. This was easier than getting kernel.bbclass to evaluate KERNEL_OBJECT_SUFFIX either on its own or re-jigging module-base and module_strip, again for non-mainline users. | ||||
2009-02-10 | module-base: Fix the test on KERNEL_OBJECT_SUFFIX | Tom Rini | 1 | |
We were saying if we're newer than 2.6.0, use ".o" and otherwise use ".ko", which is backwards. | ||||
2009-02-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Tim 'timtim' Ellis | 1 | |
into org.openembedded.dev | ||||
2009-02-11 | linux-linkstationppc: Fix last commit, 2.6.27.10 => 2.6.28.4, add usb webcam ↵ | Tim 'timtim' Ellis | 4 | |
modules | ||||
2009-02-11 | preferred-om-2008-versions.inc: bump libtool and automake | Michael 'Mickey' Lauer | 1 | |
2009-02-11 | checksums.ini: Add linux patch-2.6.28.4 | Tim 'timtim' Ellis | 2 | |
2009-02-10 | linux-orion: 2.6.27.10 => 2.6.28.4, add usb webcam modules | Tim 'timtim' Ellis | 3 | |