summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* openstack-image-controller: fix warning of operator append combined with +=Yi Zhao2021-11-241-1/+1
| | | | | | | | | 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>
* openstack-image-compute: fix warning of operator append combined with +=Yi Zhao2021-11-241-1/+1
| | | | | | | | | 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>
* concurrent-ruby: 1.1.6 -> 1.1.9Kai Kang2021-11-241-3/+9
| | | | | | | | | | 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>
* openstack-image-aio: fix warning of operator remove combined with +=Kai Kang2021-11-191-1/+1
| | | | | | | | | | | 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>
* open-iscsi-user: remove typo spaces in SRC_URIKai Kang2021-11-191-1/+1
| | | | | | | | 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>
* global: convert github SRC_URIs to use https protocolBruce Ashfield2021-11-0292-98/+98
| | | | | | | | | | | 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>
* global: add explicit branch to all SRC_URIsmaster-nextBruce Ashfield2021-10-2958-67/+67
| | | | | | | | | | | | | | 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>
* salt: use $BPN in SRC_URIhonisterAlex Stewart2021-08-271-1/+1
| | | | | | | | | | | 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>
* salt: correct LICENSE md5sumAlex Stewart2021-08-271-1/+1
| | | | | | | | | | | | 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>
* conf: set compatibility to honisterBruce Ashfield2021-07-312-2/+2
| | | | | | | Now that the overrides have been converted, set compatibity to honister. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-31279-2315/+2315
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: Fix link errorszangrc2021-07-291-7/+1
| | | | | | | 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>
* consul: add explicit branch specificationBruce Ashfield2021-07-231-1/+1
| | | | | | | | 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>
* open-iscsi-user: use update-alternatives for libcap-ng.sowangmy2021-07-201-0/+5
| | | | | | | | | 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>
* open-iscsi-user: upgrade 2.0-873 -> 2.1.4zangrc2021-07-123-67/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* ebtables: wildcard bbappendhongxu2021-07-121-0/+0
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* novnc: Correct permission errorzangrc2021-06-101-2/+2
| | | | | | | 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>
* conf: drop gatesgarth from layer compatibilityBruce Ashfield2021-06-042-2/+2
| | | | | | | | 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>
* conf: add honister to LAYERSERIES_COMPATBruce Ashfield2021-06-031-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: add honister to LAYERSERIES_COMPATBruce Ashfield2021-06-031-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* novnc: upgrade 0.4 -> 1.2.0zangrc2021-04-181-35/+16
| | | | | | | | | 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>
* novnc: Correct LICENSEzangrc2021-04-131-1/+1
| | | | | | | | 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>
* consul: export GO111MODULE=offChen Qi2021-03-161-0/+4
| | | | | | | | | 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>
* conf: add hardknott compatibilityBruce Ashfield2021-03-151-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: add hardknott compatibilityBruce Ashfield2021-03-151-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-dogpile.cache: upgrade 1.1.1 -> 1.1.2Wang Mingyu2021-02-091-3/+3
| | | | | | | -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>
* python3-httpretty: upgrade 1.0.3 -> 1.0.5Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-designateclient: upgrade 4.1.0 -> 4.2.0Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-kafka: upgrade 2.0.1 ->2.0.2Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-cliff: upgrade 3.5.0 -> 3.6.0Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-keyring: upgrade 21.8.0 -> 22.0.1Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* celt051: update SRC_URIChangqing Li2021-02-071-1/+1
| | | | | | | | Gitlab is old repo, which is no longer used for active development. But at least we can access, the new repo has down for several monthes. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-httpretty: upgrade 1.0.2 -> 1.0.3zhengruoqin2021-01-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-keyring: upgrade 21.5.0 -> 21.8.0zhengruoqin2021-01-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-magnumclient: upgrade 3.2.1 -> 3.3.0zhengruoqin2021-01-101-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-manilaclient: upgrade 2.3.0 -> 2.4.0zhengruoqin2021-01-101-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* yard: rename 'master' to 'main' in SRC_URIRobert P. J. Day2021-01-101-1/+1
| | | | | | | master branch was renamed to main. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* json: fix Bignumn/Fixnum issue when using Ruby 2.5Robert P. J. Day2021-01-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a recognized problem with json_1.8.3 when used with Ruby 2.5; in summary: compiling generator.c generator.c: In function ‘generate_json’: generator.c:861:25: error: ‘rb_cFixnum’ undeclared (first use in this function); did you mean ‘mFixnum’? } else if (klass == rb_cFixnum) { ^~~~~~~~~~ mFixnum generator.c:861:25: note: each undeclared identifier is reported only once for each function it appears in generator.c:863:25: error: ‘rb_cBignum’ undeclared (first use in this function); did you mean ‘rb_cFixnum’? } else if (klass == rb_cBignum) { ^~~~~~~~~~ rb_cFixnum This is explained in detail at: https://makandracards.com/makandra/74544-how-to-fix-json-1-8-3-with-ruby-2-5 The simplest solution is to upgrade json just a wee bit to 1.8.5 to resolve this. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ipaddress.git.bb: update SRC_URI to avoid redirectionRobert P. J. Day2021-01-101-1/+1
| | | | | | | Current SRC_URI just takes fetcher to new location. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-pyscss: Change to python3zhengruoqin2020-12-211-5/+8
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-httpretty: change RDEPENDSzhengruoqin2020-12-211-1/+1
| | | | | | | Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-repoze.lru: change RDEPENDSzhengruoqin2020-12-211-1/+1
| | | | | | | Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-paste: remove RDEPENDSzhengruoqin2020-12-211-4/+0
| | | | | | | Because python3 no longer provides python3-typing package, it is removed from RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-django-pyscss: Change to python3zhengruoqin2020-12-211-4/+4
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-glance-store: Change to python3zhengruoqin2020-12-211-16/+17
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-osprofiler: upgrade 2.9.0 -> 3.4.0zhengruoqin2020-12-212-35/+35
| | | | | | | Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-pysqlite: Remove recipezangrc2020-12-211-22/+0
| | | | | | | | When I tried to change it to python3, it reported the following error: | pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-futures: Remove recipezangrc2020-12-211-25/+0
| | | | | | | | | This backport is meant only for Python 2. | It does not work on Python 3, and Python 3 users do not need it as the concurrent.futures package is available in the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-functools32: Remove recipezangrc2020-12-211-30/+0
| | | | | | | This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).But the current version of python3 is 3.9.0, so remove this recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-barbicanclient: upgrade 5.0.0 -> 5.0.1zhengruoqin2020-12-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>