e19a1474df
This adds the StarlingX kernel patch which exposes a new userspace prctl() call with the PR_DO_NOTIFY_TASK_STATE option. This allows a process to ne notifies when another process exits thus allowing it to restart the failed process faster. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
14 lines
406 B
HTML
14 lines
406 B
HTML
|
|
FILESEXTRAPATHS_append:= ":${THISDIR}/linux:"
|
|
|
|
SRC_URI_append_poky-stx = " file://stx-kconfig.cfg"
|
|
SRC_URI_append_anaconda = " file://stx-anaconda-kconfig.cfg"
|
|
SRC_URI_append = " file://Notification-of-Death-of-arbitrary-processes.patch"
|
|
|
|
KERNEL_EXTRA_FEATURES_append = " \
|
|
features/xfs/xfs.scc \
|
|
features/iommu/iommu.scc \
|
|
features/vfio/vfio.scc \
|
|
cfg/debug/sched/debug-sched.scc \
|
|
"
|