citadel/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
brl 5789f1b122 Squashed 'meta-intel/' content from commit c811c0b338
git-subtree-dir: meta-intel
git-subtree-split: c811c0b33862a2f911fe2afdd2054958b1f28e40
2017-12-04 16:35:46 -05:00

10 lines
385 B
Plaintext

FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
python() {
# When we add more kernels for linux-intel, we may have to add a Version check
if (d.getVar("PREFERRED_PROVIDER_virtual/kernel") == "linux-intel"):
src_uri = d.getVar("SRC_URI")
d.setVar("SRC_URI", src_uri +
" file://0001-zc-Force-4.10-get_user_pages_remote-API.patch")
}