Richard Purdie
6bab132879
bitbake: server/process: Log extra threads at exit
...
Dump info into the logs if there are extra threads left at process exit
time.
(Bitbake rev: 1c9496797b753e67351bd5cb98ef2b8e9435d51e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
4dd9ebd948
bitbake: cooker: Ensure BB_ORIGENV is updated by changes to configuration.env
...
Changes to configuration.env were not updating BB_ORIGENV, fix this.
(Bitbake rev: c5fbd8452f87e0a2d234eaf27d0450aacdeb8891)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
b9bbb5c7b7
bitbake: main/server/process: Drop configuration object passing
...
The first thing the UIs do is update the server config from the UI. We
can just rely upon that and start the server with a standard config,
removing the need to pass the confusing configuration object around
as well as configParams, which contains a similar copy of some of the
data.
This makes memory resident bitbake work the same way as the normal
mode, removing the opportunity for some class of bugs.
The xmlrpcinterface and server_timeout values are passed in at server
startup time now and there no longer a second option in the
configuration which is effective ignored once the server starts.
(Bitbake rev: 783a03330802e83c525c55522e3ee2a933bded3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
a1c956ab4c
bitbake: server/process: Move the socket code to server process only
...
The sock object isn't used client side so we can just created it in
the server process and save passing around the fd/object.
(Bitbake rev: ee5d2c92dcce89ccb701e028ffc6419eb315f5ce)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
0bcc00ac51
bitbake: cooker: Defer configuration init to after UI connection
...
Currently we end up parsing the base configuration multiple times as
initially, the right settings haven't come from the UI. We can defer
this until later in startup using runCommand as a trigger.
The advantage to doing this is improved startup times and ultimately
we should be able to avoid the double parse of the base configuration.
(Bitbake rev: 3caa43b665604475d2c87ba505efb0b9fca9c2e9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
59421f688c
bitbake: cooker/cookerdata: Ensure UI event log is updated from commandline
...
Currently the eventlog is not handled correctly for memory resident
bitbake. Fix this by allowing adpations to configuration changes.
(Bitbake rev: f7d2c9116116659ea42260a3bb96dca100aadae7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
e3a864c4a3
bitbake: cookerdata: Ensure UI options are updated to the server
...
There were some options which were not being passed to the server. This
was breaking, particularly in memory resident bitbake mode.
Add the missing options to the correct place to ensure the server is
updated correctly.
(Bitbake rev: 5dc178e7fae3ca8558146e385a05f5d96a021777)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
6def374f13
bitbake: cooker/cookerdata/main: Improve loglevel handling
...
Rather than passing debug/verbose/debug_domains around, pass the
computed output of these. Ensure that the cooker sets the levels
to match the levels currently set in the UI and generally try and
make it easier to understand what the code is doing.
(Bitbake rev: f0535beecc692a6213be2a22f9eef5956450ecf8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Richard Purdie
4c94d36022
bitbake: build/msg: Cleanup verbose option handling
...
The levels of indirection to set these verbose logging options is rather
crazy. This attempts to turn things into two specific options with
much more specific meanings. For now its all still controlled by the
commandline verbose option and should funciton as previously, with
the addition that the BB_VERBOSE_LOGS option can now be task specific.
(Bitbake rev: 423c046f2173aaff3072dc3d0882d01b8a0b0212)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 18:14:53 +01:00
Joshua Watt
b221b8a657
oeqa: runtime_tests: Extra GPG debugging
...
This patch enables extra debugging for gpg to try and get more debugging
information when [YOCTO #14003 ] occurs
(From OE-Core rev: f24d7be1fb863006b5414fa8f9c9a37bb48d5a6f)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Armin Kuster
4213a2f60f
bind: update to 9.11.22 ESV
...
Source: isc.org
MR: 105232, 105246, 105260
Type: Security Fix
Disposition: Backport from https://www.isc.org/bind/
ChangeID: 655cfdf1e91c4107321e63a2012302e1cc184366
Description:
Bug fix only update
Three CVE fixes
CVE-2020-8622
CVE-2020-8623
CVE-2020-8624
For more information see: https://downloads.isc.org/isc/bind9/9.11.22/RELEASE-NOTES-bind-9.11.22.pdf
(From OE-Core rev: 1c85f26b1bd3475699d54f18c6b5b4924bcd8eb2)
Signed-off-by: Armin Kuster <akuster@mvista.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Khem Raj
c1761f8dd1
packagegroup-core-tools-profile: Disable lttng-modules for riscv64
...
with 5.8+ kernel it seems lttng-modules needs kprobes which are not
there yet for riscv64
Fixes
lttng-modules-2.12.2/wrapper/kallsyms.c:20:3: error: #error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"
20 | # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"
| ^~~~~
(From OE-Core rev: 1cfba6890e505fd952be88811a501e405b1b2cdf)
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
bdaf3023e5
meson: update 0.55.0 -> 0.55.1
...
(From OE-Core rev: 177e0fa5fd79c174c6ab27b645f5fd17817de1c8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
9dc084a30c
linux-firmware: update 20200721 -> 20200817
...
(From OE-Core rev: 16f2e190ef55e349512b8f70fe437b46ef1dc142)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
eeb3d996ae
cmake: update 3.17.3 -> 3.18.1
...
(From OE-Core rev: 7a3db344543d3cf9d16640c4cff6084049bf3aca)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
2457432ad9
gettext: update 0.20.2 -> 0.21
...
Drop add-with-bisonlocaledir.patch as upstream (gnulib, not bison)
now determines the directory from datadir.
(From OE-Core rev: 8a89c77e5b5a7915b9cce4979ee8caa593847e51)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
742c773a93
libpsl: update 0.21.0 -> 0.21.1.
...
(From OE-Core rev: f89396ccea48688c1ccc6ed29f3a119052fbcce5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
a395840f3a
gpgme: update 1.13.1 -> 1.14.0
...
(From OE-Core rev: c3ca89862b90a8e42eaa7e2e5acdf1d65a14a7bb)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
065bc3ac0a
wpebackend-fdo: update 1.6.1 -> 1.7.1
...
(From OE-Core rev: 16f03b665dcf58484a49c1c7534d96e269d66a8a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:11 +01:00
Alexander Kanavin
35ff36647a
xev: update 1.2.3 -> 1.2.4
...
(From OE-Core rev: 4ec23137ae6ea32fe7cd59eac338a1a0e787ec3f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
239efa02ed
boost: update 1.73.0 -> 1.74.0
...
(From OE-Core rev: 26e25ed710abd100c1963b60981c31ffc7a9de1e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
c66351edd1
pango: update 1.44.7 -> 1.46.0
...
(From OE-Core rev: d14ddc119958086ddb78ffe859be6c61282d507a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
a96f16835c
harfbuzz: convert to meson, enable gobject introspection
...
The latter is needed for pango update.
(From OE-Core rev: ee9f4567563a61e9f614e9405cf5480411890719)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
121b620c0c
bootchart2: update 0.14.8 -> 0.14.9
...
(From OE-Core rev: b4ed68ea38bbdb91729f822a8f1a5fe7e5d2d713)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
ec7cacbc3d
vala: upgrade 0.48.7 -> 0.48.9
...
(From OE-Core rev: 5adea20d8332e819b67093042f8044a18d6d4473)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
1f8a5adb94
sysstat: upgrade 12.2.2 -> 12.4.0
...
(From OE-Core rev: 10793d7dbf88a7a41291f54dfa042234acd4eea0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
b6d7251d27
re2c: upgrade 2.0 -> 2.0.2
...
(From OE-Core rev: 3d529bc4740c7d0fea92cad7790bb021dd48ba9a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
e5593a5515
piglit: upgrade to latest revision
...
(From OE-Core rev: bb091bc0be9425c628f84f6130ff44ae9a334ba5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
b32e70193b
mesa: upgrade 20.1.4 -> 20.1.5
...
(From OE-Core rev: 993ac1a32932f2ebb571717769f654941e33c051)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
2378ecfd3c
mc: upgrade 4.8.24 -> 4.8.25
...
(From OE-Core rev: a82ee49f8fc0d400f1ba12e0ca80aaeac6bb3523)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
fd57fa3f2c
man-pages: upgrade 5.07 -> 5.08
...
(From OE-Core rev: 6febd12cb1c6caa32ae6bcd8439bfaf8efb0bd43)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
6161073586
linux-firmware: upgrade 20200619 -> 20200721
...
License-Update: firmware versions/filenames
(From OE-Core rev: 6c1ee3b8a02cd8c5b4219e06c2d71dac1edf4fdf)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
465b7d9868
libx11: upgrade 1.6.9 -> 1.6.11
...
(From OE-Core rev: 82b0fb56bf57852b3dff0a6cac14af2b15de05f4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
fea2d5cbfd
libpipeline: upgrade 1.5.2 -> 1.5.3
...
(From OE-Core rev: 7cc41474aef245423d3131652374a75b25fff74f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
9f5a5b33c8
libinput: upgrade 1.16.0 -> 1.16.1
...
(From OE-Core rev: 86bef5ac2097afd55c54c5852a0502cdb133d39f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
f318425ca8
libcheck: upgrade 0.15.0 -> 0.15.2
...
(From OE-Core rev: ba9d34d5821f40150180e07754676da7160ab478)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
793dcc88b8
gtk+3: upgrade 3.24.21 -> 3.24.22
...
(From OE-Core rev: 4d6320402ae20f83a08cb85fa07004e3694532a7)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
65085f22e9
font-alias: upgrade 1.0.3 -> 1.0.4
...
License-Update: editor tags change
(From OE-Core rev: efe4a2cce9144d246c1ae9bd9f2025459d4ce339)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
5f3f048162
epiphany: upgrade 3.36.3 -> 3.36.4
...
(From OE-Core rev: 8213a05dcd80669ce6e4856a4b676852b49808bd)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
aa897962cb
diffoscope: upgrade 153 -> 156
...
(From OE-Core rev: 9ce0e882347ef3e3daec5201cad37f4ce6aff859)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
ebee6e8953
cryptodev: upgrade 1.10 -> 1.11
...
(From OE-Core rev: 7d1532e4dc0dfe78660bb076018847aaf3fa8f2f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
ac0d5a8c0a
asciidoc: upgrade 9.0.1 -> 9.0.2
...
(From OE-Core rev: 44c5414c0ce32eb496d53527f2fd6da8d31c5882)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
d66b0d77ae
acpica: upgrade 20200528 -> 20200717
...
(From OE-Core rev: 4fa41ed36dfc5ad33ed89e05e90064784dcf2a78)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
64bc355805
util-linux: merge .inc into .bb
...
(From OE-Core rev: 06e6a1dcfe5e1ef3767b407d40696ed21e084e9e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
980ab49cda
rsync: upgrade 3.2.2 -> 3.2.3
...
(From OE-Core rev: 8c315962a08b26f029fbca358b60769657ea0875)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
b239b50a60
python3-setuptools: upgrade 49.3.1 -> 49.6.0
...
(From OE-Core rev: b5ba50890d2ddac27bb4065b6e1694a6cd7abd89)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
daada22d76
python3-numpy: upgrade 1.19.0 -> 1.19.1
...
(From OE-Core rev: e18b49ab62179cd500bed517934ab967717bc635)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
fe9364fc7b
util-linux: upgrade 2.35.2 -> 2.36
...
(From OE-Core rev: 93cb61e5e6943b35f3cd9b724daa05e090815a50)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Alexander Kanavin
857833ad4a
bison: upgrade 3.6.4 -> 3.7.1
...
(From OE-Core rev: 680dcdcc18afa83b63f495bbd55a068e81ec3004)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 16:00:10 +01:00
Bruce Ashfield
b237b62d47
poky: set preferred version for linux-yocto to be v5.8
...
(From meta-yocto rev: 49675e0eb7f41eed9c93c77af424be9ec43f4144)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2020-08-25 01:00:37 +01:00