summaryrefslogtreecommitdiff
path: root/packages/tasks
AgeCommit message (Collapse)AuthorFiles
2008-12-01task-openmoko-feed: Add bind-utils to the feedHolger Hans Peter Freyther1
2008-11-26task-sdk-bare: Add uclibc-thread-db for uclibc targetsTom Rini1
On glibc targets we want glibc-thread-db, so for uclibc bring in the equivalent.
2008-11-26task-sdk, task-sdk-bare: Update and abstract to support uclibcTom Rini2
task-sdk.bb provided only a task-sdk-bare package, which uclibc, but bitbake would use task-sdk-bare.bb instead. Update task-sdk-bare.bb to have glibc / uclibc abstractions and delete task-sdk.bb
2008-11-25xqtlauncher: add packageBernhard Guillon1
2008-11-25python-rpyc: new recipe; remote procedure call package for pythonMichael 'Mickey' Lauer1
2008-11-24task-cli-tools: ship s3c24xx always, it's supersmallMichael 'Mickey' Lauer2
task-x11: the xserver subpackage needs to be architecture-specific
2008-11-23task-openmoko-feed: Add wmiconfig to the feed tooHolger Hans Peter Freyther1
2008-11-23task-openmoko-feed: Add netkit-telnet to the feedHolger Hans Peter Freyther1
2008-11-20openmoko-terminal2: remove dead project; has been superseded by vala-terminalMichael 'Mickey' Lauer1
2008-11-18task-sdk-sbox: switch to opkgKoen Kooi1
2008-11-16task-openmoko-feed: Use task-proper-tools as pointed out by KoenHolger Hans Peter Freyther1
Install task-proper-tools to get sane busybox replacements.
2008-11-16tasks-openmoko-feed: Add wget for wernerHolger Hans Peter Freyther1
2008-11-16illume-config: this package should not exist anymore.John Lee1
2008-11-16[tasks/*asu*] merge in the asu feedGraeme Gregory1
2008-11-16task-openmoko-basic: Use task-x11-illume (like task-openmoko-asu) install ↵Holger Hans Peter Freyther1
the asu theme afterwards
2008-11-16task-openmoko-asu: Make it buildable again by using task-x11-illumeHolger Hans Peter Freyther1
Use task-x11-illume. The ASU theme still needs to be installed.
2008-11-15openmoko-feed: add epdfview nice small pdf viewerGraeme Gregory1
2008-11-15openmoko-feed: add python-pygameGraeme Gregory1
2008-11-15task-openmoko-feed: Enable a bunch of packages againHolger Hans Peter Freyther1
It is Openmoko's goal to provide as many packages as possible. So if you encounter a build error do not blindly disable the package but reolsve it, or kick me to resolve it.
2008-11-15tasks: Set PACKAGE_ARCH after inherit taskHolger Hans Peter Freyther1
Continue with d2ff2d4cd486e939c72b113fbfc808a743bd436e. Setting PACKAGE_ARCH before inherit task will set PACKAGE_ARCH to "all". In this case the package arch should be the machine as it contains a machine specific xserver. ALLOW_EMPTY is already set by thate bb class as well...
2008-11-15tasks: connman plugin packages got renamed, catch upHolger Hans Peter Freyther2
Julian/John need to sort out which packages can be removed again. So far only the bluetooth package is not installed. This has also been reported by users.
2008-11-15openmoko: Add illume-theme-illume to task-openmoko-basicJulian_chu1
Install both illume-theme-asu and illume-theme-illume. However the asu theme is the first one, therefore it use ASU theme but not Illume theme as default.
2008-11-15openmoko: Change name of image from openmoko-bare to openmoko-baseJulian_chu1
They don't like the name, openmoko-bare-image. Change it to openmoko-base-image. Also change the task from task-openmoko-bare to task-openmoko-basic.
2008-11-15openmoko: Change the order of illume-theme in Openmoko Bare Image.Julian_chu1
illume-theme-freesmartphone provides _illume-theme_ for illume. However, Openmoko wants asu-theme by default. Change the order of these two entries (illume and illme-theme-asu) to let illume-theme-asu install first.
2008-11-15openmoko: Add openmoko-bare-imageJulian_chu1
This is a minimal image plus Window Manager (e-wm) and Om-settings, Om-installer.
2008-11-15task-openmoko-feed: Put back the java stuffHolger Hans Peter Freyther1
2008-11-15task-openmoko-feed: Add frameworkd into openmoko-feedJulian_chu1
2008-11-15task-openmoko-feed: Add zhone into openmoko-feedJulian_chu1
2008-11-15task-openmoko-debug.bb: Apply ENTERPRISE_DISTRO condition for madplayJulian_chu1
2008-11-15enterprise: Blacklist ffmpeg and mplayer tooHolger Hans Peter Freyther1
ffmpeg contains mp2/mp3 audio decoding routines, We can not distribute that.
2008-11-15task-openmoko-feed: Add a bunch of Xorg server side fontsHolger Hans Peter Freyther1
These are needed for TKinter and Werner's work. Client side rendering is overrated anyway, right? *giggles*
2008-11-15Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt2
into org.openembedded.dev
2008-11-15task-x11-illume: Catch up with new theme nameStefan Schmidt1
2008-11-15task-proper-tools: add more network related utils to replace busybox partsKoen Kooi1
2008-11-15task-openmoko-feed: Add various full blown tools to escape from busyboxHolger Hans Peter Freyther1
Werner tries to escape from Busybox. Provide net-tools, iproute2, iputils, psmisc, tar, coreutils, debianutils, tcptraceroute in the feed.
2008-11-14task-x11-illume: Make it build with the current EFL changes. Need more ↵Stefan Schmidt1
tweaks later.
2008-11-11task-sdk-extra: use randrproto-dev instead of randrext-devDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11task-sdk-base: switch to newer pixmanDmitry Baryshkov1
task-sdk-base referenced older libpixman-dev, however most packages do already use newer pixman package (which changed name from libpixman to pixman). So switch RDEPENDS to contain pixman-dev instead of libpixman-dev Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-10task-sdk-opie: correctly select qte or qte-mtDmitry Baryshkov1
preferred-versions-opie*.inc contain a mechanism for selecting between qte or qte-mt packages. Follow that way to correctly select task-sdk-opie dependency. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-07meta-toolchain-fso: bitbake recipes for a toolchain and SDK for fso.Mike Westerhof2
2008-11-03Merge branch 'org.openembedded.dev' of ↵Holger Hans Peter Freyther2
git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev Conflicts: packages/images/fso-image.bb
2008-11-03python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching.Michael 'Mickey' Lauer1
* add to task-python-everything
2008-11-03Merge branch 'holger/enterprise' into org.openembedded.devHolger Hans Peter Freyther1
2008-11-03task-cli-tools: ship utils that require python seperately (for system with ↵Michael 'Mickey' Lauer1
low space requirements)
2008-11-02python-fusil 1.1: new recipe; Python library for fuzzy algorithms.Michael 'Mickey' Lauer1
* add to task-python-everything * closes bug #4495
2008-10-31task-x11: bump PR for XSERVER changeKoen Kooi1
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther1
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
2008-10-29tasks: Set PACKAGE_ARCH so it has an effectHolger Hans Peter Freyther3
Set PACKAGE_ARCH after inherit task so it is not getting lost. Do not set it to all as task.bbclass is already doing that.
2008-10-28task-cli-tools: addMichael 'Mickey' Lauer1
2008-10-28task-fso-compliance: RRECOMMEND tzdataMichael 'Mickey' Lauer1