Skip to content

Commit

Permalink
Update valid build targets
Browse files Browse the repository at this point in the history
Removed not supported caas_cfc and caas_dev targets.

Tracked-On: OAM-105021
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
JeevakaPrabu authored and sysopenci committed Nov 27, 2022
1 parent 056dee2 commit 4e8e827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/flashfiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ endif
$(hide) cp -r $(TOP)/$(TARGET_PRODUCT)-releasefiles-$(TARGET_BUILD_VARIANT).tar.gz $(TOP)/pub/$(TARGET_PRODUCT)/$(TARGET_BUILD_VARIANT)
$(hide) cp -r $(TOP)/$(TARGET_PRODUCT)-releasefiles-$(TARGET_BUILD_VARIANT).tar.gz $(PRODUCT_OUT)
@echo "Release files are published"
ifneq (,$(filter caas caas_dev caas_cfc,$(TARGET_PRODUCT)))
ifneq (,$(filter caas,$(TARGET_PRODUCT)))
ifneq (,$(wildcard out/dist))
@echo "Publish the CaaS image as debian_package"
$(hide)rm -rf $(TOP)/pub/$(TARGET_PRODUCT)/$(TARGET_BUILD_VARIANT)/Release/
Expand Down Expand Up @@ -364,7 +364,7 @@ endif
$(hide) cp -r $(TOP)/$(TARGET_PRODUCT)-releasefiles-$(TARGET_BUILD_VARIANT).tar.gz $(TOP)/pub/$(TARGET_PRODUCT)/$(TARGET_BUILD_VARIANT)
$(hide) cp -r $(TOP)/$(TARGET_PRODUCT)-releasefiles-$(TARGET_BUILD_VARIANT).tar.gz $(PRODUCT_OUT)
@echo "Release files are published"
ifneq (,$(filter caas caas_dev caas_cfc,$(TARGET_PRODUCT)))
ifneq (,$(filter caas,$(TARGET_PRODUCT)))
ifneq (,$(wildcard out/dist))
@echo "Publish the CaaS image as debian package"
$(hide)rm -rf $(TOP)/pub/$(TARGET_PRODUCT)/$(TARGET_BUILD_VARIANT)/Release/
Expand Down

0 comments on commit 4e8e827

Please sign in to comment.