Age | Commit message (Collapse) | Author | Files |
|
usually only by task_cli_tools_debug and busybox version doesn't support 'ps -e x'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
usually only by task_cli_tools_debug and busybox version doesn't support 'ps -e x'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* depends now on gst-plugin-gconfelements
* recommends hicolor-icon-theme to show the icons
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* build Qt4 version of wpa-gui
* patch to compile with Qt4 with and without session manager
* patch to use librsvg not inkscape
* include stylesheet for SHR distribution
Signed-off-by: Christian Rüb <christian.rueb@gmx.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Split up into three files to allow easier maintenance of AT91 boards.
machine/<board>.conf
machine/include/AT91.inc
machine/include/AT91-LCD.inc
A machine with an LCD controller would normally include "AT91-LCD.inc"
A machine without an LCD controller would include "AT91.inc"
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
|
|
|
|
|
|
|
|
Add Linux-2.6.32 recipe for AT91SAM9G45EK.
Two patches are included.
1) Patch which will allow the NAND flash partitioning to be configurable
2) Patch which will fix reset for SAM9260, not needed for SAM9G45 though
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
|
|
|
|
|
|
Add support for at91bootstrap-2.13.
Fixes problem with stack, breaking all boards, compared to 2.13-rc[1-7]
Updates kconfig to 2.6.32
More options to save code on SRAM constrained SAM9260.
Builds for the following at91 chips.
* afeb9260
* at91cap9adk
* at91cap9stk
* at91sam9g10ek,
* at91sam9g20ek
* at91sam9g45ek
* at91sam9g45ekes
* at91sam9rlek
* at91sam9xeek
* at91sam9m10ek
* at91sam9260ek
* at91sam9261ek
* at91sam9263ek
So far, it has only been downloaded and tested on the sam9g45ek (dataflash)
Therefore it is only default for this chip.
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Numeric.kbd was included instead of Numbers.kbd,
so illume-keyboard-default-numeric contained only the numberic.png
* This solves SHR bug #870
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
http://trac.enlightenment.org/e/ticket/36
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* fix build by defining XFT_MAJOR, the same as koen's commit for fltk1
* update SRCREV to version recommended for dillo-2.1.1
* fix libfltk2-images packaging (missing .so, only links were in that
package)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
just do it in postins/prerm with distro override
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Only minor updates.. so probably nobody would have P_V for that.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
into org.openembedded.dev
Conflicts:
recipes/linux/linux-kirkwood_2.6.33-rc1.bb
|
|
FYI, here is the patch that was submitted upstream:
http://sourceforge.net/tracker/?func=detail&aid=2813809&group_id=2406&atid=302406
The issue with 1.41.5 went away for me when I installed 32bit compatibility
libs on my pure 64 bit system.
-Graham
Signed-off-by: Graham Gower <graham.gower@gmail.com>
|
|
|
|
|
|
|
|
This is a small tool that can turn the memory trace of glibc
into a nice graph.
|
|
Append to the extra qmake variables instead of assigning it. This
means that the original qt4e extra variables will be passed to qmake
and we will link to the QtE libraries again.
|
|
The Makefile's generated by Qt are using this variable and the
assignment of STRIP = $(OE_QMAKE_STRIP) will be overturned by
this export. One option would be to set STRIP = $OE_QMAKE_STRIP
in the bb file but this would break striping in package.bbclass.
With the unset STRIP we are able to generate proper -dbg packages
for Qt and other qmake based utilities.
|
|
* It is bad to require either Qt/X11 or Qt/E to just build
this small helper. A new recipe should be created instead.
|