Skip to content

Commit 7d6478c

Browse files
committed
replaced deprecated refspec in kas config
1 parent 8754a5a commit 7d6478c

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

kas/.config-components.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,37 @@ local_conf_header:
3636
repos:
3737
poky:
3838
url: "https://git.yoctoproject.org/git/poky"
39-
refspec: kirkstone
39+
branch: kirkstone
4040
layers:
4141
meta:
4242
meta-poky:
4343
meta-yocto-bsp:
4444
meta-lts-mixins-rust:
4545
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
46-
refspec: kirkstone/rust-1.68
46+
branch: kirkstone/rust-1.68
4747
meta-lts-mixins-go:
4848
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
49-
refspec: kirkstone/go
49+
branch: kirkstone/go
5050
meta-clang:
5151
url: https://github.com/kraj/meta-clang
52-
refspec: kirkstone
52+
branch: kirkstone
5353
meta-openembedded:
5454
url: "https://git.openembedded.org/meta-openembedded"
55-
refspec: kirkstone
55+
branch: kirkstone
5656
layers:
5757
meta-oe:
5858
meta-filesystems:
5959
meta-python:
6060
meta-networking:
6161
meta-rauc:
6262
url: "https://github.com/rauc/meta-rauc.git"
63-
refspec: kirkstone
63+
branch: kirkstone
6464
meta-virtualization:
6565
url: "https://git.yoctoproject.org/meta-virtualization"
66-
refspec: kirkstone
66+
branch: kirkstone
6767
meta-kanto:
6868
url: "https://github.com/eclipse-kanto/meta-kanto.git"
69-
refspec: kirkstone
69+
branch: kirkstone
7070
meta-leda:
7171
path: ./
7272
layers:

kas/.config-honister.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@ repos:
3636
# bblayers.conf:
3737
poky:
3838
url: "https://git.yoctoproject.org/git/poky"
39-
refspec: honister
39+
branch: honister
4040
layers:
4141
meta:
4242
meta-poky:
4343
meta-yocto-bsp:
4444
meta-rauc-community:
4545
url: "https://github.com/rauc/meta-rauc-community.git"
46-
refspec: master
46+
branch: master
4747
layers:
4848
meta-rauc-qemux86:
4949
meta-rauc:
5050
url: "https://github.com/rauc/meta-rauc.git"
51-
refspec: honister
51+
branch: honister
5252
meta-kanto:
5353
url: "https://github.com/eclipse-kanto/meta-kanto.git"
54-
refspec: main
54+
branch: main
5555
meta-virtualization:
5656
url: "https://git.yoctoproject.org/meta-virtualization"
57-
refspec: honister
57+
branch: honister
5858
meta-openembedded:
5959
url: "https://git.openembedded.org/meta-openembedded"
60-
refspec: honister
60+
branch: honister
6161
layers:
6262
meta-oe:
6363
meta-filesystems:

kas/.config-kirkstone-rpi4.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,45 +51,45 @@ repos:
5151
# bblayers.conf:
5252
poky:
5353
url: "https://git.yoctoproject.org/git/poky"
54-
refspec: kirkstone
54+
branch: kirkstone
5555
layers:
5656
meta:
5757
meta-poky:
5858
meta-yocto-bsp:
5959
meta-lts-mixins-rust:
6060
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
61-
refspec: kirkstone/rust-1.68
61+
branch: kirkstone/rust-1.68
6262
meta-lts-mixins-go:
6363
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
64-
refspec: kirkstone/go
64+
branch: kirkstone/go
6565
meta-clang:
6666
url: https://github.com/kraj/meta-clang
67-
refspec: kirkstone
67+
branch: kirkstone
6868
meta-rauc-community:
6969
url: "https://github.com/rauc/meta-rauc-community.git"
70-
refspec: kirkstone
70+
branch: kirkstone
7171
layers:
7272
meta-rauc-raspberrypi:
7373
meta-rauc:
7474
url: "https://github.com/rauc/meta-rauc.git"
75-
refspec: kirkstone
75+
branch: kirkstone
7676
meta-kanto:
7777
url: "https://github.com/eclipse-kanto/meta-kanto.git"
78-
refspec: kirkstone
78+
branch: kirkstone
7979
meta-virtualization:
8080
url: "https://git.yoctoproject.org/meta-virtualization"
81-
refspec: kirkstone
81+
branch: kirkstone
8282
meta-openembedded:
8383
url: "https://git.openembedded.org/meta-openembedded"
84-
refspec: kirkstone
84+
branch: kirkstone
8585
layers:
8686
meta-oe:
8787
meta-filesystems:
8888
meta-python:
8989
meta-networking:
9090
meta-raspberrypi:
9191
url: "https://git.yoctoproject.org/meta-raspberrypi"
92-
refspec: kirkstone
92+
branch: kirkstone
9393
meta-leda:
9494
path: ./
9595
layers:

