[meta-intel] [PATCH 1/2] linux-intel-rt/4.14: update to v4.14.34

2018-04-26 Thread California Sullivan
Also updates preempt-rt patchset to -rt27. Change from branch 4.14/yocto/base-rt to 4.14/base-rt. This is only cosmetic, the branches are exactly the same. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 6 +++--- 1 file

[meta-intel] [PATCH] dpdk: Set the correct RTE_TARGET for x86 machines

2018-04-26 Thread Kevin Hao
The TARGET_ARCH may be different for different x86 machines, for example i586(qemux86) and i686(genericx86). So choose the "x86" override to set the correct RTE_TARGET for these machines. Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file