Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import dts(i) files from kernel tree #286

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2023

  1. kbuild: allow copying files into the kernel tree

    Allow specifying a directory to copy files into the tree. This can be
    used for copying local dts(i) files into the kernel for device support.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ee96dd3 View commit details
    Browse the repository at this point in the history
  2. kernel/5.15-lts: import dts(i) files from kernel tree

    The DentOS own DTS files are in no shape to be upstreamed, and there
    likely is no one willing to spend the effort to do so, so there is no
    good reason to carry them as commits for the kernel source.
    
    Instead provide them within the build system, as they are independent
    from the kernel.
    
    This also makes it easier to provide new device support without the need
    to update the kernel, or atomic changes of device drivers and the
    associated device trees.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e4b3d52 View commit details
    Browse the repository at this point in the history