support aliyun sdk on TencentOS tiny

sample: examples\aliyun_iotkit_csdk_mqtt
project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
This commit is contained in:
dcxajichu
2019-10-31 16:36:28 +08:00
parent 30ea36a7ab
commit 8c24d921b0
692 changed files with 199829 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
OPS_CMDLINE_V := \
PACKAGE_DIR \
TOP_DIR \
STAMP_BLD_VAR \
OPS_SCRIPT := \
$(strip $(foreach V, $(OPS_CMDLINE_V), $(V)="$($(V))")) \
$(SHELL) \
$(RULE_DIR)/scripts/ops_repository.sh \
$(STAMP_BLD_VAR)
repo-list: config
$(TOP_Q)$(OPS_SCRIPT) list
repo-update: config
$(TOP_Q)$(OPS_SCRIPT) update