Roman I Khimov [Mon, 22 Mar 2010 19:37:58 +0000 (22:37 +0300)]
corosync: add new recipe
The Corosync Cluster Engine is an OSI Certified implementation
of a complete cluster engine.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 22 Mar 2010 15:48:23 +0000 (18:48 +0300)]
cluster-resource-agents: add new recipe
A resource agent is a standardized interface for a cluster resource.
In translates a standard set of operations into steps specific to the
resource or application, and interprets their results as success or
failure.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 22 Mar 2010 15:31:23 +0000 (18:31 +0300)]
cluster-glue: add new recipe
Cluster Glue is a set of libraries, tools and utilities suitable for the
Heartbeat/Pacemaker cluster stack. In essence, Glue is everything that is
not the cluster messaging layer (Heartbeat), nor the cluster resource
manager (Pacemaker), nor a Resource Agent.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Koen Kooi [Sun, 28 Mar 2010 18:43:19 +0000 (20:43 +0200)]
cmake bbclass: add rudimentary support for cmake site files
Michael 'Mickey' Lauer [Sun, 28 Mar 2010 17:43:12 +0000 (19:43 +0200)]
linux-leviathan: bump to
48afbaf19428893b7aec0a385970f300c38300c3 and enable netfilter / iptables
Michael 'Mickey' Lauer [Sun, 28 Mar 2010 16:49:59 +0000 (18:49 +0200)]
libfso-glib: catch up with upstream changes
Michael 'Mickey' Lauer [Sun, 28 Mar 2010 16:32:32 +0000 (18:32 +0200)]
fso-specs: catch up with upstream changes and set proper packaging ARCH
Michael 'Mickey' Lauer [Sun, 28 Mar 2010 13:01:00 +0000 (15:01 +0200)]
vala-dbus-binding-tool: 0.1.4 -> 0.1.5
Michael 'Mickey' Lauer [Sun, 28 Mar 2010 12:49:54 +0000 (14:49 +0200)]
vala[-native]: 0.7.10.5 -> 0.7.10.281
Denis 'GNUtoo' Carikli [Sun, 28 Mar 2010 09:29:00 +0000 (11:29 +0200)]
glib-2.0 2.23.6: depend on zlib(configure failed because of it missing)
If we don't depend on zlib we have:
| checking for inflate in -lz... no
| configure: error: *** Working zlib library and headers not found ***
| FATAL: oe_runconf failed
Denis 'GNUtoo' Carikli [Sun, 28 Mar 2010 02:01:57 +0000 (04:01 +0200)]
xserver-kdrive-common : Xserver: add support xorg for buglabs's bug 1.x an bump PR
Handle the case where we have Xorg on a bug device
(kdrive support was not present and not added):
The bug device has 3 framebuffer devices nodes:
/dev/fb0 : 160x105 monochrome lcd screen, on bugbase
/dev/fb1 : 320x240 first color lcd screen (bug module)
/dev/fb2 : 320x240 second color lcd screen (bug module)
if we don't add this commit,Xserver would be running the following command
at the end:
xinit /etc/X11/Xsession -- /usr/bin/Xorg :0 -pn -screen 160x105x1
which will produce the following result for xorg:
(EE) No Screen section called "160x105x1"
(EE) Unable to determine the screen layout
(EE) Error parsing the config file
Fatal server error:
no screens found
Note that here "bug" is the machine defined in conf/machine/bug.conf
Denis 'GNUtoo' Carikli [Sun, 21 Mar 2010 20:35:13 +0000 (21:35 +0100)]
Revert "Added wl1251 firmware" (license issues)
This reverts commit
d3780146af6fdc0f2de1b9485e9baf3f0f57ea97.
Because we do not have the permission to ship this firmware
The firmware came with no license,having no license doesn't give
us the right to ship it,in fact it's the contrary:
Current copyright law prevent redistribution by default
if no permission is specified.
Denis 'GNUtoo' Carikli [Sun, 21 Mar 2010 20:20:48 +0000 (21:20 +0100)]
gs 8.64 : fixed GNU_HASH and added checksums
I used TARGET_CC_ARCH += "${LDFLAGS}" because the following didn't work:
*EXTRA_OEMAKE = "XLDFLAGS='${LDFLAGS}'" (xldflags was present in some Makefile)
*EXTRA_OEMAKE = "LDFLAGS='${LDFLAGS}'"
Denis 'GNUtoo' Carikli [Sun, 21 Mar 2010 19:58:57 +0000 (20:58 +0100)]
eee701: changed preferred linux version from 2.6.32 to 2.6.33
This commit depends on commit
513aa6b432fd01bfbf7132297a738a84baead5ca
( linux-2.6.33: added eee701 defconfig )
Denis 'GNUtoo' Carikli [Sun, 21 Mar 2010 19:56:55 +0000 (20:56 +0100)]
linux-2.6.33: added eee701 defconfig
I took the linux-2.6.32 config,made menuconfig,
saved changes and commited the resulting defconfig
Denis 'GNUtoo' Carikli [Fri, 12 Mar 2010 20:51:25 +0000 (21:51 +0100)]
fbreader 0.12.1: fix QA issues and bump PR
There were 2 QA issues:
* GNU_HASH (fixed with LDFLAGS='${LDFLAGS}' in EXTRA_OEMAKE )
* .debug included in the main package (fixed by
FILES_${PN}-dbg += "${libdir}/zlibrary/ui/.debug/")
Both were fixed and PR was bumped.
Note that buildsys(fbreader-0.8.2a_buildsys_oe.patch is an example of them)
patches were not ported because it built correctly without.
OE_CFLAGS='${CXXFLAGS}' was removed because without the buildsys patches,
it doesn't have any effect.
Denis 'GNUtoo' Carikli [Fri, 12 Mar 2010 20:41:29 +0000 (21:41 +0100)]
mp3blaster: added version 3.2.5
According to their website(for version 3.2.4) "This version fixes
skips and hickups when using SDL audio output.
Also, when changing back directories in the file browser,
it will jump back to the subdirectory the user came from."
With my setup(eee701),it didn't solved the problem completely,
but still,the audio was better.
And(for version 3.2.5) :
"This version only contains some minor compliation fixes"
The path was rebased.
Maybe it should be submited upstream.
Khem Raj [Sun, 28 Mar 2010 16:08:26 +0000 (09:08 -0700)]
ppp: Prepend ${D} to INCDIR
* Right now it tries to install into /usr/include on build
where it should be in the staged areas.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Sun, 28 Mar 2010 16:11:16 +0000 (18:11 +0200)]
sqlite: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 16:08:23 +0000 (18:08 +0200)]
qt4: fix pkgconfig logic to avoid: NOTE: <type 'exceptions.Exception'>:variable includedir references itself! while evaluating:
${includedir}
Koen Kooi [Sun, 28 Mar 2010 13:43:37 +0000 (15:43 +0200)]
libpcap: also conver 1.0.0 to new style staging
Koen Kooi [Sun, 28 Mar 2010 13:36:53 +0000 (15:36 +0200)]
arora: add 0.10.2, needed to build against qt 4.6.x
Koen Kooi [Sun, 28 Mar 2010 13:28:57 +0000 (15:28 +0200)]
wireless-tools: convert to new style staging
* now only -cross and kernel packages use legacy staging for 'MACHINE=smartq5 bitbake console-image'
Koen Kooi [Sun, 28 Mar 2010 13:27:31 +0000 (15:27 +0200)]
libpcap: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 13:26:37 +0000 (15:26 +0200)]
openssl: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 13:23:29 +0000 (15:23 +0200)]
ppp: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 13:03:33 +0000 (15:03 +0200)]
webkit: bump SRCREV
Koen Kooi [Sun, 28 Mar 2010 12:18:31 +0000 (14:18 +0200)]
openscenegraph: add 2.9.6, no HW accel yet
Stefan Schmidt [Sun, 28 Mar 2010 11:48:41 +0000 (13:48 +0200)]
piccontrol_0.4.bb: Fix linking against lua.
Lua is staged as liblua.a instead of liblua5.1.a correct LDFLAGS accordingly.
Courtesy Guo Hongruan <camelguo@gmail.com> for finding out about the porblem and
preparing the initial fix.
While being there I also commented out COMPATIBLE_MACHINE as it builds fine for
other machines even it may be only usefull on the specific one.
Antonio Ospite [Thu, 25 Mar 2010 11:42:12 +0000 (11:42 +0000)]
distros: remove leading dots in DISTRO_VERSIONs
Having a leading dot in DISTRO_VERSION will result in a '-.' string when
building archive names; this may lead to mistakenly think that something is
missing in the archive name.
Example:
minimal-.dev-snapshot-
20100216-i686-linux-armv5te-linux-gnueabi-toolchain.tar.bz2
^^
Remove the leading dot in DISTRO_VERSIONs to avoid such possible
confusion.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Koen Kooi [Sun, 28 Mar 2010 11:27:42 +0000 (13:27 +0200)]
libmikmod: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 11:06:22 +0000 (13:06 +0200)]
cmake bbclass: s/build/target/ for cflags
Koen Kooi [Sun, 28 Mar 2010 10:31:45 +0000 (12:31 +0200)]
libid3tag: remove stray }
Koen Kooi [Sun, 28 Mar 2010 10:28:47 +0000 (12:28 +0200)]
dbus-glib: ad 0.86
Koen Kooi [Sun, 28 Mar 2010 10:28:04 +0000 (12:28 +0200)]
dbus-glib: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 10:27:24 +0000 (12:27 +0200)]
libid3tag: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 10:20:49 +0000 (12:20 +0200)]
orbit2: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 10:18:13 +0000 (12:18 +0200)]
gnome-common: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 10:13:31 +0000 (12:13 +0200)]
qemu: curl isn't in DEPENDS, so disable it
Koen Kooi [Sun, 28 Mar 2010 10:12:51 +0000 (12:12 +0200)]
ncurses: convert to new-style staging
Koen Kooi [Sun, 28 Mar 2010 10:10:29 +0000 (12:10 +0200)]
libgpg-error: convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 10:08:29 +0000 (12:08 +0200)]
jpeg: convert to new-style staging and use BBCLASSEXTEND for -native
Koen Kooi [Sun, 28 Mar 2010 10:05:41 +0000 (12:05 +0200)]
lzo: convert to new style staging and use BBCLASSEXTEND for -native
Koen Kooi [Sun, 28 Mar 2010 09:43:05 +0000 (11:43 +0200)]
gtk-doc: convert to new style staging and use BBCLASSEXTEND
Koen Kooi [Sun, 28 Mar 2010 09:40:36 +0000 (11:40 +0200)]
curl: add 7.20.0 to fix curl.haxx.se/docs/adv_20100209.html and convert to new style staging
Koen Kooi [Sun, 28 Mar 2010 09:19:12 +0000 (11:19 +0200)]
cmake 2.6.4: convert native to new style staging and add (currenly non working) 2.6.4 for target
* does anyone know how pass only 3 vars to cmakecache instead everything?
Koen Kooi [Sun, 28 Mar 2010 09:11:17 +0000 (11:11 +0200)]
cmake bbclass: use autotools, not autotools_stage
Paul Menzel [Sat, 27 Mar 2010 12:51:41 +0000 (12:51 +0000)]
libvalhalla: Add libvalhalla hg.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martyn Welch [Mon, 15 Mar 2010 03:35:08 +0000 (03:35 +0000)]
mktemp_1.6.bb: use update-alternatives
* As suggested in the original version, this patch makes mktemp use
update-alternatives.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 28 Mar 2010 07:16:17 +0000 (00:16 -0700)]
readline: Use BBCLASSEXTEND for native recipe.
* Get rid of do_stage.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Michael Stanger [Sun, 28 Mar 2010 07:13:56 +0000 (00:13 -0700)]
lua: Adopt new staging and BBCLASSEXTEND
* Removed do_stage from recipes
* Set NATIVE_INSTALL_WORKS=1
* lua5.1-native now stages lua executable
* Removed -native recipe, use BBCLASSEXTENDS instead
Signed-off-by: Michael Stanger <michael.stanger@taitradio.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Ricardo Salveti de Araujo [Sat, 31 Oct 2009 20:10:02 +0000 (20:10 +0000)]
groff-1.19.2: avoid running install-info when installing the package
Otherwise the package will add the usr/share/info/dir file and can
conflict with other problematically packages.
Solution based on debian rules provided by the debian package.
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Valentin Longchamp [Thu, 22 Oct 2009 03:08:31 +0000 (03:08 +0000)]
cmake.bbclass: add toolchain file for cmake compilations
Based on work done by Matthew Dombroski.
We want to generate a toolchain file for cmake compilations. This
adds a task that is performed before the configure task.
Additional defines can be made in the toolchain file directly in
the recipe file by using a do_generate_toolchain_file_append().
This is especially interesting for recipes that need to define
values for additionnal libraries.
Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
Roman I Khimov [Fri, 26 Mar 2010 15:17:17 +0000 (18:17 +0300)]
mrtg: new recipe
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic
load on network links. MRTG generates HTML pages containing PNG images
which provide a LIVE visual representation of this traffic.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Sat, 27 Mar 2010 19:49:40 +0000 (22:49 +0300)]
Merge branch 'tzdata' into org.openembedded.dev
Thomas Zimmermann [Sat, 27 Mar 2010 16:28:08 +0000 (17:28 +0100)]
ppp: make if-up/-down scripts compatible to resolvconf (thx to Wonka)
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Koen Kooi [Sat, 27 Mar 2010 15:02:02 +0000 (16:02 +0100)]
xinput-calibrator: add 0.6.1
Koen Kooi [Sat, 27 Mar 2010 14:33:04 +0000 (15:33 +0100)]
qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support statically
Ihar Hrachyshka [Mon, 7 Sep 2009 03:10:13 +0000 (03:10 +0000)]
Fixed concurrency problem for ZIP packed recipes.
The problem occured when unzip-native is not yet staged, and ZIP
archive unpacking already started resulting in failed do_unpack task.
Added NEED_UNZIP_FOR_UNPACK variable to use in recipes which do_unpack
with unzip utility but doesn't have '.zip' in SRC_URI (f.e. .EXE
windows self-extraction binaries).
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 27 Mar 2010 11:17:09 +0000 (12:17 +0100)]
freeimage: convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 11:17:07 +0000 (12:17 +0100)]
wgois: add missing dep and convert to new-style staging
Stefan Schmidt [Sat, 27 Mar 2010 13:34:44 +0000 (14:34 +0100)]
imote2.conf: Remove misleading comment.
ROOT_FLASH_SIZE is not only used by the opie image.
Stefan Schmidt [Sat, 27 Mar 2010 13:31:08 +0000 (14:31 +0100)]
imote2.conf: Update JFFS2 and console informations
This merges in the differences betwenn this machine files and the one provided
by Jonathan Cameron. Thanks Jonathan.
Jonathan Cameron [Wed, 4 Nov 2009 08:37:07 +0000 (08:37 +0000)]
chrony: time synchronization recipe (chronyc and chronyd)
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Antonio Ospite [Thu, 18 Mar 2010 10:31:44 +0000 (10:31 +0000)]
gnutls: fix do_configure by depending on gtk-doc
building gnutls_2.8.5.bb fails in do_configure with these messages:
[..]
| automake: unknown warning category `cross'
| doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| autoreconf: automake failed with exit status: 1
| FATAL: autoreconf execution failed.
NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb do_configure failed
ERROR: Task 652 (/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 865 tasks of which 0 didn't need to be rerun and 1 failed.
ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed
Depending on gtk-doc fixes this.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Stefan Schmidt [Sat, 27 Mar 2010 10:26:40 +0000 (11:26 +0100)]
MAINTAINERS: Cosmetic trailing whitespace cleanup
Stefan Schmidt [Sat, 27 Mar 2010 10:24:28 +0000 (11:24 +0100)]
MAINTAINERS: Add my entry
Koen Kooi [Sat, 27 Mar 2010 10:47:11 +0000 (11:47 +0100)]
fontconfig: add 2.8.0 and make it default for angstrom
* 2.8.0 has he bugfix we need and is better that the 'random' git version 2.6.99 is using
Koen Kooi [Sat, 27 Mar 2010 10:29:48 +0000 (11:29 +0100)]
faac: fix packaging and convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 10:27:23 +0000 (11:27 +0100)]
freetype: convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 10:23:46 +0000 (11:23 +0100)]
angstrom: switch to fontconfig 2.6.99
Koen Kooi [Sat, 27 Mar 2010 10:22:36 +0000 (11:22 +0100)]
fontconfig: convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 10:16:50 +0000 (11:16 +0100)]
cups: convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 10:14:51 +0000 (11:14 +0100)]
expat: convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 10:12:50 +0000 (11:12 +0100)]
pkgconfig: convert to new-style staging
Koen Kooi [Sat, 27 Mar 2010 10:10:04 +0000 (11:10 +0100)]
libmad: convert to new style staging
Koen Kooi [Sat, 27 Mar 2010 10:09:39 +0000 (11:09 +0100)]
libv4l: convert to new style staging and add 0.6.1
Koen Kooi [Sat, 27 Mar 2010 09:49:52 +0000 (10:49 +0100)]
apmd: convert to new style staging
Ilya Petrov [Sat, 15 Aug 2009 23:54:18 +0000 (23:54 +0000)]
add 18 bpp support to psplash
2009/8/16 Holger Hans Peter Freyther <holger+oe@freyther.de>:
> yes, it is not that we don't know people working at intel...
sent.
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martyn Welch [Tue, 16 Mar 2010 04:26:22 +0000 (04:26 +0000)]
Grub: Add disk geometry patch
Add a patch to allow for larger disk geometries.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Paul Menzel [Fri, 19 Mar 2010 05:27:05 +0000 (05:27 +0000)]
libvalhalla: Add recipe for libvalhalla 1.0.1.
1. `--enable-pic` is needed for non-x86 architectures.
2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though.
3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.
4. Depend on `libnfo` since it is recommended on upstream’s Web site.
`do_configure()` is based on the recipe of `ushare`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Paul Menzel [Fri, 19 Mar 2010 04:42:08 +0000 (04:42 +0000)]
libplayer: Add libplayer hg.
1. `--enable-pic` is needed for non-x86 architectures.
2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though.
3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.
4. Depend on `mplayer` and `gstreamer`. Dependencies for vlc- or xine-wrappers can be added if needed.
5. I did not use release 1.0.0 since `configure` in that version does not have the option `--enable-pic`.
[ fixed PV - koen ]
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Paul Menzel [Fri, 19 Mar 2010 04:38:46 +0000 (04:38 +0000)]
libnfo: Add libnfo hg.
1. `--enable-pic` is needed for non-x86 architectures.
2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though.
3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.
4. I did not use release 1.0.0 since `configure` in that version does not have the option `--enable-pic`.
[ fixed SRC_URI and PV - Koen ]
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Antonio Ospite [Thu, 25 Mar 2010 12:52:33 +0000 (12:52 +0000)]
numptyphysics: update SRC_URI
The old SRC_URI doesn't work anymore, use vcs.maemo.org instead of
garage.maemo.org as stated on https://garage.maemo.org/scm/?group_id=638
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Antonio Ospite [Thu, 25 Mar 2010 07:19:56 +0000 (07:19 +0000)]
ezx: update ezx-gen-blob version
NOTE: this version builds fine but the resulting binaries do not seem to
be correct, their size is about 300KiB instead of the expected 64KiB.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Antonio Ospite [Thu, 25 Mar 2010 07:19:57 +0000 (07:19 +0000)]
ezx: update device_table-ezx.txt
Update mux nodes to be used with the ts27010mux driver.
Fix names for ttyIPC0 and video0 nodes.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Antonio Ospite [Thu, 25 Mar 2010 07:19:55 +0000 (07:19 +0000)]
ezx: update ezxd version and ezxd.init script
Newer kernels have drivers for BP interaction built as modules, add the
loading sequence in ezxd.init.
Fix also the recipe so that the CC and CROSS variables do not interfere
with the crosscompiler from OE.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Antonio Ospite [Thu, 25 Mar 2010 07:19:54 +0000 (07:19 +0000)]
ezx: update ezx-boot-usb-native version
Fix also ezx-boot-usb-native_svn.bb as the code now resides in a 'src'
subdirectory.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Antonio Ospite [Thu, 25 Mar 2010 07:19:53 +0000 (07:19 +0000)]
ezx: update openezx-kernel version
This version uses an adapted ts27010mux driver from Motorola Milestone.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Khem Raj [Fri, 26 Mar 2010 18:02:01 +0000 (11:02 -0700)]
recipes: Get rid of redundant FILESPATH
Roman I Khimov [Fri, 26 Mar 2010 10:58:53 +0000 (13:58 +0300)]
tzdata: fix wrt recent time zone changes in Russia
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574919
for details.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 26 Mar 2010 10:44:53 +0000 (13:44 +0300)]
tzdata: add 2010f version
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 26 Mar 2010 10:53:42 +0000 (13:53 +0300)]
tzdata: set PACKAGE_ARCH to all
It's really just tz data with nothing arch-dependent.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 26 Mar 2010 09:52:07 +0000 (12:52 +0300)]
tzcode: add recipe for 2010f version
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Koen Kooi [Fri, 26 Mar 2010 12:39:59 +0000 (13:39 +0100)]
udev 151: bump PR
Martin Jansa [Fri, 26 Mar 2010 10:46:45 +0000 (11:46 +0100)]
glib-2.0_2.23.6: rediffed and reenabled atomic-thumb.patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Fri, 26 Mar 2010 10:47:17 +0000 (11:47 +0100)]
angstrom-uboot-scripts: enable triple buffering for dsplink script, fixes tearing when using SGX
Koen Kooi [Fri, 26 Mar 2010 10:43:35 +0000 (11:43 +0100)]
x-load git: update SRCREV for SDRC fix
Martin Jansa [Fri, 26 Mar 2010 10:09:46 +0000 (11:09 +0100)]
webkit-efl: remove Ecore_data.h include to fix build with newer EFL
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Thomas Zimmermann [Thu, 25 Mar 2010 15:05:23 +0000 (16:05 +0100)]
tslib: fix build with newer libtool
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>