summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* classes/setuptools_build_meta: rename to python_setuptools_build_metaRoss Burton2022-03-2022-21/+21
| | | | | | | | | | Rename this class to be python-prefixed to match the other new Python build system classes. (From OE-Core rev: 25d6bf8079797906bde7c0cf63a0466c981ba5bb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3: upgrade 3.38.0 -> 3.38.1Alexander Kanavin2022-03-201-1/+1
| | | | | | | (From OE-Core rev: 84b70c7d2d76af72cb6df42e0ceda66dbea49d8a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mtools: upgrade 4.0.37 -> 4.0.38Alexander Kanavin2022-03-202-2/+2
| | | | | | | (From OE-Core rev: 2e1f35d654f0833096fb848170dca96a75a9558b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: upgrade 0.61.2 -> 0.61.3Alexander Kanavin2022-03-201-1/+1
| | | | | | | (From OE-Core rev: e072a9b7cdd937b8976e87f1da1323859bb37c72) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* squashfs-tools: correct upstream version checkAlexander Kanavin2022-03-201-0/+1
| | | | | | | (From OE-Core rev: 9aaa6ee30340795c89010c61b4d30d6a7bca0f86) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+3: upgrade 3.24.31 -> 3.24.33Alexander Kanavin2022-03-201-1/+1
| | | | | | | (From OE-Core rev: c1e00978b64f3f8590e73be9e59633e7b91d2322) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 206 -> 207Alexander Kanavin2022-03-201-1/+1
| | | | | | | (From OE-Core rev: 7b65b733d4771497974e66885d188f9db187901a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl: update 5.34.0 -> 5.34.1Alexander Kanavin2022-03-206-143/+3
| | | | | | | (From OE-Core rev: 0e318a46ceae38a33a99f55079c463e90a15944d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl-cross: update 1.3.6 -> 1.3.7Alexander Kanavin2022-03-205-129/+2
| | | | | | | | | | | | Drop upstreamed patches. 0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch is replaced with a tweak to configure parameters. (From OE-Core rev: 1b2e235b5012c21939ced51e16f1305ad8dea75d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bind: update 9.16.26 -> 9.18.1Alexander Kanavin2022-03-2011-59/+55
| | | | | | | | | | | | | | | Drop removed python/libtool options. isc/platform.h is no longer installed. Rewrite reproducibility patch to fix the problem at the source. License-Update: copyright years (From OE-Core rev: 8a9a5885995c77774cdafeb09f7522c50750a1e9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-typing-extensions: fix upstream version checkAlexander Kanavin2022-03-201-0/+2
| | | | | | | (From OE-Core rev: 3adad1e0cf0ad2238e0bbc23949d3b8668d41a5c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-semantic-version: fix upstream verison checkAlexander Kanavin2022-03-201-0/+2
| | | | | | | (From OE-Core rev: 6fbc555ee50f97c4b4b3e3af5eaeb23551ec4901) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston-init: Use pixman rendering for qemuppc64Khem Raj2022-03-201-0/+1
| | | | | | | | (From OE-Core rev: 2b9d8becad7abdd8c53c9f8b46082a0a445dcaf8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuriscv: Use virtio-tablet-pci for mouseKhem Raj2022-03-201-1/+1
| | | | | | | | | | | | This helps in making mouse response better where transition between host and guest mouse is abrupt and not precise and as a result its difficult to access stuff near the edges. (From OE-Core rev: 010287147d2205790745e6dab8e955e71bc7cac2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: Default to not using sandbox when cross compilingKhem Raj2022-03-202-3/+34
| | | | | | | | | | | | | backport a patch to fix sandboxing issues seen on ppc32 and also on riscv32 [1] [1] https://bugzilla.mindrot.org/show_bug.cgi?id=3398 (From OE-Core rev: 90895a627be5e8a4e4943fa9195b5553416086d3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl: generate alternative link for streamzipSakib Sajal2022-03-201-1/+2
| | | | | | | | | | | streamzip is also provided by io-compress-perl, so add an alternative link for streamzip. (From OE-Core rev: 8da6f165c69dae4e873de840eb454c5da1d824e2) Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iptables: use nft backend with libnftnl PACKAGECONFIGTrevor Gamblin2022-03-181-0/+5
| | | | | | | | | | | | | | | | | Currently, when the libnftnl (part of meta-networking) PACKAGECONFIG is enabled for iptables, both legacy and nft-based binaries are built and installed in the image. However, the "iptables" symlink in this case still points to xtables-legacy-multi, rather than xtables-nft-multi. This patch adds a conditional check to replace the symlink to point to the latter if iptables is built with libnftnl support, which is consistent with other major distros (e.g. Fedora). The "iptables-legacy" symlink remains present and unmodified. (From OE-Core rev: bc41682ab2a259b7bc6a56fa3ba42907f4c8bf25) Signed-off-by: tgamblin <trevor.gamblin@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston-init: Use pixman on riscv64 qemuKhem Raj2022-03-181-0/+1
| | | | | | | | | | Helps boot weston/wayland images (From OE-Core rev: ed2c7c806f1a48c388282f5cbdc93f034ba2c93d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* scripts/patchreview: handle Inactive-Upstream statusAlexandre Belloni2022-03-181-2/+2
| | | | | | | (From OE-Core rev: 44afce53725f59fefb0ca5df6babe2b8bec6a68b) Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Allow building Mesa's OpenCL through PACKAGECONFIGZoltán Böszörményi2022-03-181-2/+10
| | | | | | | (From OE-Core rev: 78d17787eb4dd65dacde785dbb47359726c22173) Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/selftest/tinfoil: Improve tinfoil event test debuggingRichard Purdie2022-03-181-2/+2
| | | | | | | | | | | | | | | We still see occasional test failures for unknown reasons. Add some debugging to show whether the matching files event was received even if the command complete wasn't. Also ensure any commandfailed/commandexit event is shown. This will hopefully aid debugging the next time the issue occurs. (From OE-Core rev: 2f7a788bb51ef09ee23c94176285437ea760fab7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography-vectors: upgrade to 36.0.2Ross Burton2022-03-181-1/+1
| | | | | | | | | | This needs to be upgraded in lockstep with python3-cryptography. (From OE-Core rev: 1a66c415af0b8178fdaa44ebf0d59957194e891f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography: enforce identical version for -cryptography-vectorsRoss Burton2022-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | python3-cryptography and python3-cryptography-vectors are actually the same project but are on Pypi as two separate modules. The test suite validates that they're the same version and fails if they are not: FAIL: tests/test_utils.py::test_vector_version def test_vector_version(): > assert cryptography.__version__ == cryptography_vectors.__version__ E AssertionError: assert '36.0.2' == '36.0.1' Catch this slightly earlier by mandating that python3-cryptography-ptest pulls in an identically versioned python3-cryptography-vectors. (From OE-Core rev: 7c098aac08faf5da01aafec5c5d87f563d913744) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography: Upgrade to 36.0.2Khem Raj2022-03-181-2/+2
| | | | | | | (From OE-Core rev: 3acf088edec6e328f4e25ddd741f967368ae5ae0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildtools-docs-tarball: Add test for building documentation using sphinxRichard Purdie2022-03-184-2/+26
| | | | | | (From OE-Core rev: 26b224a1bbe27b5d9886be4552147e1d66e34519) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add buildtools-docs-tarball recipeRichard Purdie2022-03-182-0/+17
| | | | | | (From OE-Core rev: 4f691a4ecd02dd588158b28e57f5a58a42beffea) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Add new python recipesRichard Purdie2022-03-181-1/+22
| | | | | | (From OE-Core rev: 39e6aed362a1d4dffcd9827cea3f216a7774da43) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3: Add missing HOMEPAGE entriesRichard Purdie2022-03-182-0/+2
| | | | | | (From OE-Core rev: 979122077165b2dcdce5bb8e9b88a764254ddef8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinx: Work around reproducibility issueRichard Purdie2022-03-181-0/+6
| | | | | | | | | | The dict used in this recipe doesn't write into the cache consistently, work around it until this issue is resolved in python upstream (similar to frozenset issues). (From OE-Core rev: a0d056862c218f5fcd921905271169742cf464dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinx: Add a new recipeRichard Purdie2022-03-181-0/+22
| | | | | | | | | | Needed to build the sphinx based yocto-docs Based on a recipe from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: 15b623e74846b7c7cd2f5e5b309e1379af86cf3f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinx-rtd-theme: Add new recipeRichard Purdie2022-03-181-0/+21
| | | | | | | | | | Needed for building sphinx docs Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: 765772631d6f03621d1f11a79b1e3f1a464111cb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinxcontrib-applehelp: add new recipeRichard Purdie2022-03-181-0/+12
| | | | | | | | Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: deaf4cd5af29207dc06203fbaab9bd7ab90ac789) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinxcontrib-jsmath: Add new recipeRichard Purdie2022-03-181-0/+12
| | | | | | | | Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: 03e070b3c4a4a618bbce10a8dfe9323bf7b9973d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinxcontrib-serializinghtml: Add new recipeRichard Purdie2022-03-181-0/+12
| | | | | | | | Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: e8b6482f554db2c8089c57aaaaf2e0f77a065a82) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinxcontrib-htmlhelp: Add new recipeRichard Purdie2022-03-181-0/+12
| | | | | | | | Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: 9c73148c3956249ce6039928fdeb6865f268b4b5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinxcontrib-devhelp: Add new recipeRichard Purdie2022-03-181-0/+12
| | | | | | | | Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: ab23d1ec2c8c67f2808fa2e2f31e06dde2ee9772) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinxcontrib-qthelp: Add new recipeRichard Purdie2022-03-181-0/+12
| | | | | | | | Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: 9efd9322b920818a4ceff123fe244ce63aa88c8b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-babel: Add recipe from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+26
| | | | | | (From OE-Core rev: 84e56f68e80b272a533646ce43a1f3bb13eed74f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-urllib3: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+22
| | | | | | (From OE-Core rev: cc339666f2324a68e4e1b131e5bcb442ce72a755) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-requests: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+25
| | | | | | (From OE-Core rev: 5971e3540763f628918992919315ec49b016c02e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pytest-runner: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+15
| | | | | | (From OE-Core rev: 3b8f5c823595ea8f375f89e9c30d534c217f160a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pysocks: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+20
| | | | | | (From OE-Core rev: 01106cfda226c26efed9928026af680a49f5ffcc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyopenssl: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+23
| | | | | | (From OE-Core rev: be7d74f786065c2ad7897e572054155122946a27) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-ndg-httpsclient: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+31
| | | | | | (From OE-Core rev: ee9f6ee89e4c0334b75da9faec655eecec34f703) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-chardet: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+23
| | | | | | (From OE-Core rev: 00a9f10a539aa209ae0385e15c6b18716350e512) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-certifi: Add from meta-oe/meta-pythonRichard Purdie2022-03-181-0/+14
| | | | | | (From OE-Core rev: 663e76dc3f9d727deef6a4406a24c7f1b7ecac74) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ptest-packagelists.inc: Add python3-pyasn1 to fast ptests listRichard Purdie2022-03-181-0/+1
| | | | | | (From OE-Core rev: 6239b6b987cec1e42b50513fd43db92dd5cdc449) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyasn1: Add from meta-oe/meta-pythonRichard Purdie2022-03-183-0/+36
| | | | | | (From OE-Core rev: eff589862d6f98845531b9870c0b727e2e7bf0d3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-alabaster: Add new recipeRichard Purdie2022-03-181-0/+11
| | | | | | | | | | Needed for sphinx support Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: d4072c0c320a33b5206da23846fc28fc42885177) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-imagesize: Add new recipeRichard Purdie2022-03-181-0/+11
| | | | | | | | | | Needed for sphinx support. Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: acec4a8cd3770a2242207b905716394ca8c5232f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>