Skip to content

Commit

Permalink
octeon: fix dao checksum
Browse files Browse the repository at this point in the history
This patch updates DAO tar file checksum.

Type: fix
JIRA: https://essjira.marvell.com/browse/IPBUSW-51694

Signed-off-by: Bheemappa Agasimundin <[email protected]>
Change-Id: I5f170a023e9a6187cbb7483651bc6a141fe5925a
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/toolkits/vpp/+/133246
Tested-by: sa_ip-sw-jenkins <[email protected]>
Reviewed-by: Ashish Gupta <[email protected]>
  • Loading branch information
Bheemappa Agasimundin authored and akamaluddin committed Aug 28, 2024
1 parent 63b19ce commit f5f754b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/external/packages/octeon-dao.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
DAO_DEBUG ?= n
octeon-dao_version := 24.05.2
octeon-dao_tarball := $(octeon-dao_version).tar.gz
octeon-dao_tarball_md5sum := d052c1bf98b232c149aad250d6cab1f6
octeon-dao_tarball_md5sum := a06dda68ab8cb91734c305fc17e2a5ae

octeon-dao_tarball_strip_dirs := 1
octeon-dao_url := https://github.com/MarvellEmbeddedProcessors/dpu-accelerator-offload/archive/refs/tags/$(octeon-dao_tarball)
octeon-dao_url := https://github.com/MarvellEmbeddedProcessors/dao/archive/refs/tags/$(octeon-dao_tarball)

octeon_dao_cmake_args ?=

Expand Down

0 comments on commit f5f754b

Please sign in to comment.