kas/.config-kirkstone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,37 +51,37 @@ repos:
5151
# bblayers.conf:
5252
poky:
5353
url: "https://git.yoctoproject.org/git/poky"
54-
refspec: kirkstone
54+
branch: kirkstone
5555
layers:
5656
meta:
5757
meta-poky:
5858
meta-yocto-bsp:
5959
meta-lts-mixins-rust:
6060
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
61-
refspec: kirkstone/rust-1.68
61+
branch: kirkstone/rust-1.68
6262
meta-lts-mixins-go:
6363
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
64-
refspec: kirkstone/go
64+
branch: kirkstone/go
6565
meta-clang:
6666
url: https://github.com/kraj/meta-clang
67-
refspec: kirkstone
67+
branch: kirkstone
6868
meta-rauc-community:
6969
url: "https://github.com/rauc/meta-rauc-community.git"
70-
refspec: kirkstone
70+
branch: kirkstone
7171
layers:
7272
meta-rauc-qemux86:
7373
meta-rauc:
7474
url: "https://github.com/rauc/meta-rauc.git"
75-
refspec: kirkstone
75+
branch: kirkstone
7676
meta-kanto:
7777
url: "https://github.com/eclipse-kanto/meta-kanto.git"
78-
refspec: kirkstone
78+
branch: kirkstone
7979
meta-virtualization:
8080
url: "https://git.yoctoproject.org/meta-virtualization"
81-
refspec: kirkstone
81+
branch: kirkstone
8282
meta-openembedded:
8383
url: "https://git.openembedded.org/meta-openembedded"
84-
refspec: kirkstone
84+
branch: kirkstone
8585
layers:
8686
meta-oe:
8787
meta-filesystems:

kas/.config-master.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,37 +51,37 @@ repos:
5151
# bblayers.conf:
5252
poky:
5353
url: "https://git.yoctoproject.org/git/poky"
54-
refspec: master
54+
branch: master
5555
layers:
5656
meta:
5757
meta-poky:
5858
meta-yocto-bsp:
5959
meta-lts-mixins-rust:
6060
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
61-
refspec: kirkstone/rust-1.68
61+
branch: kirkstone/rust-1.68
6262
meta-lts-mixins-go:
6363
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
64-
refspec: kirkstone/go
64+
branch: kirkstone/go
6565
meta-clang:
6666
url: https://github.com/kraj/meta-clang
67-
refspec: kirkstone
67+
branch: kirkstone
6868
meta-rauc-community:
6969
url: "https://github.com/rauc/meta-rauc-community.git"
70-
refspec: master
70+
branch: master
7171
layers:
7272
meta-rauc-qemux86:
7373
meta-rauc:
7474
url: "https://github.com/rauc/meta-rauc.git"
75-
refspec: master
75+
branch: master
7676
meta-kanto:
7777
url: "https://github.com/eclipse-kanto/meta-kanto.git"
78-
refspec: main
78+
branch: main
7979
meta-virtualization:
8080
url: "https://git.yoctoproject.org/meta-virtualization"
81-
refspec: master
81+
branch: master
8282
meta-openembedded:
8383
url: "https://git.openembedded.org/meta-openembedded"
84-
refspec: master
84+
branch: master
8585
layers:
8686
meta-oe:
8787
meta-filesystems:

0 commit comments

Comments
 (0)