emt idv iso generation json, build script, workflow and readme#64
Open
smitesh-sutaria wants to merge 46 commits intomainfrom
Open
emt idv iso generation json, build script, workflow and readme#64smitesh-sutaria wants to merge 46 commits intomainfrom
smitesh-sutaria wants to merge 46 commits intomainfrom
Conversation
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
- This will make the script independent Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
- taking care of review comments Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
- for providing tag - for providing image config json file Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
- also few enhancements in script Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
| @@ -0,0 +1,52 @@ | |||
| # This is a workflow that is triggered to build EMT desktop virtualization (IDV) ISO | |||
emt-dv-iso/README.md
Outdated
| ``` | ||
| Command line arguments are optional. Below default values will be used : | ||
| - Latest emt release tag : [3.0.20250718](https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250718) | ||
| - [idv.json](https://github.com/open-edge-platform/edge-desktop-virtualization/blob/main/emt-dv-iso/idv.json) |
There was a problem hiding this comment.
hyperlink leads to "404 - page not found"
Contributor
Author
There was a problem hiding this comment.
This is futuristic link. Once the PR is merged, this link will be active :)
Just to avoid one more PR after this is merged.
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
- will enable branch protection on this. Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
* Update idv.json * Update build_idv_iso.sh * Update build_idv_iso.sh reverting the test changes
| run: | | ||
| wget https://raw.githubusercontent.com/open-edge-platform/edge-desktop-virtualization/refs/heads/emt-dv-iso/emt-dv-iso/build_idv_iso.sh | ||
| chmod a+x build_idv_iso.sh | ||
| if [[ -z "${{ inputs.myInput }}" ]]; then |
Check warning
Code scanning / zizmor
code injection via template expansion Warning
| if [[ -z "${{ inputs.myInput }}" ]]; then | ||
| ./build_idv_iso.sh | ||
| else | ||
| ./build_idv_iso.sh -t "${{ inputs.myInput }}" |
Check warning
Code scanning / zizmor
code injection via template expansion Warning
* readme changes Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com> * adding wifi related package - wpa_supplicant Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com> --------- Signed-off-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
* Update idv-iso-builder.yaml update the default build tag * Update build_idv_iso.sh update the build tag * Update idv-iso-builder.yaml update the branch name * Update idv-iso-builder.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.