Fix kernel
This commit is contained in:
parent
ddd36472d4
commit
978346df45
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -376,9 +376,6 @@
|
|||||||
[submodule "update-alternatives"]
|
[submodule "update-alternatives"]
|
||||||
path = update-alternatives
|
path = update-alternatives
|
||||||
url = ../../rpm/dpkg.git
|
url = ../../rpm/dpkg.git
|
||||||
[submodule "kernel-default"]
|
|
||||||
path = kernel-default
|
|
||||||
url = ../../rpm/kernel-source.git
|
|
||||||
[submodule "dummy-release"]
|
[submodule "dummy-release"]
|
||||||
path = dummy-release
|
path = dummy-release
|
||||||
url = ../../rpm/dummy-release.git
|
url = ../../rpm/dummy-release.git
|
||||||
@ -396,3 +393,6 @@
|
|||||||
[submodule "perl-YAML-LibYAML"]
|
[submodule "perl-YAML-LibYAML"]
|
||||||
path = perl-YAML-LibYAML
|
path = perl-YAML-LibYAML
|
||||||
url = ../../rpm/perl-YAML-LibYAML.git
|
url = ../../rpm/perl-YAML-LibYAML.git
|
||||||
|
[submodule "kernel-source"]
|
||||||
|
path = kernel-source
|
||||||
|
url = ../../rpm/kernel-source.git
|
||||||
|
@ -12,6 +12,10 @@ Macros:
|
|||||||
%disable_32bit 1
|
%disable_32bit 1
|
||||||
:Macros
|
:Macros
|
||||||
|
|
||||||
|
%if "%_project" == "openSUSE:Factory:Rings:0-Bootstrap" || "%_project" == "openSUSE:Factory:ARM:Rings:0-Bootstrap"
|
||||||
|
BuildFlags: excludebuild:kernel-source
|
||||||
|
%endif
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
cat _config.factory _config.ring0 >> _config.new
|
cat _config.factory _config.ring0 >> _config.new
|
||||||
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new
|
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 0f3141a8c51b2e5ac3f0a099250f31f31b84a1d2
|
|
1
kernel-default/_link
Normal file
1
kernel-default/_link
Normal file
@ -0,0 +1 @@
|
|||||||
|
<link package='kernel-source' cicount='copy' />
|
1
kernel-obs-build/_link
Normal file
1
kernel-obs-build/_link
Normal file
@ -0,0 +1 @@
|
|||||||
|
<link package='kernel-source' cicount='copy' />
|
1
kernel-source
Submodule
1
kernel-source
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4566bf1c9760f16b139a26e6bef6f414d3fd9a2f
|
Loading…
Reference in New Issue
Block a user