From e99eaf613d66c66b7986dfbbf592ee0a63224f37 Mon Sep 17 00:00:00 2001 From: lixinyu Date: Tue, 8 Apr 2025 15:21:09 +0800 Subject: [PATCH] tspi-3566: fix the build bug * drm-cursor and rkwifibt-firmware is rockchip component, add it to oee_archive Signed-off-by: lixinyu --- .oebuild/manifest.yaml | 2 +- .../recipes-graphics/drm-cursor/drm-cursor.bbappend | 10 ++++++++++ .../rkwifibt-firmware/rkwifibt-firmware.bbappend | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 bsp/meta-openeuler-bsp/rockchip/recipes-graphics/drm-cursor/drm-cursor.bbappend create mode 100644 bsp/meta-openeuler-bsp/rockchip/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bbappend diff --git a/.oebuild/manifest.yaml b/.oebuild/manifest.yaml index d948cd4ffdc..552a75d4130 100644 --- a/.oebuild/manifest.yaml +++ b/.oebuild/manifest.yaml @@ -1061,7 +1061,7 @@ manifest_list: version: 42e783e24b0a018f81bb6c838ca7532862528a07 oee_archive: remote_url: https://gitee.com/openeuler/oee_archive.git - version: 634b7d9e5c5b549e2ec0e1249cd267446fc6f73d + version: 81c49885def8384510c8878015bed761f932f97d ompl: remote_url: https://gitee.com/src-openeuler/ompl.git version: 42759f06c9a8d712a5ba86f1f3b22a569ec81232 diff --git a/bsp/meta-openeuler-bsp/rockchip/recipes-graphics/drm-cursor/drm-cursor.bbappend b/bsp/meta-openeuler-bsp/rockchip/recipes-graphics/drm-cursor/drm-cursor.bbappend new file mode 100644 index 00000000000..ae1e138f2ad --- /dev/null +++ b/bsp/meta-openeuler-bsp/rockchip/recipes-graphics/drm-cursor/drm-cursor.bbappend @@ -0,0 +1,10 @@ +# bbfile yocto-meta-rockchip/recipes-graphics/drm-cursor/drm-cursor.bb + +inherit oee-archive +OEE_ARCHIVE_SUB_DIR = "drm-cursor" + +SRC_URI = " \ + file://drm-cursor.tar.gz;subdir=drm-cursor \ +" + +S = "${WORKDIR}/drm-cursor" diff --git a/bsp/meta-openeuler-bsp/rockchip/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bbappend b/bsp/meta-openeuler-bsp/rockchip/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bbappend new file mode 100644 index 00000000000..5e6779fbb52 --- /dev/null +++ b/bsp/meta-openeuler-bsp/rockchip/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bbappend @@ -0,0 +1,10 @@ +# bbfile yocto-meta-rockchip/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bb + +inherit oee-archive +OEE_ARCHIVE_SUB_DIR = "rkwifibt-firmware" + +SRC_URI = " \ + file://rkwifibt-firmware.tar.gz \ +" + +S = "${WORKDIR}/rkwifibt-firmware" -- Gitee