aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
AgeCommit message (Collapse)Author
2020-10-09add musl-nscd to pkg grpsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-28cmocka: add recipeArmin Kuster
includes ptest and bundling of examples that can be used for testing Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-13consolation: Add recipeRobert Joslyn
Consolation is a daemon that provide copy-paste and scrolling support to the Linux console. It is based on the libinput library and supports all pointer devices and settings provided by this library, Similar software include gpm and jamd. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-12packagegroup-meta-oe: Add source-code-pro-fontsKhem Raj
Make st conditional on x11 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com>
2020-09-11packagegroup-meta-oe.bb: Add cukinia to test packagegroupsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: leckijakub <jakub.lecki@3mdeb.com>
2020-09-08New terminal emulator: st 0.8.4Yann Dirson
Can be used as a replacement for matchbox-terminal, with much less dependencies (does not need gtk and vte), and supports "-e" flag. Signed-off-by: Yann Dirson <yann@blade-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-03packagegroup-meta-oe: Remove log4cplusKhem Raj
log4cplus is now in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31packagegroup-meta-oe: Exclude from world buildsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31properties-cpp: Add recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31packagegroup-meta-oe: Overhaul so it can build meta-oe-imageKhem Raj
Ensure that newly added recipes are added Organise the packages per direcories introduce packagegroup for fortran packages Add missing packagegroup for printing packages Document the packages which can not be included in these packahge groups Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-20valijson: Move it to networking-layer under BBFILES_DYNAMICKhem Raj
it has a hard dependency on curlpp package which comes from meta-networking Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-14mplayer-common: Drop obsolete recipePaul Barker
This recipe hasn't been changed in any meaningful way since it was imported from oe-classic in 2011. There's no recipe for mplayer in meta-oe these days so it's probably time to drop it. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25gperftools: Do not build on riscvKhem Raj
Its not yet ported to work on RISCV Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25recipes,packagegroups: Remove libunwind deps for riscvKhem Raj
since libunwind is not buildable, it results in glog not being buildable and that results in ceres-solver and gperftools opencv needs glob to eenable libeigen Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-29packagegroups: Add bbappends for python and perl layer requiring recipesKhem Raj
Add this bbappends in dynamic layers Move the main recipe back to meta-oe main recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-11conf/layer.conf: add BBFILES_DYNAMIC and dynamic layersChangqing Li
some recipes under meta-oe have dependency on meta-python, and test_world of yocto-check-layer will failed with error like: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb DEPENDS on or otherwise requires it). Close matches: python3-numpy-native python3-pycairo-native python3-rpm-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mozjs', 'python3-pytoml-native'] fix by make these recipes only active when identified layers are present Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-03grpc: move from meta-networking to meta-oeMartin Jansa
* because sysdig from meta-oe depends on it now, since: commit ed798c764319d83ad9eb1b963bfc99b1fa1a791a Author: Khem Raj <raj.khem@gmail.com> Date: Wed Jan 2 17:59:20 2019 -0800 sysdig: Upgrade to 0.26.5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-26c-ares: move from meta-networking to meta-oeMartin Jansa
* nodejs from meta-oe depends on this since: commit 76dd3dac1f1e67a5c44ad732b8e827cc36ded641 Author: André Draszik <git@andred.net> Date: Tue Oct 29 16:42:24 2019 +0000 nodejs: allow use of system c-ares (and make default) Use system c-ares via PACKAGECONFIG by default. So far, nodejs had been built using its embedded copy of c-ares, which we generally try to avoid, for the known reasons (independent updates, cve & license checks, etc). Notes: * otherwise nodejs uses its bundled version of c-ares * the PACKAGECONFIG variable is 'ares' so as to be in line with other uses of this (wget & curl recipes in OE core) Signed-off-by: André Draszik <git@andred.net> 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>
2020-02-20s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: remove ↵Martin Jansa
old recipes * I don't expect anyone nowadays actually using these recipes which I've imported from meta-smartphone in 2011. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-18pm-graph: Provide analyze-suspend as wellKhem Raj
Remove stale analyze-suspend recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-14packagegroup-meta-oe: Remove python2 packages from packagegroup-meta-oe-devtoolsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-13meta-oe: Remove dnf dependent package for non-rpm package backendKhem Raj
dnf is not built when rpm is not in chosen backends Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-09packagegroup-meta-oe: remove babl/gegl/gimp they moved to meta-gnomeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-09mpv: 0.26.0 -> 0.32.0Trevor Woerner
Remove mpv from the PNBLACKLIST by updating to the latest release and using a newer, python3-aware waf for building (copied from glmark2). The name of the license file changed, but the licence of the software itself did not. Added mime-xdg to inherit to handle mime artifacts. Added to the FILES command to scoop up additional files being generated by the build. Re-added 'mpv' back to LICENSE_FLAGS_WHITELIST search list in packagegroup-meta-oe. Extensively fixed and cleaned up the PACKAGECONFIG options to reflect the current options available when configuring mpv. Also cleaned up any configure options which are no longer available. Added the correct dependencies so mpv builds under wayland. Tested with core-image-x11 on a rock-pi-4 with PACKAGECONFIG = "libass x11 opengl egl drm gbm vaapi vdpau" # mpv --vo=help Available video outputs: libmpv render API for libmpv gpu Shader-based GPU Renderer vdpau VDPAU with X11 vaapi VA API with X11 x11 X11 (slow, old crap) null Null video output image Write video frames to image files tct true-color terminals drm Direct Rendering Manager Tested with core-image-weston on a rock-pi-4 with: PACKAGECONFIG = "libass wayland x11 opengl" # mpv -vo=help Available video outputs: libmpv render API for libmpv gpu Shader-based GPU Renderer wlshm Wayland SHM video output x11 X11 (slow, old crap) null Null video output image Write video frames to image files tct true-color terminals Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-25packagegrop-meta-oe: remove blacklisted mpvMartin Jansa
* it's blacklisted with: mpv_0.26.0.bb:PNBLACKLIST[mpv] = "Needs forward porting to use python3" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22recipes: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 checkKhem Raj
BBPATH check actually does not work Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22sip: Delete python2 versionKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22nodejs: Build only when meta-py2 is includedKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22mysql-python: Enable only when meta-py2 is presentKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22telepathy-idle: Disable when meta-py2 is not presentKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22openlmi: Make it visible when meta-py2 is in layermixKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22lio-utils: Make it visible only with meta-py2 in BBFILE_COLLECTIONSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-16libnih: RemoveAdrian Bunk
The main user was upstart, which is no longer provided by any maintained layer. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-16packagegroup-meta-oe: Remove unbuildable recipes for ppc64le from rdepsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-16ssiapi: Needs boost/ppc supportKhem Raj
Internal boost headers are missing ppc 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>
2019-12-15packagegroup-meta-oe: Remove ppc64 specific incompatible packagesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-05packagegroup-meta-oe: Remove nodejs and uim on riscvKhem Raj
These are not yet buildable for RISC-V Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-25packagegroup-meta-oe: Drop gperftools for mips/musl as wellKhem Raj
with [1], we now do not build gperftools for musl/mips combo as well, which means it should be dropped for all kind of mips builds [1] https://git.openembedded.org/meta-openembedded/commit/?id=b192e792cd0c72c19bf8f18217accf419d66b41e Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-11wvstreams,wvdial: Mark incompatible for muslKhem Raj
wvstreams needs porting work to get it fully functional on musl, wvdial depends on it so that needs to be disabled as well for musl. Add it to meta-oe packagegroup only when using glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07vboxguestdrivers,can-isotp,bpftool: Add to BlacklistKhem Raj
They need forward porting to kernel 5.2+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07dejagnu: Remove, moved to oe-coreAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-12t1lib: Remove, gtkmathview was the last userAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-12gtkmathview: Remove, abiword was the last userAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-22udisks: Remove this obsolete versionAdrian Bunk
All users already switced to udisks2. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10esound: Remove this obsolete packageAdrian Bunk
Users migrated to PulseAudio 10 years ago. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10packagegroup-meta-oe: Remove bogus bluez4 DISTRO_FEATURES checksAdrian Bunk
These might be remnants from a time when some recipes did not yet support bluez5. pulseaudio support is optional in libmikmod. mongodb does currently fail to build for unrelated reasons. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10packagegroup-meta-oe: RDEPENDS on googletestDouglas Royds
The gtest and gmock projects were combined under googletest in 2015, and the former gtest recipe has now been renamed to googletest. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25eggdbus: Remove this obsolete packageAdrian Bunk
Users migrated to GDBus years ago. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23ne10, libopus: add armv7ve override as wellMartin Jansa
* fix the override in packagegroup-meta-oe.bb * alllow building ne10 for armv7ve (e.g. Cortex-A15) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23Remove start-stop-daemonAdrian Bunk
It was an older version of what is now also available in oe-core in the dpkg-start-stop package. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>