From 1be72fb1131f7b8abebdbd91b4f350d19c2d2671 Mon Sep 17 00:00:00 2001 From: lipeng <3428068280@qq.com> Date: Thu, 31 Jul 2025 11:23:30 +0800 Subject: [PATCH] tspi-3566: manifest.yaml Adjustments * add the link for pulling rt-thread. Signed-off-by: lipeng --- .oebuild/manifest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.oebuild/manifest.yaml b/.oebuild/manifest.yaml index 5f0bf3e13d9..c438588a189 100644 --- a/.oebuild/manifest.yaml +++ b/.oebuild/manifest.yaml @@ -1554,6 +1554,9 @@ manifest_list: rockchip-kernel-tspi-3566: remote_url: https://gitee.com/taishanpi/kernel.git version: 49534267b6f2927032cf52831b6360adf1b162c1 + rt-thread-tspi-3566: + remote_url: https://gitee.com/rtthread/rt-thread.git + version: a1c642aa3a2848b47f2a1b52679dc4ee5156f2f4 ros-dev-tools: remote_url: https://gitee.com/openeuler/yocto-embedded-tools.git version: d2e356d9df8c4d2ac98b64d5812722dd533b1f36 -- Gitee