aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
AgeCommit message (Collapse)Author
2021-05-17packagegroup-meta-oe: conditional remove tbb for powerpcSaul Wold
Since tbb has a COMPATIBLE_MACHINE entry to prevent it from building for powerpcc, let's also remove it from the meta-oe-support package group. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 564f7219544401b9bce545181a7e22000d3f7d40) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-17ocl-icd: upgrade 2.2.14 -> 2.3.0Naveen Saini
Release tag: https://github.com/OCL-dev/ocl-icd/releases/tag/v2.3.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-07libmanette: Add recipeKhem Raj
Its needed for gamepad support in webkit Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cf0b587ddd9691a82db1c651f3c3b1ffb94196ee) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-07packagegroup-meta-oe: use 4 spaces for identationMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5c83f2da63504fc3d6bfaec3e0d149a8926f56b7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-07phonet-utils: removeMartin Jansa
* no update other than occassional build fix since 2011 when I've imported this * it's also failing with usrmerge: ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA Issue: phonet-utils package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 976c8d3f69c847aee33bc53663dcc2fdca7fb556) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-07packagegroup-meta-oe: include glfw, icewm, geis only with x11 in DISTRO_FEATURESMartin Jansa
* and also opengl for glfw Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3bffa82504f27d2da7ca87aeda799632b717d831) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-03-28tmate: add recipe version 2.4.0Marius Kriegerowski
Add a recipe for tmate, a fork of tmux that provides remote terminal sharing. Signed-off-by: Marius Kriegerowski <marius.kriegerowski@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28bpftool: remove recipe from blacklistINC@Cisco)
Have not seen build issues for 5.4 and 5.10 x86-64 kernels so allow to build it Signed-off-by: Denys Zagorui <dzagorui@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28packagegroup-meta-{oe,multimedia}: move pipewire to the right packagegroupMartin Jansa
* it's in meta-multimedia not meta-oe layers Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28open-vm-tools: move to meta-networkingMartin Jansa
* and make it skipped only when meta-filesystem is missing as well * depends on libdnet from meta-networking and nothing in meta-oe depends on open-vm-tools * update packagegroup-meta-oe to match this, without either of these layers packagegroup-meta-oe is currently failing with: ERROR: Nothing RPROVIDES 'open-vm-tools' (but meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it) open-vm-tools was skipped: Requires meta-networking and meta-filesystems to be present. NOTE: Runtime target 'open-vm-tools' is unbuildable, removing... Missing or unbuildable dependency chain was: ['open-vm-tools'] ERROR: Required build target 'packagegroup-meta-oe' has no buildable providers. Missing or unbuildable dependency chain was: ['packagegroup-meta-oe', 'open-vm-tools'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28mysql-python, lio-utils, openlmi-tools: add conditional PNBLACKLIST like ↵Martin Jansa
meta-python2 does * it depends on target python(2) recipes from meta-python2 which are restricted with this conditional since: https://git.openembedded.org/meta-python2/commit/?h=hardknott&id=10c65fc18998d302f34634ffceaf31ab335056dd * telepathy-idle and cherokee from: meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb meta-webserver/recipes-httpd/cherokee/cherokee_git.bb also depend on meta-python2, but use only pythonnative from there, so they aren't blacklisted. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28packagegroup-meta-oe: move the packages depending on meta-python2 to ↵Martin Jansa
separate packages Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28packagegroup-meta-oe: include nodejs without meta-python2 conditionalMartin Jansa
* it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a Author: Martin Jansa <martin.jansa@gmail.com> Date: Thu Jan 23 17:44:06 2020 +0100 nodejs: use python3native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28packagegroup-meta-oe: include abseil-cpp for all architecturesMartin Jansa
* the restriction was removed in following commit, but packagegroup-meta-oe wasn't updated reflect that commit 7223513f400d63d1fb50d65b123d00ceb94f3695 Author: Anatol Belski <anbelski@linux.microsoft.com> Date: Fri Feb 19 12:58:45 2021 +0000 abseil-cpp: Relax build requirements While better hardware acceleration is definitely advantageous, there is no hard requirement defined by the upstream. Removing this will allow builds targeting older hardware where DEFAULTTUNE can't be changed. If found useful, this can also be backported to lower branches. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-20xxhash: Remove recipeKhem Raj
It has been moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-18plymouth_0.9.5.bb: allow building with musl libcStefan Schmidt
Plymouth uses rpmatch() which is not provided by musl. Instead we use the standalone rpmatch implementation and add dependencies and LDFLAGS adjustment for musl libs based builds. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-18musl-rpmatch_git.bb: add new recipe to provide rpmatch() for musl libc buildsStefan Schmidt
Musl does not provide rpmatch() while glibc does. This is a standalone implementation for musl libc based systems. Using it for a recipe is as simple as adding the dependency and adding -lrpmatch to the LDFLAGS for linking. An example for plymouth is provided as follow up patch. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-18dbus-broker: upgrade 27 -> 28Luca Boccassi
See full changelog https://github.com/bus1/dbus-broker/releases/tag/v28 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-15dbus-broker: upgrade 26 -> 27Luca Boccassi
See full changelog https://github.com/bus1/dbus-broker/releases/tag/v27 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-14breakpad: Exclude for ppc64Khem Raj
It does not build, errors out like ../git/src/client/linux/dump_writer_common/raw_context_cpu.h:48:2: error: #error "This code has not been ported to your platform yet." Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-14ssiapi: Disable for ppc64Khem Raj
Internal boost headers are missing ppc64 support ssiapi.1.3.0/lib/boost/smart_ptr/detail/sp_counted_base.hpp:66:11: fatal error: boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-12ply: Disable on ppc64Khem Raj
Port does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-06packagegroup-meta-oe: Add libleak to packagegroup-meta-oe-extendedKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-27cereal: RemoveAdam Miartus
this component is already configured by 'libcereal' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11libsigc++-2.0: upgrade 2.10.3 -> 2.10.6Andreas Müller
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request #65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request #58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue #59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-06plymouth: update to 0.9.5Oleksandr Kravchuk
Changelog: - Add new firmware-upgrade mode - Deprecate some cruft, expunge some old code - Add keyboard layout indicator - Add translations - Improve boot.log output - Darmatically rework DRM renderer - Add support for EFI vendor provided logos - Theme updates - Misc fixes Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-02cereal: add cereal a header-only c++11 serialization libraryAdam Miartus
Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-21packagegroup-meta-oe: Add re2Khem Raj
re2 is newly added package Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Clément Péron <peron.clem@gmail.com>
2021-01-21dbus-broker: update to v26Luca Boccassi
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-11packagegroup-meta-oe: Add new package influxdbKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
2021-01-11dbus-broker: enable SO_PEERSEC usage by defaultLuca Boccassi
Linux 4.17 is quite old at the moment, the last 3 LTS kernels are all newver, so it should be safe to enable a better security option by default. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-29obconf: Openbox configuration toolDmitry Baryshkov
Add a tool to configure Openbox themes. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-29feh: imlib2 based image viewerDmitry Baryshkov
Add feh, small but powerfull image viewer. One of its features is an ability to set X11 root window background. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-29imlib2: add image manipulation libray from englightenment projectDmitry Baryshkov
Restore and update old imlib2 recipe from meta-efl. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-28linuxconsole: move jscal to separate package, add to packagegroupMartin Jansa
* migrate the changes from 'joystick' recipe in meta-ros: https://github.com/ros/meta-ros/commit/ee3a3f6051594bdf39322d43ec08cce0df8f172c * add 'joystick' in PROVIDES * provide separate joystick-jscal package * add PACKAGECONFIG for sdl use only to build ffmvforce * respect nonarch_base_libdir to fix QA issue with usrmerge: ERROR: QA Issue: joystick package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] and ERROR: linuxconsole-1.7.0-r0 do_package: QA Issue: linuxconsole: Files/directories were installed but not shipped in any package: /lib /lib/udev /lib/udev/js-set-enum-leds /lib/udev/rules.d /lib/udev/rules.d/80-stelladaptor-joystick.rules Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. linuxconsole: 5 installed and not shipped files. [installed-vs-shipped] as in: https://github.com/ros/meta-ros/commit/9fbfe41ac55a423afd57d9e24173a5655448acd5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-28yaml-cpp: add new recipeRamon Fried
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-24opencl-clhpp: upgrade 2.0.12 -> 2.0.13zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-24opencl-icd-loader: upgrade 2020.06.16 -> 2020.12.18zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-24opencl-headers: upgrade 2020.06.16 -> 2020.12.18zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-18ocl-icd: upgrade 2.2.13 -> 2.2.14zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-17Fix dbus-cxx build for muslCaio Toledo
Signed-off-by: Caio Toledo <caioviniciusdetoledo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-17Add dbus-cxx to packagegroup-meta-oeCaio Toledo
Signed-off-by: Caio Toledo <caioviniciusdetoledo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-17Add recipe for dbus-cxxCaio Toledo
Signed-off-by: Caio Toledo <caioviniciusdetoledo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-15bitwise: add new recipeRamon Fried
Bitwise is multi base interactive calculator supporting dynamic base conversion and bit manipulation. It's a handy tool for low level hackers, kernel developers and device drivers developers. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-12sdbus-c++-libsystemd: Fix reallocarray check in mesonKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-09firmwared: add recipeRobert Karszniewicz
This program is needed for loading external firmware via Linux' fallback mechanism. Signed-off-by: Robert Karszniewicz <r.karszniewicz@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-03dbus-broker: upgrade 24 -> 25Luca Boccassi
See full changelog https://github.com/bus1/dbus-broker/releases/tag/v25 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-30trace-cmd: create recipe for version 2.9.1Beniamin Sandu
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-30dbus-brocker: upgrade 23 -> 24Luca Boccassi
See full changelog https://github.com/bus1/dbus-broker/releases/tag/v24 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-30dbus-broker: rdepend on dbus-commonLuca Boccassi
The dbus package in oe-core was split, and the common configuration files that are also required by dbus-broker are now shipped in dbus-common, to avoid having to pull in the entire dbus-daemon. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>