Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optee-os: work-around buildpaths QA error of staticdev #1983

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion recipes-security/optee-imx/optee-os-fslc.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2017-2021 NXP
# Copyright (C) 2017-2021,2024 NXP

SUMMARY = "OPTEE OS"
DESCRIPTION = "OPTEE OS"
Expand Down Expand Up @@ -84,4 +84,7 @@ FILES:${PN} = "${nonarch_base_libdir}/firmware/ ${nonarch_base_libdir}/optee_arm
FILES:${PN}-staticdev = "${includedir}/optee/"
RDEPENDS:${PN}-dev += "${PN}-staticdev"

# FIXME: Build paths are currently embedded
INSANE_SKIP:${PN}-staticdev += "buildpaths"

PACKAGE_ARCH = "${MACHINE_ARCH}"
Loading