summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-10-23cx3110x-chinooke: Make cx3110x-chinooke use the chinooke's kernel source.Lauro Ramos Venancio1
2008-10-23cx3110x: we should call wlan-cal after loading the moduleRicardo Salveti4
The problem: wlan-cal tool is also proprietary. Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23meta-mamona: adding quiltRicardo Salveti1
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23task-mamona-sdk: adding cmake.Ricardo Salveti3
CMake is another build system that many applications are using at the moment. Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23task-mamona-sdk: adding gitRicardo Salveti3
We already have cvs and subversion, why git isn't in the list? :-) Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23task-mamona-devel: adding udev-usbserial againRicardo Salveti1
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>
2008-10-23cx3110x: Rearranging completely the cx3110x driver buildAloisio Almeida Jr21
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-23meta-mamona: adding vim, making some people happyRicardo Salveti1
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23meta-mamona: adding missing packages for 0.2-Beta releaseRicardo Salveti1
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23task-mamona-systemtap: adding new task to cover everything you need to run a ↵Ricardo Salveti1
systemtap enabled system Patch from trickie, http://dev.openbossa.org/trac/mamona/ticket/132 Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
2008-10-23cx3110x: add 2.0.15 version for n800 and n810.Lauro Ramos Venancio4
2008-10-23cx3110x: version 0.8.1 only supports nokia770.Lauro Ramos Venancio3
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23mamona sdk: Re-arranging tasks, created task-mamona-sdk-noemu that conflicts ↵Aloisio Almeida Jr5
and replaces task-mamona-sdk
2008-10-23bash-noemu: Adding patch to prevent dlopen in runtimeAloisio Almeida Jr2
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
2008-10-23binutils-noemu: fix the libraries "SEARCH_DIR".Lauro Ramos Venancio1
2008-10-23task-mamona-noemu.bb: Adding task-mamona task-mamona-base task-mamona-sdk as ↵Aloisio Almeida Jr1
CONFLICT packages
2008-10-23task-mamona-noemu.bb: Adding missing packages to noemu taskAloisio Almeida Jr1
2008-10-23gcc-package-noemu.inc: (1) Just building gcc, g++ and cpp noemu packages (2) ↵Aloisio Almeida Jr1
Adding libgcc_s.so link to gcc-noemu package
2008-10-23gcc-noemu: (1) Adding CONFLICTS and REPLACES to subpackages (2) Removing ↵Aloisio Almeida Jr1
HOST_SYS=${BUILD_SYS} (3) Removing --with-host-cross
2008-10-23binutils-noemu: Adding CONFLICTS and REPLACES to binutils-noemu-symlinksAloisio Almeida Jr1
2008-10-23task-mamona-python: adding new task to support almost everything in python ↵Ricardo Salveti2
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.
2008-10-23task-mamona-wm: gtk applications (eg firefox) needs pango-modules.Ricardo Salveti1
2008-10-23mamona.conf: Choose preference gtk+ versionFrancisco Alecrim1
Choose preference gtk+ version Signed-off-by: Francisco Alecrim <francisco.alecrim@indt.org.br> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
2008-10-23binutils-noemu: Adding 2.18 versionAloisio Almeida Jr9
2008-10-23gcc-noemu: Adding 4.1.2 versionAloisio Almeida Jr31
2008-10-23gcc-package-noemu: Recovering some lost files while packagingAloisio Almeida Jr1
2008-10-23bash-noemu_3.2, binutils-noemu_2.17 and gcc-noemu_4.1.1: Adding RCONFLICTS ↵Aloisio Almeida Jr3
and RREPLACES
2008-10-23Adding libmamona-im-gtk at task-mamona-wm.Ricardo Salveti1
2008-10-23Adding libmamona-im-gtk package in mamona-input-methods' recipe.Ricardo Salveti1
Mamona-input-method already has the gtk input method, but we were not building it at the recipe.
2008-10-23Adding task-mamona-wm.Ricardo Salveti2
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.
2008-10-23Moving mamona-input-method applet to another recipe.Ricardo Salveti3
Now that the main code from the applet is located at another git repository, created another recipe just for it.
2008-10-23mamona-input-methods: changing git address.Ricardo Salveti1
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-23Adding e-applet at mamona-input-method's recipe.Ricardo Salveti2
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>
2008-10-23Removing 'mamona-buildall.inc'.Ricardo Salveti1
We don't need it anymore, just removing the file.
2008-10-23Removing mamona-buildall.inc from meta-mamona.Ricardo Salveti1
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.
2008-10-23Adding 'buildallpkgs' as default to mamona.conf.Ricardo Salveti1
We decided that the 'build all packages' will be the default action for bitbake when building packages, this just add the bbclass to mamona.conf.
2008-10-23mamona-input-method provides libmamona-im0 instead of libmamona-im as it was ↵Rodrigo Vivi2
on its RPROVIDES and on task-mamona RDEPENDS.
2008-10-23Adding openobex to meta-mamona.Rodrigo Vivi1
2008-10-23Just changing the SECTION of mamona-input-methods.Ricardo Salveti1
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.
2008-10-23meta-mamona needs to build mplayer-maemo instead of mplayer.Rodrigo Vivi1
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.
2008-10-23Adding libmamona-im as RDEPENDS of task-mamona.Ricardo Salveti1
2008-10-23Adding RPROVIDES at mamona-input-methods.Ricardo Salveti1
With this we can just put the libraries at RDEPENDS of any package.
2008-10-23Adding the recipe of mamona-input-methods.Ricardo Salveti2
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.
2008-10-23Adding qt and pyqt to meta-mamonaRodrigo Vivi1
2008-10-23dpkg & task-mamona-base: Moving perl and its modules from task-mamona-base ↵Rodrigo Vivi2
to dpkg.
2008-10-23task-mamona* & meta-mamona*: Reorganising task & meta packages.Rodrigo Vivi7
* 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.