aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
AgeCommit message (Collapse)Author
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>
2020-11-27opencl-clhpp: upgrade 2.0.11 -> 2.0.12zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27ocl-icd: upgrade 2.2.12 -> 2.2.13zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27libsigc++-3: upgrade 3.0.3 -> 3.0.6zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25cdrkit: split into more packagesMaciej Pijanowski
Mimic the Debian pacaking scheme to allow for more fine-grained installation choice (install the binaries we need). Moreover, dirsplit was moved to a separate package, as it pulls in perl interpreter. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23packagegroup-meta-oe: Exclude heaptrack for rv32/rv64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23cpp-netlib: add bitbake recipeSinan Kaya
Adding recipe for cpp-net library. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23heaptrack: add bitbake recipeSinan Kaya
Add this useful tool to the devtools list. Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15botan: Mark incompatible with riscv32Khem Raj
CPU is not supported _yet_ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-11suitesparse: Exclude from worldKhem Raj
It needs lapack which needs fortran Move suitesparse into packagegroup-meta-oe-fortran-packages Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-09Add suitesparseGregory Anders
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-03mdbus2: Fix build with vala 0.50Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-02toybox: upgrade 0.8.3 -> 0.8.4Zang Ruochen
0001-Tackle-SIGEMT-and-SIGSTKFLT-is-not-glibc-specific.patch mips-no-STKFLT.patch Removed since these are included in 0.8.4 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-27Add new recipe for squashfs-tools-ngLuca Boccassi
The main difference with squashfs-tools is the availability of a shared library and a programmatic interface, rather than just command-line tools. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-22pcsc-tools: add new packageDaniel Ammann
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-21Add recipe for fsverity-utilsLuca Boccassi
Library and command-line tool to manage the fs-verity feature, introduced in Linux 5.4 and supported in ext4 and f2fs filesystems. https://www.kernel.org/doc/html/latest/filesystems/fsverity.html Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>