Skip to content

Commit ece865a

Browse files
committed
adding the arch specific repo.yml file
1 parent 3e9e74c commit ece865a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Edge Microvisor Toolkit 3.0 Repository Configuration
2+
name: "Edge Microvisor Toolkit 3.0"
3+
type: "rpm" # Repository type: rpm or deb
4+
#baseURL: "https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/rpm/3.0"
5+
baseURL: "https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/rpms/3.0/base"
6+
component: "emt3.0-base" # Repository component/section identifier
7+
gpgCheck: true # Enabled with Intel GPG key
8+
repoGPGCheck: true # Enabled with Intel GPG key
9+
enabled: true
10+
gpgKey: "https://raw.githubusercontent.com/open-edge-platform/edge-microvisor-toolkit/refs/heads/3.0/SPECS/edge-repos/INTEL-RPM-GPG-KEY"
11+
# Repository configuration URL (for reference): https://raw.githubusercontent.com/open-edge-platform/edge-microvisor-toolkit/refs/heads/3.0/SPECS/edge-repos/edge-base.repo
12+
buildPath: "./builds/emt3" # Will be replaced with temp_dir/builds/emt3 at runtime

0 commit comments

Comments
 (0)