- Oct 18, 2024
-
-
Peter Kjellerstedt authored
After commit 905e224849fbbed1719e0add231b00e2d570b3b4 (image_qa: fix error handling), any unexpected exceptions in do_image_qa() would result in a variable being set, but never used, effectively hiding the error. Since image_qa now calls oe.qa.exit_if_errors(), remove the support for oe.utils.ImageQAFailed and instead rely on the called functions to call oe.qa.handle_error() themselves. This matches what do_package_qa() does. Also update the description of do_image_qa() to explain that the called functions are expected to call oe.qa.handle_error() themselves. [ YOCTO #15601 ] (From OE-Core rev: a1b28a88bc7697371ab166b18587b615d6d39c8e) Signed-off-by:
Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0c3e111c965af2bc56533633c376b70b7fa5e1de) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Paul Barker authored
meta-ide-support:do_write_test_data dumps the bitbake data dictionary to a file using export2json(). As this obviously includes the value of MACHINE, and other MACHINE-specific variables, the recipe needs to be marked as MACHINE-specific. RP: Note that this patch does change the name of the environment script since it is no longer package arch specific but machine arch specific. [RP: Fix selftest to reference new environment file] (From OE-Core rev: bec6b535c9a817a5ed51453bcb9ecae0b81a8590) Signed-off-by:
Paul Barker <paul.barker.ct@bp.renesas.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3be2bc8a9b0c9d6a178329c8b451a6bedf255d6c) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Louis Rannou authored
Make ImageQAFailed inherit BBHandledException so exceptions raised in tests are catched when the actual test function is executed by bb.utils.better_exec. Change the do_image_qa tasks so errors are handled with oe.qa.handle_error. Add some comment to explain this requires to list the test in ERROR_QA or WARN_QA. [YOCTO #14807] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14807 (From OE-Core rev: 8fe7aef17eefa70e3f7c07077b8c695e5c00ed5e) Signed-off-by:
Louis Rannou <louis.rannou@non.se.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 905e224849fbbed1719e0add231b00e2d570b3b4) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Richard Purdie authored
The libsamplerate option was floating and being enabled on some systems and not others. Fix this to be deterministic. (From OE-Core rev: 7ee654579ccf818708989251a97662ea11218d14) Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 61455a839e568a3ae7e059ea95c02a1c88d39e1a) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Teresa Remmet authored
Unknown find parameter -printf makes usb-devices script unusable with busybox. Replace the parameter to fix this issue. (From OE-Core rev: bb7dad01066d22c3cc4465bdf39ec4e310821d15) Signed-off-by:
Teresa Remmet <t.remmet@phytec.de> Signed-off-by:
Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c7c9f827e914b7c27856d995da553a2e41372321) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Paul Gerber authored
Without unsetting `j` and `k` for each `UBOOT_MACHINE`, `j` and `k` are incremented in the same frequency as `i` and therefore `$j -eq $i` and `$k -eq $i` is always true for the first `type` from `UBOOT_CONFIG` and the first `binary` from `UBOOT_BINARIES`. (From OE-Core rev: 7f81c38e91563d6d77621a3bfcb155cd226c9b74) Signed-off-by:
Paul Gerber <paul.gerber@ew.tq-group.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3aef55c7ceb654b0012f20618bfd6ead1ef578b6) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Jörg Sommer authored
The pattern `-serial` matches also `-device usb-serial` and `virtio-serial` which are not the desired parameter. This causes the serial console ttyS1 is missing and Systemd's getty@ttyS1 fails constantly. (From OE-Core rev: 44c1f003d617ac20527926b4b321ffd1fe4462bb) Signed-off-by:
Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b6d035894120b45b42f146ab5b3110522c58d178) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Jaeyoon Jung authored
Correct the length to compare in convert2guid() to fix an issue where it ends up with returning a wrong id that matches partially. Also fix the length of usr_buf and grp_buf in interpret_table_entry() which are used as arguments of convert2guid(). (From OE-Core rev: 865b7149da5dd6301c1d9805a1e7bac8dcac82a9) Signed-off-by:
Jaeyoon Jung <jaeyoon.jung@lge.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ca9d193a21e6b8669c4da1a68cd5e0791bb80a4b) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Claus Stovgaard authored
We can skip processing the installed-pkgs file if globs is empty. This is the case if self.d.getVar for IMAGE_INSTALL_COMPLEMENTARY returns an empty string. If globs is an empty string the result from processing with empty glob in oe-pkgdata-util will always be 0 packages to install. Instead of return early on this we just skip and still generate the locale archive if needed. (From OE-Core rev: f944a1be484378c733d7fd835dc17e210f1c2705) Signed-off-by:
Claus Stovgaard <claus.stovgaard@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 160c45c83d5addf01e4834cf896af871bd6fca7f) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Purushottam Choudhary authored
Fix int conversion related error during compilation as some of the platforms where EGLNativeDisplayType is an int instead of a pointer with GCC-14. (From OE-Core rev: 17049482f0a112781026376245437c4c8343d28a) Signed-off-by:
Purushottam Choudhary <purushottam27.kumar@lge.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f71f4936a273262343e34f278e6cfcc1e419aea3) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Richard Purdie authored
There are several issues: a) pointless empty directories were being created as a path wasn't fixed in a previous commit b) SSTATE_PKGARCH wasn't being captured into the task signature since it is in the ignore list by default. We want to capture the absolute value, not the dependencies c) with those issues fixed, cross/native issues became apparent so those need to be fixed too. (From OE-Core rev: a31b46627a85ea871deb760f3d0008de72ceb439) Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Backport from oe-core master: f68aed302a0e4b86fb8c16a6ef4e7295bed48b86 Signed-off-by:
Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Khem Raj authored
(From OE-Core rev: 31861ad29c18ee76185970335fe86441ffba0442) Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bd6d18228835773163a085070651e13ed961d66d) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Alexander Kanavin authored
Upstream no longer publishes them on savannah, e.g. release announcement for 3.10: https://lists.gnu.org/archive/html/sysvinit-devel/2024-07/msg00016.html There's been several new versions since: https://github.com/slicer69/sysvinit/releases (From OE-Core rev: e39cad8d845ee17517e69c2935567a9316ab8d22) Signed-off-by:
Alexander Kanavin <alex@linutronix.de> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6cb71eaf3d225de14e62cfc1b76dc8094f8f4aed) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Jörg Sommer authored
Changelog: aea9f42 ptest_list_remove: Fix pointer adjustment of prev and next (From OE-Core rev: edb7968fe272e6afd89b01471f7949ccf730f295) Signed-off-by:
Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f70ec9bcd379b5fc4c85d7479d42789c2e22f4a9) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Yogita Urade authored
Includes fix for CVE-2024-41123 & CVE-2024-41946 Release notes: https://github.com/ruby/ruby/releases/tag/v3_3_5 Rebase: 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch 0006-Make-gemspecs-reproducible.patch Drop: 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch CVE-2023-36617_1.patch CVE-2023-36617_2.patch CVE-2024-27281.patch CVE-2024-27282.patch (merged upstream) 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch 0002-template-Makefile.in-filter-out-f-prefix-map.patch remove_has_include_macros.patch (code rewritten upstream) License-Update: Updated LEGAL section (From OE-Core rev: 69ffe5bc09260918fb32bfcb29586dcaa1958a5c) Signed-off-by:
Yogita Urade <yogita.urade@windriver.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Macpaul Lin authored
License-Update: additional files (From OE-Core rev: 14b1560b2fb303eb63fc1c6853ca4e3e8ef9355b) Signed-off-by:
Macpaul Lin <macpaul.lin@mediatek.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Hitendra Prajapati authored
Backport fixes for: * CVE-2024-48957 - Upstream-Status: Backport from https://github.com/libarchive/libarchive/commit/3006bc5d02ad3ae3c4f9274f60c1f9d2d834734b * CVE-2024-48958 - Upstream-Status: Backport from https://github.com/libarchive/libarchive/commit/a1cb648d52f5b6d3f31184d9b6a7cbca628459b7 (From OE-Core rev: 8b520c3cea136591128f6601718c23334afd7a55) Signed-off-by:
Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Hitendra Prajapati authored
Upstream-Status: Backport from https://github.com/OpenPrinting/cups/commit/9939a70b750edd9d05270060cc5cf62ca98cfbe5 & https://github.com/OpenPrinting/cups/commit/04bb2af4521b56c1699a2c2431c56c05a7102e69 & https://github.com/OpenPrinting/cups/commit/e0630cd18f76340d302000f2bf6516e99602b844 & https://github.com/OpenPrinting/cups/commit/1e6ca5913eceee906038bc04cc7ccfbe2923bdfd & https://github.com/OpenPrinting/cups/commit/2abe1ba8a66864aa82cd9836b37e57103b8e1a3b Reference: https://security-tracker.debian.org/tracker/CVE-2024-47175 (From OE-Core rev: f00847d91eb9440c9f1bc2f34cd0edd2af490f78) Signed-off-by:
Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Peter Marko authored
This CVE was created because fix for CVE-2024-24576 was incomplete. Ignore the new CVE in the same way as the old one. See https://nvd.nist.gov/vuln/detail/CVE-2024-43402 (From OE-Core rev: 6ed9968bf3e35aca316227ee23294c683f77055d) Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
- Oct 11, 2024
-
-
Lee Chee Yang authored
(From yocto-docs rev: a854b398db797394677ac8e15b5459373c1c3cd3) Signed-off-by:
Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by:
Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Martin Jansa authored
Since this is a recipe with PACKAGES = "", inherit the nopackages class to skip the various packaging functions which wouldn't do anything anyway. This fixes errors from buildhistory changes where packages-split would be empty. (From OE-Core rev: 5ea3ba00532265165e0d30f6d2eed568f5b5867f) Signed-off-by:
Martin Jansa <martin.jansa@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Martin Jansa authored
Since this bbclass sets PACKAGES = "", inherit the nopackages class to skip the various packaging functions which wouldn't do anything anyway. This fixes errors from buildhistory changes where packages-split would be empty. e.g. meta-toolchain build now fails with: | DEBUG: Executing shell function buildhistory_list_pkg_files | find: ".../meta-toolchain/1.0/packages-split/*": No such file or directory | WARNING: exit code 1 from a shell command. | DEBUG: Python function buildhistory_emit_pkghistory finished (From OE-Core rev: 2462cceaeec362d85a469ec0668ed92a092e725c) Signed-off-by:
Martin Jansa <martin.jansa@gmail.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by:
Atharva Nandanwar <atharvanandanwar@outlook.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Wang Mingyu authored
0001-Disable-installing-header-file-provided-by-another-p.patch 0001-tests-Makefile-do-not-use-Werror.patch removed since they're included in 1.14 Changelog: =========== * Fix compilation issues after API changes in several Linux kernels * Split install targets to help package maintainers (From OE-Core rev: 749f297f5d94fc97a5ade8f7cb0321d7286b2521) Signed-off-by:
Wang Mingyu <wangmy@fujitsu.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Acked-by:
Chirag Shilwant <c-shilwant@ti.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Hitendra Prajapati authored
Remove below patches which already fix in this upgraded version. 0001-Remove-ARM-specific-declarations-in-FELighting.h-unn.patch 0002-More-dynamicDowncast-adoption-in-platform-code.patch (From OE-Core rev: 9a05f72805fa4c8ac408024bc8cd51892ad4a37c) Signed-off-by:
Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Deepesh Varatharajan authored
Below commits on glibc-2.39 stable branch are updated. 84f6bfce2c libio: Attempt wide backup free only for non-legacy code 4e382ce01c debug: Fix read error handling in pcprofiledump 7f5027995f elf: Fix tst-dlopen-tlsreinit1.out test dependency 27a0c6b490 elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717) e3d5d2d350 elf: Clarify and invert second argument of _dl_allocate_tls_init 28c4f32f71 elf: Support recursive use of dynamic TLS in interposed malloc 5ff30b2f75 nptl: Use <support/check.h> facilities in tst-setuid3 cae418638e posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 a500b48bd2 ungetc: Fix backup buffer leak on program exit [BZ #27821] 70939528c6 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] f0c308ab23 Make tst-ungetc use libsupport 3c5f493d87 stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] 98de2f2bae support: Add FAIL test failure helper e73fd06b7f string: strerror, strsignal cannot use buffer after dlmopen (bug 32026) 37c2aa4eaa Define __libc_initial for the static libc 49953727d1 x86: Fix bug in strchrnul-evex512 [BZ #32078] 81631a0dd1 Adjust check-local-headers test for libaudit 4.0 9fbbe86f7c x32/cet: Support shadow stack during startup for Linux 6.10 eeff407b19 x86-64: Remove sysdeps/x86_64/x32/dl-machine.h 1ab7faf86d support: Add options list terminator to the test driver 6eebc92cb2 manual/stdio: Further clarify putc, putwc, getc, and getwc afc15c2044 Fix name space violation in fortify wrappers (bug 32052) 5a5eb72d8e resolv: Fix tst-resolv-short-response for older GCC (bug 32042) 7f5ccdd8af Add mremap tests a8c230c881 mremap: Update manual entry 9f349d02c6 linux: Update the mremap C implementation [BZ #31968] 127ef30c46 Enhanced test coverage for strncmp, wcsncmp 3b25c7fa87 Enhance test coverage for strnlen, wcsnlen 4bdcc1963b manual: make setrlimit() description less ambiguous b71a51189d manual/stdio: Clarify putc and putwc 946006d37c malloc: add multi-threaded tests for aligned_alloc/calloc/malloc f11b7178a1 malloc: avoid global locks in tst-aligned_alloc-lib.c 51db012c94 resolv: Track single-request fallback via _res._flags (bug 31476) 8c9fbc6651 resolv: Do not wait for non-existing second DNS response after error (bug 30081) fc1dc39984 resolv: Allow short error responses to match any query (bug 31890) cb19cef087 elf: Fix localplt.awk for DT_RELR-enabled builds (BZ 31978) f6a75fddf4 Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989] Results before updates as below: No. of passes 4581 No. of expected passes 2 No. of expected failures 16 No. of unexpected failures 214 No. of unsupported tests 45 Results after updates as below: No. of passes 4605 No. of expected passes 2 No. of expected failures 16 No. of unexpected failures 212 No. of unsupported tests 46 (From OE-Core rev: d652964e2bd860473b2d39f57b92e51d646672bf) Signed-off-by:
Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Peter Marko authored
Pick patches according to http://w1.fi/security/2024-2/sae-h2h-and-incomplete-downgrade-protection-for-group-negotiation.txt SAE H2E and incomplete downgrade protection for group negotiation (From OE-Core rev: 44f1d5f08c6dfbd03d2997fc6fa8f257339589fa) Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Peter Marko authored
Picked patches according to http://w1.fi/security/2024-1/hostapd-and-radius-protocol-forgery-attacks.txt First patch is style commit picked to have a clean cherry-pick of all mentioned commits without any conflict. Patch CVE-2024-3596_07.patch has hostapd code removed as it is not present in wpa-supplicant download tarball. (From OE-Core rev: 2352c8a1282b7b11a542eb7a821625580c8395fa) Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Peter Marko authored
NVD CVE report [1] links Ubuntu bug [2] which has a very good description/discussion about this issue. It applies only to distros patching wpa-supplicant to allow non-root users (e.g. via netdev group) to load modules. This is not the case of Yocto. Quote: So upstream isn't vulnerable as they only expose the dbus interface to root. Downstreams like Ubuntu and Chromium added a patch that grants access to the netdev group. The patch is the problem, not the upstream code IMHO. There is also a commit [3] associated with this CVE, however that only provides build-time configuration to limit paths which can be accessed but it acts only as a mitigation for distros which allow non-root users to load crafted modules. [1] https://nvd.nist.gov/vuln/detail/CVE-2024-5290 [2] https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/2067613 [3] https://w1.fi/cgit/hostap/commit/?id=c84388ee4c66bcd310db57489eac4a75fc600747 (From OE-Core rev: 33548479f66164f486efdb6aeba2de7da2b5b0c9) Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Khem Raj authored
(From OE-Core rev: 1b4bada6c003ef743df09283e45953e6d9ea4c5a) (From OE-Core rev: 9376c14f367477a8d02df1331908e3df3bd009b6) 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> Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Khem Raj authored
(From OE-Core rev: f10f9c3a8d2c17d5a6c3f0b00749e5b34a66e090) (From OE-Core rev: 1bce8a63edd93070bdd8e8a518a6d359e3fbf0ba) 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> Signed-off-by:
Peter Marko <peter.marko@siemens.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
- Oct 02, 2024
-
-
Jaeyoon Jung authored
Treating rootdir "/" as "" leads an error in parse_devtable(). Preserve it as it is given and use a separate variable for path name prepending. Another minor fix is to add a return statement at the end of convert2guid() to avoid an error with -Werror=return-type. (From OE-Core rev: 3d894863f442188bad446095bd7fdd82665bb54b) Signed-off-by:
Jaeyoon Jung <jaeyoon.jung@lge.com> Signed-off-by:
Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4d52e6276c687a8950bde21850072ddf14893fb2) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Richard Purdie authored
Some wic images need this command. Since it is part of coreutils, it doesn't really cost anything to have in HOSTTOOLS and it avoids signifiant build dependencies on coreutils-native. [YOCTO #15571] (From OE-Core rev: 85451cdaee4718233211da1e43db01f5cd2b1aff) Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 522000ce5c4f0201cbe42d7826b6a8489ed10117) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Yi Zhao authored
There is a patch in oe-core[1] to avoid hardcoded paths in macros. It tries to use libdir to expand %_libdir in macros.in. However, in upstream commit[2], libdir for macros in CMakeLists.txt is set to ${prefix}/=LIB=, which causes %_libdir to expand to ${prefix}/=LIB= instead of the correct path in the final macros. On target: $ rpm --showrc | grep _libdir [snip] -13: _libdir ${prefix}/=LIB= [snip] This also causes %__pkgconfig_path in fileattrs/pkgconfig.attr to become an invalid regular expression when building rpm packages. This results a warning in log.do_package_write_rpm in all packages: Warning: Ignoring invalid regular expression ^((${prefix}/=LIB=|usr/share)/pkgconfig/.*.pc|usr/bin/pkg-config)$ Set libdir to ${CMAKE_INSTALL_FULL_LIBDIR} instead of ${prefix}/=LIB= to make sure it is expanded to the correct path in macros. After the patch: On target: $ rpm --showrc | grep _libdir [snip] -13: _libdir /usr/lib [snip] [1] https://git.openembedded.org/openembedded-core/tree/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch [2] https://github.com/rpm-software-management/rpm/commit/d2abb7a48760418aacd7f17c8b64e39c25ca50c9 (From OE-Core rev: 7c7f95668d270a825c7d3d235ec2b8d4e7eb0b9f) Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit ae0e217145f45d065124aeb0a7d72a0c25f621ef) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Alexander Kanavin authored
Server's https certificate isn't valid for freedesktop.org without www prefix. (From OE-Core rev: 60f411d19a9ea5297911eed64902e1cb65358e35) Signed-off-by:
Alexander Kanavin <alex@linutronix.de> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d7ce9da33498869384b26a6fda05c37e7b2c3565) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Adrian Freihofer authored
If EXTERNAL_KERNEL_DEVICETREE and dtb_image_sect are empty variables dtb_path ends up as "/" which is available on most Unix systems but probably not the dtb_path which is needed here. Checking for a file makes more sense and also solves the issue with the "/". (From OE-Core rev: 74054f3614922e331620a4dcb37975c5f679ab4e) Signed-off-by:
Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c8f629b6991449cc6726f48a607d9e1bd50807ee) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Adrian Freihofer authored
white space changes only. - python part should be 4 spaces, not 8. - use tabs for shell (From OE-Core rev: 667aab25e83c84c0daccd43eda574ae34c75c8a7) Signed-off-by:
Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 000079a973e8c97d496ca721259437880a7ea70d) Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Richard Purdie authored
Update to the 5.0.3 release of the 5.0 series for buildtools. (From OE-Core rev: 9028036392df4c49895c3c980596d26e0461febb) Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c922ca720a0c3b7b4d3d3187539e7cf77d93d457) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Aleksandar Nikolic authored
Update the following default values: - DEFAULT_BASE_URL (https instead of http) - DEFAULT_RELEASE (5.0.1) - DEFAULT_INSTALLER_VERSION (5.0.1) (From OE-Core rev: 2c4b9af5e3f385b296e2ce0e1d8a0c43937a7334) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b2ebb965a5aa128b05ed7ddc9216171463777732) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Aleksandar Nikolic authored
The "Test installation" step fails with some harmless error messages (see [1]). This can however make a user think that the buildtools have not been installed correctly. Two reasons for the error messages: - some envvars in the environment-setup-<arch>-pokysdk-linux file start and end with double quotes (e.g., PATH) and are as such written into python os.environ. This leads that their usage is not valid later when testing the installation. This patch removes the double quotes before writing, if they are present. - if installation directory (install_dir), given through the option --directory, is given as a relative path, checking if the path to a tool (e.g., gcc) in buildtools starts it will always fail. This patch converts the install_dir variable to an absolute path. [1] ERROR: Something went wrong: tar not found in ./build-tools ERROR: Something went wrong: installation failed (From OE-Core rev: 915c48232b0e66915720bff9c745825fa169fa65) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e4eb0b14ecf9bd2fba13260441c9d86eb348f41e) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-
Aleksandar Nikolic authored
No need to validate with the md5 checksum, as the file is not even uploaded to the Yocto release webpage (the download never failed due to a wrong indentation of an else statement). For validation purposes, use the sha256 checksum only. (From OE-Core rev: 081ac6c177860c1bd7e2d4f4b873f3a760864d21) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b740d2f9d40aef1e18c022d1e82b4fb2c5c1fc22) Signed-off-by:
Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com>
-