[meta-intel] [PATCH 1/3] clang: remove COMPATIBLE_HOST

2019-09-18 Thread Anuj Mittal
clang builds fine for 32-bit targets too now. Remove COMPATIBLE_HOST. Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-devtools/clang/clang_%.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/dynamic-layers/clang-layer/recipes-devtools/clang/clang_%.bbappend

[meta-intel] [PATCH 3/3] compute-runtime: update UPSTREAM_CHECK_GITTAGREGEX

2019-09-18 Thread Anuj Mittal
We'd like to ignore the older tags using year and work week strings like 2018ww19-010806 and use only the ones that have numbers and are in x.y.z format. Signed-off-by: Anuj Mittal --- .../compute-runtime/intel-compute-runtime_19.35.13977.bb | 1 + 1 file changed, 1 insertion(+) diff

[meta-intel] [PATCH] intel-microcode: upgrade 20190618 -> 20190918

2019-09-18 Thread Anuj Mittal
Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/5ada2f32ed7d216e38823f1320358e4679941990/releasenote Signed-off-by: Anuj Mittal --- ...{intel-microcode_20190618.bb => intel-microcode_20190918.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[meta-intel] [PATCH][meta-dpdk] dpdk: igb_uio: change ISR to be threaded when using with RT kernel

2019-09-18 Thread Yongxin Liu
When igb_uio driver is used with RT kernel, the interrupt handler should not use IRQF_NO_THREAD as a flag, since uio_event_notify will call rt_spin_lock which might sleep. Flage "IRQF_NO_THREAD" was introduced in upstream DPDK by commit "f0d1896fa igb_uio: use non-threaded ISR", but this flag is