<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git, branch whinlatter</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2026-03-04T03:05:54+00:00</updated>
<entry>
<title>oeqa : drop libxcam test script</title>
<updated>2026-03-04T03:05:54+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-03-03T13:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=fc9bc44c9da5e7e7bae38313615aaff5873b843f'/>
<id>urn:sha1:fc9bc44c9da5e7e7bae38313615aaff5873b843f</id>
<content type='text'>
libxcam recipe was already dropped.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>oidn : drop old recipe</title>
<updated>2026-03-04T03:05:42+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-03-03T13:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=8da1052103b6f840a5041398c98a019a380093ca'/>
<id>urn:sha1:8da1052103b6f840a5041398c98a019a380093ca</id>
<content type='text'>
Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "intel-media-driver : upgrade 25.1.4 -&gt; 26.1.0"</title>
<updated>2026-02-20T01:45:31+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-16T17:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=8ca2f37f456db6693e696174ada1f4317e3ebee2'/>
<id>urn:sha1:8ca2f37f456db6693e696174ada1f4317e3ebee2</id>
<content type='text'>
This reverts commit deccd450234efe2fcf3565d0cbd976d9f08c1816.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>metee: Use targeted pragma to suppress sign-conversion warnings</title>
<updated>2026-02-20T01:45:31+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-12T15:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=47218fae1d66f4d98cf35f1b793615e3125ce0f0'/>
<id>urn:sha1:47218fae1d66f4d98cf35f1b793615e3125ce0f0</id>
<content type='text'>
Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>embree, openvkl, ospray: Skip buildpaths QA check</title>
<updated>2026-02-20T01:45:31+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-08T16:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a11c4931ff11020db8adf65d5d08d690933d835f'/>
<id>urn:sha1:a11c4931ff11020db8adf65d5d08d690933d835f</id>
<content type='text'>
Add INSANE_SKIP for buildpaths QA check in RenderKit recipes that use
ISPC for code generation.

ISPC (Intel SPMD Program Compiler) embeds absolute build paths in
generated binaries and debug information by design. This is necessary
for:

1. Debug information accuracy - ISPC generates C++ wrapper code with
   #line directives pointing to original .ispc source files
2. Error reporting during kernel execution - backtraces reference
   original source locations
3. Profiling support - performance tools need source file locations

Affected packages:
- embree: ISPC kernels for ray tracing primitives
- openvkl: ISPC kernels for volume rendering
- ospray: ISPC kernels for rendering algorithms

This resolves QA errors that prevent SDK image builds when RenderKit
stack is included.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>oidn: Add recipe for version 2.4.1</title>
<updated>2026-02-20T01:45:31+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-08T16:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=ee72be04c78e158b2b4fb7e84fad2060f47020cb'/>
<id>urn:sha1:ee72be04c78e158b2b4fb7e84fad2060f47020cb</id>
<content type='text'>
Add Intel Open Image Denoise (OIDN) 2.4.1, an open-source library for
high-performance, high-quality denoising of images rendered with ray tracing.

Key features:
- Machine learning-based denoising filters optimized for Intel CPUs
- ISPC-accelerated kernels for vectorization
- Supports HDR and LDR images
- Multiple filter types: RT, RTLightmap

Dependencies:
- ISPC 1.25.0+ for kernel compilation
- TBB for task parallelism
- CMake 3.1+

Build configuration:
- GPU support disabled (OIDN_DEVICE_GPU=OFF)
- Apps disabled for minimal footprint
- Static TBB linkage

Part of Intel RenderKit stack upgrade coordinated with:
- ISPC 1.29.1
- embree 4.4.0
- openvkl 2.0.1
- ospray 3.2.0
- rkcommon 1.15.2

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>ispc: Upgrade 1.24.0 -&gt; 1.29.1</title>
<updated>2026-02-20T01:44:11+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-08T16:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5065def31e67438c319fd1b6c3317a0de6b34ec1'/>
<id>urn:sha1:5065def31e67438c319fd1b6c3317a0de6b34ec1</id>
<content type='text'>
Major upgrade to ISPC 1.29.1 with bundled LLVM 20.1 using the
superbuild system. This upgrade brings significant architectural
changes and resolves multiple build and packaging issues.

Build System Changes:
- Switch from standalone build to superbuild with bundled LLVM 20.1
- Add vc-intrinsics and SPIRV-LLVM-Translator as build dependencies
- Implement do_configure:append() to strip OE-specific compiler flags
  from generated CMake toolchain files before stage1 LLVM build

Recipe Restructuring:
- Split do_install() into class-common and class-target sections for
  proper native/target separation
- Move test suite installation to target-only do_install:append()
- Make test packages (ispc-test, ispc-ptest) target-specific using
  class-target overrides to avoid native build conflicts
- Add pkg_postinst() to create /lib64 symlink for binary compatibility

Packaging Improvements:
- Add ncurses to DEPENDS to resolve libedit terminfo link errors
- Skip file-rdeps and buildpaths QA checks for bundled LLVM stage2
- Set RDEPENDS for ptest: bash, python3-multiprocessing
- Forward ISPCRT_BUILD_TASK_MODEL option through superbuild for TBB

New Patches:
- 0001-superbuild-forward-ISPCRT_BUILD_TASK_MODEL.patch
  Forward build options (tasking model, examples, tests) to stage2
- 0002-llvm-update-CMake-policy-CMP0116-to-NEW.patch
  Update CMake policy to avoid deprecation warnings
- 0003-GenerateBuiltins-Add-sysroot-for-builtin-compilation.patch
  Fix multiarch header detection for builtin compilation with
  --target=x86_64-unknown-unknown
- 0004-Fix-QA-Issues.patch
  Remove host file paths from generated headers for reproducibility

Removed Patches (no longer applicable):
- 0001-Add-function-to-print-test-run-status-in-ptest.patch
- 0002-cmake-don-t-build-for-32-bit-targets.patch

Fixes:
- Native build failures when test packages were enabled
- QA errors from duplicate PACKAGES definitions
- GLIBC_2.42 symbol resolution issues with bundled LLVM

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>ixgbevf: upgrade 4.19.10 -&gt; 5.2.2</title>
<updated>2026-02-10T17:05:40+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-09T11:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5fb3ccd1d5cca9dde13c90f290d3c367a851801c'/>
<id>urn:sha1:5fb3ccd1d5cca9dde13c90f290d3c367a851801c</id>
<content type='text'>
Updated source URL from Sourceforge to GitHub as Intel ethernet driver
project has migrated to github.com/intel/ethernet-linux-ixgbevf.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>ixgbe: upgrade 5.20.10 -&gt; 6.3.4</title>
<updated>2026-02-10T17:05:33+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-09T11:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d9a21c980dd9dbd1e24f5f348ccaad6690f7c2cd'/>
<id>urn:sha1:d9a21c980dd9dbd1e24f5f348ccaad6690f7c2cd</id>
<content type='text'>
Updated source URL from Sourceforge to GitHub as Intel ethernet driver
project has migrated to github.com/intel/ethernet-linux-ixgbe.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>recipes: inherit pkgconfig</title>
<updated>2026-02-10T17:03:42+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@arm.com</email>
</author>
<published>2026-02-06T10:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d7afc542602e47ddd32d99fafd4849781ad55e2a'/>
<id>urn:sha1:d7afc542602e47ddd32d99fafd4849781ad55e2a</id>
<content type='text'>
Instead of depending directly on pkgconfig-native, inherit the pkgconfig
class.  At the moment this just adds a layer of indirection to the right
provider of pkgconfig, but there are patches in flight to move exports
into the class to isolate the variables.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
</feed>
