401 Star 1.4K Fork 1.4K

GVPopenEuler / kernel

 / 详情

[openEuler-24.03-LTS][config专项] Add initial kernel config for arm64 and x86

已完成
需求 成员
创建于  
2023-11-17 16:41

【特性描述】
新增openEuler-24.03-LTS kernel分支OLK-6.6的默认内核编译配置文件openeuler_defconfig:
以arm64架构为例:
初始版本使用OLK-5.10分支的arch/arm64/configs/openeuler_defconfig,
拷贝到OLK-6.6分支的arch/arm64/configs/openeuler_defconfig,
在OLK-6.6分支下执行make openeuler_defconfig后生成.config,
并使用如下命令删除环境信息相关配置
sed -e '/CONFIG_CC_VERSION_TEXT/d'
-e '/CONFIG_CC_IS_GCC/d'
-e '/CONFIG_GCC_VERSION/d'
-e '/CONFIG_LD_VERSION/d'
-e '/CONFIG_LD_IS/d'
-e '/CONFIG_CLANG_VERSION/d'
-e '/CONFIG_LLD_VERSION/d'
-e '/CONFIG_CC_CAN/d'
-e '/CONFIG_CC_HAS/d'
-e '/CONFIG_AS_VERSION/d'
-e '/CONFIG_AS_HAS/d'
-e '/CONFIG_AS_IS/d'
-e '/CONFIG_PAHOLE_VERSION/d'
-i .config
再执行cp .config arch/arm64/configs/openeuler_defconfig,
最终生成OLK-6.6 arm64的初始默认内核配置文件。
基于该初始配置,后续将评审讨论,对Linux v5.10到Linux v6.6间新增的并且默认值为Y/M的Kconfig配置项作相应调整。
【特性竞争力】
NA
【硬件架构】
ARM/X86
【特性约束】
NA
【涉及仓库】
https://gitee.com/openeuler/kernel/tree/OLK-6.6/
【交付个人/团队】
NA

评论 (1)

zhengzengkai 创建了需求

Hi zhengzengkai, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: Kernel, and any of the maintainers.

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
5329419 openeuler ci bot 1632792936
C
1
https://gitee.com/openeuler/kernel.git
git@gitee.com:openeuler/kernel.git
openeuler
kernel
kernel

搜索帮助

344bd9b3 5694891 D2dac590 5694891