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>
|
|
Basically we backported sm_drv_set_scan from the new driver, adding
more spin_locks.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
interface, because it is now up to networkmanager.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
|
|
|
|
The problem: wlan-cal tool is also proprietary.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
CMake is another build system that many applications are using at the
moment.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
We already have cvs and subversion, why git isn't in the list? :-)
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
Commit eaab7e5ecc7d4784db2ca1077147d6fa33a1f790 removed udev-usbserial
from task-mamona-devel, that's why when you added an usbserial adapter
it was not getting a tty seesion.
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>
|
|
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
systemtap enabled system
Patch from trickie, http://dev.openbossa.org/trac/mamona/ticket/132
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
|
|
|
|
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
and replaces task-mamona-sdk
|
|
The solution adopted was "copy" the following libc functions from libc:
* setpwent
* endpwent
* getpwent
* getpwuid
With this patch bash looses the capability of NSS, it will just read info from /etc/passwd file
|
|
|
|
CONFLICT packages
|
|
|
|
Adding libgcc_s.so link to gcc-noemu package
|
|
HOST_SYS=${BUILD_SYS} (3) Removing --with-host-cross
|
|
|
|
we have
This is basically to build every useful python application we have, just to
be used inside meta-mamona, so the users could download and install by
our final deb repository.
|
|
|
|
|
|
|
|
|
|
and RREPLACES
|
|
|
|
Mamona-input-method already has the gtk input method, but we were
not building it at the recipe.
|
|
Now that we're not using just e-wm to get the whole wm environment,
we decided to create a new task that will cover the wm and everything
we think it'll be useful for the user.
|
|
Now that the main code from the applet is located at another git
repository, created another recipe just for it.
|
|
|
|
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.
|
|
Even without the official icons, the build details are already at the recipe.
When we get the icons, we just need to update mamona-input-methods and the
git commit id.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
We don't need it anymore, just removing the file.
|
|
Now that the default action is to build all packages, we don't
need to include this file at meta-mamona, just the buildallpkgs
bb class is enough.
|
|
on its RPROVIDES and on task-mamona RDEPENDS.
|
|
|
|
When creating the bb file I just put x11, but now looking at other
recipes I saw that we also have lib/inputmethods. Don't think
that this will really affect something, but it's better than just x11.
|
|
mplayer calls for packages/maemo/mplayer_something.bb build that uses libosso.
mplayer-maemo calls for packages/mplayer-maemo_something.bb. That is the one we need.
|
|
|
|
With this we can just put the libraries at RDEPENDS of any
package.
|
|
At the moment mamona-input-methods has both ecore and gtk support,
but it's compiling just the ecore-im as we don't want it to compile
everything it needs to support gtk-im.
In the future, if we want or need, we can just modify the recipe
to compile the gtk-im, or create another recipe just for this.
|