Age | Commit message (Collapse) | Author | Files |
|
Fixes "cast discards qualifiers from pointer target type" warning on
gthread.h:348 which is especially annoying when package is being built
with -Werror.
2.22 glib branch is not affected.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Pacemaker achieves maximum availability for your cluster
services by detecting and recovering from node and service-level
failures. It achieves this by utilizing the messaging and
membership capabilities provided by your preferred cluster
infrastructure (OE version is built for OpenAIS).
If the startup and shutdown of your service can scripted,
Pacemaker can improve its availability. Pacemaker can manage
clusters of practically any size and comes with a powerful
dependency model for accurately modeling your environment.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
The OpenAIS Standards Based Cluster Framework is an OSI Certified
implementation of the Service Availability Forum Application
Interface Specification (AIS). The Application Interface Specification
is a software API and policies which are used to develop applications
that maintain service during faults. Restarting and failover of
applications is also provided for those deploying applications which
may not be modified.
The OpenAIS software is built to operate as plugins to the Corosync
Cluster Engine.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
The Corosync Cluster Engine is an OSI Certified implementation
of a complete cluster engine.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
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>
|
|
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>
|
|
netfilter / iptables
|
|
|
|
|
|
|
|
|
|
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
|
|
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
|
|
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.
|
|
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}'"
|
|
I took the linux-2.6.32 config,made menuconfig,
saved changes and commited the resulting defconfig
|
|
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.
|
|
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.
|
|
* 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>
|
|
|
|
'exceptions.Exception'>:variable includedir references itself! while evaluating:
${includedir}
|
|
|
|
|
|
* now only -cross and kernel packages use legacy staging for 'MACHINE=smartq5 bitbake console-image'
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
convert to new style staging
|
|
working) 2.6.4 for target
* does anyone know how pass only 3 vars to cmakecache instead everything?
|
|
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* 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>
|
|
* Get rid of do_stage.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* 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>
|
|
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>
|