mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
This bbappend adds the time limited kernel patch and configuration options. Unlike linux-yocto, the patch is not integrated into the source tree, so we have to add it here. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
4 lines
185 B
Plaintext
4 lines
185 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
SRC_URI_append = " file://time-limited-kernel.cfg \
|
|
file://uptime-allow-the-optional-limiting-of-kernel-runtime.patch"
|