当前位置:网站首页>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
边栏推荐
- Golang realizes regular matching: the password contains at least one digit, letter and special character, and the length is 8-16
- 4. DRF permission & access frequency & filtering & sorting
- [untitled] make a 0-99 counter, P1 7 connected to key, P2 connected to nixie tube section, common anode nixie tube, P3 0,P3. 1. Connect the nixie tube bit code. Each time you press the key, the nixie
- Subscribe to Alibaba demo send business messages
- The quill editor image zooms, multiple rich text boxes are used on one page, and the quill editor upload image address is the server address
- 22. Bracket generation
- Introduction to servlet listener & filter
- After the data of El table is updated, the data in the page is not updated this$ Forceupdate() has no effect
- 安装nngraph
- Golang implements a five insurance and one gold calculator with web interface
猜你喜欢
Calculate the past date and days online, and calculate the number of live days
XinChaCha Trust SSL Organization Validated
Summary of JVM knowledge points - continuously updated
在线计算过往日期天数,计算活了多少天
31. Next arrangement
SSM框架系列——注解开发day2-2
PC starts multiple wechat at one time
Remote access to raspberry pie at home (Part 1)
ZigBee CC2530 minimum system and register configuration (1)
内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
随机推荐
将opencv 图片转换为字节的方式
Sort out several uses of network IP agent
Recovering data with MySQL binlog
SSM framework series - JUnit unit test optimization day2-3
如何实现点击一下物体播放一次动画
梳理網絡IP代理的幾大用途
SSM框架系列——注解开发day2-2
Design and manufacture of 51 single chip microcomputer solar charging treasure with low voltage alarm (complete code data)
Object.keys后key值数组乱序的问题
SSM framework series - annotation development day2-2
Async void provoque l'écrasement du programme
R语言中dcast 和 melt的使用 简单易懂
leetcode-791. 自定义字符串排序
Go language mapping operation
Wonderful review | the sixth issue of "source" - open source economy and industrial investment
Synchronously update the newly added and edited data to the list
Softbank vision fund entered the Web3 security industry and led a new round of investment of US $60 million in certik
Use compressorjs to compress pictures, optimize functions, and compress pictures in all formats
Date time type in database
Keyword interpretation and some APIs in RT thread