| Age | Commit message (Collapse) | Author | Files |
|
We need some of the features in the ubuntu version of ifupdown, rather than
the version found in Debian.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
into org.openembedded.dev
|
|
as discussed on #oe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
from env
|
|
* stage sconscript file that gets the toolchain options from the environment
|
|
|
|
* Add experimental FSO PBAP for SHR only
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
do_install_append
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Philip Balister <philip@balister.org>
|
|
do_install_append
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
* this avoids an error with curl internal checks that get triggered for some reason on 64 bit buildhosts
|
|
to get a fix to make it build with current vala
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
suspend/resume w/ console on a VT
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Add null conf files for protocols (allows tighter permissions
setting and sets some starting point for configuration in general),
fix permissions for log directory.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
Bug: #998
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
* sort pointed to staging in updatedb script
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
Without that fix it fails like this:
| oe_libinstall: cd ${WORKDIR}/armv6-angstrom-linux-gnueabi/libpcap-1.0.0-r6/libpcap-1.0.0
| install: cannot create regular file `${WORKDIR}/armv6-angstrom-linux-gnueabi/libpcap-1.0.0-r6/image/usr/share/aclocal/libpcap.m4': No such file or directory
NOTE: Task failed: ${WORKDIR}/armv6-angstrom-linux-gnueabi/libpcap-1.0.0-r6/temp/log.do_install.32266
|
|
|
|
* as libaoss.so is in -dev it has to be renamed in aoss
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
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>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Fixes following build/install errors on Ubuntu 8.04:
1. Cannot find linux/falloc.h header
2. Cannot chgrp tty wall on install
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Fixes following error on Ubuntu 8.04:
mv: cannot stat `t-ja.gmo': No such file or directory
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
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
|