summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rabbitmq-server: drop in favour of meta-erlangstyheadBruce Ashfield2024-10-126-333/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python: drop recipes provided elsewhereBruce Ashfield2024-10-1215-197/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* fluentd: update to v1.17.1 + dependenciesBruce Ashfield2024-10-126-15/+29
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* strptime: convert to v2 build formatBruce Ashfield2024-10-121-1/+4
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* tzinfo: update to 2024.xBruce Ashfield2024-10-122-3/+3
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openldap: update bbappend to match meta-oeBruce Ashfield2024-10-121-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: update bbappend to match oe-core 6.10Bruce Ashfield2024-10-121-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: update bbappend to match meta-virtualizationBruce Ashfield2024-10-121-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* qemu: update bbappend to match OE coreBruce Ashfield2024-10-121-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* spice: remove recipeBruce Ashfield2024-10-1210-602/+0
| | | | | | meta-oe has a more updated version. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ruby.bbclass: copy spec files if present in UNPACKDIRBruce Ashfield2024-10-121-0/+14
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* puppet-vswitch: update to v21.1.0Bruce Ashfield2024-10-123-39/+20
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* rubyv2: copy gemspec files if providedBruce Ashfield2024-10-121-0/+5
| | | | | | | | | Rather than generating a spec file from a gem (which we don't have when building from source) or patching it in, it is easier if we just provide it on the SRC_URI and copy it into place. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* puppet-labs-stdlib: update to v9.6.0Bruce Ashfield2024-10-123-37/+34
| | | | | | We also update our gemspec file. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* WIP update puppetlabs-stdlibBruce Ashfield2024-10-112-6/+7
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* puppet: update to 7.33.0Bruce Ashfield2024-10-112-7/+8
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ruby-shadow: update and supply extconf.rbBruce Ashfield2024-10-113-4/+118
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ruby/rubyv2: add new rubyv2 bbclass and support external extconfBruce Ashfield2024-10-113-2/+347
| | | | | | | | | | | | | | | | | When building/installing gems with native components, the target OS and cross compile settings were not correctly being picked up. Enhance the existing bbclass with the ability to copy a extconf.rb from UNPACKDIR, so a recipe can specify fixes in it's own copy of the file. We also bring in a class from meta-rubygems which has more advanced cross compile settings. There are a few minor modifications to this class (copying of extconf.rb) and some spec generation. But it is now available if the basic ruby class cannot compile and install a gem. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* heira: update to 3.12.0Bruce Ashfield2024-10-094-43/+52
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ruby: package plugins in main packageBruce Ashfield2024-10-091-0/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* facter: update to 4.9.0Bruce Ashfield2024-10-094-42/+73
| | | | | | | | | | | | This has been build tested only. This updates facter to a much newer release. It also adapts to copying versus patching in the gemspec (Which was pull from the facter repository): https://github.com/puppetlabs/facter/blob/main/facter.gemspec Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* celt051: drop recipeBruce Ashfield2024-10-091-30/+0
| | | | | | meta-networking has a similar recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openldap: drop recipeBruce Ashfield2024-10-0924-1341/+0
| | | | | | meta-oe has a more recent version Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* gluster-fs: WORKDIR -> UNPACKDIR transitionBruce Ashfield2024-10-091-2/+2
| | | | | | | Sources are now found in UNPACKDIR, so we need to adjust the do_install of glusterfs appropriately. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer/conf: add styhead to compatibilityBruce Ashfield2024-10-081-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: add styhead as a supported releaseBruce Ashfield2024-09-071-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* nss-pam-ldapd: Start WORKDIR -> UNPACKDIR transitionWang Mingyu2024-06-241-2/+2
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-os-brick: Fix syntax errorZoltán Böszörményi2024-04-221-0/+1
| | | | | | | | | RDEPENDS:${PN} must have a closing quotation mark. This error was present since the recipe was added. Scarthgap catches it as a syntax error. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-ansible-collections: Add new recipeMingli Yu2024-04-151-0/+22
| | | | | | | | | | | | | | Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. This recipe provides a curated set of Ansible collections included in addition to ansible-core which provided by python3-ansible. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-ansible: Upgrade 2.14.5 -> 2.16.5Mingli Yu2024-04-093-222/+121
| | | | | | | | | | The 2.14.x will be EOL 20 May 2024 [1], so upgrade to 2.16.5 which also includes the security fix for CVE-2024-0690. [1] https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer.conf: use scarthgap to LAYERSERIES_COMPATWang Mingyu2024-04-091-1/+1
| | | | | | | conf: mark layer compatible with scarthgap Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: Update bbappend to 10.%Chaitanya Vadrevu2024-04-091-0/+0
| | | | | | | meta-virtualization has upgraded libvirt to 10.0.0 Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: update compatibility to scarthgapBruce Ashfield2024-03-191-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* iproute2: upgrade bbappend to 6.%Alex Stewart2024-02-011-0/+0
| | | | | | | Compatibility with OE-core nanbield. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: upgrade bbappend to 9.%Alex Stewart2024-02-011-0/+0
| | | | | | | Compatibility with meta-virtualization nanbield. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* qemu: upgrade bbappend to 8.%Alex Stewart2024-02-011-0/+0
| | | | | | | Compatibility with meta-virtualization nanbield. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* glusterfs: update to 11.1Bruce Ashfield2024-01-258-146/+85
| | | | | | | | | | | | Updating to 11.1, which requires the following changes: - patch context refreshes - SSL certification patch to configure.ac - drop obselete packageconfigs - package new outputs of the build - drop backported patches Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Remove tag values from SRC_URI to build recipeHitendra Prajapati2024-01-1510-10/+46
| | | | | | | | | | | | | | | | To build the fluentd recipe, facing the Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch 'v1.9.2' for repo 'github.com/fluent/fluentd.git' without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE).", None) To fix this issue, Remove tag values from SRC_URI for recipe and its dependent recipe file. Upgrade "cool.io", "http-parser.rb" and "strptime" recipe to resolve the runtime dependency issue. Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kirkstone[][PATCH] nss-pam-ldapd: upgrade 0.9.8 -> 0.9.12Yi Zhao2023-10-162-2/+37
| | | | | | | | | | Changelog: https://arthurdejong.org/nss-pam-ldapd/release-0-9-12 Add a patch to fix shebang to python3 for getent.py and chsh.py. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: update compatibility to match oe-coreBruce Ashfield2023-09-111-1/+1
| | | | | | OE Core has bumped to the next version, we update to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: update compatibility to match oe-coreBruce Ashfield2023-09-111-1/+1
| | | | | | OE Core has bumped to the next version, we update to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-ansible: Add locale-base-en-us to RDEPENDSMingli Yu2023-09-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | Fixes: # export LANG='en_US.UTF-8' # ansible --version ERROR: Ansible requires the locale encoding to be UTF-8; Detected None. # python3 Python 3.10.9 (main, Dec 6 2022, 18:44:57) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(locale.LC_CTYPE, ("en_US", "UTF-8")) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.10/locale.py", line 620, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting >>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: Fix do_package error after usrmerge was enabled.Lei Maohui2023-09-081-8/+2
| | | | | | | | | | | | | | | | | | | | | | ERROR: open-iscsi-user-2.1.7-r1 do_package: QA Issue: open-iscsi-user: Files/directories were installed but not shipped in any package: /lib /sbin/iscsiuio /sbin/brcm_iscsiuio /lib/systemd /lib/systemd/system-generators /lib/systemd/system /lib/systemd/system-generators/ibft-rule-generator /lib/systemd/system/iscsi-init.service /lib/systemd/system/iscsi.service /lib/systemd/system/iscsid.service /lib/systemd/system/iscsid.socket /lib/systemd/system/iscsiuio.socket /lib/systemd/system/iscsiuio.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. open-iscsi-user: 13 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* consul: fixes consul git urlsAnne Macedo2023-08-271-8/+8
| | | | | | | | | | | | | Fixes error: URL: git://github.com/hashicorp/consul-migrate.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. when running bitbake with the meta-cloud-services layer. Signed-off-by: Anne Macedo <retpolanne@posteo.net> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-ansible: Upgrade to 2.14.5Mingli Yu2023-05-173-951/+540
| | | | | | | | Rebase the patch python3-ensure-py-scripts-use-py3-for-shebang.patch to new version. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* fuse: Fix CVE-2023-26253mickledoreSoumya2023-04-122-0/+77
| | | | | | | | | | | | | | | Resolve asan bug in during receive event notification (#4024) The fuse xlator notify function tries to assign data object to graph object without checking an event. In case of upcall event data object represents upcall object so during access of graph object the process crashed for asan build. Solution: Access the graph->id only while an event is associated specifically to fuse xlator Signed-off-by: Soumya <soumya.sambu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: mark layer compatible with mickledoreBruce Ashfield2023-01-031-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: mark layer compatible with mickledoreBruce Ashfield2023-01-031-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer.conf: add meta-virtualization to LAYERDEPENDSMingli Yu2022-12-221-1/+5
| | | | | | | | | | | | | | Fix the below yocto compliance issue, the libibverbs under meta-virtualization provides virtual/libibverbs. ERROR: Nothing PROVIDES 'virtual/libibverbs' (but /build/layers/meta-cloud-services/recipes-extended/glusterfs/glusterfs_6.1.bb DEPENDS on or otherwise requires it). Close matches: virtual/libc virtual/libiconv virtual/librpc ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'glusterfs', 'virtual/libibverbs'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* qemu: Update bbappends version from 5 to 7Chaitanya Vadrevu2022-12-011-0/+0
| | | | | | | openembedded-core has upgraded qemu to 7.1 Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>