Skip to content
Snippets Groups Projects
Commit 9a7575eb authored by Johannes Mey's avatar Johannes Mey
Browse files

try to fix build error

parent 20699b40
Branches
No related tags found
No related merge requests found
Pipeline #16507 failed
...@@ -9,6 +9,7 @@ The kernel is built automatically by the CI from the [linux kernel sources](http ...@@ -9,6 +9,7 @@ The kernel is built automatically by the CI from the [linux kernel sources](http
It's `config` file is based on the config provided by a Ubuntu 22.04 installation with two changes: It's `config` file is based on the config provided by a Ubuntu 22.04 installation with two changes:
- The `preemption model` is set to `Fully Preemptible Kernel (RT)`. - The `preemption model` is set to `Fully Preemptible Kernel (RT)`.
- `Compile the kernel with debug info (DEBUG_INFO)` is set to `no`. - `Compile the kernel with debug info (DEBUG_INFO)` is set to `no`.
- `Additional X.509 keys for default system keyring` (`CONFIG_SYSTEM_TRUSTED_KEYS`) set to ""
Before the build, if the new kernel version contains new config keys, the corresponding values are set to their defaults. Before the build, if the new kernel version contains new config keys, the corresponding values are set to their defaults.
......
...@@ -10736,7 +10736,7 @@ CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" ...@@ -10736,7 +10736,7 @@ CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_MODULE_SIG_KEY_TYPE_RSA=y CONFIG_MODULE_SIG_KEY_TYPE_RSA=y
# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set # CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set
CONFIG_SYSTEM_TRUSTED_KEYRING=y CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS="debian/canonical-certs.pem" CONFIG_SYSTEM_TRUSTED_KEYS=""
CONFIG_SYSTEM_EXTRA_CERTIFICATE=y CONFIG_SYSTEM_EXTRA_CERTIFICATE=y
CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096 CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
CONFIG_SECONDARY_TRUSTED_KEYRING=y CONFIG_SECONDARY_TRUSTED_KEYRING=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment