From 98792f043b8f8a7399258e8de973ee1fab7b3cc9 Mon Sep 17 00:00:00 2001 From: Salini Venate Date: Fri, 20 Sep 2024 06:31:37 +0000 Subject: [PATCH] Enable back publish_kf4sbl Removed the WA patch added during the bring-up. Tests Done : Build and boot on MBL Fab-B board Tracked-On: OAM-126397 Signed-off-by: Salini Venate --- ...01-WA-Fixed-to-publish-kf4sbl-binary.patch | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 bsp_diff/base_aaos/device/intel/build/0001-WA-Fixed-to-publish-kf4sbl-binary.patch diff --git a/bsp_diff/base_aaos/device/intel/build/0001-WA-Fixed-to-publish-kf4sbl-binary.patch b/bsp_diff/base_aaos/device/intel/build/0001-WA-Fixed-to-publish-kf4sbl-binary.patch deleted file mode 100644 index b51c5970c0..0000000000 --- a/bsp_diff/base_aaos/device/intel/build/0001-WA-Fixed-to-publish-kf4sbl-binary.patch +++ /dev/null @@ -1,31 +0,0 @@ -From bd69685e25bb665a3f9c1d0499f762cb87888aa9 Mon Sep 17 00:00:00 2001 -From: Ankit Agrawal -Date: Mon, 12 Aug 2024 15:05:36 +0530 -Subject: [PATCH] [WA] Fixed to publish kf4sbl binary. - -Publish kf4sbl only for publish target. - -Tests: Prepared EB and its booted successfully. - -Tracked-On: OAM-123268 -Signed-off-by: Ankit Agrawal ---- - tasks/publish.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tasks/publish.mk b/tasks/publish.mk -index 0591355..f582f7f 100644 ---- a/tasks/publish.mk -+++ b/tasks/publish.mk -@@ -244,7 +244,7 @@ publish_windows_tools: $(PLATFORM_RMA_TOOLS_CROSS_ZIP) - @$(hide) mkdir -p $(publish_tool_destw) - @$(hide) $(ACP) $(PLATFORM_RMA_TOOLS_CROSS_ZIP) $(publish_tool_destw) - else --publish_ci: publish_liveimage publish_ota_flashfile publish_gptimage_var publish_grubinstaller publish_ifwi publish_kf4sbl publish_firmware_symbols $(PUB_OSAGNOSTIC_TAG) $(PUB_CMCC_ZIP) -+publish_ci: publish_liveimage publish_ota_flashfile publish_gptimage_var publish_grubinstaller publish_ifwi publish_firmware_symbols $(PUB_OSAGNOSTIC_TAG) $(PUB_CMCC_ZIP) - $(if $(wildcard $(publish_dest)), \ - $(foreach f,$(PUBLISH_CI_FILES), \ - $(if $(wildcard $(f)),$(ACP) $(f) $(publish_dest);,)),) --- -2.34.1 -