Commit Graph

425 Commits

Author SHA1 Message Date
Oleksandr Kravchuk f4a59c5dd6 ell: remove recipe
This recipe will be moved to poky instead as newer versions of some of
its components depend on it.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09 21:31:36 -07:00
William A. Kennington III via Openembedded-devel 3e46ebea6d dbus-broker: 18 -> 19
Drops the musl compat patch which is upstream in version 19

Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28 21:07:41 -07:00
William A. Kennington III via Openembedded-devel e8e80ea28e dbus-broker: 16 -> 18
Also brings in a patch to fix up building against a musl libc that is
not in a released build yet.

This change cleans up a number of things about the build
 - Upstream no longer depends on glib
 - We dont ever runtime depend on reference dbus
 - Docs are disabled by default so we don't need to specify the option
 - There is no native tooling so we shouldn't need a native bbclass
 - No longer depend on gitsm since upstream provides release tarballs

Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28 09:48:30 -07:00
Andreas Müller 7313bb4470 glibmm: upgrade 2.58.0 -> 2.58.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-22 09:33:00 -07:00
Davis, Michael 5cea5f2451 plymouth: Update to version 0.9.4
Signed-off-by: Michael Davis <michael.davis@essvote.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-25 16:31:30 -08:00
Nicolas Dechesne 94f8941897 packagegroup-meta-oe: fixup package that now require polkit
After below commits to add polkit as a required distro feature:
97a1a55 polkit: add polkit as a required distro feature
c049e02 polkit: inherit distro_features_check

We need to propagate that to all recipes that use/need them, such as
this packagegroup, otherwise 'world' will fail.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-22 18:14:53 -08:00
Changqing Li 423828d894 ndctl: disable ndctl-monitor service by default
ndctl-monitor service will start failed if there is no
nvdimm device like on qemux86, so disable it by default,
user can enable it if their machine support this device.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-18 23:16:06 -08:00
Khem Raj d30d26c279 packagegroup-meta-oe: espeak-data is gone
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-11 07:21:08 -08:00
Stefan Agner 7735b4c80c ell: update to 0.17
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-28 07:06:19 -08:00
Stefan Agner 11cff77d3a packagegroup-meta-oe: add polkit depending on distro feature
Add polkit and related packages depending on whether polkit is
enabled in DISTRO_FEATURES.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-20 10:15:44 -08:00
Andreas Müller d60d1fbc5e glibmm: upgrade 2.56.0 -> 2.58.0
remove-examples.patch was refreshed with devtool

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-19 10:06:20 -08:00
Andreas Müller 770da50054 libsigc++-2.0: upgrade 2.10.0 -> 2.10.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-19 10:06:20 -08:00
Khem Raj 61198956a6 packagegroup-meta-oe: Remove unbuildable packages on risc-v from rdep
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-26 13:18:02 -08:00
Khem Raj 65c6eccf09 packagegroup-meta-oe: Exclude android-tools breakpad on ppc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-26 13:01:06 -08:00
Khem Raj 83549ca796 packagegroup-meta-oe: Exclude unbuildable packages on mips64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-26 12:55:14 -08:00
Hongxu Jia f87aac8cfe ndctl: remove useless module-base inheriting
While inheriting module-base, PACKAGE_ARCH = ${MACHINE_ARCH},
it caused building lib32-libblockdev do_configure failure:
[snip]
checking for libndctl >= 58.4... no
No package 'libndctl' found
[snip]

The lib32-ndctl with MACHINE_ARCH deployed to /usr/lib64/pkgconfig/
libndctl.pc rather than expected /usr/lib/pkgconfig/libndctl.pc

Inherit module-base is helpless, remove it.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05 10:18:59 -08:00
Khem Raj bc5b086cd2 packagegroup-meta-oe: Remove packages which don't build for musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04 17:51:36 -08:00
Khem Raj 135fe1b5b3 packagegroup-meta-oe: Remove arch specific packages as needed
Some packages are not supported on all architectures, therefore they
can not be included unconditionally.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04 17:51:35 -08:00
Eduardas Meile d1ccc474a4 toybox: use cml1.bbclass to add a proper menuconfig task
It is sometimes convenient to use "bitbake toybox -c menuconfig".

Signed-off-by: Eduardas Meile <eduardas.m@fods.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04 17:51:35 -08:00
Eduardas Meile e797bcdbe1 toybox: fix to use "usrmerge" distro feature properly
Signed-off-by: Eduardas Meile <eduardas.m@fods.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04 17:51:35 -08:00
Alexander Kanavin b2f94f9db1 packagegroup-meta-oe: rename the group that contains ptest packages
Otherwise packagegroup.bbclass includes the -ptest package for the second time which leads to this error:

ERROR: packagegroup-meta-oe-1.0-r0 do_package: QA Issue: packagegroup-meta-oe-ptest is listed in PACKAGES multiple times, this leads to packaging errors. [packages-list]
ERROR: packagegroup-meta-oe-1.0-r0 do_package: Fatal QA errors found, failing task.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-03 08:57:06 -08:00
Alexander Kanavin bbde0a3d30 packagegroup-meta-oe: drop ptest packages that do not exist
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-03 08:57:06 -08:00
Hongxu Jia 28303f2f70 ndctl: v62 -> v63
- Upstream introduce --with-systemd to replace --with-systemd-unit-dir
  [86ab28b ndctl, build: Introduce --with-{bash,systemd}]
  It fixed previously "No package 'systemd' found" failure

