summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorasklymenko <a.klymenko@vyos.io>2026-06-12 20:47:32 +0300
committerasklymenko <a.klymenko@vyos.io>2026-06-12 20:47:32 +0300
commitd6d31d5073e9034bfe2e25ba3fafd19acff5943a (patch)
tree0a5140c1b9515f374e94c3065c5b866f4bee1e34 /scripts
parentec0afde14627494f5c92f0cef3cd9f6a0041342e (diff)
downloadvyos-build-d6d31d5073e9034bfe2e25ba3fafd19acff5943a.tar.gz
vyos-build-d6d31d5073e9034bfe2e25ba3fafd19acff5943a.zip
T861: add secure boot support. Build shim-signed package
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/shim-signed/.gitignore1
l---------scripts/package-build/shim-signed/build.py1
-rw-r--r--scripts/package-build/shim-signed/package.toml4
3 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package-build/shim-signed/.gitignore b/scripts/package-build/shim-signed/.gitignore
new file mode 100644
index 00000000..ea2f72c7
--- /dev/null
+++ b/scripts/package-build/shim-signed/.gitignore
@@ -0,0 +1 @@
+/shim-signed/
diff --git a/scripts/package-build/shim-signed/build.py b/scripts/package-build/shim-signed/build.py
new file mode 120000
index 00000000..3c76af73
--- /dev/null
+++ b/scripts/package-build/shim-signed/build.py
@@ -0,0 +1 @@
+../build.py \ No newline at end of file
diff --git a/scripts/package-build/shim-signed/package.toml b/scripts/package-build/shim-signed/package.toml
new file mode 100644
index 00000000..020c3e3d
--- /dev/null
+++ b/scripts/package-build/shim-signed/package.toml
@@ -0,0 +1,4 @@
+[[packages]]
+name = "shim-signed"
+commit_id = "rolling"
+scm_url = "https://github.com/vyos/shim-signed.git"