- Oct 25, 2024
-
-
Jesse Riemens authored
Libgcc is required as a runtime dependency. Without it, we get the following error: OSError: Error loading shared library libgcc_s.so.1: No such file or directory (Bitbake rev: 95e61f3dacacb3a001d9f0e2db4c4a2960d96640) Signed-off-by:
Jesse Riemens <riemensjesse@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Joshua Watt authored
Adds an epilog to the help text that indicates the possible options for the server address (Bitbake rev: b6b703fce02057212ad11b1d1286c6178c533bad) Signed-off-by:
Joshua Watt <JPEWhacker@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Joshua Watt authored
When creating split locales, copy the license from LICENSE:${PN}-locale if set, otherwise leave it unspecified (which will result in falling back to LICENSE) (From OE-Core rev: 34b844d3a920574d81affbdd2096ffd7dea14067) Signed-off-by:
Joshua Watt <JPEWhacker@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Joshua Watt authored
Instead of checking for incompatible licenses in the anonymous python and setting '_exclude_incompatible-', (re)check all the packages in populate_packages(). This ensures that all packages are processed, even dynamically generated ones. The use of the '_exclude-incompatible-' variable set in base.bbclass has been the mechanism used for per-packages licenses since it was added as a feature (although with different names for the variable throughout history). However, since this misses dynamic packages, calling oe.license.skip_incompatible_package_licenses() a second time on the actual final package set is a better solution. (From OE-Core rev: 1816c5a5e724a7f907c9afe4a47b6699ea081ace) Signed-off-by:
Joshua Watt <JPEWhacker@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Joshua Watt authored
Moves the code that skips packages with incompatible licenses to the library code so that it can be called in other locations (From OE-Core rev: 86eb409e3c1b30110869ec5a0027ae2d48bbfe7f) Signed-off-by:
Joshua Watt <JPEWhacker@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Joshua Watt authored
Moves several of the functions in license.bbclass to be library code New function dependencies were manually verified using bitbake-dumpsigs to ensure that bitbake identified the same dependencies even though they are now in library code (although the new function names mean that the task hashes still change) (From OE-Core rev: 0333e04e353991260c5f67a72f80f3ab9dcf526a) Signed-off-by:
Joshua Watt <JPEWhacker@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Lee Chee Yang authored
(From yocto-docs rev: 9563855ccd92e21fb6f8320c96a3a83e115c947e) Signed-off-by:
Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Antonin Godard authored
Mention that Scarthgap the latest LTS in a bullet list next to Kirkstone. Reword the parapraph a bit to make it clearer after this change. Reviewed-by:
Michael Opdenacker <michael.opdenacker@rootcommit.com> (From yocto-docs rev: afeded9939777d88bf4cb9ebf7a61aadd476642d) Signed-off-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Antonin Godard authored
* Add Walnascar release. * Remove dunfell, gatesgarth, hardknott, honister: these release are not supported anymore. Start from kirkstone, which is still supported. (From yocto-docs rev: aa9a580c8c57af4baa4fb24a43487fb7afc258e5) Signed-off-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Antonin Godard authored
Add the suggestion by Richard to the FAQ, with some minor rewordings and additional punctuations. Suggested-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Reviewed-by:
Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 2466a5e7973bf6e724f1cf0b42f838065847d283) Signed-off-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Niko Mauno authored
Update variable name letter index so that each letter leads to first variable name entry in the list. Also add letters Q and Z to index. (From yocto-docs rev: 72bbff33fdce60c133074b4ac09721c4ddac5372) Signed-off-by:
Niko Mauno <niko.mauno@vaisala.com> Reviewed-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Antonin Godard authored
The package splitting section of the overview manual currently lacks any explanation of how package splitting is implemented and redirects to the package class, which is not really understandable for newcomers to the project. This patch adds a short explanation of what is done: * How the PACKAGES variable is defined. * How the FILES variable is defined. * How the two work together. * How to add a custom package. This should give enough details to a new user on what package splitting achieves and how to add a custom package. Adresses [YOCTO #13225] Reviewed-by:
Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 143c3cacdec36c9d7ab81c89bbcc12c0c3936bd9) Signed-off-by:
Antonin Godard <antonin.godard@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Peter Marko authored
https://nvd.nist.gov/general/news/cvss-v4-0-official-support CVSS v4.0 was released in November 2023 NVD announced support for it in June 2024 Current stats are: * cvss v4 provided, but also v3, so cve-check showed a value sqlite> select count(*) from nvd where scorev4 != 0.0 and scorev3 != 0.0; 2069 * only cvss v4 provided, so cve-check did not show any sqlite> select count(*) from nvd where scorev4 != 0.0 and scorev3 = 0.0; 260 (From OE-Core rev: 358dbfcd80ae1fa414d294c865dd293670c287f0) Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ming Liu authored
License-Update: A typo "httpss->https" fixed in Copyright. Drop deprecated patches. Inherit autotools-brokensep instead of autotools, there are some generated headers in ${B} that referring to ${S}. (From OE-Core rev: 061c99fb84b25cca8783efa66851b52c74126063) Signed-off-by:
Ming Liu <liu.ming50@gmail.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Vivek Puar authored
linux-firmware-qcom-qcm6490-{audio,compute} contains ADSP and CDSP firmware for qcom QCM6490 variant (From OE-Core rev: 1d421fa263bc6f13702dc66d146256de1565d4c2) Signed-off-by:
Vivek Puar <quic_vpuar@quicinc.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Vivek Puar authored
Extend the linux-firmware-qcom-adreno-a660 package with gpu firmware file for qcom QCM6490 variant (From OE-Core rev: 6026fdda90215752688e560320b6c6b5d62354bc) Signed-off-by:
Vivek Puar <quic_vpuar@quicinc.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ross Burton authored
Detailed release notes at https://mesonbuild.com/Release-notes-for-1-6-0.html . (From OE-Core rev: 24da8fb65a7b62bd2b0c7a60099d30c725df45ab) Signed-off-by:
Ross Burton <ross.burton@arm.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Aditya Tayade authored
In embedded box, sed might be provided another providers like Busybox, hence use generic options whenever possible. /bin/sed -> /etc/alternatives/sed /etc/alternatives/sed -> /bin/busybox.nosuid Here used 'sed -u' option is not necessary, hence removed it. Fixes below error: sed: invalid option -- 'u' Also added 'set -eux' option which halts execution of the script on any failures. (From OE-Core rev: 07caee1829d2a61bc018fe0e37ecd482922179ee) Signed-off-by:
Aditya Tayade <Aditya.Tayade@kpit.com> Signed-off-by:
Pawan Badganchi <Pawan.Badganchi@kpit.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Gaël PORTAY authored
This fixes a typo in comment. (From OE-Core rev: ab861003e819389849889ba2d4e60e40cd7a7ed9) Signed-off-by:
Gaël PORTAY <gael.portay+rtone@gmail.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Tom Hochstein authored
With rdp enabled, nothing from freerdp is installed in the rootfs, and rdp is not usable. It seems there is no actual build time dependency other than the meson check itself, so add an explicit runtime dependency. (From OE-Core rev: 23271a1f908a223b4eb56d6034cbb1ac23da14fe) Signed-off-by:
Tom Hochstein <tom.hochstein@oss.nxp.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ross Burton authored
If the user hasn't specified a buildstats directory, use the latest entry under $BUILDDIR. (From OE-Core rev: aeb69fbe130dca37b39d4065ec983441e0052803) Signed-off-by:
Ross Burton <ross.burton@arm.com> Signed-off-by:
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
Build configuration is applied to bitbake build command but removed before calling runqemu. Thus disabling KVM support on aarc64 host was not effective. Note that this pattern is used in a lot of tests. KVM gets enabled via CI scripts. (From OE-Core rev: 7a9fbf509fec2e149fd5702552bc4d819969ab1f) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
test_rawcopy_plugin fails if machine does not build ext4 images by default. Make the ext4 image build explicit in the test. Fixes test on genericarm64 machine which defaults to wic image only. (From OE-Core rev: 0344b9e7949ef854b09deb0874a45cde2861f55b) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
Use label to detect rootfs since UKI with kernel command line is generated before rootfs is generated by wic. Adapt wic tests to build and boot uki.bbclass generated UKIs. Keeping one UKI test in wic.py and rest of the UKI features are tested with dedicated uki.py test. Add plain non-UKI systemd-boot tests to wic suite for aarch64 and x86. (From OE-Core rev: 3f94256b977637d4276f82db7c20b8b5e57b9d86) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
To support "slirp" networking on shared build machines instead of tun/tap devices. Users can set TEST_RUNQEMUPARAMS = "slirp" in their build/conf/local.conf to run selftests using "slirp" networking. The same works for testimage.bbclass and oeqa runtime tests. (From OE-Core rev: 4974ec71367492ce314da63c359ccf99acfca882) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
The test is actually using grub-efi not systemd-boot so remove it completely. systemd-boot will be tested via uki.py tests. (From OE-Core rev: 542ea853bb194629d23e1db9c05e25181bfce145) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
TEST_RUNQEMUPARAMS variable is used to add runqemu parameters like "slirp" networking. Support this also in selftests so that "slirp" networking can be used instead of the tun/tap devices setup which is easier to work with on shared build machines. (From OE-Core rev: 74e44e63378e1c08bb547a0a04428d88753b5040) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
Tests builds and boots qemu into uki binary with systemd and sysvinit. Due to depedency to x86 specific ovmf UEFI firmware, tests are specific to x86 curently. UEFI firmware for ARM can be generated via qemuarm64-secureboot machine in meta-arm and similar tests on qemu will pass. (From OE-Core rev: 8a3cb17876dbcaf07696a4bcd454e2f9a444fb1b) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
Remove custom wic plugin implementation and use systemd ukify reference implementation when generating UKI images. Fail if users still have create-unified-kernel-image in wic image config. uki.bbclass use is detected from IMAGE_CLASSES variable ("inherit uki" in image recipe) so export that to wic plugins. If UKI is used, then only generate a minimal loader config for systemd-boot which basically just sets a timeout. Also set 5 second timeout by default instead of failing if wic bootloader config is missing. Boot menu is generated at runtime based on UKI binaries found from ESP partition. (From OE-Core rev: 725fed6ea40c7443b5e0e69dc1dd9c38ac814c56) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mikko Rapeli authored
Keep timestamps etc to help build reproducibility. Add prints to see what is being copied to ESP partition. (From OE-Core rev: cedcd25c5e3cd002dd34651c182193731d7c964b) Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Michelle Lin authored
This class calls systemd ukify tool, which will combine kernel/initrd/stub components to build the UKI. To sign the UKI (i.e. SecureBoot), the keys/cert files can be specified in a configuration file or UEFI binary signing can be done via separate steps, see qemuarm64-secureboot in meta-arm. UKIs are loaded by UEFI firmware on target which can improve security by loading only correctly signed kernel, initrd and kernel command line. Using systemd-measure to pre-calculate TPM PCR values and sign them is not supported since that requires a TPM device on the build host. Thus "ConditionSecurity=measured-uki" default from systemd 256 does not work but "ConditionSecurity=tpm2" in combination with secure boot will. These can be used to boot securely into systemd-boot, kernel, kernel command line and initrd which then securely mounts a read-only dm-verity /usr partition and creates a TPM encrypted read-write / rootfs. Tested via qemuarm64-secureboot in meta-arm with https://lists.yoctoproject.org/g/meta-arm/topic/patch_v3_02_13/108031399 and a few more changes needed, will be posted separately. (From OE-Core rev: da69a73491a72b46e299f874ce90d81135cd9656) Signed-off-by:
Michelle Lin <michelle.linto91@gmail.com> Acked-by:
Erik Schilling <erik.schilling@linaro.org> Signed-off-by:
Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Alexander Kanavin authored
License-update: copyright years Update 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch to only include tests that do not fail under qemu (following upstream change that also no longer obscures failures). Drop 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch (backport) 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch (fixed upstream) 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch (code completely rewritten upstream) cgi_py.patch (cgi and cgitb modules removed upstream) Add fix-armv5.patch (address armv5 crashes) Modules removed in 3.13 (look for 'important removals'): https://docs.python.org/3/whatsnew/3.13.html Manifest updated accordingly. Add an explicit dependency on libatomic (needed on mips and ppc), as upstream has explicitly switched it off in cross builds. It's a no-op on other targets. Fcntl relocated to python3-core by the manifest script. (From OE-Core rev: 0b49c9aa31279ecda565cc66b63d1d61723b37b8) Signed-off-by:
Alexander Kanavin <alex@linutronix.de> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Alexander Kanavin authored
Changelog: - https://cryptography.io/en/latest/changelog/#v43-0-0 - https://cryptography.io/en/latest/changelog/#v43-0-1 Switch over to maturin as specified in pyproject.toml file. (From OE-Core rev: d2c548c47ccb7f00de8842e26456fd82175a7472) Signed-off-by:
Alexander Kanavin <alex@linutronix.de> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Richard Purdie authored
It is helpful to see all the issues in the source mirror test so use the continue option. (From OE-Core rev: f52e7ddc6ca5ce03cbcdf3cc15fc04f3ff31cd5c) Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
- Oct 24, 2024
-
-
Andrej Valek authored
- update to next stable version 1.37.0 - refresh defconfig - disable new applets (ip_link_can) - enable new applets (time64, find_exec_ok, getfattr, udhcpd_bootp) - disable sha acceleration by default - enable it just for x86-64, other possible option (x86) is broken - submitted to mailing list - fix problem with syslogd when nothing was logged - fix problem with start-stop-daemon tests - remove and refresh already merged patches (From OE-Core rev: 21753f16a364e32050cf8d79bfa7e0f89be52ce7) Signed-off-by:
Andrej Valek <andrej.v@skyrain.eu> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ross Burton authored
Remove unused imports, or disabling code which has been commented out. (From OE-Core rev: e0ff4813b1cf4df0d851c857d57fb88d7db51bdd) Signed-off-by:
Ross Burton <ross.burton@arm.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Ross Burton authored
As per "The rustc book"[1], mips*-unknown-linux-* are "tier 3" targets: Tier 3 targets are those which the Rust codebase has support for, but which the Rust project does not build or test automatically, so they may or may not work. We already skip qemumips in this selftest, but we're now also seeing failures with qemumips64 so refactor the test to skip all machines where the architecture is mips or mips64. [1] https://doc.rust-lang.org/nightly/rustc/platform-support.html (From OE-Core rev: 177e268811c04260923ac4b16fa047315304add0) Signed-off-by:
Ross Burton <ross.burton@arm.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Trevor Gamblin authored
Changelog: https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.1 Patches '0001-disable-DSA-by-default.patch' and 'CVE-2023-48795.patch' were both dropped as they're included in version 1.11.1. License-Update: Copyright symbols were changed from (C) to lowercase (c) ptest results: |root@qemux86-64:~# ptest-runner libssh2 |START: ptest-runner |2024-10-22T20:15 |BEGIN: /usr/lib/libssh2/ptest |PASS: mansyntax.sh |PASS: test_simple |PASS: test_sshd.test |DURATION: 3 |END: /usr/lib/libssh2/ptest |2024-10-22T20:15 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 (From OE-Core rev: bcd178082a50b81405019699d5acc3cd8273b732) Signed-off-by:
Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Trevor Gamblin authored
Changelog (https://github.com/libgit2/libgit2/releases/tag/v1.8.2 ): - This release reverts a const-correctness change introduced in v1.8.0 for the git_commit_create functions. We now retain the const-behavior for the commits arguments from prior to v1.8.0. This change was meant to resolve compatibility issues with bindings and downstream users. What's Changed New features - Introduce a stricter debugging allocator for testing by ethomson in #6811 Bug fixes - Fix constness issue introduced in #6716 by ethomson in #6829 Build and CI improvements - README: add experimental builds to ci table by ethomson in #6816 (From OE-Core rev: 258e6c2f12e072e94c4e546baa4b7a0ebfb37427) Signed-off-by:
Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Trevor Gamblin authored
Update PYPI_PACKAGE to lowercase since that's what the upstream tarball now uses. ptest results: |============================================================================ |Testsuite summary |# TOTAL: 500 |# PASS: 447 |# SKIP: 53 |# XFAIL: 0 |# FAIL: 0 |# XPASS: 0 |# ERROR: 0 |DURATION: 2 |END: /usr/lib/python3-mako/ptest |2024-10-22T17:30 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 Changelog (https://docs.makotemplates.org/en/latest/changelog.html ): - Fixed long standing bug where the sequence <& would be misinterpreted by the lexer. It’s not clear why the ampersand character was part of the characters being consumed here and it may have been an inadvertent bit of code from one of Mako’s predecessor languages. References: #412 (From OE-Core rev: 3871ceb5927d4540e0a109d47d5a08a12a0d48a5) Signed-off-by:
Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-