当前位置:网站首页>Kernel error: no rule to make target 'Debian / canonical certs pem‘, needed by ‘certs/x509_ certificate_ list‘
Kernel error: no rule to make target 'Debian / canonical certs pem‘, needed by ‘certs/x509_ certificate_ list‘
2022-04-23 13:01:00 【Blue sky lay】
1. Compile kernel error

2. Solution
edit .config file
vim .config
2.1 modify CONFIG_SYSTEM_TRUSTED_KEYS
modify CONFIG_SYSTEM_TRUSTED_KEYS, Assign it to a null value .
- Before the change : The original variable has a value
CONFIG_SYSTEM_TRUSTED_KEYS="debian/canonical-certs.pem"
- After modification : Assign the variable to a null value
# Delete the original content of this item , as follows
CONFIG_SYSTEM_TRUSTED_KEYS=""
2.2 modify CONFIG_SYSTEM_REVOCATION_KEYS( Optional )
If CONFIG_SYSTEM_REVOCATION_KEYS If the value of is not empty , It is also assigned a null value .
- Before the change : The original variable has a value
CONFIG_SYSTEM_REVOCATION_KEYS="debian/canonical-revoked-certs.pem"
- After modification : Assign the variable to a null value
CONFIG_SYSTEM_REVOCATION_KEYS=""
3. Recompile the kernel
Recompile the kernel , Problem solving .
make -j8
版权声明
本文为[Blue sky lay]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231258112532.html
边栏推荐
- Three channel ultrasonic ranging system based on 51 single chip microcomputer (timer ranging)
- Connect orcale
- If you were a golang interviewer, what questions would you ask?
- Object.keys后key值数组乱序的问题
- BaseRecyclerViewAdapterHelper 实现下拉刷新和上拉加载
- Design of STM32 multi-channel temperature measurement wireless transmission alarm system (industrial timing temperature measurement / engine room temperature timing detection, etc.)
- SSM framework series - JUnit unit test optimization day2-3
- Golang implements a five insurance and one gold calculator with web interface
- Use compressorjs to compress pictures, optimize functions, and compress pictures in all formats
- (1) Openjuterpyrab comparison scheme
猜你喜欢

STM32 control stepper motor (ULN2003 + 28byj)

Use Proteus to simulate STM32 ultrasonic srf04 ranging! Code+Proteus

产品开发都应该知道的8个网站,增强工作体验

R语言中dcast 和 melt的使用 简单易懂

three. JS text ambiguity problem

1130 - host XXX is not allowed to connect to this MySQL server error in Navicat remote connection database

HQL find the maximum value in a range

MySQL —— 16、索引的数据结构

V-model binding value in El select, data echo only displays value, not label

内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
随机推荐
Idea的src子文件下无法创建servlet
Go iris framework implements multi service Demo: start (listen to port 8084) service 2 through the interface in service 1 (listen to port 8083)
About the 'enum' enumeration type and structure.
Translation of attention in natural language processing
JDBC connection pool
Go language slicing operation
Recommended website for drawing result map
4. DRF permission & access frequency & filtering & sorting
Customize classloader and implement hot deployment - use loadclass
Keyword interpretation and some APIs in RT thread
31. 下一个排列
Record the problems encountered in using v-print
产品开发都应该知道的8个网站,增强工作体验
SSM框架系列——数据源配置day2-1
leetcode:437. Path sum III [DFS selected or not selected?]
Complete project data of UAV apriltag dynamic tracking landing based on openmv (LabVIEW + openmv + apriltag + punctual atom four axes)
1130 - host XXX is not allowed to connect to this MySQL server error in Navicat remote connection database
[csnote] ER diagram
云原生KubeSphere部署Mysql
(1) Openjuterpyrab comparison scheme