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 9, 2024
1 parent f22d9b0 commit 449de89
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
59 changes: 59 additions & 0 deletions SLE15-SP7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: SLE15-SP7 branch
redirect_from: /branches/SLE15-SP7/
---
# SLE15-SP7
The persons in charge of this branch are:
Takashi Iwai <[[email protected]](mailto:[email protected]?subject=SLE15-SP7%20branch)>
Oscar Salvador <[[email protected]](mailto:[email protected]?subject=SLE15-SP7%20branch)>
Tony Jones <[[email protected]](mailto:[email protected]?subject=SLE15-SP7%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)
To install
[prebuilt kernel](https://download.opensuse.org/repositories/Kernel:/SLE15-SP7)
from this branch run

```
zypper ar -f https://download.opensuse.org/repositories/Kernel:/SLE15-SP7/pool \
Kernel:SLE15-SP7
zypper in --from Kernel:SLE15-SP7 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)
There are two SUSE Kernel repositories. Development happens in the
[kernel-source](https://github.com/SUSE/kernel-source/tree/SLE15-SP7)
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
```

## [kernel.git](https://github.com/SUSE/kernel/tree/SLE15-SP7)
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)
git repository. This one has the same layout as the upstream kernel. Clone
command:

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


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

0 comments on commit 449de89

Please sign in to comment.