From ba66f241135d5314295bc2c89c42b1ecefe9ebec Mon Sep 17 00:00:00 2001 From: "balajikumaran.cs" Date: Tue, 28 Apr 2026 12:26:06 +0530 Subject: [PATCH 1/3] Update fetch_packages.yml (#4326) Signed-off-by: balajikumaran.cs --- .../roles/fetch_packages/tasks/fetch_packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml b/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml index e420c281b3..8e691b27dd 100644 --- a/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml +++ b/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml @@ -53,6 +53,7 @@ functional_groups: "{{ functional_group_list }}" software_config_file: "{{ software_config_file_path }}" input_project_dir: "{{ input_project_dir }}" + additional_json_path: "{{ additional_json_path }}" register: compute_images_output - name: Save packages for aarch64 keys in compute_images_dict From 79375a7d1689483ca671b4e013f607fc8b5d1f50 Mon Sep 17 00:00:00 2001 From: Luke Wilson Date: Thu, 7 May 2026 15:21:09 -0500 Subject: [PATCH 2/3] Update feature_request.md Removing project field from Feature request issue template Signed-off-by: Luke Wilson --- .github/ISSUE_TEMPLATE/feature_request.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4d6ba60b1a..36014cde56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,6 @@ about: Suggest an idea for this project title: '' labels: 'enhancement' assignees: '' -project: 'Future Features' --- From 483ce3abf010119cdece5599ab61aaa5301b4696 Mon Sep 17 00:00:00 2001 From: John Lockman Date: Thu, 7 May 2026 15:21:55 -0500 Subject: [PATCH 3/3] Update bug_report.md removing unnecessary entries Signed-off-by: John Lockman --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f3d5c415e0..548b72ccaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,6 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' +Omnia Version: '' labels: bug assignees: '' @@ -23,16 +24,5 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here.