scm/bb/tizen-distro.git
9 years agosystemd: update to 186+git
Koen Kooi [Tue, 17 Jul 2012 07:29:38 +0000 (09:29 +0200)]
systemd: update to 186+git

This is a combined udev+systemd recipe: it will build both udev and systemd in one go, but keep the old (sub)package layout:

udev
udev-utils
udev-systemd
systemd
systemd-vconsole-setup
systemd-analyze
systemd-initramfs

And all libraries are seperated out:

libgudev-1.0-0
libsystemd-daemon0
libsystemd-id128-0
libsystemd-journal0
libsystemd-login0
libudev1

The SRCREV is 94 patches ahead of the v186 tag to drag in compile fixes for 'old' gcc versions like 4.5.x.

Runtime tested with build from scratch and opkg upgrade with angstrom

(From meta-openembedded rev: 36b68478742d60b3f8f49a3f443a28cb6de53158)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogsettings-desktop-schemas: add SRC_URI checksums
Martin Jansa [Tue, 17 Jul 2012 22:43:12 +0000 (22:43 +0000)]
gsettings-desktop-schemas: add SRC_URI checksums

(From meta-openembedded rev: df741a297e1190d2dc23a133bc4a0a41118019c6)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-panel3: move as-needed.patch to gnome-panel dir
Martin Jansa [Tue, 17 Jul 2012 22:43:11 +0000 (22:43 +0000)]
gnome-panel3: move as-needed.patch to gnome-panel dir

* there is BPN changed to gnome-panel and SRC_URI checksuming code cannot find it, causing this warning:
  WARNING: Unable to get checksum for gnome-panel3-native SRC_URI entry as-needed.patch: file could not be found

