summaryrefslogtreecommitdiff
path: root/packages/tasks/task-mamona.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-23task-mamona: remove xterm, task-mamona-wm: add aterm and midori.Lauro Ramos Venancio1
2008-10-23task-mamona: adding wpa-supplicant-passphraseRicardo Salveti1
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23task-mamona: adding netm-cliRicardo Salveti1
This will be the supported cli interface for Network Manager. Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23cx3110x: Rearranging completely the cx3110x driver buildAloisio Almeida Jr1
1. Different package names to each kernel. Now we can provide packages to more than one kernel at the same repository. 2. Creating inc file. 3. Including init.d script to configure the right module. 4. Adapting task-mamona to these changes Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23task-mamona: removing useless (til now) update-modulesAloisio Almeida Jr1
2008-10-23task-mamona: adding cx3110x, but just for the nokia internet tablet devicesRicardo Salveti1
Remember, this will probably not work if you're using a custom kernel. At the moment, if you want to use all the hardware from the tablets, you'll need to use some proprietary parts, like network driver (umac) and dsp. Until we get this working with 100% free software, this will be kept inside task-mamona. Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23task-mamona: adding networkmanagerRicardo Salveti1
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23Adding matchbox-keyboard at task-mamona.Ricardo Salveti1
For now we think that the keyboard should be at task-mamona, but we didn't decide if it's really the best place for it.
2008-10-23mamona-input-method provides libmamona-im0 instead of libmamona-im as it was ↵Rodrigo Vivi1
on its RPROVIDES and on task-mamona RDEPENDS.
2008-10-23Adding libmamona-im as RDEPENDS of task-mamona.Ricardo Salveti1
2008-10-23task-mamona* & meta-mamona*: Reorganising task & meta packages.Rodrigo Vivi1
* Unused/Unnecessary tasks/meta have been removed. * evas-engine-software-x11 has been added as evas depends for Mamona since Mamona support X11 only. Now on Mamona users can install e-wm instead of task-mamona-e that have been removed. * TODO: task-mamona-noemu has been removed from meta-mamona.bb because some of noemu packages are not compiling. It must be solved before put task-mamona-noemu back to meta-mamona.
2008-10-23Adding bluez at task-mamona.Ricardo Salveti1
2008-10-23task-mamona.bb: Adding glibc-utils as rdependsRicardo Salveti1
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23task-mamona.bb: All packages used to let sound working should be at task-mamona.Ricardo Salveti1
Added libasound and mamona-sound for n770 and n800. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23task-mamona.bb: Alsamixer added as rdepends.Abner Silva1
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23task-mamona: Adding alsa packages to task-mamonaAloisio Almeida Jr1
2008-10-23task-mamona.bb: Adding xterm as dependencyAloisio Almeida Jr1
2008-10-23task-mamona.bb: Removing hal-info as dependencieAloisio Almeida Jr1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-03-25Adding tasks and meta packages for Mamona.Rodrigo Vivi1