This patch set is mostly to get meta-intel to be MUSL compatible. I have also included a couple of other patches for libva-intel-driver and more importantly to shift linux-intel to use the base branch.
Sau! The following changes since commit e8fd58ccf221b071508c1c168e4d9bcee92c3a5d: meta-intel.inc: Enable linux-intel and 4.9 by default for meta-intel hardware (2017-02-08 16:28:14 -0800) are available in the git repository at: ssh://[email protected]/meta-intel-contrib sgw/next for you to fetch changes up to 5153dad2fa695bbb579c03ff795ef649269e8420: linux-intel: Use base branch (2017-02-10 08:06:14 -0800) ---------------------------------------------------------------- Saul Wold (10): libva-intel-driver: Update to 1.7.3 libva-intel-driver: Add wayland-native to DEPENDS list iucode-tool: Add support for MUSL lms7: Use patches from lms8 that fixed MUSL build qat16: add additionl patch with guard for MUSL build openssl-qat: Add patch to support MUSL zlib-qat: Add patch to support MUSL dpdk: Disable building for musl intel-gpu-tools: Disbale build for MUSL linux-intel: Use base branch common/recipes-bsp/amt/lms7_7.1.20.bb | 2 + ...am-Add-arg-parse-library-for-MUSL-support.patch | 29 +++++++++++++ common/recipes-core/microcode/iucode-tool_2.1.1.bb | 4 ++ common/recipes-extended/dpdk/dpdk_16.11.bb | 2 + .../openssl-qat/0001-Use_sched_yield_api.patch | 47 ++++++++++++++++++++++ .../openssl-qat/openssl-qat_0.4.9-009.bb | 2 + ...salServices-Only-use-bits-time-with-GLIBC.patch | 27 +++++++++++++ common/recipes-extended/qat/qat16_2.6.0-65.bb | 2 + .../0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch | 29 +++++++++++++ .../zlib-qat/zlib-qat_0.4.7-002.bb | 4 ++ .../intel-gpu-tools/intel-gpu-tools_1.16.bb | 1 + common/recipes-kernel/linux/linux-intel_4.9.bb | 4 +- ...driver_1.7.2.bb => libva-intel-driver_1.7.3.bb} | 9 +++-- 13 files changed, 156 insertions(+), 6 deletions(-) create mode 100644 common/recipes-core/microcode/iucode-tool/0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch create mode 100644 common/recipes-extended/openssl-qat/openssl-qat/0001-Use_sched_yield_api.patch create mode 100644 common/recipes-extended/qat/qat16/0001-OsalServices-Only-use-bits-time-with-GLIBC.patch create mode 100644 common/recipes-extended/zlib-qat/zlib-qat/0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch rename common/recipes-multimedia/libva/{libva-intel-driver_1.7.2.bb => libva-intel-driver_1.7.3.bb} (78%) Saul Wold (10): libva-intel-driver: Update to 1.7.3 libva-intel-driver: Add wayland-native to DEPENDS list iucode-tool: Add support for MUSL lms7: Use patches from lms8 that fixed MUSL build qat16: add additionl patch with guard for MUSL build openssl-qat: Add patch to support MUSL zlib-qat: Add patch to support MUSL dpdk: Disable building for musl intel-gpu-tools: Disbale build for MUSL linux-intel: Use base branch common/recipes-bsp/amt/lms7_7.1.20.bb | 2 + ...am-Add-arg-parse-library-for-MUSL-support.patch | 29 +++++++++++++ common/recipes-core/microcode/iucode-tool_2.1.1.bb | 4 ++ common/recipes-extended/dpdk/dpdk_16.11.bb | 2 + .../openssl-qat/0001-Use_sched_yield_api.patch | 47 ++++++++++++++++++++++ .../openssl-qat/openssl-qat_0.4.9-009.bb | 2 + ...salServices-Only-use-bits-time-with-GLIBC.patch | 27 +++++++++++++ common/recipes-extended/qat/qat16_2.6.0-65.bb | 2 + .../0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch | 29 +++++++++++++ .../zlib-qat/zlib-qat_0.4.7-002.bb | 4 ++ .../intel-gpu-tools/intel-gpu-tools_1.16.bb | 1 + common/recipes-kernel/linux/linux-intel_4.9.bb | 4 +- ...driver_1.7.2.bb => libva-intel-driver_1.7.3.bb} | 9 +++-- 13 files changed, 156 insertions(+), 6 deletions(-) create mode 100644 common/recipes-core/microcode/iucode-tool/0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch create mode 100644 common/recipes-extended/openssl-qat/openssl-qat/0001-Use_sched_yield_api.patch create mode 100644 common/recipes-extended/qat/qat16/0001-OsalServices-Only-use-bits-time-with-GLIBC.patch create mode 100644 common/recipes-extended/zlib-qat/zlib-qat/0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch rename common/recipes-multimedia/libva/{libva-intel-driver_1.7.2.bb => libva-intel-driver_1.7.3.bb} (78%) -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
