aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-07python3-ansible: Add locale-base-en-us to RDEPENDSkirkstoneNarpat Mali
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> Upstream master commit: https://git.yoctoproject.org/meta-cloud-services/commit/?id=cd048e11c4600636714051c787264a52be19c3f8 Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-11-07python3-ansible: Upgrade to 2.14.11Narpat Mali
This upgrade incorporates the CVE-2023-5115 fix and other bug fixes. Release Notes: https://github.com/ansible/ansible/blob/v2.14.11/changelogs/CHANGELOG-v2.14.rst#v2-14-11 Rebase the patch python3-ensure-py-scripts-use-py3-for-shebang.patch to new version. Reference upstream master commit: https://git.yoctoproject.org/meta-cloud-services/commit/?id=7ecb54163f6252cfbecfd9f7f363536c88dbb58a Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-12-01qemu: Update bbappends version from 5 to 6Chaitanya Vadrevu
openembedded-core has upgraded qemu to 6.2 Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-12-01libvirt: Update bbappends version from 6 to 8Chaitanya Vadrevu
meta-virtualization has upgraded libvirt to 8.1 Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-06-07open-iscsi-user: Fix conflict error with systemd and net-snmp-server-snmptrapd.leimaohui
- reinstall service files - deleted older version Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-05-25open-iscsi-user: Upgraded from 2.1.4 to 2.1.7.leimaohui
Changelog: Fix issues discovered by gcc12 Fix more issues discovered by gcc12 Build: add libsystemd CFLAGS for building objects Build: remove redundant definition in utils Makefile Build: add RULESDIR to top-level Makefile Create an systemd iBFT rule generator Build: install systemd generator file with svc files Use kernel initiatorname when setting local iname utils: remove errant spaces in script Check for root in iscsi-gen-initiatorname Make fwparam_ibft build more reliable. Fix ibft-rule-generator shell error ...... Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-25global: convert license to SPDX variantsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-25consul: add https to github SRC_URIBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-10layer.conf: Update to kirkstone namespacewangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-02glusterfs: switch from distutils3 to setuptools3Jeremy Puhlman
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-02-21conf: drop honister from compatibilityBruce Ashfield
The variable renames in OE core are parse errors, not warnings, so maintaining compatibility for both honister and kirkstone in the same branch isn't feasible. So we drop honister in preparation for release. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-02-18celt051: update LICENSE variantChangqing Li
fix warning: WARNING: QA Issue: celt051: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-02-18librdmacm: update LICENSE variantChangqing Li
Fix warning: WARNING: QA Issue: librdmacm: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-02-18conf: add kirkstone to layer compatibilityBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-novnc: update 0.5.1 -> 1.3.0wangmy
refresh python-distutils.patch License-Update: -year updated to 2019 -file of the noVNC core library changed -the HTML, CSS, font and images files that included with the noVNC source distibution changed -URL of history changed -files and projects that have been incorporated into the noVNC core library changed -license texts changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30mod-wsgi: inherit setuptools3-base not distutils3-basewangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-termcolor: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-mimeparse: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-lockfile: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-ipaddr: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-fixtures: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python-novnc: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-12-20mod-wsgi: move to 4.9.0Jeremy Puhlman
Older version of mod-wsgi no longer builds against python 3.10 Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-24meta-openstack/README: fix for operator append combined with +=Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-24openstack-image-controller: fix warning of operator append combined with +=Yi Zhao
Fixes: WARNING: openstack-image-controller.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, please replace it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-24openstack-image-compute: fix warning of operator append combined with +=Yi Zhao
Fixes: WARNING: openstack-image-compute.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, please replace it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-24concurrent-ruby: 1.1.6 -> 1.1.9Kai Kang
Upgrade concurrent-ruby from 1.1.6 to 1.1.9: * it changed license file to txt, so the license file name and checksum changed * remove 'tag=' from SRC_URI and use SRCREV instead Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-19openstack-image-aio: fix warning of operator remove combined with +=Kai Kang
Fix warning of openstack-image-aio: | WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb: | IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, | please replace it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-19open-iscsi-user: remove typo spaces in SRC_URIKai Kang
There are typo spaces in SRC_URI which are introduced when add ';branch=master'. Remove them. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-02global: convert github SRC_URIs to use https protocolBruce Ashfield
github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-10-29global: add explicit branch to all SRC_URIsmaster-nextBruce Ashfield
As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-08-27salt: use $BPN in SRC_URIhonisterAlex Stewart
Recent OE branches will throw a warning when recipe SRC_URIs use the $PN variable, instead of the $BPN variable. BPN and PN are both `salt` for the salt recipe, so it makes no difference which is used. Use $BPN in the SRC_URI, to satisfy the warning. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-08-27salt: correct LICENSE md5sumAlex Stewart
The md5sum "ac9a49d8..." has never been a salt LICENSE file hashsum. Salt_3001 verification therefore fails after fetch. Set the LICENSE file hashsum to the correct value as of salt upstream commit a1d07e9cc5d84895468bf360390754c4d68308d9 - which services salt 3001. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-31conf: set compatibility to honisterBruce Ashfield
Now that the overrides have been converted, set compatibity to honister. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-31global: overrides conversionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-29open-iscsi-user: Fix link errorszangrc
The wrong link caused conflicts with other packages, so the link error was fixed and the conflict handling was removed. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-23consul: add explicit branch specificationBruce Ashfield
Consul has switched from master to main for development, we add an explicit branch statement, since the default of master no longer works. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-20open-iscsi-user: use update-alternatives for libcap-ng.sowangmy
libcap-ng also uses the doc 'libcap-ng.so'. libcap-ng has a priority of 100. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-12open-iscsi-user: upgrade 2.0-873 -> 2.1.4zangrc
open-iscsi-2.1.3 - open-iscsi-2.1.4 Abhinav Rajagopalan (1): Fix typo in util.py Chris Leech (3): libopeniscsiusr: fix error messages libopeniscsiusr: skip over removed sessions libopeniscsiusr: dont error loudly if a session isn't found when working through iscsi_sessions_get() Fabian Möller (1): iscsid: Add NO_SYSTEMD to CFLAGS Helmut Grohne (1): Avoid hardcoding pkg-config to fix cross build John Schaeffer (1): Add etc/systemd/iscsi-init.service to SYSTEMDFILES Makefile variable Lee Duncan (4): iscsid: Do not allow conflicting pid-file options Fix iscsiadm segfault when exiting Fix iscsistart login issue when target is delayed. Enable iscsi.service asynchronous logins, cleanup services Matwey V. Kornilov (1): Wants=network-online.target in iscsi.service Patrick Lawrence (1): Change mkdir permissions to 0770, adjust usmask Wenchao Hao (4): idbm: Fix memory leak and NULL pointer dereference in idbm_rec_update_param() libopeniscsiusr: Fix memory leak in iscsi_nodes_get() libopeniscsiusr: Fix memory leak in iscsi_sessions_get() iscsiadm: Fix memory leak in iscsiadm Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-12ebtables: wildcard bbappendhongxu
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-10novnc: Correct permission errorzangrc
The permission of novnc-server was set incorrectly when copying. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-04conf: drop gatesgarth from layer compatibilityBruce Ashfield
The longer compatibility string causes warnings in the layer index, and we aren't testing against gatesgarth. So we drop it from our compatbility listing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-03conf: add honister to LAYERSERIES_COMPATBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-03conf: add honister to LAYERSERIES_COMPATBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-04-18novnc: upgrade 0.4 -> 1.2.0zangrc
Refer to Fedora's style and upgrade to the latest version. -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-04-13novnc: Correct LICENSEzangrc
The LICENSE.txt file is described as follows: The default noVNC license is MPL-2.0. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-03-16consul: export GO111MODULE=offChen Qi
With the latest go version bump in oe-core export GO111MODULE is on by default. Our build is not setup to use go modules, so we disable it and avoid configuration errors. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-03-15conf: add hardknott compatibilityBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-03-15conf: add hardknott compatibilityBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-dogpile.cache: upgrade 1.1.1 -> 1.1.2Wang Mingyu
-License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>