1
|
IMAGE=crops/poky:ubuntu-18.04 ./meta-mitysom/build/docker-poky.sh ./meta-mitysom/build/build_MitySOM-TIProcessorSDK.sh \
|
2
|
-config processor-sdk-08.05.00.21-cl-config.txt \
|
3
|
-machine mitysom-am62x \
|
4
|
-armv7_chain gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf \
|
5
|
-armv8_chain gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu \
|
6
|
-armv7_url https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf.tar.xz \
|
7
|
-armv8_url https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz \
|
8
|
tisdk-base-image tisdk-default-image
|
9
|
Make sure to export MACHINE, TOOLCHAIN_PATH_ARMV7, and TOOLCHAIN_PATH_ARMV8
|
10
|
Error response from daemon: Get "https://registry-1.docker.io/v2/": remote error: tls: handshake failure
|
11
|
^Cuseradd: warning: the home directory already exists.
|
12
|
Not copying any file from skel directory into it.
|
13
|
Processing command:
|
14
|
config file = processor-sdk-08.05.00.21-cl-config.txt
|
15
|
V7 Toolchain = gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
|
16
|
V8 Toolchain = gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu
|
17
|
V7 URL = https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf.tar.xz
|
18
|
V8 URL = https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz
|
19
|
machine = mitysom-am62x
|
20
|
dryrun = false
|
21
|
bitbake targets:
|
22
|
--> 'tisdk-base-image'
|
23
|
--> 'tisdk-default-image'
|
24
|
/work
|
25
|
|
26
|
|
27
|
cloning repo bitbake
|
28
|
|
29
|
Fetching origin
|
30
|
From https://git.openembedded.org/bitbake
|
31
|
* [new branch] 2.6 -> origin/2.6
|
32
|
65969a7a..033896da master -> origin/master
|
33
|
+ b7bc1b75...033896da master-next -> origin/master-next (forced update)
|
34
|
fatal: A branch named '1.46' already exists.
|
35
|
Updating 0784db7d..b60c7085
|
36
|
Fast-forward
|
37
|
bin/bitbake-getvar | 48 +++++++++++++++++
|
38
|
doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 +-
|
39
|
lib/bb/command.py | 12 +++++
|
40
|
lib/bb/cooker.py | 5 +-
|
41
|
lib/bb/fetch2/git.py | 27 +++++++---
|
42
|
lib/bb/fetch2/wget.py | 22 +++++---
|
43
|
lib/bb/runqueue.py | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++------------
|
44
|
lib/bb/tests/fetch.py | 58 +++++++++++++++++++--
|
45
|
lib/bb/tinfoil.py | 4 ++
|
46
|
lib/bb/ui/knotty.py | 11 ++--
|
47
|
lib/bb/utils.py | 34 +++++++-----
|
48
|
11 files changed, 331 insertions(+), 72 deletions(-)
|
49
|
create mode 100755 bin/bitbake-getvar
|
50
|
Previous HEAD position was b60c7085 runqueue: Fix deferred task/multiconfig race issue
|
51
|
HEAD is now at 0784db7d server/process: Disable gc around critical section
|
52
|
|
53
|
|
54
|
cloning repo meta-processor-sdk
|
55
|
|
56
|
Fetching origin
|
57
|
From https://git.ti.com/cgit/processor-sdk/meta-processor-sdk
|
58
|
110f00d..032d9e6 kirkstone -> origin/kirkstone
|
59
|
* [new tag] 09.00.00 -> 09.00.00
|
60
|
fatal: A branch named 'dunfell' already exists.
|
61
|
Updating 4d3a4e5..01876dc
|
62
|
Fast-forward
|
63
|
conf/distro/include/branding-processor-sdk.inc | 1 +
|
64
|
recipes-core/images/tisdk-core-bundle.bbappend | 18 +-
|
65
|
recipes-core/images/tisdk-default-image.bbappend | 49 ++++-
|
66
|
recipes-core/images/tisdk-edgeai-image.bb | 81 ++++++++
|
67
|
recipes-core/images/tisdk-tiny-image.bbappend | 6 +-
|
68
|
recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bbappend | 7 +
|
69
|
recipes-core/packagegroups/packagegroup-dl.bb | 20 +-
|
70
|
recipes-core/packagegroups/packagegroup-python3-jupyter.bb | 16 ++
|
71
|
recipes-devtools/corkscrew/corkscrew_git.bb | 14 ++
|
72
|
recipes-devtools/repo/repo/0001-python3-shebang.patch | 26 +++
|
73
|
recipes-devtools/repo/repo_2.22.bb | 31 +++
|
74
|
recipes-graphics/hmi-demo/camera-demo_0.1.bb | 6 +-
|
75
|
recipes-graphics/hmi-demo/hmi-demo_0.1.bb | 2 +-
|
76
|
recipes-graphics/mesa/mesa_%.bbappend | 5 +
|
77
|
recipes-sysrepo/libnetconf2/libnetconf2_git.bbappend | 6 +
|
78
|
recipes-sysrepo/libssh/libssh_0.10.bbapend | 5 +
|
79
|
recipes-sysrepo/libyang/libyang_git.bbappend | 10 +
|
80
|
recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch | 17 ++
|
81
|
recipes-sysrepo/netopeer2-server/netopeer2-server/netopeer2-server | 36 ++++
|
82
|
recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend | 11 ++
|
83
|
recipes-sysrepo/nw-configurator/files/nw-configurator.c | 409 +++++++++++++++++++++++++++++++++++++++
|
84
|
recipes-sysrepo/nw-configurator/nw-configurator.bb | 25 +++
|
85
|
recipes-sysrepo/sysrepo/sysrepo_git.bbappend | 9 +
|
86
|
recipes-sysrepo/tsn-yang-models/tsn-yang-models_git.bb | 25 +++
|
87
|
recipes-tisdk/edgeai-components/edgeai-dl-inferer.bb | 37 ++++
|
88
|
recipes-tisdk/edgeai-components/edgeai-gst-apps.bb | 67 +++++++
|
89
|
recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb | 45 +++++
|
90
|
recipes-tisdk/edgeai-components/edgeai-gui-app_0.1.bb | 30 +++
|
91
|
recipes-tisdk/edgeai-components/edgeai-init.bb | 33 ++++
|
92
|
recipes-tisdk/edgeai-components/edgeai-init/dot.profile | 14 ++
|
93
|
recipes-tisdk/edgeai-components/edgeai-init/edgeai-init.service | 19 ++
|
94
|
recipes-tisdk/edgeai-components/edgeai-init/edgeai-launcher.sh | 70 +++++++
|
95
|
recipes-tisdk/edgeai-components/edgeai-studio-agent.bb | 38 ++++
|
96
|
recipes-tisdk/edgeai-components/edgeai-tiovx-kernels.bb | 42 ++++
|
97
|
recipes-tisdk/edgeai-components/edgeai-tiovx-modules.bb | 33 ++++
|
98
|
recipes-tisdk/edgeai-components/ti-gpio-cpp.bb | 31 +++
|
99
|
recipes-tisdk/edgeai-components/ti-gpio-py.bb | 27 +++
|
100
|
recipes-tisdk/edgeai-dependencies/cors/npm-shrinkwrap.json | 18 ++
|
101
|
recipes-tisdk/edgeai-dependencies/cors_2.8.5.bb | 21 ++
|
102
|
recipes-tisdk/edgeai-dependencies/express/npm-shrinkwrap.json | 394 +++++++++++++++++++++++++++++++++++++
|
103
|
recipes-tisdk/edgeai-dependencies/express_4.18.2.bb | 183 ++++++++++++++++++
|
104
|
recipes-tisdk/edgeai-dependencies/python3-anyio_3.6.2.bb | 12 ++
|
105
|
recipes-tisdk/edgeai-dependencies/python3-fastapi_0.92.0.bb | 19 ++
|
106
|
recipes-tisdk/edgeai-dependencies/python3-h11_0.14.0.bb | 9 +
|
107
|
recipes-tisdk/edgeai-dependencies/python3-pydantic_1.10.4.bb | 11 ++
|
108
|
recipes-tisdk/edgeai-dependencies/python3-python-multipart_0.0.5.bb | 11 ++
|
109
|
recipes-tisdk/edgeai-dependencies/python3-sniffio_1.3.0.bb | 9 +
|
110
|
recipes-tisdk/edgeai-dependencies/python3-starlette_0.25.0.bb | 19 ++
|
111
|
recipes-tisdk/edgeai-dependencies/python3-typing-extensions_4.5.0.bb | 17 ++
|
112
|
recipes-tisdk/edgeai-dependencies/python3-uvicorn_0.20.0.bb | 19 ++
|
113
|
recipes-tisdk/edgeai-dependencies/python3-websockets_10.4.bb | 9 +
|
114
|
recipes-tisdk/ti-tidl/ti-tidl-osrt.bb | 89 +++++++++
|
115
|
recipes-tisdk/ti-tidl/ti-tidl.bb | 90 +++++++++
|
116
|
recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb | 92 +++++++++
|
117
|
recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image-am65xx | 61 ++++++
|
118
|
.../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image-hs-fs_am64 | 57 ------
|
119
|
recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-sgx-ddk-km-am65xx | 31 +++
|
120
|
recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend | 55 +++++-
|
121
|
recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bbappend | 9 +
|
122
|
.../0001-create-sdcard.sh-Copy-all-sysfw-itb-binaries-to-boot.patch | 45 +++++
|
123
|
.../ti-tisdk-setup/0001-setup-uboot-env-am65x-Adding-sudo-permissions.patch | 34 ++++
|
124
|
recipes-tisdk/tisdk-uenv/tisdk-uenv.bbappend | 4 +-
|
125
|
recipes-tisdk/tisdk-uenv/tisdk-uenv/am62axx-evm/uEnv.txt | 11 ++
|
126
|
recipes-tisdk/wallpaper/wallpaper.bb | 25 +++
|
127
|
recipes-tisdk/wallpaper/wallpaper/am62a-sk-wallpaper.jpg | Bin 0 -> 299624 bytes
|
128
|
65 files changed, 2592 insertions(+), 83 deletions(-)
|
129
|
create mode 100644 recipes-core/images/tisdk-edgeai-image.bb
|
130
|
create mode 100644 recipes-core/packagegroups/packagegroup-python3-jupyter.bb
|
131
|
create mode 100644 recipes-devtools/corkscrew/corkscrew_git.bb
|
132
|
create mode 100644 recipes-devtools/repo/repo/0001-python3-shebang.patch
|
133
|
create mode 100644 recipes-devtools/repo/repo_2.22.bb
|
134
|
create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
|
135
|
create mode 100644 recipes-sysrepo/libnetconf2/libnetconf2_git.bbappend
|
136
|
create mode 100644 recipes-sysrepo/libssh/libssh_0.10.bbapend
|
137
|
create mode 100644 recipes-sysrepo/libyang/libyang_git.bbappend
|
138
|
create mode 100644 recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch
|
139
|
create mode 100644 recipes-sysrepo/netopeer2-server/netopeer2-server/netopeer2-server
|
140
|
create mode 100644 recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend
|
141
|
create mode 100644 recipes-sysrepo/nw-configurator/files/nw-configurator.c
|
142
|
create mode 100644 recipes-sysrepo/nw-configurator/nw-configurator.bb
|
143
|
create mode 100644 recipes-sysrepo/sysrepo/sysrepo_git.bbappend
|
144
|
create mode 100644 recipes-sysrepo/tsn-yang-models/tsn-yang-models_git.bb
|
145
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-dl-inferer.bb
|
146
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-gst-apps.bb
|
147
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb
|
148
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-gui-app_0.1.bb
|
149
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-init.bb
|
150
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-init/dot.profile
|
151
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-init/edgeai-init.service
|
152
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-init/edgeai-launcher.sh
|
153
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-studio-agent.bb
|
154
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-tiovx-kernels.bb
|
155
|
create mode 100644 recipes-tisdk/edgeai-components/edgeai-tiovx-modules.bb
|
156
|
create mode 100644 recipes-tisdk/edgeai-components/ti-gpio-cpp.bb
|
157
|
create mode 100644 recipes-tisdk/edgeai-components/ti-gpio-py.bb
|
158
|
create mode 100644 recipes-tisdk/edgeai-dependencies/cors/npm-shrinkwrap.json
|
159
|
create mode 100644 recipes-tisdk/edgeai-dependencies/cors_2.8.5.bb
|
160
|
create mode 100644 recipes-tisdk/edgeai-dependencies/express/npm-shrinkwrap.json
|
161
|
create mode 100644 recipes-tisdk/edgeai-dependencies/express_4.18.2.bb
|
162
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-anyio_3.6.2.bb
|
163
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-fastapi_0.92.0.bb
|
164
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-h11_0.14.0.bb
|
165
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-pydantic_1.10.4.bb
|
166
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-python-multipart_0.0.5.bb
|
167
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-sniffio_1.3.0.bb
|
168
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-starlette_0.25.0.bb
|
169
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-typing-extensions_4.5.0.bb
|
170
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-uvicorn_0.20.0.bb
|
171
|
create mode 100644 recipes-tisdk/edgeai-dependencies/python3-websockets_10.4.bb
|
172
|
create mode 100644 recipes-tisdk/ti-tidl/ti-tidl-osrt.bb
|
173
|
create mode 100644 recipes-tisdk/ti-tidl/ti-tidl.bb
|
174
|
create mode 100644 recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb
|
175
|
create mode 100644 recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image-am65xx
|
176
|
delete mode 100644 recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image-hs-fs_am64
|
177
|
create mode 100644 recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-sgx-ddk-km-am65xx
|
178
|
create mode 100644 recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup/0001-create-sdcard.sh-Copy-all-sysfw-itb-binaries-to-boot.patch
|
179
|
create mode 100644 recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup/0001-setup-uboot-env-am65x-Adding-sudo-permissions.patch
|
180
|
create mode 100644 recipes-tisdk/tisdk-uenv/tisdk-uenv/am62axx-evm/uEnv.txt
|
181
|
create mode 100644 recipes-tisdk/wallpaper/wallpaper.bb
|
182
|
create mode 100644 recipes-tisdk/wallpaper/wallpaper/am62a-sk-wallpaper.jpg
|
183
|
Previous HEAD position was 01876dc ti-tisdk-setup: Remove setup.sh TFTP Fix patch for AM65.
|
184
|
HEAD is now at 4d3a4e5 tisdk-core-bundle: Add initial support for AM62AX
|
185
|
|
186
|
|
187
|
cloning repo meta-arago
|
188
|
|
189
|
Fetching origin
|
190
|
remote: Enumerating objects: 132, done.
|
191
|
remote: Counting objects: 100% (18/18), done.
|
192
|
remote: Total 132 (delta 17), reused 17 (delta 17), pack-reused 114
|
193
|
Receiving objects: 100% (132/132), 20.15 KiB | 6.72 MiB/s, done.
|
194
|
Resolving deltas: 100% (75/75), completed with 6 local objects.
|
195
|
From https://git.yoctoproject.org/meta-arago
|
196
|
9c11eab2..376d9cbd kirkstone-next -> origin/kirkstone-next
|
197
|
+ bb4fea51...d1ef8fdd kirkstone-wip -> origin/kirkstone-wip (forced update)
|
198
|
+ dc4b52fb...ccd68427 master-next -> origin/master-next (forced update)
|
199
|
+ b771e1a4...1a819666 master-wip -> origin/master-wip (forced update)
|
200
|
* [new tag] 09.00.00.009 -> 09.00.00.009
|
201
|
* [new tag] v5.12 -> v5.12
|
202
|
* [new tag] v5.13 -> v5.13
|
203
|
* [new tag] v5.18 -> v5.18
|
204
|
fatal: A branch named 'dunfell' already exists.
|
205
|
Updating dc749e98..86d19ced
|
206
|
Fast-forward
|
207
|
meta-arago-distro/conf/distro/include/arago-prefs.inc | 7 +++++++
|
208
|
meta-arago-distro/recipes-core/images/arago-image.inc | 18 ------------------
|
209
|
meta-arago-distro/recipes-core/images/tisdk-base-image.bb | 3 +++
|
210
|
meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 +-
|
211
|
meta-arago-distro/recipes-core/images/tisdk-default-image.bb | 3 +++
|
212
|
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 2 ++
|
213
|
meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 1 +
|
214
|
meta-arago-distro/recipes-core/systemd/systemd/local.rules | 2 +-
|
215
|
meta-arago-distro/recipes-core/udev/eudev/local.rules | 2 +-
|
216
|
meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend | 8 ++++++--
|
217
|
meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 1 +
|
218
|
meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile | 7 +++++++
|
219
|
.../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image | 11 +++++++++--
|
220
|
.../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl | 3 +--
|
221
|
meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 1 +
|
222
|
meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb | 2 +-
|
223
|
meta-arago-extras/recipes-core/meta/external-arm-sdk-toolchain.bb | 33 +++++++++++++++++++++++++++++----
|
224
|
meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 21 +++++++++++++++------
|
225
|
meta-arago-extras/recipes-devtools/input-utils/input-utils/fix-ftbfs-echo.patch | 20 ++++++++++++++++++++
|
226
|
meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb | 3 ++-
|
227
|
meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb | 2 +-
|
228
|
21 files changed, 112 insertions(+), 40 deletions(-)
|
229
|
create mode 100644 meta-arago-extras/recipes-devtools/input-utils/input-utils/fix-ftbfs-echo.patch
|
230
|
Previous HEAD position was 86d19ced meta-arago-distro: linux-firmware: remove cadence firmware
|
231
|
HEAD is now at dc749e98 ltp-ddt: CI/CD Auto-Merger: cicd.2022.12.02.14:23:50
|
232
|
|
233
|
|
234
|
cloning repo meta-qt5
|
235
|
|
236
|
Fetching origin
|
237
|
remote: Enumerating objects: 6, done.
|
238
|
remote: Counting objects: 100% (6/6), done.
|
239
|
remote: Compressing objects: 100% (2/2), done.
|
240
|
remote: Total 6 (delta 3), reused 6 (delta 3), pack-reused 0
|
241
|
Unpacking objects: 100% (6/6), done.
|
242
|
From https://github.com/meta-qt5/meta-qt5
|
243
|
9b7ca86..c1adc08 jansa/warrior-overrides -> origin/jansa/warrior-overrides
|
244
|
4c38904..1d863b2 master -> origin/master
|
245
|
fatal: A branch named 'dunfell' already exists.
|
246
|
Already up to date.
|
247
|
HEAD is now at 5ef3a0f qtdeclarative: Fix build with gcc-11
|
248
|
|
249
|
|
250
|
cloning repo meta-virtualization
|
251
|
|
252
|
Fetching origin
|
253
|
remote: Enumerating objects: 106, done.
|
254
|
remote: Counting objects: 100% (60/60), done.
|
255
|
remote: Compressing objects: 100% (30/30), done.
|
256
|
remote: Total 106 (delta 34), reused 47 (delta 30), pack-reused 46
|
257
|
Receiving objects: 100% (106/106), 102.67 KiB | 356.00 KiB/s, done.
|
258
|
Resolving deltas: 100% (54/54), completed with 4 local objects.
|
259
|
From https://git.yoctoproject.org/meta-virtualization
|
260
|
e60f59f..9e1ba07 kirkstone -> origin/kirkstone
|
261
|
ca01a63..76208ca master -> origin/master
|
262
|
+ 7f2ddf6...174c4cd master-next -> origin/master-next (forced update)
|
263
|
fatal: A branch named 'dunfell' already exists.
|
264
|
Updating beea119..0dbb859
|
265
|
Fast-forward
|
266
|
recipes-containers/kubernetes/kubernetes/CVE-2020-8564.patch | 166 +++++++++++++++++++++++++++++++++++++++
|
267
|
recipes-containers/kubernetes/kubernetes/CVE-2020-8565.patch | 24 ++++++
|
268
|
recipes-containers/kubernetes/kubernetes/CVE-2020-8566.patch | 67 ++++++++++++++++
|
269
|
recipes-containers/kubernetes/kubernetes_git.bb | 3 +
|
270
|
recipes-containers/lxc/files/0001-Patching-an-incoming-CVE-CVE-2022-47952.patch | 76 ++++++++++++++++++
|
271
|
recipes-containers/lxc/files/commands-fix-check-for-seccomp-notify-support.patch | 44 -----------
|
272
|
.../lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch | 53 -------------
|
273
|
recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch | 33 ++++----
|
274
|
.../lxc/files/tests-add-no-validate-when-using-download-template.patch | 85 --------------------
|
275
|
recipes-containers/lxc/{lxc_4.0.6.bb => lxc_git.bb} | 15 ++--
|
276
|
10 files changed, 359 insertions(+), 207 deletions(-)
|
277
|
create mode 100644 recipes-containers/kubernetes/kubernetes/CVE-2020-8564.patch
|
278
|
create mode 100644 recipes-containers/kubernetes/kubernetes/CVE-2020-8565.patch
|
279
|
create mode 100644 recipes-containers/kubernetes/kubernetes/CVE-2020-8566.patch
|
280
|
create mode 100644 recipes-containers/lxc/files/0001-Patching-an-incoming-CVE-CVE-2022-47952.patch
|
281
|
delete mode 100644 recipes-containers/lxc/files/commands-fix-check-for-seccomp-notify-support.patch
|
282
|
delete mode 100644 recipes-containers/lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch
|
283
|
delete mode 100644 recipes-containers/lxc/files/tests-add-no-validate-when-using-download-template.patch
|
284
|
rename recipes-containers/lxc/{lxc_4.0.6.bb => lxc_git.bb} (93%)
|
285
|
Previous HEAD position was 0dbb859 kubernetes: Backport fix for CVE-2020-8565 & CVE-2020-8566
|
286
|
HEAD is now at beea119 openvswitch: CVE-2021-3905 External triggered memory leak
|
287
|
|
288
|
|
289
|
cloning repo meta-openembedded
|
290
|
|
291
|
Fetching origin
|
292
|
From https://git.openembedded.org/meta-openembedded
|
293
|
b8b0b0682..e42d1e758 dunfell -> origin/dunfell
|
294
|
ffa6aff5d..e42d1e758 dunfell-next -> origin/dunfell-next
|
295
|
529620141..a88cb922f kirkstone -> origin/kirkstone
|
296
|
7c127728e..a88cb922f kirkstone-next -> origin/kirkstone-next
|
297
|
b74b10e31..5268cc891 master -> origin/master
|
298
|
+ 993a9a8c7...5c3801552 master-next -> origin/master-next (forced update)
|
299
|
fatal: A branch named 'dunfell' already exists.
|
300
|
Updating 7203130ed..e42d1e758
|
301
|
Fast-forward
|
302
|
.../{ntfs-3g-ntfsprogs_2022.5.17.bb => ntfs-3g-ntfsprogs_2022.10.3.bb} | 2 +-
|
303
|
meta-networking/recipes-daemons/postfix/{postfix_3.4.23.bb => postfix_3.4.27.bb} | 2 +-
|
304
|
meta-networking/recipes-daemons/proftpd/files/CVE-2021-46854.patch | 51 +
|
305
|
meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 1 +
|
306
|
.../recipes-protocols/net-snmp/net-snmp/CVE-2022-44792-CVE-2022-44793.patch | 116 +
|
307
|
meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 1 +
|
308
|
meta-networking/recipes-protocols/quagga/files/CVE-2021-44038.patch | 117 +
|
309
|
meta-networking/recipes-protocols/quagga/quagga.inc | 2 +-
|
310
|
meta-networking/recipes-support/dnsmasq/dnsmasq/CVE-2023-28450.patch | 63 +
|
311
|
meta-networking/recipes-support/dnsmasq/dnsmasq_2.81.bb | 1 +
|
312
|
meta-networking/recipes-support/ntp/ntp/CVE-2023-2655x.patch | 340 +++
|
313
|
meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 10 +-
|
314
|
meta-networking/recipes-support/openvpn/{openvpn_2.4.9.bb => openvpn_2.4.12.bb} | 7 +-
|
315
|
meta-networking/recipes-support/strongswan/files/CVE-2022-40617.patch | 210 ++
|
316
|
meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb | 1 +
|
317
|
meta-networking/recipes-support/wireshark/files/CVE-2023-0667-pre1.patch | 153 ++
|
318
|
meta-networking/recipes-support/wireshark/files/CVE-2023-0667.patch | 66 +
|
319
|
meta-networking/recipes-support/wireshark/files/CVE-2023-0668.patch | 33 +
|
320
|
meta-networking/recipes-support/wireshark/files/CVE-2023-2855.patch | 117 +
|
321
|
meta-networking/recipes-support/wireshark/files/CVE-2023-2856.patch | 68 +
|
322
|
meta-networking/recipes-support/wireshark/files/CVE-2023-2858.patch | 94 +
|
323
|
meta-networking/recipes-support/wireshark/files/CVE-2023-2952.patch | 97 +
|
324
|
meta-networking/recipes-support/wireshark/wireshark_3.2.18.bb | 11 +-
|
325
|
meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb | 2 +-
|
326
|
meta-oe/recipes-connectivity/krb5/krb5/CVE-2022-42898.patch | 110 +
|
327
|
meta-oe/recipes-connectivity/krb5/krb5_1.17.1.bb | 1 +
|
328
|
.../zeromq/files/0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch | 8 +-
|
329
|
meta-oe/recipes-connectivity/zeromq/{zeromq_4.3.2.bb => zeromq_4.3.4.bb} | 4 +-
|
330
|
.../recipes-dbs/mysql/{mariadb-native_10.4.25.bb => mariadb-native_10.4.28.bb} | 0
|
331
|
meta-oe/recipes-dbs/mysql/mariadb.inc | 3 +-
|
332
|
meta-oe/recipes-dbs/mysql/mariadb/CVE-2022-47015.patch | 269 +++
|
333
|
meta-oe/recipes-dbs/mysql/{mariadb_10.4.25.bb => mariadb_10.4.28.bb} | 0
|
334
|
meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | 13 +-
|
335
|
meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch | 13 +-
|
336
|
meta-oe/recipes-dbs/postgresql/files/CVE-2022-1552.patch | 947 ---------
|
337
|
meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch | 13 +-
|
338
|
meta-oe/recipes-dbs/postgresql/files/remove_duplicate.patch | 38 -
|
339
|
meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb | 11 +
|
340
|
meta-oe/recipes-dbs/postgresql/postgresql_12.9.bb | 13 -
|
341
|
meta-oe/recipes-devtools/capnproto/capnproto_0.7.0.bb | 4 +-
|
342
|
meta-oe/recipes-devtools/capnproto/files/CVE-2022-46149.patch | 49 +
|
343
|
meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb | 7 +-
|
344
|
.../jsoncpp/0001-json_writer-fix-inverted-sense-in-isAnyCharRequiredQ.patch | 52 +
|
345
|
meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb | 5 +-
|
346
|
meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb | 2 +-
|
347
|
.../nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps-nodejs14.patch | 22 +
|
348
|
.../nodejs/nodejs/0001-jinja-tests.py-add-py-3.10-fix-nodejs14.patch | 40 +
|
349
|
.../nodejs/nodejs/0001-ppc64-Do-not-use-mminimal-toc-with-clang-nodejs14.patch | 27 +
|
350
|
meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries-nodejs14.patch | 62 +
|
351
|
.../nodejs/nodejs/0003-Install-both-binaries-and-use-libdir-nodejs14.patch | 84 +
|
352
|
meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-32212.patch | 133 ++
|
353
|
meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-35255.patch | 237 +++
|
354
|
meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-43548.patch | 214 ++
|
355
|
meta-oe/recipes-devtools/nodejs/nodejs/CVE-llhttp.patch | 4348 ++++++++++++++++++++++++++++++++++++++
|
356
|
meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch | 63 +
|
357
|
meta-oe/recipes-devtools/nodejs/nodejs/libatomic-nodejs14.patch | 21 +
|
358
|
meta-oe/recipes-devtools/nodejs/nodejs/mips-less-memory-nodejs14.patch | 32 +
|
359
|
meta-oe/recipes-devtools/nodejs/nodejs/python-3.11-invalid-mode-rU.patch | 46 +
|
360
|
meta-oe/recipes-devtools/nodejs/nodejs_12.22.12.bb | 6 +
|
361
|
meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb | 209 ++
|
362
|
meta-oe/recipes-devtools/php/php/CVE-2023-3247-1.patch | 87 +
|
363
|
meta-oe/recipes-devtools/php/php/CVE-2023-3247-2.patch | 29 +
|
364
|
meta-oe/recipes-devtools/php/{php_7.4.28.bb => php_7.4.33.bb} | 4 +-
|
365
|
meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 2 +-
|
366
|
meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch | 29 +
|
367
|
meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb | 4 +-
|
368
|
meta-oe/recipes-extended/libmodbus/libmodbus/CVE-2022-0367.patch | 38 +
|
369
|
meta-oe/recipes-extended/libmodbus/libmodbus_3.1.6.bb | 5 +-
|
370
|
meta-oe/recipes-extended/sysdig/sysdig_git.bb | 3 +-
|
371
|
meta-oe/recipes-extended/zstd/zstd_1.4.5.bb | 2 +-
|
372
|
meta-oe/recipes-graphics/spir/spirv-tools_git.bb | 2 +-
|
373
|
meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb | 2 +-
|
374
|
meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 776 +++++++
|
375
|
meta-oe/recipes-graphics/xorg-app/xterm_353.bb | 1 +
|
376
|
meta-oe/recipes-support/c-ares/c-ares/CVE-2022-4904.patch | 67 +
|
377
|
meta-oe/recipes-support/c-ares/c-ares/CVE-2023-31130.patch | 329 +++
|
378
|
meta-oe/recipes-support/c-ares/c-ares/CVE-2023-31147.patch | 717 +++++++
|
379
|
meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch | 84 +
|
380
|
meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | 11 +-
|
381
|
meta-oe/recipes-support/gnulib/{gnulib_2018-03-07.03.bb => gnulib_2018-12-18.bb} | 0
|
382
|
meta-oe/recipes-support/lcov/lcov_1.14.bb | 2 +-
|
383
|
meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch | 27 +
|
384
|
meta-oe/recipes-support/libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch | 57 +
|
385
|
meta-oe/recipes-support/libb64/libb64/0003-fix-integer-overflows.patch | 77 +
|
386
|
meta-oe/recipes-support/libb64/libb64/0004-Fix-off-by-one-error.patch | 26 +
|
387
|
meta-oe/recipes-support/libb64/libb64/0005-make-overriding-CFLAGS-possible.patch | 40 +
|
388
|
.../libb64/libb64/0006-do-not-export-the-CHARS_PER_LINE-variable.patch | 27 +
|
389
|
.../libb64/0007-initialize-encoder-decoder-state-in-the-constructors.patch | 44 +
|
390
|
meta-oe/recipes-support/libb64/libb64_1.2.1.bb | 39 +
|
391
|
meta-oe/recipes-support/libssh/files/CVE-2020-16135-1.patch | 40 +
|
392
|
meta-oe/recipes-support/libssh/files/CVE-2020-16135-2.patch | 42 +
|
393
|
meta-oe/recipes-support/libssh/files/CVE-2020-16135-3.patch | 70 +
|
394
|
meta-oe/recipes-support/libssh/files/CVE-2020-16135-4.patch | 34 +
|
395
|
meta-oe/recipes-support/libssh/libssh_0.8.9.bb | 8 +-
|
396
|
meta-oe/recipes-support/multipath-tools/files/CVE-2022-41973.patch | 154 ++
|
397
|
meta-oe/recipes-support/multipath-tools/files/CVE-2022-41974.patch | 162 ++
|
398
|
meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 5 +
|
399
|
.../nss/nss/0001-Bug-1812671-build-failure-while-implicitly-casting-S.patch | 46 +
|
400
|
.../nss/nss/0001-Bug-1826650-cmd-ecperf-fix-dangling-pointer-warning-.patch | 75 +
|
401
|
meta-oe/recipes-support/nss/nss/CVE-2020-25648.patch | 163 ++
|
402
|
meta-oe/recipes-support/nss/nss/CVE-2023-0767.patch | 124 ++
|
403
|
meta-oe/recipes-support/nss/nss_3.51.1.bb | 10 +
|
404
|
.../0001-Properly-check-authorization-on-incoming-guestOps-re.patch | 39 +
|
405
|
meta-oe/recipes-support/open-vm-tools/open-vm-tools_11.0.1.bb | 1 +
|
406
|
meta-oe/recipes-support/openldap/openldap/CVE-2021-27212.patch | 31 +
|
407
|
meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-1.patch | 30 +
|
408
|
meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-2.patch | 76 +
|
409
|
meta-oe/recipes-support/openldap/openldap_2.4.57.bb | 3 +
|
410
|
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725.patch | 629 ++++++
|
411
|
meta-oe/recipes-support/syslog-ng/syslog-ng_3.24.1.bb | 1 +
|
412
|
meta-python/recipes-devtools/python/python3-cryptography/CVE-2023-23931.patch | 45 +
|
413
|
meta-python/recipes-devtools/python/python3-cryptography_2.8.bb | 1 +
|
414
|
meta-python/recipes-devtools/python/python3-pillow/0001-CVE-2022-45198.patch | 26 +
|
415
|
meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb | 1 +
|
416
|
.../apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch | 12 +-
|
417
|
.../apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch | 31 +
|
418
|
meta-webserver/recipes-httpd/apache2/{apache2_2.4.53.bb => apache2_2.4.57.bb} | 3 +-
|
419
|
meta-webserver/recipes-httpd/nginx/files/CVE-2022-41741-CVE-2022-41742.patch | 319 +++
|
420
|
meta-webserver/recipes-httpd/nginx/nginx_1.16.1.bb | 4 +-
|
421
|
119 files changed, 12324 insertions(+), 1063 deletions(-)
|
422
|
rename meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/{ntfs-3g-ntfsprogs_2022.5.17.bb => ntfs-3g-ntfsprogs_2022.10.3.bb} (95%)
|
423
|
rename meta-networking/recipes-daemons/postfix/{postfix_3.4.23.bb => postfix_3.4.27.bb} (89%)
|
424
|
create mode 100644 meta-networking/recipes-daemons/proftpd/files/CVE-2021-46854.patch
|
425
|
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2022-44792-CVE-2022-44793.patch
|
426
|
create mode 100644 meta-networking/recipes-protocols/quagga/files/CVE-2021-44038.patch
|
427
|
create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/CVE-2023-28450.patch
|
428
|
create mode 100644 meta-networking/recipes-support/ntp/ntp/CVE-2023-2655x.patch
|
429
|
rename meta-networking/recipes-support/openvpn/{openvpn_2.4.9.bb => openvpn_2.4.12.bb} (91%)
|
430
|
create mode 100644 meta-networking/recipes-support/strongswan/files/CVE-2022-40617.patch
|
431
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-0667-pre1.patch
|
432
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-0667.patch
|
433
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-0668.patch
|
434
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-2855.patch
|
435
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-2856.patch
|
436
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-2858.patch
|
437
|
create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-2952.patch
|
438
|
create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/CVE-2022-42898.patch
|
439
|
rename meta-oe/recipes-connectivity/zeromq/{zeromq_4.3.2.bb => zeromq_4.3.4.bb} (87%)
|
440
|
rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.4.25.bb => mariadb-native_10.4.28.bb} (100%)
|
441
|
create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/CVE-2022-47015.patch
|
442
|
rename meta-oe/recipes-dbs/mysql/{mariadb_10.4.25.bb => mariadb_10.4.28.bb} (100%)
|
443
|
delete mode 100644 meta-oe/recipes-dbs/postgresql/files/CVE-2022-1552.patch
|
444
|
delete mode 100644 meta-oe/recipes-dbs/postgresql/files/remove_duplicate.patch
|
445
|
create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb
|
446
|
delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.9.bb
|
447
|
create mode 100644 meta-oe/recipes-devtools/capnproto/files/CVE-2022-46149.patch
|
448
|
create mode 100644 meta-oe/recipes-devtools/jsoncpp/jsoncpp/0001-json_writer-fix-inverted-sense-in-isAnyCharRequiredQ.patch
|
449
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps-nodejs14.patch
|
450
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-jinja-tests.py-add-py-3.10-fix-nodejs14.patch
|
451
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-ppc64-Do-not-use-mminimal-toc-with-clang-nodejs14.patch
|
452
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries-nodejs14.patch
|
453
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0003-Install-both-binaries-and-use-libdir-nodejs14.patch
|
454
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-32212.patch
|
455
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-35255.patch
|
456
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-43548.patch
|
457
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-llhttp.patch
|
458
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch
|
459
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/libatomic-nodejs14.patch
|
460
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/mips-less-memory-nodejs14.patch
|
461
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/python-3.11-invalid-mode-rU.patch
|
462
|
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb
|
463
|
create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2023-3247-1.patch
|
464
|
create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2023-3247-2.patch
|
465
|
rename meta-oe/recipes-devtools/php/{php_7.4.28.bb => php_7.4.33.bb} (98%)
|
466
|
create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch
|
467
|
create mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus/CVE-2022-0367.patch
|
468
|
create mode 100644 meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch
|
469
|
create mode 100644 meta-oe/recipes-support/c-ares/c-ares/CVE-2022-4904.patch
|
470
|
create mode 100644 meta-oe/recipes-support/c-ares/c-ares/CVE-2023-31130.patch
|
471
|
create mode 100644 meta-oe/recipes-support/c-ares/c-ares/CVE-2023-31147.patch
|
472
|
create mode 100644 meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch
|
473
|
rename meta-oe/recipes-support/gnulib/{gnulib_2018-03-07.03.bb => gnulib_2018-12-18.bb} (100%)
|
474
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch
|
475
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch
|
476
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0003-fix-integer-overflows.patch
|
477
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0004-Fix-off-by-one-error.patch
|
478
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0005-make-overriding-CFLAGS-possible.patch
|
479
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0006-do-not-export-the-CHARS_PER_LINE-variable.patch
|
480
|
create mode 100644 meta-oe/recipes-support/libb64/libb64/0007-initialize-encoder-decoder-state-in-the-constructors.patch
|
481
|
create mode 100644 meta-oe/recipes-support/libb64/libb64_1.2.1.bb
|
482
|
create mode 100644 meta-oe/recipes-support/libssh/files/CVE-2020-16135-1.patch
|
483
|
create mode 100644 meta-oe/recipes-support/libssh/files/CVE-2020-16135-2.patch
|
484
|
create mode 100644 meta-oe/recipes-support/libssh/files/CVE-2020-16135-3.patch
|
485
|
create mode 100644 meta-oe/recipes-support/libssh/files/CVE-2020-16135-4.patch
|
486
|
create mode 100644 meta-oe/recipes-support/multipath-tools/files/CVE-2022-41973.patch
|
487
|
create mode 100644 meta-oe/recipes-support/multipath-tools/files/CVE-2022-41974.patch
|
488
|
create mode 100644 meta-oe/recipes-support/nss/nss/0001-Bug-1812671-build-failure-while-implicitly-casting-S.patch
|
489
|
create mode 100644 meta-oe/recipes-support/nss/nss/0001-Bug-1826650-cmd-ecperf-fix-dangling-pointer-warning-.patch
|
490
|
create mode 100644 meta-oe/recipes-support/nss/nss/CVE-2020-25648.patch
|
491
|
create mode 100644 meta-oe/recipes-support/nss/nss/CVE-2023-0767.patch
|
492
|
create mode 100644 meta-oe/recipes-support/open-vm-tools/open-vm-tools/0001-Properly-check-authorization-on-incoming-guestOps-re.patch
|
493
|
create mode 100644 meta-oe/recipes-support/openldap/openldap/CVE-2021-27212.patch
|
494
|
create mode 100644 meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-1.patch
|
495
|
create mode 100644 meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-2.patch
|
496
|
create mode 100644 meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725.patch
|
497
|
create mode 100644 meta-python/recipes-devtools/python/python3-cryptography/CVE-2023-23931.patch
|
498
|
create mode 100644 meta-python/recipes-devtools/python/python3-pillow/0001-CVE-2022-45198.patch
|
499
|
create mode 100644 meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
|
500
|
rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.53.bb => apache2_2.4.57.bb} (98%)
|
501
|
create mode 100644 meta-webserver/recipes-httpd/nginx/files/CVE-2022-41741-CVE-2022-41742.patch
|
502
|
Previous HEAD position was e42d1e758 postgresql: refresh patches
|
503
|
HEAD is now at 7203130ed [dunfell] wireguard: Upgrade to 1.0.20220627 (module) and 1.0.20210914 (tools)
|
504
|
|
505
|
|
506
|
cloning repo meta-ti
|
507
|
|
508
|
Fetching origin
|
509
|
remote: Enumerating objects: 57, done.
|
510
|
remote: Counting objects: 100% (20/20), done.
|
511
|
remote: Total 57 (delta 19), reused 19 (delta 19), pack-reused 37
|
512
|
Unpacking objects: 100% (57/57), done.
|
513
|
From https://git.yoctoproject.org/meta-ti
|
514
|
c3916324..ed5bf2b0 kirkstone-next -> origin/kirkstone-next
|
515
|
+ 1e3790a6...020d685b kirkstone-wip -> origin/kirkstone-wip (forced update)
|
516
|
+ 67f951d3...8a31e78c master-next -> origin/master-next (forced update)
|
517
|
6577afa2..42362965 master-wip -> origin/master-wip
|
518
|
* [new tag] 09.00.00.009 -> 09.00.00.009
|
519
|
fatal: A branch named 'dunfell' already exists.
|
520
|
Updating 6763a269..86bafdd7
|
521
|
Fast-forward
|
522
|
conf/machine/am62axx-evm-k3r5-gp.conf | 19 ++++++++++++++
|
523
|
conf/machine/am62axx-evm-k3r5-hs-fs.conf | 14 +++++++++++
|
524
|
conf/machine/am62axx-evm-k3r5-hs-se.conf | 22 +++++++++++++++++
|
525
|
conf/machine/am62axx-evm.conf | 30 ++++++++++++++++++++++
|
526
|
conf/machine/{am62xx-evm-k3r5.conf => am62xx-evm-k3r5-gp.conf} | 7 ++++++
|
527
|
conf/machine/am62xx-evm-k3r5-hs-fs.conf | 14 +++++++++++
|
528
|
conf/machine/am62xx-evm-k3r5-hs-se.conf | 21 ++++++++++++++++
|
529
|
conf/machine/am62xx-evm.conf | 9 +++++++
|
530
|
conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf | 14 +++++++++++
|
531
|
conf/machine/am62xx-lp-evm-k3r5-hs-se.conf | 21 ++++++++++++++++
|
532
|
conf/machine/am62xx-lp-evm-k3r5.conf | 12 +++++++--
|
533
|
conf/machine/am62xx-lp-evm.conf | 7 +++++-
|
534
|
conf/machine/am65xx-hs-evm.conf | 8 ------
|
535
|
conf/machine/include/am62axx.inc | 30 ++++++++++++++++++++++
|
536
|
conf/machine/include/am62xx-lp.inc | 24 ++++++++++++++++++
|
537
|
conf/machine/include/am62xx.inc | 18 ++++++++++++--
|
538
|
conf/machine/include/k3.inc | 8 +++++-
|
539
|
conf/machine/include/omap-a15.inc | 2 +-
|
540
|
conf/machine/j7-evm.conf | 23 +++++++++++++++++
|
541
|
conf/machine/j7-hs-evm.conf | 8 ------
|
542
|
conf/machine/j7200-evm.conf | 2 ++
|
543
|
conf/machine/j7200-hs-evm.conf | 8 ------
|
544
|
conf/machine/j721s2-evm-k3r5-gp.conf | 20 +++++++++++++++
|
545
|
conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf | 15 +++++++++++
|
546
|
conf/machine/j721s2-evm.conf | 38 ++++++++++++++++++++++++++--
|
547
|
conf/machine/j721s2-hs-evm.conf | 24 ++++++++++++------
|
548
|
conf/machine/j784s4-evm-k3r5-gp.conf | 20 +++++++++++++++
|
549
|
conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf | 16 ++++++++++++
|
550
|
conf/machine/j784s4-evm.conf | 39 ++++++++++++++++++++++++++---
|
551
|
conf/machine/j784s4-hs-evm.conf | 19 +++++++++++++-
|
552
|
conf/multiconfig/k3r5-hs-fs.conf | 3 +++
|
553
|
conf/multiconfig/k3r5-hs-se.conf | 3 +++
|
554
|
conf/multiconfig/k3r5-sr1-hs-fs.conf | 3 +++
|
555
|
conf/multiconfig/k3r5-sr1.conf | 3 +++
|
556
|
recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 4 +--
|
557
|
recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 2 +-
|
558
|
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +--
|
559
|
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 35 ++++++++++++++++++++++----
|
560
|
recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb | 2 +-
|
561
|
recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 29 ++++++++++++++++++++--
|
562
|
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 2 +-
|
563
|
recipes-bsp/u-boot/u-boot-ti.inc | 2 ++
|
564
|
recipes-devtools/k3conf/k3conf_git.bb | 2 +-
|
565
|
recipes-kernel/linux/kernel-rdepends.inc | 2 ++
|
566
|
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +--
|
567
|
recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +--
|
568
|
recipes-security/optee/optee-client_%.bbappend | 9 +++++--
|
569
|
recipes-security/optee/optee-examples_%.bbappend | 4 +--
|
570
|
recipes-security/optee/optee-os_%.bbappend | 24 ++++++++++++++++--
|
571
|
recipes-security/optee/optee-test_%.bbappend | 4 +--
|
572
|
recipes-ti/ipc/ti-rpmsg-char.inc | 6 ++---
|
573
|
recipes-ti/secdev/ti-k3-secdev_git.bb | 2 +-
|
574
|
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
|
575
|
53 files changed, 657 insertions(+), 85 deletions(-)
|
576
|
create mode 100644 conf/machine/am62axx-evm-k3r5-gp.conf
|
577
|
create mode 100644 conf/machine/am62axx-evm-k3r5-hs-fs.conf
|
578
|
create mode 100644 conf/machine/am62axx-evm-k3r5-hs-se.conf
|
579
|
create mode 100644 conf/machine/am62axx-evm.conf
|
580
|
rename conf/machine/{am62xx-evm-k3r5.conf => am62xx-evm-k3r5-gp.conf} (54%)
|
581
|
create mode 100644 conf/machine/am62xx-evm-k3r5-hs-fs.conf
|
582
|
create mode 100644 conf/machine/am62xx-evm-k3r5-hs-se.conf
|
583
|
create mode 100644 conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
|
584
|
create mode 100644 conf/machine/am62xx-lp-evm-k3r5-hs-se.conf
|
585
|
create mode 100644 conf/machine/include/am62axx.inc
|
586
|
create mode 100644 conf/machine/include/am62xx-lp.inc
|
587
|
create mode 100644 conf/machine/j721s2-evm-k3r5-gp.conf
|
588
|
create mode 100644 conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf
|
589
|
create mode 100644 conf/machine/j784s4-evm-k3r5-gp.conf
|
590
|
create mode 100644 conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf
|
591
|
create mode 100644 conf/multiconfig/k3r5-hs-fs.conf
|
592
|
create mode 100644 conf/multiconfig/k3r5-hs-se.conf
|
593
|
create mode 100644 conf/multiconfig/k3r5-sr1-hs-fs.conf
|
594
|
create mode 100644 conf/multiconfig/k3r5-sr1.conf
|
595
|
Previous HEAD position was 86bafdd7 ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202304260757
|
596
|
HEAD is now at 6763a269 linux-ti-staging-rt: RC Auto-Merger: 08.05.00.007
|
597
|
|
598
|
|
599
|
cloning repo meta-arm
|
600
|
|
601
|
Fetching origin
|
602
|
remote: Enumerating objects: 74, done.
|
603
|
remote: Counting objects: 100% (74/74), done.
|
604
|
remote: Compressing objects: 100% (72/72), done.
|
605
|
remote: Total 74 (delta 21), reused 0 (delta 0), pack-reused 0
|
606
|
Unpacking objects: 100% (74/74), done.
|
607
|
From https://git.yoctoproject.org/meta-arm
|
608
|
a262d308..2d809a7c master -> origin/master
|
609
|
fatal: A branch named 'dunfell' already exists.
|
610
|
Updating c4f04f3f..b1fe8443
|
611
|
Fast-forward
|
612
|
.gitlab-ci.yml | 157 ++
|
613
|
ci/a5ds.yml | 6 +
|
614
|
ci/armgcc.yml | 6 +
|
615
|
ci/base.yml | 48 +
|
616
|
ci/bootstrap.yml | 9 +
|
617
|
ci/check-machine-coverage | 26 +
|
618
|
ci/check-warnings | 18 +
|
619
|
ci/clang.yml | 10 +
|
620
|
ci/foundation-armv8.yml | 6 +
|
621
|
ci/fvp-base.yml | 7 +
|
622
|
ci/gem5-arm64.yml | 10 +
|
623
|
ci/jobs-to-kas | 19 +
|
624
|
ci/juno.yml | 6 +
|
625
|
ci/logging.yml | 13 +
|
626
|
ci/musl.yml | 6 +
|
627
|
ci/n1sdp.yml | 6 +
|
628
|
ci/qemuarm.yml | 6 +
|
629
|
ci/qemuarmv5.yml | 11 +
|
630
|
ci/tc0.yml | 6 +
|
631
|
ci/testimage.yml | 17 +
|
632
|
ci/update-repos | 41 +
|
633
|
meta-arm-autonomy/conf/layer.conf | 1 +
|
634
|
meta-arm-autonomy/documentation/arm-autonomy-quickstart.md | 4 +
|
635
|
.../recipes-bsp/u-boot/u-boot-2020.01/fvp-base/xen_u-boot_kernel_addr.patch | 16 +
|
636
|
meta-arm-autonomy/recipes-bsp/u-boot/u-boot_2020.01.bbappend | 9 +
|
637
|
meta-arm-bsp/conf/layer.conf | 2 +-
|
638
|
meta-arm-bsp/conf/machine/a5ds.conf | 5 +-
|
639
|
meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-n1sdp.inc | 4 -
|
640
|
meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-tc0.inc | 7 -
|
641
|
meta-arm-bsp/recipes-bsp/u-boot/files/a5ds/0001-armv7-add-mmio-timer.patch | 14 +-
|
642
|
.../u-boot/files/a5ds/0002-board-arm-add-designstart-cortex-a5-board.patch | 28 +-
|
643
|
meta-arm-bsp/recipes-devtools/gem5/gem5-aarch64-native_20.bb | 2 +-
|
644
|
.../recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-timer.cfg | 1 +
|
645
|
.../recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-pci.cfg | 1 +
|
646
|
.../linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-sound.cfg | 1 +
|
647
|
.../linux/files/0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch | 54 +
|
648
|
meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-tc0.inc | 1 +
|
649
|
meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_4.19.bb | 3 +-
|
650
|
meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb | 1 +
|
651
|
meta-arm-bsp/recipes-kernel/linux/linux-stable_%.bbappend | 3 -
|
652
|
meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.3.bb | 17 +
|
653
|
meta-arm-toolchain/conf/distro/include/external-arm-toolchain-versions.inc | 10 +
|
654
|
meta-arm-toolchain/conf/distro/include/tcmode-external-arm.inc | 5 +
|
655
|
meta-arm-toolchain/conf/layer.conf | 7 +-
|
656
|
meta-arm-toolchain/custom-licenses/Armcompiler-License-agreement | 165 ++
|
657
|
meta-arm-toolchain/custom-licenses/Armcompiler-Redistributables | 36 +
|
658
|
meta-arm-toolchain/custom-licenses/Armcompiler-Supplementary-terms | 10 +
|
659
|
meta-arm-toolchain/custom-licenses/Armcompiler-Third-party-licenses | 3947 ++++++++++++++++++++++++++++++++++++++
|
660
|
.../external-arm-toolchain/{gcc-x86host.inc => arm-binary-toolchain.inc} | 4 +-
|
661
|
meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.13.bb | 48 +
|
662
|
.../recipes-devtools/external-arm-toolchain/external-arm-sdk-toolchain.bb | 143 ++
|
663
|
.../recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb | 44 +-
|
664
|
.../recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb | 16 +-
|
665
|
.../recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb | 11 +-
|
666
|
meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc | 79 +
|
667
|
meta-arm-toolchain/recipes-devtools/gcc/gcc-arm-8.2.inc | 6 +
|
668
|
meta-arm-toolchain/recipes-devtools/gcc/gcc-arm-8.3.inc | 6 +
|
669
|
meta-arm-toolchain/recipes-devtools/gcc/gcc-arm-9.2.inc | 7 +
|
670
|
.../gcc-arm-9.2/0001-Backport-fix-for-PR-tree-optimization-97236-fix-bad-.patch | 119 ++
|
671
|
.../gcc/gcc-arm-9.2/0012-gcc-Fix-argument-list-too-long-error.patch | 16 +-
|
672
|
meta-arm-toolchain/recipes-devtools/gcc/gcc-arm-common.inc | 2 +-
|
673
|
.../files/0001-tools-gen_module_code-atomically-rewrite-the-generat.patch | 69 +
|
674
|
meta-arm/recipes-bsp/scp-firmware/scp-firmware_git.bb | 4 +-
|
675
|
meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb | 2 +-
|
676
|
meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.2.bb | 2 +-
|
677
|
meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.3.bb | 2 +-
|
678
|
66 files changed, 5282 insertions(+), 86 deletions(-)
|
679
|
create mode 100644 .gitlab-ci.yml
|
680
|
create mode 100644 ci/a5ds.yml
|
681
|
create mode 100644 ci/armgcc.yml
|
682
|
create mode 100644 ci/base.yml
|
683
|
create mode 100644 ci/bootstrap.yml
|
684
|
create mode 100755 ci/check-machine-coverage
|
685
|
create mode 100755 ci/check-warnings
|
686
|
create mode 100644 ci/clang.yml
|
687
|
create mode 100644 ci/foundation-armv8.yml
|
688
|
create mode 100644 ci/fvp-base.yml
|
689
|
create mode 100644 ci/gem5-arm64.yml
|
690
|
create mode 100755 ci/jobs-to-kas
|
691
|
create mode 100644 ci/juno.yml
|
692
|
create mode 100644 ci/logging.yml
|
693
|
create mode 100644 ci/musl.yml
|
694
|
create mode 100644 ci/n1sdp.yml
|
695
|
create mode 100644 ci/qemuarm.yml
|
696
|
create mode 100644 ci/qemuarmv5.yml
|
697
|
create mode 100644 ci/tc0.yml
|
698
|
create mode 100644 ci/testimage.yml
|
699
|
create mode 100755 ci/update-repos
|
700
|
create mode 100644 meta-arm-autonomy/recipes-bsp/u-boot/u-boot-2020.01/fvp-base/xen_u-boot_kernel_addr.patch
|
701
|
create mode 100644 meta-arm-autonomy/recipes-bsp/u-boot/u-boot_2020.01.bbappend
|
702
|
create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch
|
703
|
delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-stable_%.bbappend
|
704
|
create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.3.bb
|
705
|
create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-License-agreement
|
706
|
create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-Redistributables
|
707
|
create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-Supplementary-terms
|
708
|
create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-Third-party-licenses
|
709
|
rename meta-arm-toolchain/recipes-devtools/external-arm-toolchain/{gcc-x86host.inc => arm-binary-toolchain.inc} (93%)
|
710
|
create mode 100644 meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.13.bb
|
711
|
create mode 100644 meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-sdk-toolchain.bb
|
712
|
create mode 100644 meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc
|
713
|
create mode 100644 meta-arm-toolchain/recipes-devtools/gcc/gcc-arm-9.2/0001-Backport-fix-for-PR-tree-optimization-97236-fix-bad-.patch
|
714
|
create mode 100644 meta-arm/recipes-bsp/scp-firmware/files/0001-tools-gen_module_code-atomically-rewrite-the-generat.patch
|
715
|
Previous HEAD position was b1fe8443 CI: pin to kas 3.2 as 3.2.1 fails
|
716
|
HEAD is now at c4f04f3f arm/trusted-firmware-a: add branch name for mbedtls
|
717
|
|
718
|
|
719
|
cloning repo oe-core
|
720
|
|
721
|
Fetching origin
|
722
|
From https://git.openembedded.org/openembedded-core
|
723
|
3575290c4c..c953ccba6c dunfell -> origin/dunfell
|
724
|
8ceaeff900..47a1dd7f38 kirkstone -> origin/kirkstone
|
725
|
499a44748d..020a517694 master -> origin/master
|
726
|
+ e1fcc91329...151a56b801 master-next -> origin/master-next (forced update)
|
727
|
* [new branch] nanbield -> origin/nanbield
|
728
|
fatal: A branch named 'dunfell' already exists.
|
729
|
Updating 408bf1b4bb..c953ccba6c
|
730
|
Fast-forward
|
731
|
meta/classes/base.bbclass | 2 +-
|
732
|
meta/classes/create-spdx-2.2.bbclass | 1067 ++++++
|
733
|
meta/classes/create-spdx.bbclass | 8 +
|
734
|
meta/classes/cve-check.bbclass | 15 +-
|
735
|
meta/classes/devshell.bbclass | 2 -
|
736
|
meta/classes/externalsrc.bbclass | 2 +-
|
737
|
meta/classes/fs-uuid.bbclass | 2 +-
|
738
|
meta/classes/go.bbclass | 2 +-
|
739
|
meta/classes/image.bbclass | 4 +-
|
740
|
meta/classes/kernel-arch.bbclass | 2 +-
|
741
|
meta/classes/kernel-fitimage.bbclass | 144 +-
|
742
|
meta/classes/kernel-yocto.bbclass | 2 +-
|
743
|
meta/classes/kernel.bbclass | 51 +-
|
744
|
meta/classes/libc-package.bbclass | 1 +
|
745
|
meta/classes/license_image.bbclass | 2 +-
|
746
|
meta/classes/multilib.bbclass | 1 +
|
747
|
meta/classes/nativesdk.bbclass | 2 +
|
748
|
meta/classes/package.bbclass | 39 +-
|
749
|
meta/classes/populate_sdk_base.bbclass | 4 +-
|
750
|
meta/classes/populate_sdk_ext.bbclass | 7 +-
|
751
|
meta/classes/pypi.bbclass | 2 +
|
752
|
meta/classes/qemuboot.bbclass | 3 +-
|
753
|
meta/classes/rm_work.bbclass | 15 +-
|
754
|
meta/classes/staging.bbclass | 4 +
|
755
|
meta/classes/toolchain-scripts.bbclass | 4 +-
|
756
|
meta/classes/uninative.bbclass | 4 +
|
757
|
meta/classes/useradd-staticids.bbclass | 2 +-
|
758
|
meta/conf/bitbake.conf | 2 +-
|
759
|
meta/conf/distro/include/ptest-packagelists.inc | 1 +
|
760
|
meta/conf/distro/include/yocto-uninative.inc | 10 +-
|
761
|
meta/conf/licenses.conf | 7 +
|
762
|
meta/files/spdx-licenses.json | 5937 +++++++++++++++++++++++++++++++
|
763
|
meta/lib/oe/cve_check.py | 37 +
|
764
|
meta/lib/oe/packagedata.py | 11 +
|
765
|
meta/lib/oe/reproducible.py | 3 +-
|
766
|
meta/lib/oe/sbom.py | 84 +
|
767
|
meta/lib/oe/spdx.py | 357 ++
|
768
|
meta/lib/oe/terminal.py | 4 +
|
769
|
meta/lib/oeqa/runtime/cases/rpm.py | 23 +-
|
770
|
meta/lib/oeqa/runtime/cases/rtc.py | 8 +-
|
771
|
meta/lib/oeqa/runtime/context.py | 4 +-
|
772
|
meta/lib/oeqa/selftest/cases/bbtests.py | 8 +
|
773
|
meta/lib/oeqa/selftest/cases/cve_check.py | 19 +
|
774
|
meta/lib/oeqa/selftest/cases/devtool.py | 8 +
|
775
|
meta/lib/oeqa/selftest/cases/prservice.py | 2 +-
|
776
|
meta/lib/oeqa/selftest/cases/reproducible.py | 5 +-
|
777
|
meta/lib/oeqa/selftest/cases/runtime_test.py | 8 +-
|
778
|
meta/lib/oeqa/selftest/cases/tinfoil.py | 14 +
|
779
|
meta/lib/oeqa/utils/metadata.py | 6 +-
|
780
|
meta/lib/oeqa/utils/qemurunner.py | 11 +-
|
781
|
meta/recipes-bsp/grub/files/CVE-2020-27749.patch | 609 ++++
|
782
|
meta/recipes-bsp/grub/files/CVE-2021-20225.patch | 58 +
|
783
|
meta/recipes-bsp/grub/files/CVE-2021-20233.patch | 50 +
|
784
|
meta/recipes-bsp/grub/files/CVE-2022-2601.patch | 87 +
|
785
|
meta/recipes-bsp/grub/files/CVE-2022-28735.patch | 271 ++
|
786
|
meta/recipes-bsp/grub/files/CVE-2022-3775.patch | 97 +
|
787
|
meta/recipes-bsp/grub/files/determinism.patch | 2 +-
|
788
|
.../grub/files/font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch | 117 +
|
789
|
meta/recipes-bsp/grub/grub2.inc | 9 +
|
790
|
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 5 +-
|
791
|
meta/recipes-connectivity/bluez5/bluez5_5.55.bb | 7 +
|
792
|
meta/recipes-connectivity/connman/connman/CVE-2023-28488.patch | 54 +
|
793
|
meta/recipes-connectivity/connman/connman_1.37.bb | 1 +
|
794
|
.../inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch | 283 ++
|
795
|
.../inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch | 254 ++
|
796
|
meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 +
|
797
|
.../mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | 4 +-
|
798
|
meta/recipes-connectivity/openssh/openssh/sshd.socket | 1 +
|
799
|
meta/recipes-connectivity/openssh/openssh/sshd@.service | 2 -
|
800
|
.../openssl/openssl/0001-Configure-add-2-missing-key-sorts.patch | 38 +
|
801
|
.../openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch | 37 +
|
802
|
meta/recipes-connectivity/openssl/{openssl_1.1.1s.bb => openssl_1.1.1v.bb} | 4 +-
|
803
|
meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch | 50 +
|
804
|
meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 1 +
|
805
|
meta/recipes-core/base-files/base-files/hosts | 2 +-
|
806
|
meta/recipes-core/busybox/busybox.inc | 27 +-
|
807
|
meta/recipes-core/dropbear/dropbear.inc | 1 +
|
808
|
meta/recipes-core/dropbear/dropbear/CVE-2021-36369.patch | 145 +
|
809
|
meta/recipes-core/glibc/glibc-version.inc | 2 +-
|
810
|
meta/recipes-core/glibc/glibc.inc | 4 +-
|
811
|
meta/recipes-core/glibc/glibc/CVE-2023-0687.patch | 82 +
|
812
|
meta/recipes-core/glibc/glibc_2.31.bb | 1 +
|
813
|
meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +-
|
814
|
meta/recipes-core/libxml/libxml2/CVE-2023-28484.patch | 79 +
|
815
|
meta/recipes-core/libxml/libxml2/CVE-2023-29469.patch | 42 +
|
816
|
meta/recipes-core/libxml/libxml2_2.9.10.bb | 2 +
|
817
|
meta/recipes-core/meta/buildtools-tarball.bb | 2 +-
|
818
|
meta/recipes-core/meta/cve-update-db-native.bb | 97 +-
|
819
|
meta/recipes-core/meta/cve-update-nvd2-native.bb | 342 ++
|
820
|
meta/recipes-core/ovmf/ovmf/0001-Basetools-genffs-fix-gcc12-warning.patch | 49 +
|
821
|
meta/recipes-core/ovmf/ovmf/0001-Basetools-lzmaenc-fix-gcc12-warning.patch | 53 +
|
822
|
meta/recipes-core/ovmf/ovmf/0001-Basetools-turn-off-gcc12-warning.patch | 41 +
|
823
|
meta/recipes-core/ovmf/ovmf_git.bb | 3 +
|
824
|
meta/recipes-core/psplash/files/psplash-start.service | 1 +
|
825
|
meta/recipes-core/psplash/files/psplash-systemd.service | 1 +
|
826
|
meta/recipes-core/systemd/systemd-systemctl/systemctl | 8 +-
|
827
|
meta/recipes-core/systemd/systemd/CVE-2023-26604-1.patch | 115 +
|
828
|
meta/recipes-core/systemd/systemd/CVE-2023-26604-2.patch | 264 ++
|
829
|
meta/recipes-core/systemd/systemd/CVE-2023-26604-3.patch | 182 +
|
830
|
meta/recipes-core/systemd/systemd/CVE-2023-26604-4.patch | 32 +
|
831
|
meta/recipes-core/systemd/systemd/systemd-pager.sh | 7 +
|
832
|
meta/recipes-core/systemd/systemd_244.5.bb | 15 +-
|
833
|
meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake | 5 +-
|
834
|
meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630-dependent_p1.patch | 236 ++
|
835
|
meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630-dependent_p2.patch | 198 ++
|
836
|
meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630.patch | 62 +
|
837
|
meta/recipes-devtools/dmidecode/dmidecode_3.2.bb | 3 +
|
838
|
meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest | 1 +
|
839
|
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.7.bb | 3 +
|
840
|
meta/recipes-devtools/elfutils/elfutils_0.178.bb | 1 +
|
841
|
meta/recipes-devtools/elfutils/files/CVE-2021-33294.patch | 72 +
|
842
|
meta/recipes-devtools/gcc/gcc-9.5.inc | 3 +-
|
843
|
.../gcc/gcc-9.5/0002-libstdc-Fix-inconsistent-noexcept-specific-for-valar.patch | 44 +
|
844
|
meta/recipes-devtools/git/files/CVE-2022-23521.patch | 367 ++
|
845
|
meta/recipes-devtools/git/files/CVE-2022-41903-01.patch | 39 +
|
846
|
meta/recipes-devtools/git/files/CVE-2022-41903-02.patch | 187 +
|
847
|
meta/recipes-devtools/git/files/CVE-2022-41903-03.patch | 146 +
|
848
|
meta/recipes-devtools/git/files/CVE-2022-41903-04.patch | 150 +
|
849
|
meta/recipes-devtools/git/files/CVE-2022-41903-05.patch | 98 +
|
850
|
meta/recipes-devtools/git/files/CVE-2022-41903-06.patch | 90 +
|
851
|
meta/recipes-devtools/git/files/CVE-2022-41903-07.patch | 123 +
|
852
|
meta/recipes-devtools/git/files/CVE-2022-41903-08.patch | 67 +
|
853
|
meta/recipes-devtools/git/files/CVE-2022-41903-09.patch | 162 +
|
854
|
meta/recipes-devtools/git/files/CVE-2022-41903-10.patch | 99 +
|
855
|
meta/recipes-devtools/git/files/CVE-2022-41903-11.patch | 90 +
|
856
|
meta/recipes-devtools/git/files/CVE-2022-41903-12.patch | 124 +
|
857
|
meta/recipes-devtools/git/files/CVE-2023-22490-1.patch | 179 +
|
858
|
meta/recipes-devtools/git/files/CVE-2023-22490-2.patch | 122 +
|
859
|
meta/recipes-devtools/git/files/CVE-2023-22490-3.patch | 154 +
|
860
|
meta/recipes-devtools/git/files/CVE-2023-23946.patch | 184 +
|
861
|
meta/recipes-devtools/git/files/CVE-2023-25652.patch | 94 +
|
862
|
meta/recipes-devtools/git/files/CVE-2023-29007.patch | 159 +
|
863
|
meta/recipes-devtools/git/git.inc | 24 +-
|
864
|
meta/recipes-devtools/go/go-1.14.inc | 27 +
|
865
|
meta/recipes-devtools/go/go-1.14/CVE-2020-29510.patch | 65 +
|
866
|
meta/recipes-devtools/go/go-1.14/CVE-2022-1962.patch | 357 ++
|
867
|
meta/recipes-devtools/go/go-1.14/CVE-2022-41715.patch | 271 ++
|
868
|
meta/recipes-devtools/go/go-1.14/CVE-2022-41717.patch | 75 +
|
869
|
meta/recipes-devtools/go/go-1.14/CVE-2022-41722-1.patch | 53 +
|
870
|
meta/recipes-devtools/go/go-1.14/CVE-2022-41722-2.patch | 104 +
|
871
|
meta/recipes-devtools/go/go-1.14/CVE-2022-41723.patch | 156 +
|
872
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24534.patch | 200 ++
|
873
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24537.patch | 76 +
|
874
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24538-1.patch | 125 +
|
875
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24538-2.patch | 196 ++
|
876
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24538-3.patch | 208 ++
|
877
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24539.patch | 60 +
|
878
|
meta/recipes-devtools/go/go-1.14/CVE-2023-24540.patch | 90 +
|
879
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29400.patch | 94 +
|
880
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29402.patch | 201 ++
|
881
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29404.patch | 84 +
|
882
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29405-1.patch | 112 +
|
883
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29405-2.patch | 38 +
|
884
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29406.patch | 212 ++
|
885
|
meta/recipes-devtools/go/go-1.14/CVE-2023-29409.patch | 175 +
|
886
|
meta/recipes-devtools/go/go-crosssdk.inc | 2 +
|
887
|
meta/recipes-devtools/go/go_1.14.bb | 4 +-
|
888
|
meta/recipes-devtools/ninja/ninja_1.10.0.bb | 3 +
|
889
|
meta/recipes-devtools/opkg/opkg_0.4.2.bb | 4 +-
|
890
|
meta/recipes-devtools/python/files/CVE-2022-45061.patch | 100 -
|
891
|
meta/recipes-devtools/python/python3/CVE-2023-24329.patch | 80 +
|
892
|
meta/recipes-devtools/python/python3/python3-manifest.json | 4 +-
|
893
|
meta/recipes-devtools/python/{python3_3.8.14.bb => python3_3.8.17.bb} | 10 +-
|
894
|
meta/recipes-devtools/qemu/qemu-system-native_4.2.0.bb | 2 +-
|
895
|
meta/recipes-devtools/qemu/qemu.inc | 35 +-
|
896
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-1.patch | 50 +
|
897
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-2.patch | 69 +
|
898
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-3.patch | 49 +
|
899
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-4.patch | 53 +
|
900
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-5.patch | 53 +
|
901
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-6.patch | 61 +
|
902
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-7.patch | 50 +
|
903
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-8.patch | 44 +
|
904
|
meta/recipes-devtools/qemu/qemu/CVE-2020-15859.patch | 39 +
|
905
|
meta/recipes-devtools/qemu/qemu/CVE-2020-35504.patch | 51 +
|
906
|
meta/recipes-devtools/qemu/qemu/CVE-2020-35505.patch | 45 +
|
907
|
meta/recipes-devtools/qemu/qemu/CVE-2021-20196.patch | 62 +
|
908
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-1.patch | 85 +
|
909
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-2.patch | 103 +
|
910
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-3.patch | 71 +
|
911
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-4.patch | 52 +
|
912
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-5.patch | 93 +
|
913
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3507.patch | 87 +
|
914
|
meta/recipes-devtools/qemu/qemu/CVE-2021-3929.patch | 81 +
|
915
|
meta/recipes-devtools/qemu/qemu/CVE-2022-26354.patch | 57 +
|
916
|
meta/recipes-devtools/qemu/qemu/CVE-2022-4144.patch | 103 +
|
917
|
meta/recipes-devtools/qemu/qemu/CVE-2023-0330.patch | 77 +
|
918
|
meta/recipes-devtools/qemu/qemu/CVE-2023-3354.patch | 87 +
|
919
|
meta/recipes-devtools/qemu/qemu/hw-block-nvme-handle-dma-errors.patch | 146 +
|
920
|
meta/recipes-devtools/qemu/qemu/hw-block-nvme-refactor-nvme_addr_read.patch | 55 +
|
921
|
.../qemu/qemu/hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch | 236 ++
|
922
|
meta/recipes-devtools/qemu/qemu_4.2.0.bb | 4 +-
|
923
|
meta/recipes-devtools/quilt/quilt.inc | 1 +
|
924
|
meta/recipes-devtools/quilt/quilt/faildiff-order.patch | 41 +
|
925
|
meta/recipes-devtools/rpm/files/CVE-2021-3521-01.patch | 60 +
|
926
|
meta/recipes-devtools/rpm/files/CVE-2021-3521-02.patch | 55 +
|
927
|
meta/recipes-devtools/rpm/files/CVE-2021-3521-03.patch | 34 +
|
928
|
meta/recipes-devtools/rpm/files/CVE-2021-3521.patch | 330 ++
|
929
|
meta/recipes-devtools/rpm/rpm_4.14.2.1.bb | 4 +
|
930
|
meta/recipes-devtools/rsync/files/CVE-2022-29154.patch | 334 ++
|
931
|
meta/recipes-devtools/rsync/rsync_3.1.3.bb | 1 +
|
932
|
meta/recipes-devtools/ruby/ruby/CVE-2021-33621.patch | 139 +
|
933
|
meta/recipes-devtools/ruby/ruby/CVE-2023-28756.patch | 61 +
|
934
|
meta/recipes-devtools/ruby/ruby_2.7.6.bb | 2 +
|
935
|
meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service | 2 +-
|
936
|
meta/recipes-extended/bc/bc_1.07.1.bb | 2 +-
|
937
|
.../cpio/cpio-2.13/0001-Wrong-CRC-with-ASCII-CRC-for-large-files.patch | 39 +
|
938
|
meta/recipes-extended/cpio/cpio_2.13.bb | 1 +
|
939
|
meta/recipes-extended/cups/cups.inc | 2 +
|
940
|
meta/recipes-extended/cups/cups/CVE-2023-32324.patch | 36 +
|
941
|
meta/recipes-extended/cups/cups/CVE-2023-34241.patch | 65 +
|
942
|
.../ghostscript/0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch | 31 +
|
943
|
meta/recipes-extended/ghostscript/ghostscript/CVE-2023-28879.patch | 54 +
|
944
|
.../ghostscript/ghostscript/check-stack-limits-after-function-evalution.patch | 2 +-
|
945
|
meta/recipes-extended/ghostscript/ghostscript_9.52.bb | 2 +
|
946
|
meta/recipes-extended/libarchive/libarchive/CVE-2022-26280.patch | 29 +
|
947
|
meta/recipes-extended/libarchive/libarchive/CVE-2022-36227.patch | 43 +
|
948
|
meta/recipes-extended/libarchive/libarchive_3.4.2.bb | 5 +
|
949
|
meta/recipes-extended/libnss-nis/libnss-nis.bb | 4 +-
|
950
|
meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb | 2 +-
|
951
|
meta/recipes-extended/procps/procps/CVE-2023-4016.patch | 85 +
|
952
|
meta/recipes-extended/procps/procps_3.3.16.bb | 1 +
|
953
|
meta/recipes-extended/screen/screen/CVE-2023-24626.patch | 40 +
|
954
|
meta/recipes-extended/screen/screen_4.8.0.bb | 1 +
|
955
|
meta/recipes-extended/shadow/shadow_4.8.1.bb | 4 +
|
956
|
meta/recipes-extended/sudo/files/CVE-2023-22809.patch | 113 +
|
957
|
meta/recipes-extended/sudo/sudo.inc | 2 +-
|
958
|
meta/recipes-extended/sudo/sudo/CVE-2023-28486_CVE-2023-28487-1.patch | 646 ++++
|
959
|
meta/recipes-extended/sudo/sudo/CVE-2023-28486_CVE-2023-28487-2.patch | 26 +
|
960
|
meta/recipes-extended/sudo/sudo_1.8.32.bb | 3 +
|
961
|
meta/recipes-extended/sysstat/sysstat/CVE-2022-39377.patch | 92 +
|
962
|
meta/recipes-extended/sysstat/sysstat/CVE-2023-33204.patch | 46 +
|
963
|
meta/recipes-extended/sysstat/sysstat_12.2.1.bb | 5 +-
|
964
|
meta/recipes-extended/tar/tar/CVE-2022-48303.patch | 43 +
|
965
|
meta/recipes-extended/tar/tar_1.32.bb | 1 +
|
966
|
meta/recipes-extended/timezone/timezone.inc | 7 +-
|
967
|
meta/recipes-graphics/cairo/cairo/CVE-2019-6461.patch | 21 +-
|
968
|
meta/recipes-graphics/cairo/cairo/CVE-2019-6462.patch | 46 +-
|
969
|
meta/recipes-graphics/freetype/freetype/CVE-2023-2004.patch | 40 +
|
970
|
meta/recipes-graphics/freetype/freetype_2.10.1.bb | 1 +
|
971
|
meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193-pre0.patch | 335 ++
|
972
|
meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193-pre1.patch | 135 +
|
973
|
meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193.patch | 179 +
|
974
|
meta/recipes-graphics/harfbuzz/harfbuzz_2.6.4.bb | 5 +-
|
975
|
meta/recipes-graphics/jpeg/files/CVE-2020-35538-1.patch | 457 +++
|
976
|
meta/recipes-graphics/jpeg/files/CVE-2020-35538-2.patch | 400 +++
|
977
|
meta/recipes-graphics/jpeg/files/CVE-2023-2804-1.patch | 97 +
|
978
|
meta/recipes-graphics/jpeg/files/CVE-2023-2804-2.patch | 75 +
|
979
|
meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb | 4 +
|
980
|
meta/recipes-graphics/libsdl2/libsdl2/CVE-2022-4743.patch | 38 +
|
981
|
meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 1 +
|
982
|
meta/recipes-graphics/xorg-lib/libx11/CVE-2022-3555.patch | 38 +
|
983
|
meta/recipes-graphics/xorg-lib/libx11/CVE-2023-3138.patch | 111 +
|
984
|
meta/recipes-graphics/xorg-lib/libx11_1.6.9.bb | 2 +
|
985
|
meta/recipes-graphics/xorg-lib/pixman/CVE-2022-44638.patch | 34 +
|
986
|
meta/recipes-graphics/xorg-lib/pixman_0.38.4.bb | 1 +
|
987
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-3550.patch | 40 +
|
988
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-3551.patch | 64 +
|
989
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-3553.patch | 49 +
|
990
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-4283.patch | 39 +
|
991
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46340.patch | 55 +
|
992
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46341.patch | 86 +
|
993
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46342.patch | 78 +
|
994
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46343.patch | 51 +
|
995
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46344.patch | 75 +
|
996
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2023-0494.patch | 38 +
|
997
|
meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2023-1393.patch | 46 +
|
998
|
meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.14.bb | 13 +-
|
999
|
meta/recipes-kernel/kmod/kmod/ptest.patch | 25 -
|
1000
|
.../linux-firmware/{linux-firmware_20220913.bb => linux-firmware_20230625.bb} | 81 +-
|
1001
|
meta/recipes-kernel/linux/cve-exclusion.inc | 13 +
|
1002
|
meta/recipes-kernel/linux/cve-exclusion_5.4.inc | 7164 ++++++++++++++++++++++++++++++++++++++
|
1003
|
meta/recipes-kernel/linux/generate-cve-exclusions.py | 101 +
|
1004
|
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 -
|
1005
|
meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 6 +-
|
1006
|
meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | 8 +-
|
1007
|
meta/recipes-kernel/linux/linux-yocto.inc | 3 +
|
1008
|
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 23 +-
|
1009
|
.../lttng/lttng-modules/0001-fix-strncpy-equals-destination-size-warning.patch | 42 -
|
1010
|
.../lttng/lttng-modules/0002-fix-objtool-Rename-frame.h-objtool.h-v5.10.patch | 88 -
|
1011
|
.../0003-fix-btrfs-tracepoints-output-proper-root-owner-for-t.patch | 316 --
|
1012
|
.../0004-fix-btrfs-make-ordered-extent-tracepoint-take-btrfs_.patch | 179 -
|
1013
|
.../lttng/lttng-modules/0005-fix-ext4-fast-commit-recovery-path-v5.10.patch | 91 -
|
1014
|
.../0006-fix-KVM-x86-Add-intr-vectoring-info-and-error-code-t.patch | 124 -
|
1015
|
.../lttng/lttng-modules/0007-fix-kvm-x86-mmu-Add-TDP-MMU-PF-handler-v5.10.patch | 82 -
|
1016
|
.../0008-fix-KVM-x86-mmu-Return-unique-RET_PF_-values-if-the-.patch | 71 -
|
1017
|
.../lttng-modules/0009-fix-tracepoint-Optimize-using-static_call-v5.10.patch | 155 -
|
1018
|
.../lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch | 31 -
|
1019
|
meta/recipes-kernel/lttng/lttng-modules/0011-Add-release-maintainer-script.patch | 59 -
|
1020
|
meta/recipes-kernel/lttng/lttng-modules/0012-Improve-the-release-script.patch | 173 -
|
1021
|
.../0013-fix-backport-of-fix-ext4-fast-commit-recovery-path-v.patch | 32 -
|
1022
|
.../lttng/lttng-modules/0014-Revert-fix-include-order-for-older-kernels.patch | 32 -
|
1023
|
.../0015-fix-backport-of-fix-tracepoint-Optimize-using-static.patch | 46 -
|
1024
|
.../lttng-modules/0016-fix-adjust-version-range-for-trace_find_free_extent.patch | 30 -
|
1025
|
.../lttng/lttng-modules/fix-jbd2-use-the-correct-print-format.patch | 147 +
|
1026
|
meta/recipes-kernel/lttng/{lttng-modules_2.11.6.bb => lttng-modules_2.11.9.bb} | 21 +-
|
1027
|
meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 2 +-
|
1028
|
meta/recipes-kernel/perf/perf.bb | 2 +-
|
1029
|
.../{wireless-regdb_2022.08.12.bb => wireless-regdb_2023.05.03.bb} | 2 +-
|
1030
|
meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-3109.patch | 41 +
|
1031
|
meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-3341.patch | 67 +
|
1032
|
meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-48434.patch | 136 +
|
1033
|
meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | 3 +
|
1034
|
meta/recipes-multimedia/libpng/files/run-ptest | 29 +
|
1035
|
meta/recipes-multimedia/libpng/libpng_1.6.37.bb | 15 +-
|
1036
|
meta/recipes-multimedia/libtiff/files/CVE-2022-3570_3598.patch | 659 ++++
|
1037
|
meta/recipes-multimedia/libtiff/files/CVE-2022-3597_3626_3627.patch | 123 +
|
1038
|
meta/recipes-multimedia/libtiff/files/CVE-2022-3599.patch | 277 ++
|
1039
|
meta/recipes-multimedia/libtiff/files/CVE-2022-3970.patch | 45 +
|
1040
|
meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch | 26 +
|
1041
|
meta/recipes-multimedia/libtiff/files/CVE-2023-0795_0796_0797_0798_0799.patch | 157 +
|
1042
|
meta/recipes-multimedia/libtiff/files/CVE-2023-0800_0801_0802_0803_0804.patch | 135 +
|
1043
|
meta/recipes-multimedia/libtiff/files/CVE-2023-25433.patch | 173 +
|
1044
|
meta/recipes-multimedia/libtiff/files/CVE-2023-25434-CVE-2023-25435.patch | 94 +
|
1045
|
meta/recipes-multimedia/libtiff/files/CVE-2023-26965.patch | 90 +
|
1046
|
meta/recipes-multimedia/libtiff/files/CVE-2023-26966.patch | 35 +
|
1047
|
meta/recipes-multimedia/libtiff/files/CVE-2023-2908.patch | 33 +
|
1048
|
meta/recipes-multimedia/libtiff/files/CVE-2023-3316.patch | 59 +
|
1049
|
meta/recipes-multimedia/libtiff/files/CVE-2023-3618-1.patch | 34 +
|
1050
|
meta/recipes-multimedia/libtiff/files/CVE-2023-3618-2.patch | 47 +
|
1051
|
meta/recipes-multimedia/libtiff/tiff_4.1.0.bb | 15 +
|
1052
|
meta/recipes-multimedia/webp/files/CVE-2023-1999.patch | 55 +
|
1053
|
meta/recipes-multimedia/webp/libwebp_1.1.0.bb | 4 +
|
1054
|
meta/recipes-support/apr/apr-util/0001-Fix-error-handling-in-gdbm.patch | 135 -
|
1055
|
meta/recipes-support/apr/{apr-util_1.6.1.bb => apr-util_1.6.3.bb} | 8 +-
|
1056
|
.../apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch | 20 +-
|
1057
|
.../apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 58 +
|
1058
|
.../apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch | 25 +-
|
1059
|
.../apr/apr/0003-Makefile.in-configure.in-support-cross-compiling.patch | 63 -
|
1060
|
.../apr/apr/0006-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch | 76 -
|
1061
|
meta/recipes-support/apr/apr/CVE-2021-35940.patch | 58 -
|
1062
|
meta/recipes-support/apr/apr/libtoolize_check.patch | 21 +-
|
1063
|
meta/recipes-support/apr/{apr_1.7.0.bb => apr_1.7.2.bb} | 24 +-
|
1064
|
meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 +-
|
1065
|
meta/recipes-support/curl/curl/CVE-2022-35260.patch | 68 +
|
1066
|
meta/recipes-support/curl/curl/CVE-2022-43552.patch | 82 +
|
1067
|
meta/recipes-support/curl/curl/CVE-2023-23916.patch | 231 ++
|
1068
|
meta/recipes-support/curl/curl/CVE-2023-27533.patch | 59 +
|
1069
|
meta/recipes-support/curl/curl/CVE-2023-27534-pre1.patch | 51 +
|
1070
|
meta/recipes-support/curl/curl/CVE-2023-27534.patch | 33 +
|
1071
|
meta/recipes-support/curl/curl/CVE-2023-27535-pre1.patch | 236 ++
|
1072
|
meta/recipes-support/curl/curl/CVE-2023-27535.patch | 170 +
|
1073
|
meta/recipes-support/curl/curl/CVE-2023-27536.patch | 55 +
|
1074
|
meta/recipes-support/curl/curl/CVE-2023-27538.patch | 31 +
|
1075
|
meta/recipes-support/curl/curl/CVE-2023-28320-fol1.patch | 197 ++
|
1076
|
meta/recipes-support/curl/curl/CVE-2023-28320.patch | 86 +
|
1077
|
meta/recipes-support/curl/curl/CVE-2023-32001.patch | 38 +
|
1078
|
meta/recipes-support/curl/curl_7.69.1.bb | 13 +
|
1079
|
meta/recipes-support/gnutls/gnutls/CVE-2023-0361.patch | 85 +
|
1080
|
meta/recipes-support/gnutls/gnutls_3.6.14.bb | 1 +
|
1081
|
meta/recipes-support/libbsd/libbsd_0.10.0.bb | 6 +
|
1082
|
meta/recipes-support/libcap/files/CVE-2023-2602.patch | 52 +
|
1083
|
meta/recipes-support/libcap/files/CVE-2023-2603.patch | 58 +
|
1084
|
meta/recipes-support/libcap/libcap_2.32.bb | 2 +
|
1085
|
meta/recipes-support/libksba/libksba/CVE-2022-3515.patch | 47 +
|
1086
|
meta/recipes-support/libksba/libksba/CVE-2022-47629.patch | 69 +
|
1087
|
meta/recipes-support/libksba/libksba_1.3.5.bb | 5 +-
|
1088
|
meta/recipes-support/libpcre/libpcre2/CVE-2022-41409.patch | 74 +
|
1089
|
meta/recipes-support/libpcre/libpcre2_10.34.bb | 1 +
|
1090
|
meta/recipes-support/vim/vim.inc | 10 +-
|
1091
|
scripts/lib/buildstats.py | 4 +-
|
1092
|
scripts/lib/devtool/menuconfig.py | 2 +-
|
1093
|
scripts/lib/devtool/standard.py | 2 +-
|
1094
|
scripts/lib/recipetool/create.py | 4 +
|
1095
|
scripts/lib/resulttool/resultutils.py | 2 +-
|
1096
|
scripts/lib/wic/plugins/source/bootimg-efi.py | 7 +
|
1097
|
scripts/nativesdk-intercept/chgrp | 27 +
|
1098
|
scripts/nativesdk-intercept/chown | 27 +
|
1099
|
scripts/oe-depends-dot | 21 +-
|
1100
|
scripts/pybootchartgui/pybootchartgui/parsing.py | 2 +-
|
1101
|
scripts/runqemu | 48 +-
|
1102
|
371 files changed, 36776 insertions(+), 2351 deletions(-)
|
1103
|
create mode 100644 meta/classes/create-spdx-2.2.bbclass
|
1104
|
create mode 100644 meta/classes/create-spdx.bbclass
|
1105
|
create mode 100644 meta/files/spdx-licenses.json
|
1106
|
create mode 100644 meta/lib/oe/sbom.py
|
1107
|
create mode 100644 meta/lib/oe/spdx.py
|
1108
|
create mode 100644 meta/recipes-bsp/grub/files/CVE-2020-27749.patch
|
1109
|
create mode 100644 meta/recipes-bsp/grub/files/CVE-2021-20225.patch
|
1110
|
create mode 100644 meta/recipes-bsp/grub/files/CVE-2021-20233.patch
|
1111
|
create mode 100644 meta/recipes-bsp/grub/files/CVE-2022-2601.patch
|
1112
|
create mode 100644 meta/recipes-bsp/grub/files/CVE-2022-28735.patch
|
1113
|
create mode 100644 meta/recipes-bsp/grub/files/CVE-2022-3775.patch
|
1114
|
create mode 100644 meta/recipes-bsp/grub/files/font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch
|
1115
|
create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2023-28488.patch
|
1116
|
create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch
|
1117
|
create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch
|
1118
|
create mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Configure-add-2-missing-key-sorts.patch
|
1119
|
create mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch
|
1120
|
rename meta/recipes-connectivity/openssl/{openssl_1.1.1s.bb => openssl_1.1.1v.bb} (97%)
|
1121
|
create mode 100644 meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch
|
1122
|
create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2021-36369.patch
|
1123
|
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2023-0687.patch
|
1124
|
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2023-28484.patch
|
1125
|
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2023-29469.patch
|
1126
|
create mode 100644 meta/recipes-core/meta/cve-update-nvd2-native.bb
|
1127
|
create mode 100644 meta/recipes-core/ovmf/ovmf/0001-Basetools-genffs-fix-gcc12-warning.patch
|
1128
|
create mode 100644 meta/recipes-core/ovmf/ovmf/0001-Basetools-lzmaenc-fix-gcc12-warning.patch
|
1129
|
create mode 100644 meta/recipes-core/ovmf/ovmf/0001-Basetools-turn-off-gcc12-warning.patch
|
1130
|
create mode 100644 meta/recipes-core/systemd/systemd/CVE-2023-26604-1.patch
|
1131
|
create mode 100644 meta/recipes-core/systemd/systemd/CVE-2023-26604-2.patch
|
1132
|
create mode 100644 meta/recipes-core/systemd/systemd/CVE-2023-26604-3.patch
|
1133
|
create mode 100644 meta/recipes-core/systemd/systemd/CVE-2023-26604-4.patch
|
1134
|
create mode 100644 meta/recipes-core/systemd/systemd/systemd-pager.sh
|
1135
|
create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630-dependent_p1.patch
|
1136
|
create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630-dependent_p2.patch
|
1137
|
create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630.patch
|
1138
|
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2021-33294.patch
|
1139
|
create mode 100644 meta/recipes-devtools/gcc/gcc-9.5/0002-libstdc-Fix-inconsistent-noexcept-specific-for-valar.patch
|
1140
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-23521.patch
|
1141
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-01.patch
|
1142
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-02.patch
|
1143
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-03.patch
|
1144
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-04.patch
|
1145
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-05.patch
|
1146
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-06.patch
|
1147
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-07.patch
|
1148
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-08.patch
|
1149
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-09.patch
|
1150
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-10.patch
|
1151
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-11.patch
|
1152
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2022-41903-12.patch
|
1153
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2023-22490-1.patch
|
1154
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2023-22490-2.patch
|
1155
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2023-22490-3.patch
|
1156
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2023-23946.patch
|
1157
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2023-25652.patch
|
1158
|
create mode 100644 meta/recipes-devtools/git/files/CVE-2023-29007.patch
|
1159
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2020-29510.patch
|
1160
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-1962.patch
|
1161
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-41715.patch
|
1162
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-41717.patch
|
1163
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-41722-1.patch
|
1164
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-41722-2.patch
|
1165
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-41723.patch
|
1166
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24534.patch
|
1167
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24537.patch
|
1168
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24538-1.patch
|
1169
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24538-2.patch
|
1170
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24538-3.patch
|
1171
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24539.patch
|
1172
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-24540.patch
|
1173
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29400.patch
|
1174
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29402.patch
|
1175
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29404.patch
|
1176
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29405-1.patch
|
1177
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29405-2.patch
|
1178
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29406.patch
|
1179
|
create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2023-29409.patch
|
1180
|
delete mode 100644 meta/recipes-devtools/python/files/CVE-2022-45061.patch
|
1181
|
create mode 100644 meta/recipes-devtools/python/python3/CVE-2023-24329.patch
|
1182
|
rename meta/recipes-devtools/python/{python3_3.8.14.bb => python3_3.8.17.bb} (97%)
|
1183
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-1.patch
|
1184
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-2.patch
|
1185
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-3.patch
|
1186
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-4.patch
|
1187
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-5.patch
|
1188
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-6.patch
|
1189
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-7.patch
|
1190
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15469-8.patch
|
1191
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15859.patch
|
1192
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-35504.patch
|
1193
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-35505.patch
|
1194
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-20196.patch
|
1195
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3409-1.patch
|
1196
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3409-2.patch
|
1197
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3409-3.patch
|
1198
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3409-4.patch
|
1199
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3409-5.patch
|
1200
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507.patch
|
1201
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3929.patch
|
1202
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2022-26354.patch
|
1203
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2022-4144.patch
|
1204
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-0330.patch
|
1205
|
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3354.patch
|
1206
|
create mode 100644 meta/recipes-devtools/qemu/qemu/hw-block-nvme-handle-dma-errors.patch
|
1207
|
create mode 100644 meta/recipes-devtools/qemu/qemu/hw-block-nvme-refactor-nvme_addr_read.patch
|
1208
|
create mode 100644 meta/recipes-devtools/qemu/qemu/hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch
|
1209
|
create mode 100644 meta/recipes-devtools/quilt/quilt/faildiff-order.patch
|
1210
|
create mode 100644 meta/recipes-devtools/rpm/files/CVE-2021-3521-01.patch
|
1211
|
create mode 100644 meta/recipes-devtools/rpm/files/CVE-2021-3521-02.patch
|
1212
|
create mode 100644 meta/recipes-devtools/rpm/files/CVE-2021-3521-03.patch
|
1213
|
create mode 100644 meta/recipes-devtools/rpm/files/CVE-2021-3521.patch
|
1214
|
create mode 100644 meta/recipes-devtools/rsync/files/CVE-2022-29154.patch
|
1215
|
create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2021-33621.patch
|
1216
|
create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2023-28756.patch
|
1217
|
create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0001-Wrong-CRC-with-ASCII-CRC-for-large-files.patch
|
1218
|
create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-32324.patch
|
1219
|
create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-34241.patch
|
1220
|
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch
|
1221
|
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-28879.patch
|
1222
|
create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2022-26280.patch
|
1223
|
create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2022-36227.patch
|
1224
|
create mode 100644 meta/recipes-extended/procps/procps/CVE-2023-4016.patch
|
1225
|
create mode 100644 meta/recipes-extended/screen/screen/CVE-2023-24626.patch
|
1226
|
create mode 100644 meta/recipes-extended/sudo/files/CVE-2023-22809.patch
|
1227
|
create mode 100644 meta/recipes-extended/sudo/sudo/CVE-2023-28486_CVE-2023-28487-1.patch
|
1228
|
create mode 100644 meta/recipes-extended/sudo/sudo/CVE-2023-28486_CVE-2023-28487-2.patch
|
1229
|
create mode 100644 meta/recipes-extended/sysstat/sysstat/CVE-2022-39377.patch
|
1230
|
create mode 100644 meta/recipes-extended/sysstat/sysstat/CVE-2023-33204.patch
|
1231
|
create mode 100644 meta/recipes-extended/tar/tar/CVE-2022-48303.patch
|
1232
|
create mode 100644 meta/recipes-graphics/freetype/freetype/CVE-2023-2004.patch
|
1233
|
create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193-pre0.patch
|
1234
|
create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193-pre1.patch
|
1235
|
create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193.patch
|
1236
|
create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2020-35538-1.patch
|
1237
|
create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2020-35538-2.patch
|
1238
|
create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2023-2804-1.patch
|
1239
|
create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2023-2804-2.patch
|
1240
|
create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/CVE-2022-4743.patch
|
1241
|
create mode 100644 meta/recipes-graphics/xorg-lib/libx11/CVE-2022-3555.patch
|
1242
|
create mode 100644 meta/recipes-graphics/xorg-lib/libx11/CVE-2023-3138.patch
|
1243
|
create mode 100644 meta/recipes-graphics/xorg-lib/pixman/CVE-2022-44638.patch
|
1244
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-3550.patch
|
1245
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-3551.patch
|
1246
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-3553.patch
|
1247
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-4283.patch
|
1248
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46340.patch
|
1249
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46341.patch
|
1250
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46342.patch
|
1251
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46343.patch
|
1252
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46344.patch
|
1253
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2023-0494.patch
|
1254
|
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2023-1393.patch
|
1255
|
delete mode 100644 meta/recipes-kernel/kmod/kmod/ptest.patch
|
1256
|
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20220913.bb => linux-firmware_20230625.bb} (93%)
|
1257
|
create mode 100644 meta/recipes-kernel/linux/cve-exclusion.inc
|
1258
|
create mode 100644 meta/recipes-kernel/linux/cve-exclusion_5.4.inc
|
1259
|
create mode 100755 meta/recipes-kernel/linux/generate-cve-exclusions.py
|
1260
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-strncpy-equals-destination-size-warning.patch
|
1261
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-objtool-Rename-frame.h-objtool.h-v5.10.patch
|
1262
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-btrfs-tracepoints-output-proper-root-owner-for-t.patch
|
1263
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-fix-btrfs-make-ordered-extent-tracepoint-take-btrfs_.patch
|
1264
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-ext4-fast-commit-recovery-path-v5.10.patch
|
1265
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-KVM-x86-Add-intr-vectoring-info-and-error-code-t.patch
|
1266
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-kvm-x86-mmu-Add-TDP-MMU-PF-handler-v5.10.patch
|
1267
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0008-fix-KVM-x86-mmu-Return-unique-RET_PF_-values-if-the-.patch
|
1268
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0009-fix-tracepoint-Optimize-using-static_call-v5.10.patch
|
1269
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch
|
1270
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0011-Add-release-maintainer-script.patch
|
1271
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0012-Improve-the-release-script.patch
|
1272
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0013-fix-backport-of-fix-ext4-fast-commit-recovery-path-v.patch
|
1273
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0014-Revert-fix-include-order-for-older-kernels.patch
|
1274
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0015-fix-backport-of-fix-tracepoint-Optimize-using-static.patch
|
1275
|
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0016-fix-adjust-version-range-for-trace_find_free_extent.patch
|
1276
|
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format.patch
|
1277
|
rename meta/recipes-kernel/lttng/{lttng-modules_2.11.6.bb => lttng-modules_2.11.9.bb} (59%)
|
1278
|
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.08.12.bb => wireless-regdb_2023.05.03.bb} (94%)
|
1279
|
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-3109.patch
|
1280
|
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-3341.patch
|
1281
|
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-48434.patch
|
1282
|
create mode 100644 meta/recipes-multimedia/libpng/files/run-ptest
|
1283
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-3570_3598.patch
|
1284
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-3597_3626_3627.patch
|
1285
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-3599.patch
|
1286
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-3970.patch
|
1287
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
|
1288
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-0795_0796_0797_0798_0799.patch
|
1289
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-0800_0801_0802_0803_0804.patch
|
1290
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-25433.patch
|
1291
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-25434-CVE-2023-25435.patch
|
1292
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-26965.patch
|
1293
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-26966.patch
|
1294
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-2908.patch
|
1295
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-3316.patch
|
1296
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-3618-1.patch
|
1297
|
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-3618-2.patch
|
1298
|
create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-1999.patch
|
1299
|
delete mode 100644 meta/recipes-support/apr/apr-util/0001-Fix-error-handling-in-gdbm.patch
|
1300
|
rename meta/recipes-support/apr/{apr-util_1.6.1.bb => apr-util_1.6.3.bb} (92%)
|
1301
|
create mode 100644 meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
|
1302
|
delete mode 100644 meta/recipes-support/apr/apr/0003-Makefile.in-configure.in-support-cross-compiling.patch
|
1303
|
delete mode 100644 meta/recipes-support/apr/apr/0006-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
|
1304
|
delete mode 100644 meta/recipes-support/apr/apr/CVE-2021-35940.patch
|
1305
|
rename meta/recipes-support/apr/{apr_1.7.0.bb => apr_1.7.2.bb} (80%)
|
1306
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2022-35260.patch
|
1307
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2022-43552.patch
|
1308
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-23916.patch
|
1309
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27533.patch
|
1310
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27534-pre1.patch
|
1311
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27534.patch
|
1312
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27535-pre1.patch
|
1313
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27535.patch
|
1314
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27536.patch
|
1315
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-27538.patch
|
1316
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320-fol1.patch
|
1317
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320.patch
|
1318
|
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-32001.patch
|
1319
|
create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2023-0361.patch
|
1320
|
create mode 100644 meta/recipes-support/libcap/files/CVE-2023-2602.patch
|
1321
|
create mode 100644 meta/recipes-support/libcap/files/CVE-2023-2603.patch
|
1322
|
create mode 100644 meta/recipes-support/libksba/libksba/CVE-2022-3515.patch
|
1323
|
create mode 100644 meta/recipes-support/libksba/libksba/CVE-2022-47629.patch
|
1324
|
create mode 100644 meta/recipes-support/libpcre/libpcre2/CVE-2022-41409.patch
|
1325
|
create mode 100755 scripts/nativesdk-intercept/chgrp
|
1326
|
create mode 100755 scripts/nativesdk-intercept/chown
|
1327
|
Previous HEAD position was c953ccba6c linux/cve-exclusion: remove obsolete manual entries
|
1328
|
HEAD is now at 408bf1b4bb sstate: Account for reserved characters when shortening sstate filenames
|
1329
|
|
1330
|
|
1331
|
cloning repo meta-mitysom
|
1332
|
|
1333
|
Fetching origin
|
1334
|
fatal: A branch named 'dunfell' already exists.
|
1335
|
Updating cb7df85..8791248
|
1336
|
Fast-forward
|
1337
|
conf/layer.conf | 1 +
|
1338
|
conf/machine/mitysom-am335x.conf | 61 ++++++++++
|
1339
|
conf/machine/mitysom-am57x.conf | 6 +-
|
1340
|
conf/machine/mitysom-am62x-k3r5-gp.conf | 25 ++++
|
1341
|
conf/machine/mitysom-am62x-k3r5-hs-fs.conf | 18 +++
|
1342
|
conf/machine/mitysom-am62x-k3r5-hs-se.conf | 27 +++++
|
1343
|
conf/machine/mitysom-am62x-k3r5.conf | 18 ---
|
1344
|
conf/machine/mitysom-am62x.conf | 9 +-
|
1345
|
conf/machine/mitysom-l138.conf | 5 +-
|
1346
|
conf/machine/mitysom.inc | 2 +-
|
1347
|
dynamic-layers/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend | 11 ++
|
1348
|
.../meta-arago-extras/recipes-core/matrix/files/0001-wait-for-lighttpd.patch | 12 ++
|
1349
|
dynamic-layers/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bbappend | 9 ++
|
1350
|
recipes-bsp/sd-images/make-sd-image/mitysom-335x/make_sd_image.sh | 243 ---------------------------------------
|
1351
|
recipes-bsp/sd-images/make-sd-image/mitysom-am57x/make_sd_image.sh | 242 --------------------------------------
|
1352
|
recipes-bsp/sd-images/make-sd-image/mitysom-l138/make_sd_image.sh | 167 ---------------------------
|
1353
|
recipes-bsp/sd-images/make-sd-image_1.0.bb | 95 ---------------
|
1354
|
recipes-bsp/u-boot/factoryconfig_1.0.bb | 4 +-
|
1355
|
recipes-bsp/u-boot/u-boot-cl-ti_2019.01.bb | 16 ++-
|
1356
|
recipes-bsp/u-boot/u-boot-cl-ti_2021.01.bb | 2 +-
|
1357
|
recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend | 6 -
|
1358
|
recipes-devtools/python/python3-wheel_%.bbappend | 2 +
|
1359
|
recipes-fs/cl-readonly-fs/files/bash_rwfs.sh | 15 ++-
|
1360
|
recipes-kernel/linux/linux-cl-ti_4.19.bb | 30 -----
|
1361
|
recipes-kernel/linux/linux-cl-ti_5.10.bb | 5 +-
|
1362
|
recipes-support/lz4/lz4_1.8.2.bbappend | 11 --
|
1363
|
recipes/images/mitysom-image-base.bb | 12 +-
|
1364
|
27 files changed, 216 insertions(+), 838 deletions(-)
|
1365
|
create mode 100644 conf/machine/mitysom-am335x.conf
|
1366
|
create mode 100644 conf/machine/mitysom-am62x-k3r5-gp.conf
|
1367
|
create mode 100644 conf/machine/mitysom-am62x-k3r5-hs-fs.conf
|
1368
|
create mode 100644 conf/machine/mitysom-am62x-k3r5-hs-se.conf
|
1369
|
delete mode 100644 conf/machine/mitysom-am62x-k3r5.conf
|
1370
|
create mode 100644 dynamic-layers/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend
|
1371
|
create mode 100644 dynamic-layers/meta-arago-extras/recipes-core/matrix/files/0001-wait-for-lighttpd.patch
|
1372
|
create mode 100644 dynamic-layers/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bbappend
|
1373
|
delete mode 100755 recipes-bsp/sd-images/make-sd-image/mitysom-335x/make_sd_image.sh
|
1374
|
delete mode 100755 recipes-bsp/sd-images/make-sd-image/mitysom-am57x/make_sd_image.sh
|
1375
|
delete mode 100755 recipes-bsp/sd-images/make-sd-image/mitysom-l138/make_sd_image.sh
|
1376
|
delete mode 100644 recipes-bsp/sd-images/make-sd-image_1.0.bb
|
1377
|
delete mode 100644 recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
|
1378
|
create mode 100644 recipes-devtools/python/python3-wheel_%.bbappend
|
1379
|
delete mode 100644 recipes-kernel/linux/linux-cl-ti_4.19.bb
|
1380
|
delete mode 100644 recipes-support/lz4/lz4_1.8.2.bbappend
|
1381
|
Previous HEAD position was 8791248 Remove make-sd-image. Been using wic images so no need
|
1382
|
HEAD is now at cb7df85 u-boot: factoryconfig: Update URL to support.criticallink.com
|
1383
|
|
1384
|
|
1385
|
################################################################################
|
1386
|
The bblayers.conf configuration file has been created for you with some
|
1387
|
default values. Please verify the contents of your conf/bblayers.conf
|
1388
|
file for correctness.
|
1389
|
|
1390
|
NOTE: Any additional entries to this file will be lost if the ./oe-layertool-setup.sh
|
1391
|
script is run again. To add entries permanently to this file
|
1392
|
please add them to the config file used and rerun the
|
1393
|
./oe-layertool-setup.sh script.
|
1394
|
|
1395
|
|
1396
|
|
1397
|
################################################################################
|
1398
|
The local.conf configuration file has been created for you with some
|
1399
|
default values. Please verify the contents of your conf/local.conf
|
1400
|
file for correctness.
|
1401
|
|
1402
|
By default the number of threads used by the build is set to the number
|
1403
|
of CPUs found on your system.
|
1404
|
|
1405
|
NOTE: You will probably want to change the default MACHINE setting in the
|
1406
|
local.conf file to the machine you are trying to build.
|
1407
|
|
1408
|
WARNING: Found existing /work/build/conf/local.conf
|
1409
|
Saving a backup to /work/build/conf/local.conf.bak
|
1410
|
|
1411
|
|
1412
|
################################################################################
|
1413
|
A setenv file has been created for you in the conf directory. Please verify
|
1414
|
The contents of this file. Once you have verified the contents please source
|
1415
|
this file to configure your environment for building:
|
1416
|
|
1417
|
. conf/setenv
|
1418
|
|
1419
|
You can then start building using the bitbake command. You will likely want
|
1420
|
to set the MACHINE option if you have not done so in your local.conf file.
|
1421
|
|
1422
|
For example:
|
1423
|
MACHINE=xxxxx bitbake <target>
|
1424
|
|
1425
|
Common targets are:
|
1426
|
From oe-core:
|
1427
|
build-appliance-image_15.0.0: An image containing the build system itself
|
1428
|
core-image-minimal-mtdutils: No Summary available
|
1429
|
core-image-minimal: A small image just capable of allowing a device to boot.
|
1430
|
core-image-minimal-dev: No Summary available
|
1431
|
core-image-minimal-initramfs: No Summary available
|
1432
|
core-image-tiny-initramfs: No Summary available
|
1433
|
core-image-base: A console-only image that fully supports the target device \
|
1434
|
From meta-processor-sdk:
|
1435
|
tisdk-docker-rootfs-image: No Summary available
|
1436
|
From meta-openembedded:
|
1437
|
meta-oe-image-base: meta-oe build test image
|
1438
|
meta-oe-ptest-image: meta-oe ptest test image
|
1439
|
meta-oe-image: meta-oe build test image
|
1440
|
meta-python-ptest-image: meta-python ptest test image
|
1441
|
meta-python-image: meta-python build test image
|
1442
|
meta-python-image-base: meta-python build test image
|
1443
|
meta-networking-image-base: meta-networking build test image
|
1444
|
meta-networking-image: No Summary available
|
1445
|
core-image-minimal-xfce: No Summary available
|
1446
|
initramfs-debug-image: No Summary available
|
1447
|
initramfs-kexecboot-klibc-image: Initramfs image for kexecboot kernel (klibc-static binaries)
|
1448
|
meta-initramfs-image: meta-initramfs build test image
|
1449
|
initramfs-kexecboot-image: Initramfs image for kexecboot kernel
|
1450
|
meta-webserver-image-base: meta-webserver build test image
|
1451
|
meta-webserver-image: No Summary available
|
1452
|
From meta-arm:
|
1453
|
arm-autonomy-host-image-minimal: No Summary available
|
1454
|
From meta-arago[recommended]:
|
1455
|
tisdk-core-bundle: Installer package for TI SDK - NOT for direct use on target
|
1456
|
tisdk-bootstrap-image: Arago TI SDK bootstrap image usable for board bringup
|
1457
|
tisdk-tiny-image: Arago TI SDK super minimal base image for initramfs
|
1458
|
tisdk-bootstrap-base-image: Arago TI SDK bootstrap base image for initramfs
|
1459
|
tisdk-default-image: Arago TI SDK full filesystem image
|
1460
|
tisdk-thinlinux-image: Arago TI SDK Thin Linux image
|
1461
|
tisdk-base-image: Arago TI SDK base image with test tools
|
1462
|
NOTE: Your conf/bblayers.conf has been automatically updated.
|
1463
|
NOTE: Your conf/bblayers.conf has been automatically updated.
|
1464
|
NOTE: Started PRServer with DBfile: /work/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 37087, PID: 1183
|
1465
|
Loading cache: 100% |############################################################################################| Time: 0:00:06
|
1466
|
Loaded 8493 entries from dependency cache.
|
1467
|
WARNING: /work/sources/meta-mitysom/recipes-bsp/sd-images/make-sd-image_1.0.bb: Unable to get checksum for nativesdk-make-sd-image SRC_URI entry make_sd_image.sh: file could not be found
|
1468
|
WARNING: /work/sources/meta-mitysom/recipes-bsp/sd-images/make-sd-image_1.0.bb: Unable to get checksum for make-sd-image-native SRC_URI entry make_sd_image.sh: file could not be found
|
1469
|
WARNING: /work/sources/meta-mitysom/recipes-bsp/sd-images/make-sd-image_1.0.bb: Unable to get checksum for nativesdk-make-sd-image SRC_URI entry make_sd_image.sh: file could not be found
|
1470
|
WARNING: /work/sources/meta-mitysom/recipes-bsp/sd-images/make-sd-image_1.0.bb: Unable to get checksum for make-sd-image-native SRC_URI entry make_sd_image.sh: file could not be found
|
1471
|
WARNING: /work/sources/meta-mitysom/recipes-bsp/sd-images/make-sd-image_1.0.bb: Unable to get checksum for make-sd-image SRC_URI entry make_sd_image.sh: file could not be found
|
1472
|
WARNING: /work/sources/meta-mitysom/recipes-bsp/sd-images/make-sd-image_1.0.bb: Unable to get checksum for make-sd-image SRC_URI entry make_sd_image.sh: file could not be found
|
1473
|
WARNING: /work/sources/meta-arago/meta-arago-distro/recipes-core/meta/external-arm-secondary-sdk-toolchain.bb: Variable key PREFERRED_PROVIDER_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} (external-arm-sdk-toolchain-${TRANSLATED_TARGET_ARCH}) replaces original key PREFERRED_PROVIDER_binutils-cross-canadian-invalid (external-arm-secondary-sdk-toolchain-${SECONDARY_TARGET_ARCH}).
|
1474
|
WARNING: /work/sources/meta-arago/meta-arago-distro/recipes-core/meta/external-arm-secondary-sdk-toolchain.bb: Variable key PREFERRED_PROVIDER_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} (external-arm-sdk-toolchain-${TRANSLATED_TARGET_ARCH}) replaces original key PREFERRED_PROVIDER_gcc-cross-canadian-invalid (external-arm-secondary-sdk-toolchain-${SECONDARY_TARGET_ARCH}).
|
1475
|
Parsing recipes: 100% |##########################################################################################| Time: 0:04:00
|
1476
|
Parsing of 3043 .bb files complete (2001 cached, 1042 parsed). 8504 targets, 1285 skipped, 1 masked, 0 errors.
|
1477
|
WARNING: No recipes available for:
|
1478
|
/work/sources/meta-mitysom/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
|
1479
|
/work/sources/meta-mitysom/recipes-support/lz4/lz4_1.8.2.bbappend
|
1480
|
NOTE: Resolving any missing task queue dependencies
|
1481
|
NOTE: Resolving any missing task queue dependencies
|
1482
|
NOTE: Resolving any missing task queue dependencies
|
1483
|
NOTE: Resolving any missing task queue dependencies
|
1484
|
NOTE: Resolving any missing task queue dependencies
|
1485
|
NOTE: Resolving any missing task queue dependencies
|
1486
|
|
1487
|
Build Configuration:
|
1488
|
BB_VERSION = "1.46.0"
|
1489
|
BUILD_SYS = "x86_64-linux"
|
1490
|
NATIVELSBSTRING = "ubuntu-18.04"
|
1491
|
TARGET_SYS = "aarch64-linux"
|
1492
|
MACHINE = "mitysom-am62x"
|
1493
|
DISTRO = "arago"
|
1494
|
DISTRO_VERSION = "2021.09"
|
1495
|
TUNE_FEATURES = "aarch64"
|
1496
|
TARGET_FPU = ""
|
1497
|
meta-processor-sdk = "HEAD:4d3a4e5f476b257405946c5aa222c02fc7565cfb"
|
1498
|
meta-arago-distro
|
1499
|
meta-arago-extras = "HEAD:dc749e9898eb1594c1289406e908ca62b3b7b077"
|
1500
|
meta-qt5 = "HEAD:5ef3a0ffd3324937252790266e2b2e64d33ef34f"
|
1501
|
meta-virtualization = "HEAD:beea119eb529b4a11f266004aee8b548427aea39"
|
1502
|
meta-networking
|
1503
|
meta-python
|
1504
|
meta-oe
|
1505
|
meta-gnome
|
1506
|
meta-filesystems
|
1507
|
meta-multimedia = "HEAD:7203130ed8b58c0df75cb72222ac2bcf546bce44"
|
1508
|
meta-ti = "HEAD:6763a269b0398aa70ddfa9bece73e17a92849a9e"
|
1509
|
meta-arm
|
1510
|
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
|
1511
|
meta = "HEAD:408bf1b4bb4f4ed126c17fb3676f9fa0513065ba"
|
1512
|
meta-mitysom = "HEAD:cb7df856382413b7e4ea2124cbca909637fa43a2"
|
1513
|
|
1514
|
|
1515
|
Build Configuration:
|
1516
|
BB_VERSION = "1.46.0"
|
1517
|
BUILD_SYS = "x86_64-linux"
|
1518
|
NATIVELSBSTRING = "ubuntu-18.04"
|
1519
|
TARGET_SYS = "arm-linux-gnueabi"
|
1520
|
MACHINE = "mitysom-am62x-k3r5"
|
1521
|
DISTRO = "arago"
|
1522
|
DISTRO_VERSION = "2021.09"
|
1523
|
TUNE_FEATURES = "arm armv7a vfp thumb callconvention-hard"
|
1524
|
TARGET_FPU = "hard"
|
1525
|
meta-processor-sdk = "HEAD:4d3a4e5f476b257405946c5aa222c02fc7565cfb"
|
1526
|
meta-arago-distro
|
1527
|
meta-arago-extras = "HEAD:dc749e9898eb1594c1289406e908ca62b3b7b077"
|
1528
|
meta-qt5 = "HEAD:5ef3a0ffd3324937252790266e2b2e64d33ef34f"
|
1529
|
meta-virtualization = "HEAD:beea119eb529b4a11f266004aee8b548427aea39"
|
1530
|
meta-networking
|
1531
|
meta-python
|
1532
|
meta-oe
|
1533
|
meta-gnome
|
1534
|
meta-filesystems
|
1535
|
meta-multimedia = "HEAD:7203130ed8b58c0df75cb72222ac2bcf546bce44"
|
1536
|
meta-ti = "HEAD:6763a269b0398aa70ddfa9bece73e17a92849a9e"
|
1537
|
meta-arm
|
1538
|
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
|
1539
|
meta = "HEAD:408bf1b4bb4f4ed126c17fb3676f9fa0513065ba"
|
1540
|
meta-mitysom = "HEAD:cb7df856382413b7e4ea2124cbca909637fa43a2"
|
1541
|
|
1542
|
Initialising tasks: 100% |#######################################################################################| Time: 0:00:25
|
1543
|
Sstate summary: Wanted 237 Found 185 Missed 52 Current 1705 (78% match, 97% complete)
|
1544
|
NOTE: Executing Tasks
|
1545
|
ERROR: linux-cl-ti-5.10.158+gitAUTOINC+c66d84b258-r0 do_kernel_version_sanity_check: Package Version (5.10.158+gitAUTOINC+c66d84b258) does not match of kernel being built (5.10.168). Please update the PV variable to match the kernel source or set KERNEL_VERSION_SANITY_SKIP="1" in your recipe.
|
1546
|
ERROR: linux-cl-ti-5.10.158+gitAUTOINC+c66d84b258-r0 do_kernel_version_sanity_check: Execution of '/work/build/arago-tmp-external-arm-glibc/work/mitysom_am62x-linux/linux-cl-ti/5.10.158+gitAUTOINC+c66d84b258-r0/temp/run.do_kernel_version_sanity_check.1367' failed with exit code 1
|
1547
|
ERROR: Logfile of failure stored in: /work/build/arago-tmp-external-arm-glibc/work/mitysom_am62x-linux/linux-cl-ti/5.10.158+gitAUTOINC+c66d84b258-r0/temp/log.do_kernel_version_sanity_check.1367
|
1548
|
ERROR: Task (/work/sources/meta-mitysom/recipes-kernel/linux/linux-cl-ti_5.10.bb:do_kernel_version_sanity_check) failed with exit code '1'
|
1549
|
NOTE: Tasks Summary: Attempted 6064 tasks of which 6043 didn't need to be rerun and 1 failed.
|
1550
|
NOTE: Writing buildhistory
|
1551
|
NOTE: Writing buildhistory took: 27 seconds
|
1552
|
NOTE: Writing buildhistory
|
1553
|
NOTE: Writing buildhistory took: 7 seconds
|
1554
|
|
1555
|
Summary: 1 task failed:
|
1556
|
/work/sources/meta-mitysom/recipes-kernel/linux/linux-cl-ti_5.10.bb:do_kernel_version_sanity_check
|
1557
|
Summary: There were 9 WARNING messages shown.
|
1558
|
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
|
1559
|
|
1560
|
|
1561
|
|