From 516bdc2ad1e451e4a90d20e494af42c1ec00d041 Mon Sep 17 00:00:00 2001 From: alichinese Date: Thu, 6 Nov 2025 16:48:31 +0800 Subject: [PATCH] 3591rc: modify the 3591rc compile template * add qftp pkg in default pkg list Signed-off-by: alichinese --- .oebuild/samples/aarch64/3591rc-oebridge-systemd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.oebuild/samples/aarch64/3591rc-oebridge-systemd.yaml b/.oebuild/samples/aarch64/3591rc-oebridge-systemd.yaml index df0733b26b1..446c55e5d45 100644 --- a/.oebuild/samples/aarch64/3591rc-oebridge-systemd.yaml +++ b/.oebuild/samples/aarch64/3591rc-oebridge-systemd.yaml @@ -10,10 +10,11 @@ repos: local_conf: |+ INIT_MANAGER = "systemd" - DISTRO_FEATURES:append = " oebridge " + DISTRO_FEATURES:append = " oebridge oe-extra " SERVER_MIRROR = "https://mirrors.tuna.tsinghua.edu.cn/openeuler" SERVER_VERSION = "openEuler-24.03-LTS" GLIBC_GENERATE_LOCALES:append = "en_US.UTF-8 zh_CN.UTF-8 " + INSTALL_PKG_LISTS:append = " qftp:real " layers: - yocto-meta-openeuler/bsp/meta-hisilicon -- Gitee