- Remove COMPATIBLE_HOST to build on more machines.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-27 11:13:37 -08:00
Martin Hundebøll 4867a94b9a ell: update to 0.15
Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26 09:38:14 -08:00
Martin Hundebøll 8bafecf947 ell: remove unused patch
Commit cc7bce67b ('ell: update to 0.8') removed the patch from SRC_URI
but forgot to delete it from the git tree.

Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26 09:38:14 -08:00
Armin Kuster d4b2464ab0 packagegroup-meta-oe: fix build issues
ERROR: Required build target 'meta-oe-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'freeglut']

ERROR: Required build target 'meta-oe-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'libsdl2-ttf']

ERROR: Required build target 'meta-oe-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'libmad']

ERROR: Required build target 'meta-oe-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'faad2']

ERROR: Required build target 'meta-oe-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'mpv']

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26 09:38:13 -08:00
Armin Kuster c43d532730 ptest: add addition packagegroups and image for ptests
Need a method to run ptests in meta-oe and to build test
tasks not done via a world build

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-12 10:04:31 -08:00
Brad Bishop fd23b9c95c dbus-broker: fetch submodules too
dbus-broker depends on a number of submodules.  Make sure to
recursively fetch those as well.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02 10:05:06 -07:00
Dan McGregor cdd3e9ab99 toybox: Fix paths to match OE conventions
Many toybox commands get installed in places that are unexpected
in openembedded-core, causing conflicts. Fix up the paths I identified
that are causing conflicts.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-18 14:19:37 -07:00
Ankit Navik b461c40479 opencl-icd-loader: Initial recipe for OpenCL ICD loader
This patch provides ICD loader library, ICD loader test binary
and some helper library for test.

Signed-off-by: Ankit Navik <ankit.tarot@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16 21:23:47 -07:00
Ankit Navik 256de4995c opencl-headers: Initial recipe for OpenCL headers
Add generic recipe for OpenCL API headers.

Suggested-by: Burton, Ross <ross.burton@intel.com>
Signed-off-by: Ankit Navik <ankit.tarot@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16 17:26:23 -07:00
William A. Kennington III via Openembedded-devel e4baf298cd dbus-broker: update to 16
Dropped the patches for version 13 as they are now included in the
upstream dbus-broker codebase.

Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-11 13:35:19 -07:00
Martin Hundebøll cc7bce67ba ell: update to 0.8
Remove backported patch and make reconfiguration work by allowing the
build-aux folde to exist already.

Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24 08:58:13 -07:00
Andreas Müller bc0f44428d plymouth: Fix-build with glibc 2.28
I tried to update plymouth to 0.9.3 but that did not work as it used to. So
postpone that.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-21 16:20:45 -07:00
Khem Raj 1e6a27d8e2 ndctl: Upgrade to v62
- Fix build with musl
- Package systemd support
- Inherit bash-completion bbclass

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-20 21:49:29 -07:00
Khem Raj cdceca0bd1 toybox: Add missing dep on virtual/crypt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15 08:20:06 -07:00
Li Zhou 5f6ed51870 usleep: use update-alternatives
To solve below error:
update-alternatives: Error: not linking [...]/rootfs/bin/usleep to /bin/busybox.nosuid since [...]/rootfs/bin/usleep exists and is not a link
add using update-alternatives in usleep.

Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02 11:23:03 -07:00
Alistair Francis 95a8804cad ndctl: Add the NDCTL package
Add the NDCTL package (the libnvdimm utility library). This is based
on the work from the meta-luv layer with a version bump.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-26 20:10:07 -07:00
Changqing Li 61c6d99fb8 mm-common: 0.9.11 -> 0.9.12
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20 16:07:12 -07:00
Mingli Yu e8c2ef638f glibmm: Upgrade to 2.56.0
* Remove the backported patch 0001-Glib-Threads-Private-Fix-gobj.patch

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-14 11:28:12 -07:00
Martin Hundebøll 1bc94ef4b3 ell: update patch status to backport
Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-12 23:03:39 -07:00
Martin Hundebøll 6a0efef15c ell: update to 0.6
Remove upstreamed patch to fix musl build, and replace with another
(submitted) patch to fix a new musl issue.

Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-12 08:12:03 -07:00
Khem Raj 3e2d529c34 dbus-broker: Upgrade to latest and fix build on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-28 08:09:32 -07:00
Martin Jansa 222e65c95a Revert "libxml++: only include when x11 in DISTRO_FEATURES"
This reverts commit 44ece3daea.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-30 09:56:45 -07:00
Armin Kuster c3e3cbe8fa dbus-broker: include only if systemd is DISTO_FEATURE
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:46 -07:00
Armin Kuster a5d4a33915 libdbus-c++: Refresh patches v2
v2]

refresh via quilt push/refresh rather than devtool

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:44 -07:00
Maxin John ee25e2f3fd ell: upgrade to version 0.4
1. Upgrade to version 0.4 and rename from _git to exact version _0.4
2. Fix build issues with musl libc

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:37 -07:00
Yang Lyu ed70b4f91f dbus-broker: Add recipe
DBus-broker is a drop-in replacement for dbus-daemon. It is an implementation of a message
bus as defined by the D-Bus specification. Its aim is to provide high performance and
reliability, while keeping compatibility to the D-Bus reference implementation.

0001-Comment-rst2man-related-stuff.patch avoids using rst2man.

0002-Correct-including-directory-for-conf.patch fixs path computation for <include> node.
The patch should be dropped when a newer version of dbus-broker that includes commit:
    https://github.com/bus1/dbus-broker/commit/9af79016f0f6b1ee60779bc6dc4acd7b4b9e6c70
is available.

Signed-off-by: Yang Lyu <yang.lyu@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:40:56 -07:00
Khem Raj 8b47292042 glibmm: Backport patch to fix invalid code in glibmm/threads.h
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller 0046bcb618 mm-common: update 0.9.10 -> 0.9.11
remove GNOME_COMPRESS_TYPE="xz - xz is default

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00