aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers
AgeCommit message (Collapse)Author
2020-11-23thingsboard-gateway: Move under dynamic layersKhem Raj
Depends on meta-python therefore move it here so it does not impact non meta-python users Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-09-15mongodb: Fix i386 builds for non-glibc systemsKhem Raj
stacktrace depends on internal glibc defines which may not be available for other libc implementations e.g. __ELF_NATIVE_CLASS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15mongodb: Fix libunwind build with -fno-commonKhem Raj
Backport a patch for libunwind to fix build with gcc10 Fixes unwind/dist/src/x86_64/Ginit.c:52: multiple definition of `_U_dyn_info_list' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15mongodb: Pass OBJCOPY to scons so it does not use it from hostKhem Raj
Fixes objcopy: Unable to recognise the format of the input file `build/opt/mongo/mongos' Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Vincent Prince <vincent.prince.fr@gmail.com.com>
2020-09-15mongodb: bump to r4.4.1 versionVincent Prince
Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com> 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-08-14mozjs: fix multilib conflictChangqing Li
fix error: .do_rootfs.2023872:4562: file /usr/bin/js60-config conflicts between attempted installs of mozjs-dev-60.9.0-r0.core2_64 and lib32-mozjs-dev-60.9.0-r0.core2_32 log.do_rootfs.2023872:4563: file /usr/include/mozjs-60/js-config.h conflicts between attempted installs of mozjs-dev-60.9.0-r0.core2_64 and lib32-mozjs-dev-60.9.0-r0.core2_32 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13lcdproc: Fix compilation with GCC >= 10.xKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-11mozjs: specify TMPDIRSlater, Joseph
Although it is extremely rare the following type of error can occur during configuration: Creating `/tmp/conftest.i53clm4z.cpp` with content: ... x86_64-wrs-linux-g++: error: /tmp/conftest.i53clm4z.cpp: No such file or directory x86_64-wrs-linux-g++: error: /tmp/conftest.i53clm4z.cpp: No such file or directory x86_64-wrs-linux-g++: fatal error: no input files So, specify a local directory as TMPDIR during configuration. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03rasdaemon: update to 0.6.6 and fix SRC_URI broken linkDaniel Dragomir
Get sources from another repository since the one from infradead.org is broken: fatal: remote error: access denied or repository not exported: /users/mchehab/rasdaemon.git Also, fix indentation. Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30lirc: Inherit distutils-common-baseKhem Raj
This helps in compiling the python pieces in this package, which uses setup.py to build but does not have ldshared set correctly, inheriting distutils-common-base provides the minimum needed environment for the python module build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-24lirc: Add python3 to the run-time dependenciesLeon Anavi
Add python3 to the run-time dependencies to fix the following issue with lircd-setup: env: can't execute 'python3': No such file or directory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-14rasdaemon: create recipe for version 0.6.5Beniamin Sandu
Link with libargp on musl Include limits.h Add to packagegroup-meta-oe Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-12mozjs: Remove workaround for gcc < 4.9Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-12lirc: upgrade 0.9.4d -> 0.10.1Leon Anavi
Upgrade Linux Infrared Remote Control (LIRC) to the latest version 0.10.1. Remove redundant old patches. Apply a new patch from Arch Linux FS#57792 that fixes build errors. Create tar.gz archive (PYTHON_TARBALL) which LIRC needs for install-nodist_pkgdataDATA. Add python3-setuptools-native as a dependency. Replace path to python3 in scripts based on a similar approach as in the recipe for blueman. Signed-off-by: Leon Anavi <leon.anavi@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-09mongodb: Enable again building on 32bit arches from COMPATIBLE_HOSTGianfranco Costamagna
The upstream pending pull request seems to fix 32bit builds, tested with MACHINE=raspberrypi3 Signed-off-by: Costamagna Gianfranco <costamagnagianfranco@yahoo.it> Signed-off-by: Costamagna Gianfranco <locutusofborg@debian.org> 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-29packagegroup-meta-oe.bb: Move debsums to a bbappend under perl-layerKhem Raj
This helps avoid dependency on meta-perl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-29debsums: Depend on po4a-nativeKhem Raj
- Move to perl dynamic-layer since po4a comes from meta-perl - Add meta-perl dynamic layer Fixes cd man && po4a --no-translations po4a.cfg /bin/sh: po4a: command not found make: *** [Makefile:11: clean] Error 127 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>