Where is SUSE15 kernel source git repo ?

Hi

Where can I find the git repo to clone and build a SUSE 15 kernel ?

I’ve poked around the various links on SUSE web site and it seems like a endless circle of logins and dead URL’s

Any pointers welcomed !

Thanks !

;):wink:

At the top of avery page in this sub-forums it says:

This forum is NOT for asking questions, …

This will be moved to Insatll/Boot/login and is CLOSED for the moment.

Moved from unrewviewed Howto and open again.

Kernel Portal page
https://en.opensuse.org/Kernel

Guide to get started
https://en.opensuse.org/openSUSE:Kernel_git

Github repos, usually mirrors of other repositories
https://github.com/openSUSE/kernel
https://github.com/openSUSE/kernel-source

HTH,
TSU


noun, plural fo·rums, fo·ra fawr-uh, fohr-uh] /ˈfɔr ə, ˈfoʊr ə/.the marketplace or public square of an ancient Roman city, the center of judicial and business affairs and a place of assembly for the people.
a court or tribunal:the forum of public opinion.

an assembly, meeting place, television program, etc., for the discussion of questions of public interest.


Thank you !

I will look into that .

Neither of those repos complete cloning :

time git clone -v git://kernel.opensuse.org/kernel.git

Cloning into ‘kernel’…
Looking up kernel.opensuse.org … done.
Connecting to kernel.opensuse.org (port 9418) … 195.135.221.150 done.
remote: Counting objects: 8723414, done.
remote: Compressing objects: 100% (1294892/1294892), done.
fatal: the remote end hung up unexpectedly 539.66 MiB | 831.00 KiB/s
fatal: early EOF
fatal: index-pack failed

real 15m1.525s
user 0m22.746s
sys 0m10.095s

time git clone -v GitHub - openSUSE/kernel: Our patched kernel sources. This repository is generated from https://github.com/openSUSE/kernel-source suse_github

Cloning into ‘suse_github’…
POST git-upload-pack (gzip 159415 to 79297 bytes)
remote: Enumerating objects: 638, done.
remote: Counting objects: 100% (638/638), done.
remote: Compressing objects: 100% (397/397), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

real 15m1.240s
user 0m0.006s
sys 0m0.190s

Suggestions . welcome

Hi
Likely an issue at your end with the network (Using wireless or ethernet?)… Can you try again?


time git clone -v git://kernel.opensuse.org/kernel.git

Cloning into 'kernel'...
Looking up kernel.opensuse.org ... done.
Connecting to kernel.opensuse.org (port 9418) ... 195.135.221.150 done.
remote: Counting objects: 8723498, done.
remote: Compressing objects: 100% (1294976/1294976), done.
Receiving objects:  60% (5242404/8723498), 1.27 GiB | 2.06 MiB/s  
...cancelled

time git clone -v  https://github.com/openSUSE/kernel.git   suse_github

Cloning into 'suse_github'...
POST git-upload-pack (gzip 159415 to 79287 bytes)
remote: Enumerating objects: 722, done.
remote: Counting objects: 100% (722/722), done.
remote: Compressing objects: 100% (462/462), done.
Receiving objects:   8% (768605/8723498), 312.10 MiB | 2.04 MiB/s 
... cancelled