| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
(From OE-Core rev: 490b9357d5ede15fbcbb01971591abddb115a3b0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
version check regex
(From OE-Core rev: 84794b59940cb08ec44e5ee7718a464d24136812)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rpm2cpio.sh can make calls to bunzip2 to uncompress the RPM payload that
conform the cpio file.
bzip2 is already part of HOSTTOOLS, as a link to the system installed
bzip2.
This patch add bunzip2 in HOSTOOLS list as a non-optional binary, so is
available to rpm2cpio.sh when it is required.
The currect rpm2cpio.sh has other calls to gunzip (present in HOSTOOLS),
xzcat (missing), unlzma (missing) and unzstd (present in HOSTTOOLS since
bff58d337890e804d33d7decbaa46065a4d3bba4)
Adding the missing ones will not add any new host dependency as xz-utils
is already listed as a requirement.
(From OE-Core rev: fd376a11ed8d1b79633c2572ec0b4341d3ca2f1c)
Signed-off-by: Alberto Planas <aplanas@suse.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds support for creating FAT formatted file system images (useful for
boot partitions on some SoCs).
Note that FAT partitions are limited in what they can represent (no
symlinks or device files), so they can't really be used for general
purpose root file systems. As such, they are skipped when testing for
that purpose.
(From OE-Core rev: 440fa508d362b8a449beb1b82dd999e980b753b7)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After what I presume is the recent kernel upgrade, perf started to fail
to configure. This was actually due to libtraceevent racing during its
build and failing to put one of the .o files into the .so (reminder:
Make is terrible). This doesn't cause the libtraceevent build to fail so
once the broken .so is in sstate, it causes all future perf builds to
fail.
Instead of rewriting the Makefile rules to fix this race it's easier to
switch to Meson which doesn't have this sort of problem. However the
Meson support is pretty new and has some rough edges, so we need a patch
to make it do the right thing.
I will submit the libtraceevent fixes upstream shortly.
[ YOCTO #15201 ]
(From OE-Core rev: 5d060725e706476751b0bda8e6d9f3670aa4b7de)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Hash equivalence need to include the ACLs in the output hash, and libacl
is used to do that so include the library in the buildtools-tarball.
(From OE-Core rev: d152dfe784f231fa369d59f9bce8195ad09c5482)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
glib-2.0-native is needed to provide gdbus-codegen
(From OE-Core rev: 0df2247c7b670401fa9efda0a818fbad30f8f921)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 6104325d32c95864830ba2d39f711d7e6e52bc00)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
eudev is needed to provide libudev when not using systemd,
but including eudev breaks things for systemd. We can't
include eudev here since systemd provides libudev itself.
(From OE-Core rev: e86b572f260fae7837694aa4c6d61de639bc71e8)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devtool modify on vulkan-samples fails to apply the debugfix.patch
because it is not in one of git's known formats.
Here is the error:
ERROR: Applying patch 'debugfix.patch' on target directory '<..>/build/tmp/work/core2-64-poky-linux/vulkan-samples/git/devtooltmp-38uz7jyq/workdir/git'
CmdError("sh -c 'git add -f -A .'", 0, 'stdout:
stderr: fatal: not a git repository (or any of the parent directories):
.git
')
Also, rename debugfix.patch to something more meaningfull
(From OE-Core rev: c05c508cf3141a6923d87e1d04f7387ce3c91a9d)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[YOCTO #14141]
Currently the gitdir is manually constructed using `git
rev-parse --show-toplevel` and appending `.git`. This is most of the time
correct but not always: `.git` can be a file with the following content:
gitdir: <some_folder>
This is the case for submodules, so when using devtool modify on a recipe
using submodules *and* patching files inside one of the submodules, do_patch
fails with the following error:
ERROR: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:patch_do_patch(d)
0003:
File: '<..>/poky/meta/classes-global/patch.bbclass', lineno: 157, function: patch_do_patch
0153: except Exception as exc:
0154: bb.utils.remove(process_tmpdir, True)
0155: bb.fatal("Importing patch '%s' with striplevel '%s'\n%s" % (parm['patchname'], parm['striplevel'], repr(exc).replace("\\n", "\n")))
0156: try:
*** 0157: resolver.Resolve()
0158: except bb.BBHandledException as e:
0159: bb.utils.remove(process_tmpdir, True)
0160: bb.fatal("Applying patch '%s' on target directory '%s'\n%s" % (parm['patchname'], patchdir, repr(e).replace("\\n", "\n")))
0161:
File: '<..>/poky/meta/lib/oe/patch.py', lineno: 769, function: Resolve
0765: def Resolve(self):
0766: olddir = os.path.abspath(os.curdir)
0767: os.chdir(self.patchset.dir)
0768: try:
*** 0769: self.patchset.Push()
0770: except Exception:
0771: import sys
0772: os.chdir(olddir)
0773: raise
File: '<..>/poky/meta/lib/oe/patch.py', lineno: 274, function: Push
0270: else:
0271: next = 0
0272:
0273: bb.note("applying patch %s" % self.patches[next])
*** 0274: ret = self._applypatch(self.patches[next], force)
0275:
0276: self._current = next
0277: return ret
0278:
File: '<..>/poky/meta/lib/oe/patch.py', lineno: 556, function: _applypatch
0552: if os.path.lexists(hooks_dir_backup):
0553: raise Exception("Git hooks backup directory already exists: %s" % hooks_dir_backup)
0554: if os.path.lexists(hooks_dir):
0555: shutil.move(hooks_dir, hooks_dir_backup)
*** 0556: os.mkdir(hooks_dir)
0557: commithook = os.path.join(hooks_dir, 'commit-msg')
0558: applyhook = os.path.join(hooks_dir, 'applypatch-msg')
0559: with open(commithook, 'w') as f:
0560: # NOTE: the formatting here is significant; if you change it you'll also need to
Exception: NotADirectoryError: [Errno 20] Not a directory: '<..>/build/tmp/work/core2-64-poky-linux/vulkan-samples/git/devtooltmp-n87_zx1i/workdir/git/third_party/spdlog/.git/hooks'
Using `git rev-parse --absolute-git-dir` instead of `git rev-parse
--show-toplevel` ensure we get the correct gitdir
(From OE-Core rev: f74879dd95b19504ce8a8554636d2310d0336806)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Add package with sensors DSP firmware for Qualcomm RB3 aka Dragonboard
845c platform.
(From OE-Core rev: 632a8955ce8f6cd8fe66fef4b116747e11fa7085)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add audio topology description to the qcom-sc8280xp-lenovo-x13s-audio
package. The file is licensed is copyright by Linaro and licensed under
BSD 3-clause license.
(From OE-Core rev: 958d6a209edf059d31ff07bdd55179fc21ea7079)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
License-Update: additional firmwares
(From OE-Core rev: 6a36c10cd51382bd2356fe6589e4c1d3be8179cd)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Depending on the version of glibc, localtime_r() must
be preceded by a call to tzset() or it will ignore any
value of TZ in the environment. This problem will only
be seen when building file-native on outdated hosts.
(From OE-Core rev: 791145f3064d7807630d3591b9e7c7b2dc37152c)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
The override syntax should be ":allarch" instead of "_allarch".
(From OE-Core rev: bea74c9942a3bb4f71aca0f722b4a7306ae52fb4)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMAKE_TOOLCHAIN_FILE is now also a supported environment
variable, we can export it directly. There's no need to
use a OE specific patch to add OE_CMAKE_TOOLCHAIN_FILE
support.
(From OE-Core rev: b061149ad06ff3b9d30de0bbd2b698c711a241c7)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add ptest support for less
root@qemux86-64:~# ptest-runner less
START: ptest-runner
2023-08-21T14:22
BEGIN: /usr/lib/less/ptest
TEST chinese1.lt
PASS: chinese1 (30 steps)
TEST colorbars.lt
PASS: colorbars (222 steps)
TEST github216.lt
PASS: github216 (143 steps)
TEST github265.lt
PASS: github265 (17 steps)
TEST github329.lt
PASS: github329 (28 steps)
TEST hdr-unicode.lt
PASS: hdr-unicode (164 steps)
TEST hdr-unicode1.lt
PASS: hdr-unicode (107 steps)
TEST proc-special.lt
PASS: proc-special (107 steps)
TEST seq200.lt
PASS: seq200 (18 steps)
TEST subsearch.lt
PASS: subsearch (59 steps)
TEST table-50x200.lt
PASS: table-50x200 (467 steps)
TEST utf8-2.txt.lt
PASS: utf8-2.txt (309 steps)
TEST version.c.lt
PASS: version.c (38 steps)
RAN 13 tests with 0 errors
DURATION: 184
END: /usr/lib/less/ptest
2023-08-21T14:25
STOP: ptest-runner
TOTAL: 1 FAIL: 0
[YOCTO #15073]
(From OE-Core rev: 1d20e7990656c2135570640a329c80b7df879675)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 8557ecc23c52de0d171807fa9a982374e2caa746)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Add basic test for the --no-table wic part option.
(From OE-Core rev: ad89d7e6039da2d79c1d55fe7fdc8bb9c235dacf)
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 3109a48740546f6defc652fa1a6736dc484e6021)
(From OE-Core rev: d388bf00314639f82cd9143e786c482731d2719b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps in defining correct compiler options and configure options
for glibc and overall ABI for toolchain
(From OE-Core rev: 58330ce58719bd82530b1143623db7af7a85e897)
(From OE-Core rev: 43c980ad688cc4df5a5e687b0f693cf46778ce64)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error occured while running bitbake on cephfs:
WARNING: The free inode of path is running low (-0.001K left)
ERROR: Immediately halt since the disk space monitor action is "HALT"!
(Bitbake rev: 95088b447f563c5e1d9630e6acb32787b5ebed9c)
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From meta-yocto rev: 803ef4a3f2304350484d2993fc0e811a6d8e1fa7)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
The perf support was broken and if enabled results in non-reproducible
binaries, so disable it for now.
(From OE-Core rev: 55463c1898c220b79b77da95b2d0dd9bdc1628a2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
There's no reason for Python and Perl support to be tied together, so
split the PACKAGECONFIG into two.
(From OE-Core rev: af1511065120b12600e39725d8507fa2c018ae1b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build of the perl integration has been broken for some time.
Update the PERL_* variables so that it can find libperl in the new
location.
This then fails because the Perl headers cause warnings and the feature
checks run with -Werror, so disable the errors.
The perf-dbg package then has target build paths, so set INSANE_SKIP for
now until this is resolved.
(From OE-Core rev: a59e31c78b5468fac461067e5bacf263c2cf23ad)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
libpfm4 and babeltrace are enabled if they're found, so add
PACKAGECONFIGs so that our configuration is explicit.
(From OE-Core rev: 8818a259495310f3054abc2918771587e6f82ae9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Having verbose feature detection is helpful to see exactly what has been
enabled or disabled.
(From OE-Core rev: d08de74d09a83d3bc94cce80f886bd2c6add416b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The use of coremeta_path was removed with commit 61a881fdbe (insane:
Improve patch-status layer filtering) when the patch-status QA test was
generalized.
(From OE-Core rev: 71a2c7b2608640dfa45d065692541d537149052e)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://kernel.googlesource.com/pub/scm/utils/dtc/dtc/+log/039a99414e778332d8f9c04cbd3072e1dcc62798
Remove custom PV from the recipe since the relevant functionality is in
1.7.0:
[tgamblin@megalith dtc]$ git tag --contains c001fc01a43e7a06447c06ea3d50bd60641322b8
v1.7.0
(From OE-Core rev: 55208224f492af0ad929555ffc9b95ff1d301c5f)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
Now that SRCPV isn't needed we can simplify things in a few places...
(From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Source control information being present in PV used to be a hard requirement
for bitbake to operate correctly. Now that hashes are a required part of task
stamps, this requirement no longer exists.
This means we can defer the hash pieces to PKGV and simplify PV.
Use new bitbake fetcher API to inject the source revisions directly into the hash
allowing removal of some horrible code from base.bbclass and avoiding any hardcoding
about how SRCREV may or may not be used.
Use that API to object the string to append to PKGV and append that directly.
The user visible effect of this change is that PV will no longer have revision
information in it and this will now be appended to PV through PKGV when the
packages are written. Since PV is used in STAMP and WORKDIR, users will see
small directory naming and stamp naming changes.
This will mean that sstate reuse through hash equivalence where the source
revision changes but the output does not will become possible as the sstate
naming will become less specific and no longer contain the revision.
The SRCPV variable will no longer be needed in PV and is effectively now just
a null operation. Usage can be removed over time.
(From OE-Core rev: a8e7b0f932b9ea69b3a218fca18041676c65aba0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Adds Python wrappers around the xattr API from libc and the ACL API from
libacl.
(Bitbake rev: 538011256964d0253f8e3ab7ff1d6fd62c7c2f89)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* with latest bitbake I'm seeing very low number of bitbake tasks
executed in parallel, probably due to pressure regulation
show the values this is based on in the note
* also simplify a bit by counting the pressure and exceeds signs
only once
(Bitbake rev: 21c17968f801e406ef7f328656587fadd9ef7f5d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new functions to return some of the get_srcrev data in new and different
ways. We need two different forms of the data, one is a string to inject into
PKGV, the other is the full revisions as a string to include in hash computations
so that the hash changes when the input revisions change.
This allows us to clean up and simplify the code in OE-Core and move the
version information from PV to PKGV.
(Bitbake rev: ae4dfa2a31c74c0c6c2b14cece822ed1f3d79723)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file checksums are part of the data checksummed
to generate the task hash. The list of file checksums
was not ordered.
In this commit we make sure the task hash checksum takes
a list of checksum data that is ordered by unique file name
thus guaranteeing reproducibility.
(Bitbake rev: 5293a1b36eeb89f57577cb709ec7f293909039a1)
Signed-off-by: Paulo Neves <paulo@myneves.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Whenever a script needs to list tags, if it falls back to the third method
(reading local tags only), it emits a warning. While this warning is useful
for future diagnostic if some tagging issues re-appear, it makes buildperf
autobuilds status as "Passed with warnings", which is not desirable
(From OE-Core rev: b2c1d8a83a3b2134a8f9a445cbf00103e63ed0b3)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
e9cff55e73cc has switched tag listing from bare "git tag" to "git
ls-remote" to make sure not to miss remote tags which are not fetched
locally. This mechanism first checks for configured remote repository, next
for possibly passed url, and then fails if none worked.
However there are still cases where no remote repository is
configured and no url is provided (for instance: buildperf tests use an
empty git directory to store tests). Fix those cases by putting back the
old behavior (local tags check) as last resort, with at least a warning for
future diagnostics if we still encounter tagging issues
Fixes: e9cff55e73cc ("oeqa/utils/gitarchive: fix tag computation when creating archive")
(From OE-Core rev: 34e1f845687d2f7169f5d6c1bb54e1a7ab5412c4)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Propagate a "log" parameter to get_tags in order to know what method is
used to retrieve existing tags
(From OE-Core rev: f8212eda45444dfb330e4d930eeceefde936adeb)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use "*" (wildcard) instead of "a" (application)in cpe_id generation,
as the product is not necessarily of type application, e.g.
linux_kernel, which is of type "o" (operating system).
(From OE-Core rev: cae9528b002c06143bf048b991b9d7e93968cb6b)
(From OE-Core rev: e7c1def3c3c3a72249802ef6fb64292277a7a53e)
Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: b499411734d0bf7fa817f214f89717c07186af02)
(From OE-Core rev: 0d8c651ddcdf2dc95a12db52c8f7aa45b986432d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The backport detection logic didn't handle issues which were backported
to the current version.
(From OE-Core rev: 1c7b01627b47604744f723d5eeedd455df6307e2)
(From OE-Core rev: 568d65ccfb0e44ef3a40951d9da297036e7f345d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
vim 8.3 has been out for a long time, so this comment is obsolete.
However we still need UPSTREAM_VERSION_UNKNOWN, since we ignore
the last digit of the upstream version number.
Test result:
$ devtool check-upgrade-status vim
...
INFO: vim 9.0.1592 UNKNOWN Tom Rini <trini@konsulko.com> c0370529c027abc5b1698d53fcfb8c02a0c515da
(From OE-Core rev: 65f5de85c3f488136d1ec2b1f7fe8d8426d6c5b3)
(From OE-Core rev: 868a19357841470eb55fb7f1c4ab1af09dea99ed)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 255515e1b52fea6d72d37fae61667db08eb5b086)
(From OE-Core rev: eae2a94f5de78b95590ec45e11e930655dbd5caf)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For some reason in the migration of CVE_CHECK_IGNORE to CVE_STATUS[1], this
CVE was commented out.
[1] oe-core 1634ed40
(From OE-Core rev: 07deefea29169ba8d663c869f26b31d3f37a1c9f)
(From OE-Core rev: 20a8f5d928c0b3022609678d7c21b06912df058f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
There's now a real fix in commits "linux-yocto/6.*: fix IRQ-80 warnings".
This reverts commit 1451df346a0e2433714774421ce8f339a37a844a.
(From OE-Core rev: f5c1b0f2b17814315bc2a09acc3aaa20f2522cff)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/6.4:
9753b4497951 tick/rcu: fix false positive "softirq work is pending" messages on RT
Paul Gortmaker has found and fixed the root cause of why we are
getting "softirq work is pending" messages on boot with -rt ..
although the issue is not rt-specific.
The fix has been submitted to lkml, but we are integrating it
to avoid the delay of -stable picking it up and then linux-yocto
doing the same.
(From OE-Core rev: 5617d2c03833830c0100d1c775a15d4ad1c02fdd)
(From OE-Core rev: 75ca8527bb90c98b7139ad92e4e5f1baf790e75d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commit(s) to linux-yocto/6.1:
44fd0c7a5a79 tick/rcu: fix false positive "softirq work is pending" messages on RT
Paul Gortmaker has found and fixed the root cause of why we are
getting "softirq work is pending" messages on boot with -rt ..
although the issue is not rt-specific.
The fix has been submitted to lkml, but we are integrating it
to avoid the delay of -stable picking it up and then linux-yocto
doing the same.
(From OE-Core rev: 69fffaa7ed863f8811254843e169cfbf3a0400b0)
(From OE-Core rev: 2099b728c48d920aa3914f4297563105a672e174)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
6c44e13dc284 Linux 6.1.46
5525c289dbcf drm/amd/pm/smu7: move variables to where they are used
4346a66ad198 sch_netem: fix issues in netem_change() vs get_dist_table()
3ae919c317dd alpha: remove __init annotation from exported page_is_ram()
cbce265f959f ACPI: scan: Create platform device for CS35L56
afc4ddd9507f platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551
38b0020f68b7 scsi: qedf: Fix firmware halt over suspend and resume
a9518f4a4978 scsi: qedi: Fix firmware halt over suspend and resume
fb004497b3ea scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
b191ff1f075c scsi: core: Fix possible memory leak if device_add() fails
7723a5d5d187 scsi: snic: Fix possible memory leak if device_add() fails
9fdb273ede6f scsi: 53c700: Check that command slot is not NULL
8282d0b35880 scsi: ufs: renesas: Fix private allocation
ed70fa5629a8 scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
0e1605ec5bea scsi: core: Fix legacy /proc parsing buffer overflow
f3f0f95a0233 netfilter: nf_tables: report use refcount overflow
c21fddce7e45 nvme-rdma: fix potential unbalanced freeze & unfreeze
cddbaa8dee7e nvme-tcp: fix potential unbalanced freeze & unfreeze
bf67802453d3 btrfs: set cache_block_group_error if we find an error
3ae93b316ca4 btrfs: reject invalid reloc tree root keys with stack dump
9d04716e3665 btrfs: exit gracefully if reloc roots don't match
7112abc9e8f2 btrfs: properly clear end of the unreserved range in cow_file_range
504d81c512f6 btrfs: don't stop integrity writeback too early
4e18c827d61b btrfs: wait for actual caching progress during allocation
b8cd871d0a18 gpio: sim: mark the GPIO chip as a one that can sleep
227bd2c1eab1 gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent
5e17b8ee64c1 ibmvnic: Ensure login failure recovery is safe from other resets
206ccf4f0977 ibmvnic: Do partial reset on login failure
31ccd1ba20d8 ibmvnic: Handle DMA unmapping of login buffs in release functions
24556c1cc9db ibmvnic: Unmap DMA login rsp buffer on send login fail
2c5dd8805e6c ibmvnic: Enforce stronger sanity checks on login response
ad0f73cbace4 net/mlx5: Reload auxiliary devices in pci error handlers
88ec484ef8e2 net/mlx5: Skip clock update work when device is in error state
4276f3e7ae4a net/mlx5: LAG, Check correct bucket when modifying LAG
a824d012ad8f net/mlx5: Allow 0 for total host VFs
ab06983c5bbd dmaengine: owl-dma: Modify mismatched function name
dff220037148 dmaengine: mcf-edma: Fix a potential un-allocated memory access
c4f7de3e8ce1 net: hns3: fix strscpy causing content truncation issue
87d7e140081f nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
8d6df2c523e2 nexthop: Make nexthop bucket dump more efficient
0b10d8d1cf85 nexthop: Fix infinite nexthop dump when using maximum nexthop ID
743f7c1762e0 net: hns3: fix deadlock issue when externel_lb and reset are executed together
59bad9190ac7 net: hns3: add wait until mac link down
667ce6a0ff80 net: hns3: refactor hclge_mac_link_status_wait for interface reuse
758dbcfb257e net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver remove
001b7d6706e2 net: phy: at803x: remove set/get wol callbacks for AR8032
a3e5f3b7f25d net: marvell: prestera: fix handling IPv4 routes with nhid
059ec8287fd3 net: tls: avoid discarding data on record close
05e6b93da45d RDMA/umem: Set iova in ODP flow
521860ddf314 wifi: cfg80211: fix sband iftype data lookup for AP_VLAN
94916b314861 drm/rockchip: Don't spam logs in atomic check
ac6640f4193d IB/hfi1: Fix possible panic during hotplug remove
c2efcaf304fb iavf: fix potential races for FDIR filters
bcbc48b12092 drivers: vxlan: vnifilter: free percpu vni stats on error path
eeb0e4c1dbdf drivers: net: prevent tun_build_skb() to exceed the packet size limit
a6ddc1c77487 dccp: fix data-race around dp->dccps_mss_cache
00f033d451c4 bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
15b453cf7348 xsk: fix refcount underflow in error path
da5f42a6e748 tunnels: fix kasan splat when generating ipv4 pmtu error
f20a941bc2c5 tcp: add missing family to tcp_set_ca_state() tracepoint
ddebdaec1af2 net/smc: Use correct buffer sizes when switching between TCP and SMC
584a783270c1 net/packet: annotate data-races around tp->status
b249c510b43e mptcp: fix the incorrect judgment for msk->cb_flags
fc0b41ac1106 macsec: use DEV_STATS_INC()
ebceef298c56 mISDN: Update parameter type of dsp_cmx_send()
6b2824b198a6 bpf, sockmap: Fix bug that strp_done cannot be called
ed90fe7435c5 bpf, sockmap: Fix map type error in sock_map_del_link
20acffcdc2b7 net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
e59a2e5a3123 selftests: forwarding: tc_flower: Relax success criterion
352dc3ee33c6 selftests: forwarding: Switch off timeout
2df0e4373507 selftests: forwarding: Skip test when no interfaces are specified
9ff7465b9160 selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs
693c0a5a02e1 selftests: forwarding: ethtool_extended_state: Skip when using veth pairs
10519d0b260d selftests: forwarding: ethtool: Skip when using veth pairs
1455765e28ce selftests: forwarding: Add a helper to skip test when using veth pairs
e146162dcf2e selftests/rseq: Fix build with undefined __weak
e12b1ebc758a interconnect: qcom: sm8450: add enable_mask for bcm nodes
8d0e2802b111 interconnect: qcom: Add support for mask-based BCMs
312f04ede209 iio: core: Prevent invalid memory access when there is no parent
98e470dc73a9 drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
19e7feda8966 x86: Move gds_ucode_mitigated() declaration to header
f276899f8dbc x86/speculation: Add cpu_show_gds() prototype
179430c2aa46 x86/sev: Do not try to parse for the CC blob on non-AMD hardware
9ad49178c00a x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
25085250a150 x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
d93eeac34e75 x86/srso: Fix build breakage with the LLVM linker
6f75e0934354 usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment
57b8f5fb8f17 usb: typec: tcpm: Fix response to vsafe0V event
e3b37754988a usb: common: usb-conn-gpio: Prevent bailing out if initial role is none
bed19d95fcb9 USB: Gadget: core: Help prevent panic during UVC unconfigure
d2a4ded0ee99 usb: dwc3: Properly handle processing of pending events
0d2d5282d39a usb-storage: alauda: Fix uninit-value in alauda_check_media()
8ee39ec47914 misc: rtsx: judge ASPM Mode to set PETXCFG Reg
f11a26633eb6 binder: fix memory leak in binder_init()
77b689cc27d4 iio: adc: ina2xx: avoid NULL pointer dereference on OF device match
2f8ebbd0f03e iio: adc: ad7192: Fix ac excitation feature
5e1ed816a0e1 iio: frequency: admv1013: propagate errors from regulator_get_voltage()
366563c14f1f iio: cros_ec: Fix the allocation size for cros_ec_command
5aac2726b693 io_uring: correct check for O_TMPFILE
b61a06eca15c drm/amd/display: trigger timing sync only if TG is running
07152d9e87ef drm/amd/display: fix the build when DRM_AMD_DC_DCN is not set
647e12741e6d drm/amd/display: Retain phantom plane/stream if validation fails
e61f0ad73668 drm/amd/display: Disable phantom OTG after enable for plane disable
9caac2a9f69f drm/amd/display: Use update plane and stream routine for DCN32x
e93ae6e6b660 drm/amd/display: Avoid ABM when ODM combine is enabled for eDP
4fe91c51aa93 drm/amd/display: Update OTG instance in the commit stream
b2415df0afba drm/amd/display: Handle seamless boot stream
9b1a1f168c03 drm/amd/display: Add function for validate and update new stream
60334c0cba2f drm/amd/display: Handle virtual hardware detect
0f19195d6397 drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuation
b064f9ccf11c drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settings
b844033ea813 drm/amd/pm: expose swctf threshold setting for legacy powerplay
2368afd60f64 drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings
7532ff6edbf5 nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
79a96970293b radix tree test suite: fix incorrect allocation size for pthreads
0176533f5a39 hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100
088773aaafef cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
3d3fd58bfca1 drm/amd/display: limit DPIA link rate to HBR3
10347b115da1 drm/amd: Disable S/G for APUs when 64GB or more host memory
f6166ca452b8 drm/amdgpu: add S/G display parameter
c3d2d4b02e5e drm/amd/display: check attr flag before set cursor degamma on DCN3+
9a2393af1f35 drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
2322dd8c9d3d drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
a372c3f0db81 drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
e179b058d720 drm/nouveau/gr: enable memory loads on helper invocation on all channels
56c79fcae6f3 nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
3fdaa7fbc81b riscv/kexec: handle R_RISCV_CALL_PLT relocation type
b374684018e4 riscv,mmio: Fix readX()-to-delay() ordering
98a34f50c15f riscv/kexec: load initrd high in available memory
593615bf14c9 net: mana: Fix MANA VF unload when hardware is unresponsive
aec1ce9a30d4 dmaengine: pl330: Return DMA_PAUSED when transaction is paused
ded9f5551ce5 mptcp: fix disconnect vs accept race
84aa65a52561 mptcp: avoid bogus reset on fallback close
d143c736020f selftests: mptcp: join: fix 'implicit EP' test
aae988c09650 selftests: mptcp: join: fix 'delete and re-add' test
a537fd9096a1 ipv6: adjust ndisc_is_useropt() to also return true for PIO
ecab78febff0 mmc: moxart: read scr register without changing byte order
260ec73757c1 wireguard: allowedips: expand maximum node depth
839aae189e1f selftests: forwarding: Set default IPv6 traceroute utility
aa4b5895a80f wifi: rtw89: fix 8852AE disconnection caused by RX full flags
e642eb67b8c1 wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()
5bdf1c1f346c KVM: SEV: only access GHCB fields once
ec18273e41d9 KVM: SEV: snapshot the GHCB before accessing it
f339d76a3a97 ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
c6bef3bc30fd ksmbd: validate command request size
ccb1700ed606 tpm: Add a helper for checking hwrng enabled
d8a7d6136cbf tpm: Disable RNG for all AMD fTPMs
ed2f8701fb9b Revert "loongarch/cpu: Switch to arch_cpu_finalize_init()"
65383fe06065 gcc-plugins: Reorganize gimple includes for GCC 13
(From OE-Core rev: 91711cc075d0b44a1a1adab5b3c27da95264dc6f)
(From OE-Core rev: 6c758bece326cf43eb46c95a420f0c9eb42e36ad)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|