Skip to content

Commit c2e5a48

Browse files
committed
debos: Add Plebian repository and install devicetree package
Package publishing for now is still done manually, but this is good enough to get it out to people. Closes #12.
1 parent 06ba07f commit c2e5a48

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

debos-recipes/debian-quartz64.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ actions:
3535
echo "deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware" >> /etc/apt/sources.list
3636
3737
- action: overlay
38-
description: Copy apt config for Sid
38+
description: Copy Plebian keyring
39+
source: overlays/keyrings/
40+
destination: /usr/share/keyrings/
41+
42+
- action: overlay
43+
description: Copy apt config for Sid and Plebian
3944
source: overlays/apt/
4045
destination: /etc/apt/
4146

@@ -137,6 +142,13 @@ actions:
137142
chroot: true
138143
command: u-boot-update
139144

145+
- action: apt
146+
description: Install Plebian devicetrees
147+
update: true
148+
recommends: true
149+
packages:
150+
- devicetrees-plebian-quartz64
151+
140152
- action: run
141153
description: Set up user
142154
chroot: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Types: deb
2+
URIs: https://aptly.fratti.ch/bookworm/
3+
Suites: bookworm
4+
Components: main
5+
Signed-By: /usr/share/keyrings/plebian-build-key.gpg
1.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)