Steve Sakoman [Fri, 2 Oct 2009 03:27:59 +0000 (20:27 -0700)]
gnome-control-center: add 2.28.0
Steve Sakoman [Fri, 2 Oct 2009 03:16:25 +0000 (20:16 -0700)]
gnome-applets: add 2.28.0
Steve Sakoman [Thu, 1 Oct 2009 17:52:22 +0000 (10:52 -0700)]
gdm: add 2.28.0
Koen Kooi [Fri, 2 Oct 2009 08:06:06 +0000 (10:06 +0200)]
connman: update git version
connman-gnome: update git version
Khem Raj [Fri, 2 Oct 2009 06:18:59 +0000 (23:18 -0700)]
eglibc-svn: Bump the SRCREV to latest.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 2 Oct 2009 06:17:31 +0000 (23:17 -0700)]
proxy-libintl_20080418.bb: include libintl.h in -dev package.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 2 Oct 2009 06:15:43 +0000 (23:15 -0700)]
uclibc-nptl: Move to latest revision.
* Add needed fixes to get uclibc nptl compiling.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Robert Schuster [Thu, 1 Oct 2009 15:09:32 +0000 (17:09 +0200)]
ecj-initial: Increased maximum heap space to 1 GiB.
ecj-bootstrap-native: Dito.
Koen Kooi [Thu, 1 Oct 2009 12:28:18 +0000 (14:28 +0200)]
task beagleboard demo: add mplayer hack
Koen Kooi [Thu, 1 Oct 2009 12:17:01 +0000 (14:17 +0200)]
gnome-mplayer: add fixes for gtk 2.18 from svn, update svn recipe, clean up patches
Koen Kooi [Thu, 1 Oct 2009 12:12:04 +0000 (14:12 +0200)]
mplayer: redraw XV colourkey on every expose
This fixes embedding into gnome-mplayer
Koen Kooi [Thu, 1 Oct 2009 11:29:51 +0000 (13:29 +0200)]
gecko-mediaplayer: fix copy/paste in packaging
Steve Sakoman [Thu, 1 Oct 2009 05:05:46 +0000 (22:05 -0700)]
cheese: add 2.28.0.1
Koen Kooi [Thu, 1 Oct 2009 10:16:12 +0000 (12:16 +0200)]
gecko-mplayer: import from AlwaysInnovating overlay and clean it up a bit
Koen Kooi [Thu, 1 Oct 2009 10:14:34 +0000 (12:14 +0200)]
firefox 3.5.2: sync with AlwaysInnovating overlay
Marcin Juszkiewicz [Thu, 1 Oct 2009 10:36:22 +0000 (12:36 +0200)]
linux 2.6.31: added at91sam9263ek and ep93xx support
EDB9301 boots properly into this kernel
AT91SAM9263-EK boots but some things which were in at91-exp patch are
missing
Koen Kooi [Wed, 30 Sep 2009 14:52:03 +0000 (16:52 +0200)]
package bbclass: strip static libs as well
Robert Schuster [Tue, 29 Sep 2009 09:43:02 +0000 (11:43 +0200)]
checksums.ini: Added hotspot express and icedtea 1.6.1 sources.
Frans Meulenbroeks [Wed, 30 Sep 2009 22:02:47 +0000 (00:02 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Frans Meulenbroeks [Wed, 30 Sep 2009 22:02:16 +0000 (00:02 +0200)]
proftpd: fix strip issue
Jeremy Lainé [Wed, 30 Sep 2009 17:33:46 +0000 (19:33 +0200)]
Merge branch 'org.openembedded.dev' of ssh://git.openembedded.net/openembedded into org.openembedded.dev
Jeremy Lainé [Wed, 30 Sep 2009 17:32:02 +0000 (19:32 +0200)]
dpkg: fix package configuration on first boot
* Use do_install to setup S98configure script, just like for
the opkg package.
Marcin Juszkiewicz [Wed, 30 Sep 2009 17:05:54 +0000 (19:05 +0200)]
linux: added 2.6.31
Marcin Juszkiewicz [Wed, 30 Sep 2009 13:06:17 +0000 (15:06 +0200)]
gcc: update Maverick Crunch support to
20090908 version
From Martin W. Guy page http://martinwguy.co.uk/martin/crunch/
The
20090908 version
* performs single and double precision floating point in the FPU (add, sub,
mul, neg, abs, cmp and conversions from single and double precision floats
to integral types).
* by default, disables the floating point cfnegs and cfnegd instructions,
which fail to convert 0 to -0 as they should. You can re-enable them with
the -funsafe-math-optimizations flag, which is one of those enabled
by -ffast-math (gcc-4.3 has an even more specific -fno-signed-zeros flag,
which is one of those enabled by -funsafe-math-optimizations).
* by default, does not respect denormalised values, so the smallest
representable values are ±2-126 for floats and ±2-1022 for doubles instead of
the usual ±2-149 and ±2-1074.
* has a -mieee flag, which enables handling of denormalized values by disabling
all the buggy instructions. With this, floating point addition, subtraction,
negation, absolute value and conversion between floats and integer types are
performed in software, leaving only floating point multiplication and
comparison performed in hardware.
* has no negative impact on regular ARM code generation.
* always works round the hardware bugs in the FPU and no longer has the
-mcirrus-fix-invalid-insns flag since chip development has stopped and all
existing silicon has the same bugs except for the original revision D0 which
is not supported.
* passes GCC's IEEE testsuite except for the one specific test that checks for
correct handling of denormalized values. With -mieee it passes all the math
tests.
* passes all other testsuites that I've tried (see below) including the
stringent "paranoia" floating point IEEE conformance test.
* produces the fastest Maverick code yet: 5.94 MFLOPS according to FFTW's
tests/bench -opatient cf1024 benchmark and LAME takes 2m25 to encode that
30-second WAV file on a 200MHz EP9307 (compared to 5.4 and 2m30 for the
futaris patches for 4.1.2 and 4.2.0).
* does not use the FPU's buggy 64-bit integer instructions unless the new
-mcirrus-di flag is given. Programs that do a lot of 64-bit integer
operations (add, sub, mul, neg, abs, shifts) may be faster using this, but
rigorous testing will be necessary to ensure that bad code is not being
produced. OpenSSL's testsuite fails if this is enabled. There is more detail
at the head of the arm-crunch-cirrus-di-flag.patch file.
Known bugs
* C: Values held in Maverick registers are not restored when performing a
setjmp/longjmp pair. There is a fix to glibc for this in a message to the
linux-cirrus mailing list.
* C++: Similarly, exception unwinding (performing a throw back to a catch block
in a different function) does not restore floating point and 64-bit values
held in Maverick registers.
* C++: Some C++ files will not compile, saying
".save {mv8}" Error: register expected
although the same files will compile with optimization disabled.
There is a patch to make binutils recognize these registers in the .save
macro in a message to the linux-cirrus mailing list.
Jeremy Lainé [Wed, 30 Sep 2009 14:49:21 +0000 (16:49 +0200)]
apt: add /var/log/apt to volatiles
Jeremy Lainé [Wed, 30 Sep 2009 14:05:02 +0000 (16:05 +0200)]
Merge branch 'org.openembedded.dev' of ssh://git.openembedded.net/openembedded into org.openembedded.dev
Jeremy Lainé [Wed, 30 Sep 2009 14:04:18 +0000 (16:04 +0200)]
apt: add volatiles support for /var/cache/apt
frans [Wed, 30 Sep 2009 13:53:39 +0000 (15:53 +0200)]
proftpd: fixed makefile issue (replaced CC by BUILD_CC)
Jeremy Lainé [Wed, 30 Sep 2009 13:32:13 +0000 (15:32 +0200)]
apt-0.7.20.2: re-add nodoc.patch, needed by apt-native
Graeme Gregory [Wed, 30 Sep 2009 11:34:18 +0000 (12:34 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Graeme Gregory [Wed, 30 Sep 2009 07:50:17 +0000 (08:50 +0100)]
glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch
This is required to get glibc 2.9 to build on arm oabi. eglibc already
includes this patch and the patch is already in OE
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Steve Sakoman [Wed, 30 Sep 2009 05:32:06 +0000 (22:32 -0700)]
at-spi: add 1.28.0
Steve Sakoman [Wed, 30 Sep 2009 05:10:05 +0000 (22:10 -0700)]
file-roller: add 2.28.0
Steve Sakoman [Wed, 30 Sep 2009 04:52:06 +0000 (21:52 -0700)]
evince: add 2.28.0
Steve Sakoman [Wed, 30 Sep 2009 04:29:10 +0000 (21:29 -0700)]
epiphany-extensions: add 2.28.0
Steve Sakoman [Wed, 30 Sep 2009 04:15:41 +0000 (21:15 -0700)]
epiphany: add 2.28.0
Steve Sakoman [Wed, 30 Sep 2009 04:05:45 +0000 (21:05 -0700)]
gnome-power-manager: update DEPENDS
Steve Sakoman [Wed, 30 Sep 2009 03:57:39 +0000 (20:57 -0700)]
webkit: bump SRCREV
Koen Kooi [Wed, 30 Sep 2009 07:58:04 +0000 (09:58 +0200)]
gst-plugin-gles: gles2 fix from Pratheesh
Jeremy Lainé [Wed, 30 Sep 2009 07:31:17 +0000 (09:31 +0200)]
apt-0.7.20.2: disabled only doxygen instead of docs
* don't disable the 'docs' directory, it causes packaging to fail
* disable building doxygen documentation, it fails
Jeremy Lainé [Wed, 30 Sep 2009 07:30:10 +0000 (09:30 +0200)]
apt-0.7.20: copy over missing patches
Khem Raj [Tue, 29 Sep 2009 20:34:52 +0000 (13:34 -0700)]
strace: Fix compilation for 4.5.14 and 4.5.18
* Delete drop-ctl-proc.patch its included in mips-sigcontext.patch.
* Delete strace-dont-include-linux-dirent-h.patch as it is not needed
for 4.5.18.
* Combine the SRC_URIs for mips and non mips in 4.5.14.
* Make 4.5.18 default for mips and mipsel.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Wed, 30 Sep 2009 00:18:42 +0000 (02:18 +0200)]
kexec-tools-klibc-static_2.0.1: set LD options for static. Fix
fuzzyness. WIP
Khem Raj [Fri, 18 Sep 2009 23:33:49 +0000 (16:33 -0700)]
eglibc: Dont package timezone data
* Depend on USE_LDCONFIG to package ldconfig.
* Delete usr/share/zoneinfo from install tree.
* Delete extra binaries installed by getconf.
POSIX_V6_ILP32_OFF32 POSIX_V7_ILP32_OFF32 XBS5_ILP32_OFF32
POSIX_V6_ILP32_OFFBIG POSIX_V7_ILP32_OFFBIG XBS5_ILP32_OFFBIG
* Fix dangling symlink to /lib/libcidn-2.10.1.so
* in do_stage dont do duplicate install its time
consuming and complex instead copy the install tree
into staging. This part it from poky
http://git.pokylinux.org/cgit.cgi/poky/commit/?h=canadian&id=
48a278ed71306f633091ed81d170eeff45ba3759
* Remove tzdata from RPROVIDES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Marcin Juszkiewicz [Tue, 29 Sep 2009 15:01:29 +0000 (17:01 +0200)]
checksums.ini: some new entries
Florian Boor [Tue, 29 Sep 2009 14:46:54 +0000 (16:46 +0200)]
linux-mini2440: Get rid of floating revision.
Marcin Juszkiewicz [Tue, 29 Sep 2009 14:11:57 +0000 (16:11 +0200)]
netbase: on BUG eth0 is always built-in Ethernet not wifi
Graeme Gregory [Tue, 29 Sep 2009 14:03:41 +0000 (15:03 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Graeme Gregory [Tue, 29 Sep 2009 14:02:49 +0000 (15:02 +0100)]
tzcode-native_2009k.bb : 2009m is no longer available
tzdata_2009n.bb : 2009m is no longer available so make 2009n
Florian Boor [Tue, 29 Sep 2009 13:23:42 +0000 (15:23 +0200)]
linux-mini2440: Update to 2.6.31 and follow some more standards.
Cliff Brake [Tue, 29 Sep 2009 11:33:37 +0000 (07:33 -0400)]
hplip: add recipe
Koen Kooi [Tue, 29 Sep 2009 11:08:59 +0000 (13:08 +0200)]
vlc: update to 1.0.2
TK, Pratheesh Gangadhar [Tue, 29 Sep 2009 10:01:25 +0000 (12:01 +0200)]
gst-plugin-gles: add git version
* the upstream git repo is corrupted, so we employ some tricks to build it
* and it has an RPATH problem...
Koen Kooi [Tue, 29 Sep 2009 09:08:47 +0000 (11:08 +0200)]
angstrom: switch to a more recent gtkmm
Koen Kooi [Tue, 29 Sep 2009 09:07:32 +0000 (11:07 +0200)]
opencv: update to latest svn, tweak buildsystem a bit
* the autofoo buildsystem has problems with exporting symbols
* the cmake buildsystem introduces bad RPATHs into the python extensions
Robert Schuster [Tue, 29 Sep 2009 09:07:11 +0000 (11:07 +0200)]
jamvm-initial 1.x.y: Use 512MB for Xmx by default, install libjvm in private directory.
Robert Schuster [Tue, 29 Sep 2009 09:06:12 +0000 (11:06 +0200)]
classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB files).
Graham Gower [Thu, 10 Sep 2009 17:33:50 +0000 (17:33 +0000)]
Fix t1lib dependency.
Failed with:
| mipsel-angstrom-linux-libtool: compile: mipsel-angstrom-linux-gcc -c -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fno-strength-reduce -DT1LIB_IDENT=\"5.0.2\" -DGLOBAL_CONFIG_DIR=\"/usr/share/t1lib\" xglyph.c -fPIC -DPIC -o .libs/xglyph.o
| xglyph.c:47:27: error: X11/Xaw/Label.h: No such file or directory
| xglyph.c:48:29: error: X11/Xaw/Command.h: No such file or directory
| xglyph.c:49:26: error: X11/Xaw/Form.h: No such file or directory
| xglyph.c:50:28: error: X11/Xaw/Dialog.h: No such file or directory
| xglyph.c:51:25: error: X11/Xaw/Box.h: No such file or directory
| xglyph.c:52:28: error: X11/Xaw/Toggle.h: No such file or directory
| xglyph.c:54:31: error: X11/Xaw/AsciiText.h: No such file or directory
| xglyph.c:55:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
| xglyph.c:56:28: error: X11/Xaw/SmeBSB.h: No such file or directory
| xglyph.c:57:26: error: X11/Xaw/List.h: No such file or directory
...
<snip>
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Thu, 10 Sep 2009 17:34:35 +0000 (17:34 +0000)]
Fix lesstif compilation.
Failed like this:
| /bin/sh ../mipsel-angstrom-linux-libtool --tag=CC --mode=link mipsel-angstrom-linux-gcc -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-rpath-link,/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-O1 -o man2html man2html.o -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -lfreetype -L -lXft -lXrender
| mipsel-angstrom-linux-libtool: link: require no space between `-L' and `-lXft'
| make[2]: *** [man2html] Error 1
| make[2]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts'
| make: *** [all-recursive] Error 1
| FATAL: oe_runmake failed
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Tue, 29 Sep 2009 07:41:06 +0000 (09:41 +0200)]
x264: update to a more recent snapshot
Koen Kooi [Tue, 29 Sep 2009 07:39:49 +0000 (09:39 +0200)]
gnome-mplayer: add 0.9.8
Graham Gower [Tue, 22 Sep 2009 14:11:33 +0000 (14:11 +0000)]
libsoup: add gnome-keyring dependency.
libsoup's configure.in added a gnome-keyring check since the last version.
Failure looks like this:
| checking whether to build libsoup-gnome... yes
| checking for GNOME_KEYRING... no
| configure: error: Could not find gnome-keyring devel files.
| Configure with --without-gnome if you wish to build only libsoup
| without GNOME-specific features.
| FATAL: oe_runconf failed`
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Petri Lehtinen [Mon, 28 Sep 2009 21:21:13 +0000 (21:21 +0000)]
python-django: Update to work with Python 2.6
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Petri Lehtinen [Mon, 28 Sep 2009 21:19:13 +0000 (21:19 +0000)]
python-flup: Bump to version 1.0.2
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Eric Bénard [Thu, 24 Sep 2009 09:02:10 +0000 (09:02 +0000)]
tslib_1.0: Apply patch from r56 to link plugins to libts
The patch sent to the list was integrated into tslib
in november 2008:
http://svn.berlios.de/viewcvs/tslib/trunk/tslib/plugins/Makefile.am?r1=51&r2=56
Please find attached a patch to add this patch to the tslib's recipe.
http://patchwork.openembedded.org/patch/1078/
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Robert Schuster [Tue, 29 Sep 2009 07:36:37 +0000 (09:36 +0200)]
jamvm-native 1.5.3: Prevent evil jni.h from being installed.
Andrea Adami [Mon, 28 Sep 2009 23:13:57 +0000 (01:13 +0200)]
kexec-tools-2-klibc.patch: header was commented out during test, fix
Graeme Gregory [Mon, 28 Sep 2009 22:37:24 +0000 (23:37 +0100)]
strace_4.5.18.bb : newer strace for avr32, 4.5.15 wasnt building here
Forward ported the neccessary patches and think I made the correct set
of changes to get them to merge.
Andrea Adami [Mon, 28 Sep 2009 20:27:57 +0000 (22:27 +0200)]
kexec-tools_2.0.1: fix compiler warnings (and literal comparison too...)
Koen Kooi [Mon, 28 Sep 2009 14:35:47 +0000 (16:35 +0200)]
glibmm: add 2.22.1, fix packaging
cairomm: add 1.8.2
pangomm: add 2.26.0
gtkmm: add 2.18.1
Koen Kooi [Mon, 28 Sep 2009 13:46:13 +0000 (15:46 +0200)]
omap4430-sdp: add machine file for omap4430-sdp, based on beagleboard machine file
Koen Kooi [Mon, 28 Sep 2009 13:45:44 +0000 (15:45 +0200)]
linux-omap git: add support for omap4430-sdp
Koen Kooi [Mon, 28 Sep 2009 07:12:14 +0000 (09:12 +0200)]
opal: add 3.6.6
Koen Kooi [Mon, 28 Sep 2009 07:11:43 +0000 (09:11 +0200)]
ptlib: update to 2.6.5
Dirk Opfer [Sun, 20 Sep 2009 10:22:02 +0000 (12:22 +0200)]
fastcgi: Add patch to compile with gcc4.4
Dirk Opfer [Mon, 28 Sep 2009 15:46:51 +0000 (17:46 +0200)]
lua5.1: Don't delete ${STAGING_LIBDIR}/*.so*
This breaks other packages. There is no need to delete ${STAGING_LIBDIR}/*.so*.
lua5.1 doesn't generate any *.so*
Graeme Gregory [Mon, 28 Sep 2009 09:10:46 +0000 (10:10 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Graeme Gregory [Mon, 28 Sep 2009 09:09:59 +0000 (10:09 +0100)]
transmission_1.75.bb : new version of transmission torrent client
Howard Chu [Sun, 27 Sep 2009 09:50:08 +0000 (09:50 +0000)]
python-wpactrl: add 1.0.1
Signed-off-by: Howard Chu <hyc@symas.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Florian Boor [Mon, 28 Sep 2009 09:00:57 +0000 (11:00 +0200)]
xserver-common: Add 1.32 - still with DEFAULT_PREFERENCE -1 but expexted to work.
Denis 'Gnutoo' Carikli [Sun, 27 Sep 2009 20:10:54 +0000 (22:10 +0200)]
mdev,micro-base-image: removing mdev,because there is already "busybox-mdev"
mdev recipe was useless and had an empty config(mdev.conf)
That caused some issues such as not beeing able to boot
moreover I was told that I could drop it:
"Please go ahead and drop it :-)"
Mike Westerhof [Sun, 27 Sep 2009 06:21:29 +0000 (01:21 -0500)]
SlugOS: initscripts - add in the correct device_table.txt for SlugOS,
makes turnup work once again.
Leon Woestenberg [Sat, 26 Sep 2009 22:42:31 +0000 (00:42 +0200)]
lsof.bb: Add configure support for linux-gnu.
Leon Woestenberg [Sat, 26 Sep 2009 17:21:09 +0000 (19:21 +0200)]
openssl.inc: Deal with HOST_OS=linux-gnu during configure.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Andrea Adami [Sat, 26 Sep 2009 16:09:19 +0000 (18:09 +0200)]
kexec-tools-klibc-static_2.0.1: update patch against new ver. Still broken. WIP
Andrea Adami [Fri, 25 Sep 2009 22:07:10 +0000 (00:07 +0200)]
kexec-tools_2.0.1: fix insane arch detection [arm], bump pref and PR
Koen Kooi [Fri, 25 Sep 2009 14:24:22 +0000 (16:24 +0200)]
linux-omap-psp 2.6.31: disable dss2 v4l2 since it breaks compilation
Koen Kooi [Fri, 25 Sep 2009 17:55:47 +0000 (19:55 +0200)]
mplayer: bump SRCREV to pull in a newer ffmpeg, update vo_omapfb
Koen Kooi [Fri, 25 Sep 2009 13:20:40 +0000 (15:20 +0200)]
ffmpeg: bump SRCREV
Koen Kooi [Fri, 25 Sep 2009 12:02:06 +0000 (14:02 +0200)]
ti dsp recipes: replace some _beagleboard depends with _armv7a ones
Koen Kooi [Fri, 25 Sep 2009 11:46:47 +0000 (13:46 +0200)]
omap3-sgx-modules: add proc patch for omap3517 and omap3 evms as well
Koen Kooi [Fri, 25 Sep 2009 10:45:42 +0000 (12:45 +0200)]
ti-dmai: add omap3-touchbook support
Koen Kooi [Fri, 25 Sep 2009 10:29:44 +0000 (12:29 +0200)]
xf86-input-tslib: rrecommend tslib-calibrate
Koen Kooi [Fri, 25 Sep 2009 10:27:18 +0000 (12:27 +0200)]
pointercal: add omap3-touchbook support
Koen Kooi [Fri, 25 Sep 2009 10:07:37 +0000 (12:07 +0200)]
omap3-touchbook: switch to linux-omap-pm
Koen Kooi [Fri, 25 Sep 2009 10:06:50 +0000 (12:06 +0200)]
linux-omap-pm 2.6.29: tweak omap3-touchbook defconfig
Koen Kooi [Fri, 25 Sep 2009 09:16:53 +0000 (11:16 +0200)]
omap3: bump MACHINE_KERNEL_PR
Koen Kooi [Thu, 24 Sep 2009 12:52:55 +0000 (14:52 +0200)]
linux-omap-psp: add 2.6.31rc7 recipe
Koen Kooi [Fri, 25 Sep 2009 09:14:24 +0000 (11:14 +0200)]
linux-omap -2.6.29: use proper omap3-touchbook file
* battery charging works
* touchscreen works
Koen Kooi [Fri, 25 Sep 2009 09:13:34 +0000 (11:13 +0200)]
linux-omap-pm 2.6.29: add omap3-touchbook support