(From meta-openembedded rev: c99aeb33ad2decad175b8ec0217f5ce70ab8ff7e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: replace os.system with subprocess.call
Robert Yang [Tue, 17 Jul 2012 12:38:00 +0000 (12:38 +0000)]
kernel.bbclass: replace os.system with subprocess.call

Replace os.system with subprocess.call since the older function would
fail (more or less) silently if the executed program cannot be found

More info:
http://docs.python.org/library/subprocess.html#subprocess-replacements

[YOCTO #2454]

(From meta-openembedded rev: 778f8b62c597f0550c33db4ab00f44979e02daa1)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: add deploy link to KERNEL_IMAGETYPE
Christopher Larson [Tue, 17 Jul 2012 12:37:59 +0000 (12:37 +0000)]
kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

It's common to provide a non-machine-suffixed link in DEPLOY_DIR_IMAGE, so
let's be consistent and do so here as well.

(From meta-openembedded rev: c1952180fe80b5769d12f8247ab3d652d2d5c053)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: Dont package kxgettext.o
Khem Raj [Tue, 17 Jul 2012 12:37:58 +0000 (12:37 +0000)]
kernel.bbclass: Dont package kxgettext.o

kxgettext.o is generated when building ppc kernels
so we end up with packaging errors like

> ERROR: QA Issue: Architecture did not match (20 to 62) on
> /work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/packages-split/kernel-dev/usr/src/kernel/scripts/kconfig/kxgettext.o

(From meta-openembedded rev: 9972fff42086ebaa9221f5ddfc33f62b5b2c421f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: add non-santized kernel provides
Bruce Ashfield [Tue, 17 Jul 2012 12:37:57 +0000 (12:37 +0000)]
kernel.bbclass: add non-santized kernel provides

If the kernel version string uses characters or symbols that
need to be santized for the package name, we can end up with a
mismatch between module requirements and what the kernel
provides.

The kernel version is pulled from utsrelease.h, which contains
the exact string that was passed to the kernel build, not
one that is santized, this can result in:

 echo "CONFIG_LOCALVERSION="\"MYVER+snapshot_standard\" >> ${B}/.config

 <build>

 % rpm -qp kernel-module-uvesafb-3.4-r0.qemux86.rpm --requires
update-modules
kernel-3.4.3-MYVER+snapshot_standard
 % rpm -qp kernel-3.4.3-myver+snapshot-standard-3.4-r0.qemux86.rpm --provides
kernel-3.4.3-myver+snapshot-standard = 3.4-r0

At rootfs assembly time, we'll have a dependency issue with the kernel
providing the santizied string and the modules requiring the utsrelease.h
string.

To not break existing use cases, we can add a second provides to the
kernel packaging with the unsantized version string, and allowing the
kernel module packaging to be unchanged.

   RPROVIDES_kernel-base += "kernel-${KERNEL_VERSION}"

 % rpm -qp kernel-3.4.3-myver+snapshot-standard-3.4-r0.qemux86.rpm --provides
kernel-3.4.3-MYVER+snapshot_standard
kernel-3.4.3-myver+snapshot-standard = 3.4-r0

(From meta-openembedded rev: 3f45ebc886054b82eb44ce71f0ed6ebac41f5784)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel: Add kernel headers to kernel-dev package
Darren Hart [Tue, 17 Jul 2012 12:37:56 +0000 (12:37 +0000)]
kernel: Add kernel headers to kernel-dev package

[YOCTO #1614]

Add the kernel headers to the kernel-dev package. This packages what was
already built and kept in sysroots for building modules with bitbake.
Making this available on the target requires removing some additional
host binaries.

Move the location to /usr/src/kernel

Before use on the target, the user will need to:

    # cd /usr/src/kernel
    # make scripts

This renders the kernel-misc recipe empty, so remove it.

As we use /usr/src/kernel in several places (and I missed one in the
previous version), add a KERNEL_SRC_DIR variable and use that throughout
the class to avoid update errors in the future.

Now that we package the kernel headers, drop the
kernel_package_preprocess function which removed them from PKGD.

All *-sdk image recipes include dev-pkgs, so the kernel-dev package will
be installed by default on all such images.

(From meta-openembedded rev: 8c724c4ab8e946763c813e5174dbfd5ac8a5ddda)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipes-kernel: make perf a standalone package
Liang Li [Tue, 17 Jul 2012 12:37:55 +0000 (12:37 +0000)]
recipes-kernel: make perf a standalone package

perf has been coupled to the kernel packages via kernel.bbclass.
While maintaining the build of perf out of the kernel source tree
is desired the package coupling has proved to be awkward in
several situations such as:

  - when a kernel recipe doesn't want to build/provide perf
  - when licensing of dependencies would prohibit perf and hence
    the kernel from being built.

To solve some of these problems, this recipe is the extraction of
the linux-tools.inc provided perf compilation into a standalone
perf recipe that builds out of the kernel source, but is otherwise
independent.

No new functionality is provided above what the linux-tools.inc
variant provided, but the separate recipe provides baseline for
adding new functionality.

(From meta-openembedded rev: 9ab875fbead52684c881d0105578328bfbf9084e)

Signed-off-by: Liang Li <liang.li@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel: save $kerndir/tools and $kerndir/lib from pruning
Bruce Ashfield [Tue, 17 Jul 2012 12:37:54 +0000 (12:37 +0000)]
kernel: save $kerndir/tools and $kerndir/lib from pruning

The kernel source tree in the sysroot has all unecessary source
code removed. The existing use case is to support module building
out of the sysroot, but as more toolsa are moved into the kernel
tree itself there are new use cases for the kernel sysroot source.

To avoid putting dependencies on the kernel, and to be able to
individually build and package these tools out of the source tree,
we can save $kerndir/tools and $kernddir/lib from being removed.
This enables tools like perf to be built our of the kernel source
in the sysroot, without significantly increasing the amount of
source in the sysroot.

(From meta-openembedded rev: 72c4d30de581a4049bbd2ebbe2eee1217ce1dffb)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocpuburn-neon: fix packaging to use a date as version and valid sources
Otavio Salvador [Mon, 11 Jun 2012 15:34:58 +0000 (15:34 +0000)]
cpuburn-neon: fix packaging to use a date as version and valid sources

* The package were not versioning the sources as the files had no
   version on its name. We workaround it mangling the DL_DIR;

 * We now dynamically check if the machine has or not neon feature and
   set COMPATIBLE_MACHINE.

(From meta-openembedded rev: a17cda6e85f990bd3569df731ec0f223b185ec6b)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibpam 1.1.5 bbappend: register PAM session with logind
Koen Kooi [Mon, 16 Jul 2012 08:02:52 +0000 (08:02 +0000)]
libpam 1.1.5 bbappend: register PAM session with logind

This makes screen/tmux/etc work as intended

(From meta-openembedded rev: dbb3624147e4cd1fda79e64cbe5333d570a3e500)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agov4l-utils 0.8.8: disable qv4l2 build
Koen Kooi [Mon, 16 Jul 2012 11:20:47 +0000 (11:20 +0000)]
v4l-utils 0.8.8: disable qv4l2 build

It picks up host qmake and breaks the build.

(From meta-openembedded rev: a97d6003528d67ed5bf2a28acef1b6e9e9a5c1d5)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-xfce-extended: remove xfce4-icon-theme
Andreas Müller [Mon, 16 Jul 2012 13:49:38 +0000 (13:49 +0000)]
task-xfce-extended: remove xfce4-icon-theme

xfce4-icon-theme is not required by default since xfce4-settings initially
works with gnome-icon-theme and gnome-icon-theme is pulled in by many other
recipes anyway.
To reduce rootfs size - especially after gtk-update-icon-cache -
xfce4-icon-theme is removed.

(From meta-openembedded rev: 0da076d59a2b19f69dda3588f8dc6ee76e9c5175)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-power-manager: update to 1.2.0
Andreas Müller [Mon, 16 Jul 2012 13:49:37 +0000 (13:49 +0000)]
xfce4-power-manager: update to 1.2.0

(From meta-openembedded rev: 5981a1459b0e9d653fba10dbc16d8a6642b28fb9)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovarious: update ; proto= to ; protocol= in SRC_URI
Koen Kooi [Fri, 13 Jul 2012 15:26:45 +0000 (15:26 +0000)]
various: update ; proto= to ; protocol= in SRC_URI

(From meta-openembedded rev: aa4f43779695aa8fd7edec71553d82b96c26babb)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudisks: do not start daemon automatically at boot time
Andreas Müller [Fri, 13 Jul 2012 10:46:42 +0000 (12:46 +0200)]
udisks: do not start daemon automatically at boot time

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variable
Andreas Müller [Fri, 13 Jul 2012 10:40:50 +0000 (12:40 +0200)]
systemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variable

Currently all services introduced are enabled and started at installation. By
setting SYSTEMD_AUTO_ENABLE = "disable" the default behaviour can be
overridden.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetworkmanager: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:47:00 +0000 (21:47 +0000)]
networkmanager: move systemd support to meta-systemd

(From meta-openembedded rev: c21e67f8e5ac13d35dd6e4312f19220453c06f0a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: move systemd support to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 18:02:06 +0000 (20:02 +0200)]
gpsd: move systemd support to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorsyslog: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:58 +0000 (21:46 +0000)]
rsyslog: move systemd support to meta-systemd

(From meta-openembedded rev: fca1dffca771f1c6bdcb859ac4fe2d380ee5f404)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokeymaps: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:57 +0000 (21:46 +0000)]
keymaps: move systemd support to meta-systemd

(From meta-openembedded rev: d7639a2ae1c13f56b70cbb5d24bace35b3e153e8)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodropbear: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:56 +0000 (21:46 +0000)]
dropbear: move systemd support to meta-systemd

