summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-02-11 16:51:48 +0700
committerhathach <[email protected]>2026-02-11 16:51:48 +0700
commitc69e2e0a2a6a0786e70c417e2e61c834a524aabb (patch)
treed39f996435b5ae59196f9259262f7d00dea1c084
parent2e8e33f28494307276d7a5417569461fe6584b80 (diff)
update membrowse target to family/board/target
-rw-r--r--hw/bsp/family_support.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/family_support.cmake b/hw/bsp/family_support.cmake
index fdf7b78ed..9c3db4002 100644
--- a/hw/bsp/family_support.cmake
+++ b/hw/bsp/family_support.cmake
@@ -315,13 +315,13 @@ ld_scripts=\"$(echo \"$all_ld_scripts\" | xargs)\"")
${MEMBROWSE_LD_SCRIPTS_CMD}; \
echo ld_scripts=\"$ld_scripts\"; \
if [ \"$MEMBROWSE_UPLOAD\" = \"1\" ]; then \
- ${MEMBROWSE_EXE} report ${OPTION} \"${TARGET_ELF_PATH}\" \"$ld_scripts\" --upload --github --target-name ${BOARD}-${TARGET} --api-key $ENV{MEMBROWSE_API_KEY}; \
+ ${MEMBROWSE_EXE} report ${OPTION} \"${TARGET_ELF_PATH}\" \"$ld_scripts\" --upload --github --target-name ${FAMILY}/${BOARD}/${TARGET} --api-key $ENV{MEMBROWSE_API_KEY}; \
else \
${MEMBROWSE_EXE} report ${OPTION} \"${TARGET_ELF_PATH}\" \"$ld_scripts\"; \
fi; \
else \
if [ \"$MEMBROWSE_UPLOAD\" = \"1\" ]; then \
- ${MEMBROWSE_EXE} report ${OPTION} --identical --upload --github --target-name ${BOARD}-${TARGET} --api-key $ENV{MEMBROWSE_API_KEY}; \
+ ${MEMBROWSE_EXE} report ${OPTION} --identical --upload --github --target-name ${FAMILY}/${BOARD}/${TARGET} --api-key $ENV{MEMBROWSE_API_KEY}; \
else \
${MEMBROWSE_EXE} report ${OPTION} --identical; \
fi; \