Turn off EMBREE_ZIP_MODE, which ships environement scrpit for build env setup.
Removed duplicate DEMBREE_ISPC_SUPPORT configuration. checksum update: Added entry for Intel(R) oneAPI DPC++/C++ compiler in third-party-programs.txt. Signed-off-by: Naveen Saini <[email protected]> --- .../embree/{embree_3.13.5.bb => embree_4.0.1.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/embree/{embree_3.13.5.bb => embree_4.0.1.bb} (82%) diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb similarity index 82% rename from dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb rename to dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb index 038bffce..ae702afa 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb @@ -6,15 +6,15 @@ HOMEPAGE = "https://github.com/embree/embree" LICENSE = "Apache-2.0 & syrah" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \ + file://third-party-programs.txt;md5=f989f5b74cfff0d45d3ccf0e1366cbdc \ file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" inherit pkgconfig cmake S = "${WORKDIR}/git" -SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=devel3" -SRCREV = "698442324ccddd11725fb8875275dc1384f7fb40" +SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master" +SRCREV = "02192dc3f91ea86bd96a8352c91bfda833c509ae" COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST:libc-musl = "null" @@ -22,9 +22,9 @@ COMPATIBLE_HOST:libc-musl = "null" DEPENDS = "tbb jpeg libpng glfw ispc-native" EXTRA_OECMAKE += " \ - -DEMBREE_ISPC_SUPPORT=OFF \ -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ -DEMBREE_MAX_ISA=DEFAULT \ -DEMBREE_TUTORIALS=OFF \ -DEMBREE_ISPC_SUPPORT=ON \ + -DEMBREE_ZIP_MODE=OFF \ " -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7875): https://lists.yoctoproject.org/g/meta-intel/message/7875 Mute This Topic: https://lists.yoctoproject.org/mt/97667985/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
