amazon linux kernel code

0

i am working on a module and need to reference amazon linux kernel code. what is the link to amazon linux kernel code?

질문됨 5년 전1553회 조회
5개 답변
0

If you have the yumdownloader utility (part of the yum-utils RPM), then you can download the source rpm:

yumdownloader --source kernel

At this point, you'd have a source RPM, which you can rebuild, extract, etc.:

mkdir tmp-kernel-dir
cd tmp-kernel-dir
rpm2cpio ../kernel-4.14.146-119.123.amzn2.src.rpm | cpio -idmv
답변함 5년 전
0

Currently we do not have any public repos for Amazon Linux Kernel code. But you can get it from the source rpm like Gregory mentioned above.

Thanks,

AWS
답변함 5년 전
0

thanks gregory, this worked

답변함 5년 전
0

Still no public repository for the Amazon Linux kernel source code?. I'm interested in inspecting the kernel source code history to determine when happened changes around CONFIG_INET_DIAG_DESTROY.

답변함 3년 전
0

Our kernel tree is now available on Github, here: https://github.com/amazonlinux/linux/
There is a branch for each kernel stable version that we release, for example 4.14 is here: https://github.com/amazonlinux/linux/tree/amazon-4.14.y/master

AWS
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