From aba91e94ff0c72acacbb4d1000fbe77a7dc6a7bb Mon Sep 17 00:00:00 2001 From: weishanshan1084 Date: Mon, 3 Nov 2025 15:10:12 +0800 Subject: [PATCH] phytium-free-rtos: fix git checkout failure Signed-off-by: weishanshan1084 --- package/phytium-free-rtos/phytium-free-rtos.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/phytium-free-rtos/phytium-free-rtos.mk b/package/phytium-free-rtos/phytium-free-rtos.mk index 9929dbe2..39ddfeaf 100644 --- a/package/phytium-free-rtos/phytium-free-rtos.mk +++ b/package/phytium-free-rtos/phytium-free-rtos.mk @@ -12,7 +12,7 @@ PHYTIUM_FREE_RTOS_CPU = $(call qstrip,$(BR2_PACKAGE_PHYTIUM_FREE_RTOS_CPU_NAME)) define PHYTIUM_FREE_RTOS_CONFIGURE_CMDS cd $(@D) && \ - $(TARGET_MAKE_ENV) ./install.py + PATH=$(BR_PATH) ./install.py endef define PHYTIUM_FREE_RTOS_BUILD_CMDS -- Gitee