From d6d31d5073e9034bfe2e25ba3fafd19acff5943a Mon Sep 17 00:00:00 2001 From: asklymenko Date: Fri, 12 Jun 2026 20:47:32 +0300 Subject: T861: add secure boot support. Build shim-signed package --- scripts/package-build/shim-signed/.gitignore | 1 + scripts/package-build/shim-signed/build.py | 1 + scripts/package-build/shim-signed/package.toml | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 scripts/package-build/shim-signed/.gitignore create mode 120000 scripts/package-build/shim-signed/build.py create mode 100644 scripts/package-build/shim-signed/package.toml (limited to 'scripts') 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" -- cgit v1.2.3