Age | Commit message (Collapse) | Author | Files |
|
|
|
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
This will be the supported cli interface for Network Manager.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
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>
|
|
|
|
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>
|
|
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
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.
|
|
on its RPROVIDES and on task-mamona RDEPENDS.
|
|
|
|
* 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.
|
|
|
|
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
Added libasound and mamona-sound for n770 and n800.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
|
|
|
|
|
|
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.
|
|
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>
|
|
|