(From meta-openembedded rev: 0cee7e28f0ad77c8da7067eda7794cdd4576c7e2)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-nodm-init: move systemd support to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 12:32:14 +0000 (14:32 +0200)]
xserver-nodm-init: move systemd support to meta-systemd

(From meta-openembedded rev: 42e00e8ffd3088050716a5fe1c7da2cc6cf9787c)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxinput-calibrator: : move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:54 +0000 (21:46 +0000)]
xinput-calibrator: : move systemd support to meta-systemd

(From meta-openembedded rev: 34fe984fc64a9f51d5b2d563eedac6f5163b250a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:53 +0000 (21:46 +0000)]
cloud9: move systemd support to meta-systemd

(From meta-openembedded rev: 23d5e850653e92a97bb06a678e5bc07249427f57)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenssh: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:52 +0000 (21:46 +0000)]
openssh: move systemd support to meta-systemd

(From meta-openembedded rev: 855e8d63a67aee347296e17e596d45be0d75ac9d)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocherokee: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:51 +0000 (21:46 +0000)]
cherokee: move systemd support to meta-systemd

(From meta-openembedded rev: c203043683deff90b4d80c326bf6b27a28a59386)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogateone: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:50 +0000 (21:46 +0000)]
gateone: move systemd support to meta-systemd

(From meta-openembedded rev: 365d5ec941347f54744b9f5fbb7b06cc3949e14a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: move systemd support to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 12:09:32 +0000 (14:09 +0200)]
connman: move systemd support to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodhcp: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:48 +0000 (21:46 +0000)]
dhcp: move systemd support to meta-systemd

(From meta-openembedded rev: 1e6cf9483d41cf8033ada4fd15a07bb4d85aa724)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoatftp: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:47 +0000 (21:46 +0000)]
atftp: move systemd support to meta-systemd

(From meta-openembedded rev: ca89a235067f3328ceaa3c7a0a5bb599aaa4b428)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonet-snmp: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:46 +0000 (21:46 +0000)]
net-snmp: move systemd support to meta-systemd

