Skip to content

Commit f662e5d

Browse files
author
Kernel Build Daemon
committed
Regenerate kernel pages
1 parent 1886034 commit f662e5d

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

Diff for: SLE15-SP7-COCO.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: SLE15-SP7-COCO branch
3+
redirect_from: /branches/SLE15-SP7-COCO/
4+
---
5+
# SLE15-SP7-COCO
6+
This is the SLE15 SP7 COCO kernel branch. It is based on the SLE15 SP7
7+
kernel branch and provides a tech preview of Confidential Computing
8+
host support with KVM.
9+
10+
The person in charge of this branch is:
11+
Juergen Gross <[[email protected]](mailto:[email protected]?subject=SLE15-SP7-COCO%20branch)>
12+
13+
It is the above persons' responsiblity for checking in this kernel to
14+
the build system, anyone else who wishes to do so, needs to get
15+
permission from them first.
16+
17+
If there are any questions about this branch, please contact the above
18+
mentioned maintainer.
19+
20+
21+
## [packages](https://download.opensuse.org/repositories/Kernel:/SLE15-SP7-COCO)
22+
To install
23+
[prebuilt kernel](https://download.opensuse.org/repositories/Kernel:/SLE15-SP7-COCO)
24+
from this branch run
25+
26+
```
27+
zypper ar -f https://download.opensuse.org/repositories/Kernel:/SLE15-SP7-COCO/pool \
28+
Kernel:SLE15-SP7-COCO
29+
zypper in --from Kernel:SLE15-SP7-COCO kernel-default
30+
```
31+
32+
Please note: The packages are built for the distribution they are
33+
targetting. In case of the vanilla and linux-next branches, this is the
34+
latest released openSUSE version. While the packages should work
35+
fine on a distribution that is slightly newer or slightly older,
36+
installing ancient kernels on the latest distributions is asking for
37+
trouble. Same goes for the opposite case, e.g. installing the Factory
38+
kernel on SLES 11.
39+
40+
## [kernel-source.git](https://github.com/SUSE/kernel-source/tree/SLE15-SP7-COCO)
41+
There are two SUSE Kernel repositories. Development happens in the
42+
[kernel-source](https://github.com/SUSE/kernel-source/tree/SLE15-SP7-COCO)
43+
git repository. This tree is a quile-like series of patches against the
44+
upstream kernel, plus spec files and various scripts. You can clone it
45+
with
46+
47+
```
48+
git clone https://github.com/SUSE/kernel-source -b SLE15-SP7-COCO
49+
```
50+
51+
## [kernel.git](https://github.com/SUSE/kernel/tree/SLE15-SP7-COCO)
52+
If you just want to hack on the sources and do not need to package the
53+
kernel, use the [kernel](https://github.com/SUSE/kernel/tree/SLE15-SP7-COCO)
54+
git repository. This one has the same layout as the upstream kernel. Clone
55+
command:
56+
57+
```
58+
git clone https://github.com/SUSE/kernel -b SLE15-SP7-COCO
59+
```
60+
61+

Diff for: _config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ navbar_links:
3838
children:
3939
- text: SLE15-SP7-RT
4040
link: SLE15-SP7-RT.html
41+
- text: SLE15-SP7-COCO
42+
link: SLE15-SP7-COCO.html
4143
- text: SLE15-SP7-AZURE
4244
link: SLE15-SP7-AZURE.html
4345
- text: SLE15-SP6-RT

0 commit comments

Comments
 (0)