From da8b189cbf22a810ded45fcb21cef25430371195 Mon Sep 17 00:00:00 2001 From: Wayne Ren Date: Tue, 8 Apr 2025 11:15:17 +0800 Subject: [PATCH] meta-st: update meta-st support * update wifi and bluetooth firmware repo * update yocto-meta-st after the update of meta-stm32-mp and meta-st-openeuler * enable commerical license for gstreamer plugins Signed-off-by: Wayne Ren --- .oebuild/manifest.yaml | 6 +++--- .oebuild/platform/myd-ld25x-oee.yaml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.oebuild/manifest.yaml b/.oebuild/manifest.yaml index d948cd4ffdc..c4fb1d9c852 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: 887bdf70b20d2cbac4cb7055407557e40365988f + version: 20bddf15001e5202627e4e4ad98d24aa7ec037fc yocto-meta-sunxi: remote_url: https://github.com/linux-sunxi/meta-sunxi.git version: c475a1851a877bf700d6d9748be7336b2eadd3b2 @@ -2258,7 +2258,7 @@ manifest_list: version: b113436397901e554c7a5d3f0dc08b54e681eb46 nvram-murata: remote_url: https://github.com/murata-wireless/cyw-fmac-nvram.git - version: 9b7d93eb3e13b2d2ed8ce3a01338ceb54151b77a + version: 61b41349b5aa95227b4d2562e0d0a06ca97a6959 murata: remote_url: https://github.com/murata-wireless/cyw-fmac-fw.git - version: e024d0c0a3ab241f547cb44303de7e1b49f0ca78 + version: a80cb77798a8d57f15b7c3fd2be65553d9bd5125 diff --git a/.oebuild/platform/myd-ld25x-oee.yaml b/.oebuild/platform/myd-ld25x-oee.yaml index 38e8a2b5ef7..061f42c85dd 100644 --- a/.oebuild/platform/myd-ld25x-oee.yaml +++ b/.oebuild/platform/myd-ld25x-oee.yaml @@ -21,3 +21,4 @@ local_conf: | INIT_MANAGER = "systemd" ACCEPT_EULA_myd-ld25x-oee = "1" IMAGE_FEATURES:append = " weston splash " + LICENSE_FLAGS_ACCEPTED = "commercial" -- Gitee