(From meta-openembedded rev: 9f2dd8c0ae46507989f4cb8f24edc87ed91bebac)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelsa: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:45 +0000 (21:46 +0000)]
elsa: move systemd support to meta-systemd

(From meta-openembedded rev: 46acf9d3b53f45faedf4991bb8320f89d589157a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocronie: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:44 +0000 (21:46 +0000)]
cronie: move systemd support to meta-systemd

(From meta-openembedded rev: 8149b358f9ad37a8dd16fe45fbf9d1e6551b9265)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolighttpd: move systemd support to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 11:53:25 +0000 (13:53 +0200)]
lighttpd: move systemd support to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudisks: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:42 +0000 (21:46 +0000)]
udisks: move systemd support to meta-systemd

(From meta-openembedded rev: 14a5f1174c96f25c7dffc17902043f9be0e716f6)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosyslog-ng: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:41 +0000 (21:46 +0000)]
syslog-ng: move systemd support to meta-systemd

(From meta-openembedded rev: d1f914398dcfc1e0613007154b1515e7ffddc6d8)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: move systemd support to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 11:47:00 +0000 (13:47 +0200)]
ntp: move systemd support to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobusybox: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:39 +0000 (21:46 +0000)]
busybox: move systemd support to meta-systemd

(From meta-openembedded rev: 326e027816d7af4d4896e9e6d74842aa327352e0)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogdm: move systemd support to meta-systemd
Andreas Müller [Sun, 10 Jun 2012 21:46:38 +0000 (21:46 +0000)]
gdm: move systemd support to meta-systemd

(From meta-openembedded rev: 519d60e71767933eee082ee506b5deb2ad06fd3f)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopolkit: meta-systemd rework
Andreas Müller [Sun, 10 Jun 2012 21:46:37 +0000 (21:46 +0000)]
polkit: meta-systemd rework

(From meta-openembedded rev: fb56d13c70822d3438fd22f15f2ba69345598483)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-x11: in case meta-systemd is part of BBLAYERS, xserver-nodm-init-systemd is...
Andreas Müller [Wed, 11 Jul 2012 19:02:07 +0000 (21:02 +0200)]
task-x11: in case meta-systemd is part of BBLAYERS, xserver-nodm-init-systemd is recommended automatically

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-basic: move systemd support to meta systemd
Andreas Müller [Wed, 11 Jul 2012 18:56:43 +0000 (20:56 +0200)]
task-basic: move systemd support to meta systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd.bbclass: do not warn for systemd files are in ${PN}
Andreas Müller [Fri, 13 Jul 2012 07:57:32 +0000 (09:57 +0200)]
systemd.bbclass: do not warn for systemd files are in ${PN}

Since we have our own layer there is no need to separate out systemd packages

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd.bbclass: add *-systemd packages to RRECOMMENDS
Andreas Müller [Wed, 11 Jul 2012 18:46:07 +0000 (20:46 +0200)]
systemd.bbclass: add *-systemd packages to RRECOMMENDS

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-oe/layer.conf: systemd-serialgetty moved to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 18:23:31 +0000 (20:23 +0200)]
meta-oe/layer.conf: systemd-serialgetty moved to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolayer.conf/README: search directory structure for bbappends changed
Andreas Müller [Sun, 10 Jun 2012 21:46:36 +0000 (21:46 +0000)]
layer.conf/README: search directory structure for bbappends changed

(From meta-openembedded rev: 5915e6398140639b67e4c954ef4ee0505c710f51)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomove systemd recipes to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 11:24:32 +0000 (13:24 +0200)]
move systemd recipes to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd.bbclass: move to meta-systemd
Andreas Müller [Wed, 11 Jul 2012 11:22:08 +0000 (13:22 +0200)]
systemd.bbclass: move to meta-systemd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-multimedia README: meta-oe is no longer optional
Koen Kooi [Fri, 13 Jul 2012 08:22:07 +0000 (10:22 +0200)]
meta-multimedia README: meta-oe is no longer optional

