summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks
Commit message (Collapse)AuthorAgeFilesLines
* unfs-server: new userspace nfs recipeScott Garman2010-08-201-0/+2
| | | | | | | | | | | | | | This is a simple userspace NFS server, derived from one which was previously used in openSUSE 10.x. Wind River contributed many of the patches. This package is not intended for target installations, only -native and -nativesdk use. Enabling nativesdk for readline, sqlite3, and pseudo was required, as well as a few new autoconf siteconfig entries. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-poky-tools: Add perf to tools-profile packageRichard Purdie2010-08-191-1/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* lttng-ust: disable MIPS build since liburcu doesn't build on MIPSDexuan Cui2010-08-171-3/+2
| | | | | | | lttng-ust depends on liburcu. Unluckily upstream liburcu doesn't support MIPS now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* sdk-task: make libc dependancies genericNitin A Kamble2010-08-131-30/+2
| | | | | | This change specifies the libc dependancies in a generic fashion. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* task-poky-tools: fix RDEPENDS_task-poky-tools-profile and add lttng-ust into itDexuan Cui2010-08-131-3/+11
| | | | | | | | | | | | Here the "_append" must appear just after RDEPENDS_task-poky-tools-profile, or else, valgrind and lttng-ust won't be built into the target image. At present we only build lttng-ust on qemux86/qemux86-64/qemuppc/qemumips/emenlow/netbook since upstream liburcu (which is required by lttng-ust) may not build on other platforms, like qemu ARMv5te that poky uses now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* tcf-agent: add the latest version 0.3.0+svnr1078Dexuan Cui2010-07-271-0/+1
| | | | | | | | | | | install a proper script /etc/init.d/tcf-agent make it autostart in runlevels 3 and 5 Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-poky-tools: add latencytop into RDEPENDS_task-poky-tools-profileDexuan Cui2010-07-211-0/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-poky-tools: fix RDEPENDS_task-poky-tools-profile_qemux86Dexuan Cui2010-07-211-1/+1
| | | | | | | | | | | | | | | Change RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind" to RDEPENDS_append_task-poky-tools-profile_qemux86 = "valgrind", or else RDEPENDS_task-poky-tools-profile would be overriden and only holds valgrind, as a result, the 5 packages oprofile/oprofileui-server/powertop/... aren't built into the target image at all. Thanks Kevin a lot for tracking the issue down. Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-poky-x11-sato: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-apps-x11-pimlico: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-tools: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-nfs: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-boot: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-base: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-tools: Disable kexec for powerpcRichard Purdie2010-06-111-1/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow ↵Richard Purdie2010-06-081-1/+3
| | | | | | compiling in meta-toolchain to work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky: No longer need to exclude pcmanfm on powerpcRichard Purdie2010-03-181-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky: Disable pcmanfm on powerpc (until confirmed it works)Richard Purdie2010-03-151-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-tools: kexec-tools don't support mips|mipsel, so make it optionalDennis.Yxun2010-02-011-0/+1
| | | | | Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-tools: kexec-tools doesn't work on Mips so make it optionalJoshua Lock2010-01-191-1/+5
| | | | | | | Use a variable to soft-assign a value for kexec-tools and set it empty for Mips as it's not supported on that architecture. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* tasks/task-poky: make the file manager a conditional part of the taskJoshua Lock2010-01-151-1/+5
| | | | | | | mips doesn't support pcmanfm so make it a conditional part of the task by creating a variable, FILEMANAGER, set to pcmanfm by default and empty for mips Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky: add support for changing bootsplash applicationMarcin Juszkiewicz2009-11-051-2/+3
| | | | | | | SPLASH variable contains name of package which handles bootprogress display. By default psplash is used. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
* task-sdk-host: Add gdb-cross-canadianRichard Purdie2009-09-181-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-sdk-host: Use cross-canadian packagesRichard Purdie2009-09-171-5/+5
|
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-13/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-base: Remove sets usage, deprecated in pythonRichard Purdie2009-07-021-3/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-sdk-gmae.inc: update after bluez changesRichard Purdie2009-06-173-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-base: Switch to bluez4Richard Purdie2009-06-011-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-tools: Drop exmap for nowRichard Purdie2009-05-251-3/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tasks-netbook: Catch up with metacity-clutter -> mutter renamingRichard Purdie2009-04-221-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-base: Removed RDEPEND on task-poky-bootJoshua Lock2008-11-051-1/+0
| | | | It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
* task-base: build Bluetooth/Wifi support only for distros which feature themMarcin Juszkiewicz2008-10-131-4/+3
| | | | | | Patch by Carl Simonson <simonsonc@gmail.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5482 311d38ba-8fff-0310-9ca6-ca027cbcb966
* - This adds clutter-{gst,gtk,cairo}-0.8 recipes and ↵Robert Bragg2008-10-021-7/+9
| | | | | | | | | | | | clutter-{gst,gtk,cairo}-0.6 recipes. - It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-base: bumped PR due to poky config changeMarcin Juszkiewicz2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5376 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Revert unintended commitsRichard Purdie2008-09-302-7/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5353 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵Richard Purdie2008-09-302-2/+7
| | | | | | cache the recipe. Based on work from Heikki Paajanen git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-base: Adding libacpi to the acpi task.Samuel Ortiz2008-09-301-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5333 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky-sdk-gmae: fix sqlite-dev nameMarcin Juszkiewicz2008-09-291-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5304 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-sdk-gmae.inc: update to reflect GNOME Mobile 2.24Ross Burton2008-09-262-4/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5298 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Netbooks will use Sato too for now.Joshua Lock2008-09-251-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5267 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Initial support for netbooks with a poky-image-netbook(-live) image target.Joshua Lock2008-09-251-0/+27
| | | | | | | This needs much love from folk with UI and WM skills. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5266 311d38ba-8fff-0310-9ca6-ca027cbcb966
* increments task-poky revision, which fixed a dependency problem for me andRobert Bragg2008-09-221-1/+1
| | | | | | | | | may help with similar problems others are seeing with the new X builds. (The problem seemed to be related to the XSERVER variable which is referred to in task-poky.bb) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5228 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky: Add a more definite dependency on dbus in console and x11 imagesRichard Purdie2008-09-041-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5135 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-sdk-gmae.inc: Add libxi-devRichard Purdie2008-08-042-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5020 311d38ba-8fff-0310-9ca6-ca027cbcb966
* owl-video-widget: Split into owl-video and libowl-avRichard Purdie2008-07-161-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4847 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky-x11-sato: Remove matchbox-themes-gtk, its not neededRichard Purdie2008-06-161-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4661 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky-nfs: Fix for uclibcRichard Purdie2008-06-121-3/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4628 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky: Split task-poky-x11-sato into a separate fileRichard Purdie2008-06-052-19/+31
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4593 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky: Split task-poky-apps-x11-pimlico into a separate fileRichard Purdie2008-06-052-18/+31
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4592 311d38ba-8fff-0310-9ca6-ca027cbcb966