From 2126cd1799605326e7cdf9470dfbd4da2ff36953 Mon Sep 17 00:00:00 2001 From: Wayne Ren Date: Thu, 3 Apr 2025 14:19:51 +0800 Subject: [PATCH] yocto-meta-st: update yocto-meta-st * now full AI related demos can be built * fix issues found in building Signed-off-by: Wayne Ren --- .oebuild/manifest.yaml | 2 +- .oebuild/platform/myd-ld25x-oee.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.oebuild/manifest.yaml b/.oebuild/manifest.yaml index 724ab8c91c8..d948cd4ffdc 100644 --- a/.oebuild/manifest.yaml +++ b/.oebuild/manifest.yaml @@ -1898,7 +1898,7 @@ manifest_list: version: 9f66b6011d0743ae0551341397cb826619e1afdb yocto-meta-st: remote_url: https://gitee.com/openeuler/yocto-meta-st.git - version: a4249a595dc8840032e1a514e77be739b80489e4 + version: 887bdf70b20d2cbac4cb7055407557e40365988f yocto-meta-sunxi: remote_url: https://github.com/linux-sunxi/meta-sunxi.git version: c475a1851a877bf700d6d9748be7336b2eadd3b2 diff --git a/.oebuild/platform/myd-ld25x-oee.yaml b/.oebuild/platform/myd-ld25x-oee.yaml index 41ae2cec7fd..38e8a2b5ef7 100644 --- a/.oebuild/platform/myd-ld25x-oee.yaml +++ b/.oebuild/platform/myd-ld25x-oee.yaml @@ -20,4 +20,4 @@ local_conf: | PREFERRED_VERSION_linux-openeuler-rt ?= "6.6%" INIT_MANAGER = "systemd" ACCEPT_EULA_myd-ld25x-oee = "1" - IMAGE_FEATURES:append = " weston " + IMAGE_FEATURES:append = " weston splash " -- Gitee