Skip to content

Commit

Permalink
Regenerate kernel pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kernel Build Daemon committed Aug 20, 2024
1 parent 449de89 commit 1cc3a29
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
59 changes: 59 additions & 0 deletions SLE15-SP7-RT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: SLE15-SP7-RT branch
redirect_from: /branches/SLE15-SP7-RT/
---
# SLE15-SP7-RT
The persons in charge of this branch are:
Mel Gorman <[[email protected]](mailto:[email protected]?subject=SLE15-SP7-RT%20branch)>
Frederic Weisbecker <[[email protected]](mailto:[email protected]?subject=SLE15-SP7-RT%20branch)>
Jeffrey Cheung <[[email protected]](mailto:[email protected]?subject=SLE15-SP7-RT%20branch)>

It is the above persons' responsiblity for checking in this kernel to
the build system, anyone else who wishes to do so, needs to get
permission from them first.

If there are any questions about this branch, please contact the above
mentioned maintainer.


## [packages](https://download.opensuse.org/repositories/Kernel:/SLE15-SP7-RT)
To install
[prebuilt kernel](https://download.opensuse.org/repositories/Kernel:/SLE15-SP7-RT)
from this branch run

```
zypper ar -f https://download.opensuse.org/repositories/Kernel:/SLE15-SP7-RT/pool \
Kernel:SLE15-SP7-RT
zypper in --from Kernel:SLE15-SP7-RT kernel-default
```

Please note: The packages are built for the distribution they are
targetting. In case of the vanilla and linux-next branches, this is the
latest released openSUSE version. While the packages should work
fine on a distribution that is slightly newer or slightly older,
installing ancient kernels on the latest distributions is asking for
trouble. Same goes for the opposite case, e.g. installing the Factory
kernel on SLES 11.

## [kernel-source.git](https://github.com/SUSE/kernel-source/tree/SLE15-SP7-RT)
There are two SUSE Kernel repositories. Development happens in the
[kernel-source](https://github.com/SUSE/kernel-source/tree/SLE15-SP7-RT)
git repository. This tree is a quile-like series of patches against the
upstream kernel, plus spec files and various scripts. You can clone it
with

```
git clone https://github.com/SUSE/kernel-source -b SLE15-SP7-RT
```

## [kernel.git](https://github.com/SUSE/kernel/tree/SLE15-SP7-RT)
If you just want to hack on the sources and do not need to package the
kernel, use the [kernel](https://github.com/SUSE/kernel/tree/SLE15-SP7-RT)
git repository. This one has the same layout as the upstream kernel. Clone
command:

```
git clone https://github.com/SUSE/kernel -b SLE15-SP7-RT
```


2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ navbar_links:
link: SLE12-SP5.html
- text: SLE Addons
children:
- text: SLE15-SP7-RT
link: SLE15-SP7-RT.html
- text: SLE15-SP6-RT
link: SLE15-SP6-RT.html
- text: SLE15-SP6-COCO
Expand Down

0 comments on commit 1cc3a29

Please sign in to comment.