summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-04-17canadian-sdk: Synchronize (to some extent) canadian-sdk.bb with ↵David Huggins-Daines1
meta-toolchain.bb. Unlike meta-toolchain, it does not build an -extras package.
2009-04-17sysvinit: only ping splash when splashfuncs are presentKoen Kooi2
2009-04-17opkg: only ping splash when splashfuncs are presentKoen Kooi5
2009-04-17linux-2.6.24: nand and ubifs patches for HIPOX machineSteffen Sledz3
2009-04-17libgsm0710mux: bump to 0.3.3 releaseMichael 'Mickey' Lauer2
fso-abyss: bump to 0.3.3 release
2009-04-17policykit: fix permissions and volatilesKoen Kooi1
2009-04-17packagekit: fix service and policy files, update git versionKoen Kooi2
* patches against 0.4.6 have been applied upstream
2009-04-17pulseaudio: fix volatiles and ship policykit fileKoen Kooi3
2009-04-17libeflvala: bump to 0.0.1.0 and fix Q/A packaging errorMichael 'Mickey' Lauer1
2009-04-17libgsm0710: bump version to 1.1.1 release; add author and homepageMichael 'Mickey' Lauer1
2009-04-17Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi10
into org.openembedded.dev
2009-04-17gcc-iphone-cross: add rough cross-compiler for iPhoneJeremy Lainé1
2009-04-17apple-csu: add core libraries for iPhoneJeremy Lainé1
2009-04-17iphone: start adding toolchain elements for iphoneJeremy Lainé4
* iphone-sources: script to download and extract rootfs / SDKs * iphone-sources.manifest: config file describing a firmware version * iphone-rootfs.bb: stage libraries from firmware image * iphone-sdks.bb: stage headers from SDKS
2009-04-17task-beagleboard-demo: remove psplash hardcodeKoen Kooi1
2009-04-17linux-2.6.24, linux-rt-2.6.24: squashfs-lzma-2.6.24.patch imported to oe repoSteffen Sledz4
(former URL no longer available)
2009-04-17psplash-zap: recommend psplashKoen Kooi1
2009-04-17various image: weakly assign $SPLASH so it isn't unset on expansionKoen Kooi12
2009-04-17e-wm-config-angstrom: connman module is disabled in recent builds, so don't ↵Koen Kooi2
try to load it
2009-04-17angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splashCarsten Haitzler (Rasterman35
this abstracts psplash to be generic. now as long as something provides a splashfuncs file that sysvinit (and other scripts) can source, and all the approproate init hooks to start the splash etc. you can use psplash, exquisitie, usplash or anything that tickles your fancy. this moves splash toa ${SPLASH} variable to include in your image (or override). the default in angstrom is psplash - unless you override it. opkg also runs a configure script that cna take forever - and so this speically sends off some splash commands (if there) to let you know the systme is alive and working (but just busy). this is one commit as if this breaks things you either want to fix the minor break or totally revert the whole patch. i hope it didn't break anything.
2009-04-16libsndfile1: Package unpackaged octave files to subpackage libsndfile1-octave.Stanislav Brabec1
2009-04-16eds-dbus: Package missing files, remove unneeded .la files.Stanislav Brabec1
2009-04-16libatomics-ops: Package all installed files.Stanislav Brabec1
2009-04-16espeak: Fixed GNU_HASH QA error.Stanislav Brabec1
2009-04-16navit: Modules .so files must go to the main package, modules .la can go away.Stanislav Brabec4
2009-04-16linux-omap 2.6.29: sync with dss2 tree for YUV rotationKoen Kooi6
2009-04-16exquisite-theme-angstrom: import needed files after rasterman fixed the imagesKoen Kooi10
2009-04-16mc: Fixed invalid references to staging bindir.Stanislav Brabec4
2009-04-16exquisite-theme-angstrom: make it glow harderKoen Kooi2
2009-04-16Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-04-16odcctools: add cctools for Darwin (from Poky)Jeremy Lainé2
2009-04-16exquisite-theme-angstrom: add angstrom theme as a quick hackKoen Kooi3
2009-04-16pointercal: update palmt650 pre-seeded pointercal data (i just re-ran it)Carsten Haitzler (Rasterman2
2009-04-15Revert "Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream ↵Mike Westerhof3
kernel" This reverts commit fb7eba513b2d59c33163bd380019a4cabc8b6782. Change rejected.
2009-04-15Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream kernelMike Westerhof3
git repo, which is currently at 2.6.29-rc3 + Openmoko patches. Note that the preferred kernel remains unchanged; select this kernel via local.conf.
2009-04-15Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj40
into org.openembedded.dev
2009-04-15xserver-xorg: make avr32 build go a bit furtherKoen Kooi1
2009-04-15linux: updated defconfig for ep93xxMarcin Juszkiewicz2
2009-04-15linux: make 2.6.29 default for ep93xx (tested on edb9301)Marcin Juszkiewicz3
- added EDB9301 support (from LAKML) - hacked machine ID of EDB9301 (board here has other then official one)
2009-04-16evas: use fribidi-native packageCarsten Haitzler (Rasterman2
2009-04-16libfribidi: add native versionCarsten Haitzler (Rasterman1
2009-04-15u-boot: tiny printout for HIPOX machine fixedSteffen Sledz1
2009-04-15hipox: HIPOX machine uses u-boot-2009.03 for NOR/NAND combi bootSteffen Sledz3
2009-04-15python 2.6.1: fix build for architectures lacking libffi supportKoen Kooi2
* if your patch does: +res = os.system(cmd) ; print "ret %d" % res, DO NOT change the second 'res' to 'ret'! * this fixes a regression since python 2.5.x
2009-04-15Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi16
into org.openembedded.dev
2009-04-15packagekit: fix RDEPENDSKoen Kooi1
2009-04-15gnome-bluetooth: add 2.27.4Koen Kooi1
2009-04-15linux: initial micro2440 support for 2.6.29 using mini2440 kernel patches.Florian Boor14
2009-04-15initramfs-image: Make sure static busybox gets into the initfs image.Florian Boor1
2009-04-15uclibc: use LDFLAGS for ldd and ldconfig (fixes QA error)Dirk Opfer1