summaryrefslogtreecommitdiffstats
path: root/meta-openstack
Commit message (Collapse)AuthorAgeFilesLines
* python3-os-brick: Fix syntax errorHEADmasterZoltán Böszörményi12 days1-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>
* 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>
* 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>
* 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>
* 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>
* 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>
* conf: mark layer compatible with mickledoreBruce Ashfield2023-01-031-1/+1
| | | | 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>
* libvirt: Update bbappends version from 6 to 8Chaitanya Vadrevu2022-12-011-0/+0
| | | | | | | 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>
* python-psycopg: switched from distutils to setuptoolsDylan Turner2022-12-011-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* qpid-python: switch from distutils3 to setuptools3Dylan Turner2022-12-011-1/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer.conf: set langdale compatibilityBruce Ashfield2022-09-291-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-heat-cfntools: fix typoYi Zhao2022-06-271-1/+1
| | | | | | | | Fix typo: RDPENDS_${PN} -> RDEPENDS:${PN} Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-arrow: drop python3-backports-functools-lru-cache dependencyJonas Gorski2022-06-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | python3-backports-functools-lru-cache was recently dropped from meta-python with 620689d4efba ("python3-backports-functional-lru-cache: remove, not needed for Python 3"). Since the functionality it provides is already part of python3, we can just drop the dependency. Fixes the following error when trying to build python3-arrow in kirkstone or newer: NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'python3-backports-functools-lru-cache' (but /home/jonas/poky/meta-cloud-services/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-backports-functools-lru-cache' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-backports-functools-lru-cache'] ERROR: Required build target 'python3-arrow' has no buildable providers. Missing or unbuildable dependency chain was: ['python3-arrow', 'python3-backports-functools-lru-cache'] Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: Fix conflict error with systemd and net-snmp-server-snmptrapd.leimaohui2022-06-072-60/+10
| | | | | | | | - reinstall service files - deleted older version Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: Upgraded from 2.1.4 to 2.1.7.leimaohui2022-05-254-0/+148
| | | | | | | | | | | | | | | | | | | | 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>
* global: convert license to SPDX variantsBruce Ashfield2022-03-2532-32/+32
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer.conf: Update to kirkstone namespacewangmy2022-03-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-novnc: update 0.5.1 -> 1.3.0wangmy2022-01-302-7/+5
| | | | | | | | | | | | | | | | | 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>
* mod-wsgi: inherit setuptools3-base not distutils3-basewangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-termcolor: inherit setuptools3 not distutilswangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-mimeparse: inherit setuptools3 not distutilswangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-lockfile: inherit setuptools3 not distutilswangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-ipaddr: inherit setuptools3 not distutilswangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-fixtures: inherit setuptools3 not distutilswangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-novnc: inherit setuptools3 not distutilswangmy2022-01-301-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* mod-wsgi: move to 4.9.0Jeremy Puhlman2021-12-202-21/+20
| | | | | | | 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>
* meta-openstack/README: fix for operator append combined with +=Yi Zhao2021-11-242-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* 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-0288-88/+88
| | | | | | | | | | | 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-2954-54/+54
| | | | | | | | | | | | | | 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-311-1/+1
| | | | | | | 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-31258-2215/+2215
| | | | 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>
* 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-041-1/+1
| | | | | | | | 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>
* 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>