Skip to content

gorlapraveen/sonic-linux-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

SONiC - Kernel

Description

This repository contains the scripts and patches to build the kernel for SONiC. SONiC uses the same kernel for all platforms. We prefer to out-of-tree kernel platform modules. We accept kernel patches on following conditions:

  • Existing kernel modules need to be enabled
  • Existing kernel modules need to be patched and those patches are available in upstream
  • New kernel modules which are common to all platforms
  • Platform specific kernel modules which are impossible or very difficul to be built out of kernel tree
  • Developer contributions and usage are subjected to Apache 2.0 License

Platform specific kernel modules are expected to develop out-of-tree kernel modules, provide them in debian packages to be embeded into SONiC ONE image and installed on their platforms.

Usage:

make DEST=<destination path>

If DEST is not set, package will stay in current directory

About

Linux kernel drivers for SONiC project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%