From ff89291939040ef2e8d8d04901881edce4fec0a0 Mon Sep 17 00:00:00 2001 From: alichinese Date: Sat, 11 Oct 2025 09:07:36 +0800 Subject: [PATCH] samples: add hieulerpi1 with xfce and systemd template * add hieulerpi1 with xfce and systemd template Signed-off-by: alichinese --- .../aarch64/hieulerpi1-xfce-systemd.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .oebuild/samples/aarch64/hieulerpi1-xfce-systemd.yaml diff --git a/.oebuild/samples/aarch64/hieulerpi1-xfce-systemd.yaml b/.oebuild/samples/aarch64/hieulerpi1-xfce-systemd.yaml new file mode 100644 index 00000000000..4b40a651be4 --- /dev/null +++ b/.oebuild/samples/aarch64/hieulerpi1-xfce-systemd.yaml @@ -0,0 +1,32 @@ +build_in: docker +machine: hieulerpi1 +toolchain_type: EXTERNAL_TOOLCHAIN:aarch64 +cache_src_dir: +no_layer: false +repos: +- yocto-poky +- yocto-meta-openembedded +local_conf: |+ + INIT_MANAGER = "systemd" + + DISTRO_FEATURES:append = " oebridge oe-xfce " + 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 " + + DISTRO_FEATURES:append = " kernel6 " + PREFERRED_VERSION_linux-openeuler ?= "6.6%" + PREFERRED_VERSION_linux-openeuler-rt ?= "6.6%" + +layers: +- yocto-meta-openeuler/bsp/meta-hisilicon +- yocto-meta-openembedded/meta-multimedia +docker_param: + image: swr.cn-north-4.myhuaweicloud.com/openeuler-embedded/openeuler-container:latest + parameters: -itd --network host + volumns: + - /dev/net/tun:/dev/net/tun + command: bash +bitbake_cmds: +- bitbake openeuler-image +- bitbake openeuler-image -c do_populate_sdk -- Gitee