oebuild manifest生成软件列表失败

基于 oebuild 快速构建 — openEuler Embedded在线文档 1.0.0 documentation (gitee.io)

这里提到,manifest相关指令,该指令需要在oebuild工作目录下运行,通过该指令我们可以生成当前src目录下的软件仓清单列表,包含远程仓地址以及版本。

我试了下,好像无法生成镜像里完整的软件列表

# Copyright (c) 2023 openEuler Embedded
# oebuild is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
#          http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.

# The manifest lists all dependent software manifests and their version numbers,
# relying on which the OpenEuler Embedded build is completed, first go to the
# oebuild working directory, and then do the following:
# 1: oebuild manifest -r -m_dir <manifest_dir>  # for restore or download all repos
# 2: oebuild generate -df -d <build_dir> # generate compile.yaml with disable openeuler_fetch
# 3: Go to the build directory and open compile.yaml, add a line under the build_in
# field, not_use_repos : true, like this:
# build_in: docker
# not_use_repos: true
# platform: x86-64-std
# machine: generic-x86-64
# 4: oebuild bitbake openeuler-image

manifest_list:
  tree:
    remote_url: https://gitee.com/src-openeuler/tree.git
    version: 99660727d3227d6120c5274dd43c0ea8f06fb226