(From meta-openembedded rev: d0b43b1144d9bf7cabda64e291b366bfc177f39c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-oe: Fix SRC_URI warnings to use "protocol" not "proto"
Elvis Dowson [Fri, 13 Jul 2012 05:24:14 +0000 (05:24 +0000)]
meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"

This commit updates the SRC_URI for the following recipes to use "protocol"
meta-oe/recipes-devtools/python/python-pyyaml_svn.bb
meta-oe/recipes-navigation/navit/navit_svn.bb
meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb
meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb
meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
meta-oe/recipes-support/usbpath/usbpath_svn.bb
meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb

(From meta-openembedded rev: 99cb797bd89e500b1cd1b61a383d926ef41c040c)

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxbmc: move from meta-oe to meta-multimedia
Paul Eggleton [Thu, 12 Jul 2012 23:25:59 +0000 (23:25 +0000)]
xbmc: move from meta-oe to meta-multimedia

(From meta-openembedded rev: 1c2f045d900cff48d9fd30df510a0988cfdbf2b1)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopencv, opencv-samples: drop 2.3.1
Koen Kooi [Wed, 11 Jul 2012 12:39:16 +0000 (12:39 +0000)]
opencv, opencv-samples: drop 2.3.1

(From meta-openembedded rev: 82fe3fa0a89c35f61687d19a54bf3490a23108dd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopencv, opencv-samples: add 2.4.2
Koen Kooi [Wed, 11 Jul 2012 12:39:15 +0000 (12:39 +0000)]
opencv, opencv-samples: add 2.4.2

Libav is easier to get right than gstreamer, so switch back. Also enable libv4l for better v4l(2) support

(From meta-openembedded rev: 888509e75f70f9a16eb213ebb35c0535646a05ab)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoubi-utils-klibc: update to patched v. 1.5.0
Andrea Adami [Wed, 27 Jun 2012 22:49:21 +0000 (22:49 +0000)]
ubi-utils-klibc: update to patched v. 1.5.0

* Fix build failing because of UBI_IOCSETPROP -> UBI_IOCSETVOLPROP renaming.
* This patch follows the one in oe-core for mtd-utils_1.5.0
* which was staging an older version of the ubi-user.h header.
* We need to match the renaming done in kernel 3.0
* http://lists.infradead.org/pipermail/linux-mtd/2011-March/
* 034419.html

(From meta-openembedded rev: 2f9d8fef13e592d232a9bec3c1eb7c59fe048878)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokexecboot_git: bump PR after recipe update.
Andrea Adami [Wed, 20 Jun 2012 21:56:20 +0000 (21:56 +0000)]
kexecboot_git: bump PR after recipe update.

(From meta-openembedded rev: 9af2bd13c63655744785950a411a40f2848a9f3f)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopixman: update bbappend to match oe-core
Koen Kooi [Tue, 10 Jul 2012 09:35:00 +0000 (11:35 +0200)]
pixman: update bbappend to match oe-core

(From meta-openembedded rev: 304dddec3c8313d1c8fd61b47c81078a39d01d5b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.6: Migrate recipes from OE-Core
Khem Raj [Thu, 28 Jun 2012 19:19:53 +0000 (12:19 -0700)]
gcc-4.6: Migrate recipes from OE-Core

Remove linaro patches. If one needs to use linaro
modified gcc they should use meta-linaro

(From meta-openembedded rev: 6b278fbb02d818b54b5a9fa2716fc49e896b72a8)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomini-iconv: Add package recipe
Khem Raj [Tue, 26 Jun 2012 15:51:30 +0000 (08:51 -0700)]
mini-iconv: Add package recipe

mini iconv can be used to replace GNU libiconv
it does not do all translation but it good for small
systems especially uclibc based

(From meta-openembedded rev: 680af24d1ff95533db610176e6b01fcc9dcf6699)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudev: link librt explicitly on uclibc
Khem Raj [Sun, 24 Jun 2012 19:38:26 +0000 (12:38 -0700)]
udev: link librt explicitly on uclibc

Some functions used by udev are in librt in uclibc case
therefore add -lrt to linker flags when building for uclibc

(From meta-openembedded rev: 030296b6a5380d46c7732aaebbb25a0fb8af79b4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocpufrequtils: Fix build without NLS
Khem Raj [Sun, 24 Jun 2012 19:37:07 +0000 (12:37 -0700)]
cpufrequtils: Fix build without NLS

uclibc disables NLS and we need to pass the right
define to inform the build system about NLS support
cpufrequtils-nls.patch is applied upstream so lets
remove it from metadata

(From meta-openembedded rev: a64ec2dcbe91a9d8ba6a9cb42ae6c8fc28eae2ba)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: Refresh uclibc patch
Khem Raj [Sat, 24 Mar 2012 14:35:01 +0000 (07:35 -0700)]
systemd: Refresh uclibc patch

(From meta-openembedded rev: 445f95f8d3f668ca2c0d48633ac03afc11094d00)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with x11-common(oe...
Denis Carikli [Thu, 28 Jun 2012 13:38:20 +0000 (13:38 +0000)]
xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with x11-common(oe-core)

Without that fix environments like sato cannot start because
  they require x-session-manager to be started instead of
  x-window-manager.

(From meta-openembedded rev: e19f6ed0b2bb3454f52165ca124cb6d92beea364)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoecore: backport patch from trunk to fix build with eglibc-2.16
Martin Jansa [Sat, 7 Jul 2012 08:48:07 +0000 (08:48 +0000)]
ecore: backport patch from trunk to fix build with eglibc-2.16

(From meta-openembedded rev: ce62a6e815a545ef88fd841ac7607167d6c19afe)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolighttpd: follow oe-core to 1.4.31
Andreas Müller [Wed, 4 Jul 2012 15:40:51 +0000 (15:40 +0000)]
lighttpd: follow oe-core to 1.4.31

(From meta-openembedded rev: 943c18cb5bc9df501ea4cb0c2bb368977b676151)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: unbreak fetching of ntp-ssl
Koen Kooi [Wed, 27 Jun 2012 09:14:01 +0000 (11:14 +0200)]
ntp: unbreak fetching of ntp-ssl

(From meta-openembedded rev: 0378b2ab7e4447f605333cd72f411d7c94d5cee5)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibatasmart: update to 0.19
Koen Kooi [Wed, 27 Jun 2012 09:10:55 +0000 (11:10 +0200)]
libatasmart: update to 0.19

(From meta-openembedded rev: 410d087bf57187ffa643fe31aba9218eb03520f2)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmodbus: update to 3.0.3
Andrea Galbusera [Fri, 22 Jun 2012 09:23:48 +0000 (09:23 +0000)]
libmodbus: update to 3.0.3

v2: also reword SRC_URI with ${BPN}/${BP}

(From meta-openembedded rev: 3eb5f6eecf6faf7b2701f94b12cf779350d31acc)

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocheese: add 2.30.1
Koen Kooi [Fri, 22 Jun 2012 11:28:28 +0000 (11:28 +0000)]
cheese: add 2.30.1

(From meta-openembedded rev: 84248a5feae44c806c69511f258097607f839789)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoyavta: add patch to enable streaming to stdout
Koen Kooi [Fri, 22 Jun 2012 11:28:27 +0000 (11:28 +0000)]
yavta: add patch to enable streaming to stdout

(From meta-openembedded rev: c26f69aab1abb7eeea2c9240feb16506e7200320)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: reorder and simplify
Martin Jansa [Sat, 23 Jun 2012 21:15:36 +0000 (21:15 +0000)]
abiword: reorder and simplify

* there was overlap from .inc and bb (e.g. do_configure/EXTRA_OECONF twice)
* simplify SRC_URI

(From meta-openembedded rev: 7e14b17c3725a4baf7558bbe108eb41f0a5f3f67)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: merge abiword-2.5.inc to abiword_2.8.6.bb
Martin Jansa [Sat, 23 Jun 2012 21:15:35 +0000 (21:15 +0000)]
abiword: merge abiword-2.5.inc to abiword_2.8.6.bb

(From meta-openembedded rev: ad36da04c87029a2c0517b015cb9c2d40a1a96d7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: fix packaging after PACKAGES reorder
Martin Jansa [Sat, 23 Jun 2012 21:15:34 +0000 (21:15 +0000)]
abiword: fix packaging after PACKAGES reorder

(From meta-openembedded rev: f900bd8be72ed5347abeba1b6636d476aa7061d8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonavit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1
Martin Jansa [Sat, 23 Jun 2012 21:15:33 +0000 (21:15 +0000)]
navit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1

* COPYING was updated in
  http://navit.svn.sourceforge.net/viewvc/navit/trunk/navit/COPYING?r1=5023&r2=5022&pathrev=5023
  just 2 more files listed in GPLv2, rest is in LGPL

(From meta-openembedded rev: ba3173c5abeedb57409c0448b450d4bc30690188)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonavit: package whole ${datadir}/icons dir
Martin Jansa [Sat, 23 Jun 2012 21:15:32 +0000 (21:15 +0000)]
navit: package whole ${datadir}/icons dir

* no need to install icon and .desktop file manually, now it's done by autotools

(From meta-openembedded rev: b1352f93b8acbd46d6a8e0bec08736c0b25cfdcb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: update bbappend to match oe-core
Koen Kooi [Sun, 24 Jun 2012 14:16:18 +0000 (16:16 +0200)]
connman: update bbappend to match oe-core

(From meta-openembedded rev: b280be51fba354cc191d783efa1eec2c55dff084)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-initramfs: append to BBPATH instead of prepend so order of bblayers.conf is...
Martin Jansa [Wed, 23 May 2012 15:50:30 +0000 (15:50 +0000)]
meta-initramfs: append to BBPATH instead of prepend so order of bblayers.conf is respected

(From meta-openembedded rev: f3b72f9f147b27d2a9566cb417f7f84d746184df)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d
Martin Jansa [Thu, 21 Jun 2012 08:18:49 +0000 (08:18 +0000)]
libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d

(From meta-openembedded rev: 92b8dab5fd4752a437b2bbe237cf36127e724002)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1
Martin Jansa [Thu, 21 Jun 2012 08:18:48 +0000 (08:18 +0000)]
meta-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1

(From meta-openembedded rev: 951a10515b2c7910a201801db9135e13f38c015c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedje: explicitly enable libsndfile for target recipe
Martin Jansa [Thu, 21 Jun 2012 08:18:47 +0000 (08:18 +0000)]
edje: explicitly enable libsndfile for target recipe

* there is no native/nativesdk support in libsndfile so disable it fro native/nativesdk edje
* Thanks to Koen for noticing that it's autodetected and sometimes leaks into feeds

(From meta-openembedded rev: 487345238d2f05af344f88dbf716a48895065977)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovala: update to 0.16.0 and restructure some stuff into vala.inc
Simon Busch [Thu, 21 Jun 2012 08:18:46 +0000 (08:18 +0000)]
vala: update to 0.16.0 and restructure some stuff into vala.inc

* SRC_URI is now set initially to real upstream and not freesmartphone.org
* reset PR and INC_PR
* moved DEPENDS += "gtk+" to vala.inc

(From meta-openembedded rev: 141b959e7b3bacd4340c8cf924fc08ee4addcad4)

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsd
Denis 'GNUtoo' Carikli [Thu, 21 Jun 2012 08:18:45 +0000 (08:18 +0000)]
gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsd

Without that fix gpsd starts without using the machine specific
  gps serial port.

On some devices like the GTA04, not only that makes GPS not work,
  but that also prevent suspend because GPS has to be off in order
  for suspend to succeed(and the program powering off the GPS
  has to know if the GPS is on or off by using gpsd).

(From meta-openembedded rev: 6ba88f7ad957bf2f6fb4527f77697429f7d98a52)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolinux-kexecboot: remove all, now we use linux-yocto-tiny-kexecboot
Andrea Adami [Mon, 18 Jun 2012 22:58:06 +0000 (22:58 +0000)]
linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecboot

* The linux-yocto-tiny-kexecboot recipe can be extended and support
* more devices migrating the patches and renaming the defconfig as
* done for Sharp Zaurus devices.

(From meta-openembedded rev: 7c5eded4c2223036ecd43b1eaaa72432d737fbc5)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokexecboot: upgrade and move to git tag 0daa77
Andrea Adami [Mon, 18 Jun 2012 22:58:05 +0000 (22:58 +0000)]
kexecboot: upgrade and move to git tag 0daa77

* new git repository on github
* new LABEL separator
* text-ui fallback
* install /sys for upcoming ubifs detection
* menu-bug fix
* minor fixes

(From meta-openembedded rev: 02ebf5f7e379c6324866e2fe6155784efb4b88c2)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokexecboot-cfg: update and use new LABEL separator
Andrea Adami [Mon, 18 Jun 2012 22:58:04 +0000 (22:58 +0000)]
kexecboot-cfg: update and use new LABEL separator

* previously the sections were separated by KERNEL string

(From meta-openembedded rev: 1e26b20707700b4a0b76f6ca50da0633f5e7ff08)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoinitramfs-kexecboot images: install ubiattach for boot from UBI volumes
Andrea Adami [Mon, 18 Jun 2012 22:58:03 +0000 (22:58 +0000)]
initramfs-kexecboot images: install ubiattach for boot from UBI volumes

(From meta-openembedded rev: 4683b70b14ddd1888267d6b2eba7d31eb7930f2c)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-matplotlib : Add recipe for matplotlib 1.1.0.
Dan McDougall [Fri, 8 Jun 2012 20:52:38 +0000 (20:52 +0000)]
python-matplotlib : Add recipe for matplotlib 1.1.0.

Adding python-matplotlib recipe.  I'm sure many folks will find this useful.

(From meta-openembedded rev: 43010e86aa505afa878a9a8797db59b7cfd81ac6)

Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibopus: add libopus_0.9.14
Radek Dostal [Thu, 14 Jun 2012 11:02:19 +0000 (11:02 +0000)]
libopus: add libopus_0.9.14

(From meta-openembedded rev: cdfe54310d11191fad462ed8425d5265da93fb37)

Signed-off-by: Radek Dostal <rd@radekdostal.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst
Martin Jansa [Tue, 19 Jun 2012 07:34:56 +0000 (07:34 +0000)]
kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst

* without this, kernel upgrades where KERNEL_VERSION is changed
  e.g. 3.4.2 -> 3.4.3 generate .dep for running 3.4.2 and after reboot user ends
  up without any module loaded to make it worse after reboot nothing is upgraded
  to trigger another kernel(-module) postinst to generate .dep for now running 3.4.3

(From meta-openembedded rev: 5e47c1c48fa63770ed95b9f24ba2291924725294)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorfkill: use update-alternatives
Saul Wold [Tue, 19 Jun 2012 08:36:19 +0000 (08:36 +0000)]
rfkill: use update-alternatives

* Since oe-core added rfkill to busybox, this recipe needs to use u-a
  also.
* MJ: added ALERNATIVE_LINK_NAME[rfkill]
* MJ: increased ALTERNATIVE_PRIORITY (busybox also have 50)

(From meta-openembedded rev: b84f1a473856e8560761e1e3f045f805a7fe9362)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg update
Andreas Müller [Mon, 18 Jun 2012 13:17:51 +0000 (13:17 +0000)]
libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg update

without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and
libjpeg is build.

(From meta-openembedded rev: e77e933724552b5a31fd7451929cd7115500312d)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqt4: Remove qt-4.7.4 recipes.
Elvis Dowson [Wed, 13 Jun 2012 18:40:52 +0000 (18:40 +0000)]
qt4: Remove qt-4.7.4 recipes.

This commit removes the following recipes:
qt4-embedded_4.7.4.bbappend
qt4-x11-free_4.7.4.bbappend

(From meta-openembedded rev: 0d7288e944df0121637c530ce4e7e39c51c6fbdc)

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-xfce-extended: add panel plugins / applications
Andreas Müller [Mon, 28 May 2012 09:59:02 +0000 (11:59 +0200)]
task-xfce-extended: add panel plugins / applications

(From meta-openembedded rev: edab9a6614eb6f7eb70f85dd3bd467aa0b5bfe5b)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-mixer: initial add 4.8.0
Andreas Müller [Sun, 18 Mar 2012 20:40:53 +0000 (20:40 +0000)]
xfce4-mixer: initial add 4.8.0

(From meta-openembedded rev: 3e054534a81adb91d729b0ca59f5553827a9a166)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-weather-plugin: Make it work for a while by using different license info
Andreas Müller [Sat, 2 Jun 2012 11:20:17 +0000 (13:20 +0200)]
xfce4-weather-plugin: Make it work for a while by using different license info

Grabbed from [1]

This is a inztermediate solution until next version hopefully will use another weather
data supplier. There are proceedings ongoing [2].

[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xfce4-weather-plugin
[2] http://git.xfce.org/panel-plugins/xfce4-weather-plugin/log/

(From meta-openembedded rev: 7b92e431bbd8585646e2e187cc91d93e3ea81316)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-embed-plugin: initial add 1.0.0
Andreas Müller [Mon, 28 May 2012 13:01:51 +0000 (15:01 +0200)]
xfce4-embed-plugin: initial add 1.0.0

(From meta-openembedded rev: 62d68daab0233c98681c1ef47ef7db1f28ce7f97)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-time-out-plugin: initial add 1.0.1
Andreas Müller [Mon, 28 May 2012 12:42:46 +0000 (14:42 +0200)]
xfce4-time-out-plugin: initial add 1.0.1

(From meta-openembedded rev: dabac05179efea2cbdf6b33375f4a990fa720a01)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-systemload-plugin: initial add 1.1.0
Andreas Müller [Mon, 28 May 2012 01:43:21 +0000 (03:43 +0200)]
xfce4-systemload-plugin: initial add 1.1.0

(From meta-openembedded rev: 9e3aa71d42ee5c0ed9da31941a5147366adbc044)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-genmon-plugin: update to 3.4.0
Andreas Müller [Sat, 19 May 2012 16:02:16 +0000 (18:02 +0200)]
xfce4-genmon-plugin: update to 3.4.0

(From meta-openembedded rev: 638cf1042b8d69a19aba09fced619145129bfefb)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>