Add meta-intel-compat-kernel.inc, which sets the necessary fields. Like the previous releases, we will be floating on OE-core's SRCREVs, with linux-intel being the well-tested kernel.
Signed-off-by: Naveen Saini <[email protected]> --- recipes-kernel/linux/linux-yocto-rt_4.19.bbappend | 1 + recipes-kernel/linux/linux-yocto_4.19.bbappend | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto-rt_4.19.bbappend create mode 100644 recipes-kernel/linux/linux-yocto_4.19.bbappend diff --git a/recipes-kernel/linux/linux-yocto-rt_4.19.bbappend b/recipes-kernel/linux/linux-yocto-rt_4.19.bbappend new file mode 100644 index 0000000..daa7dd6 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto-rt_4.19.bbappend @@ -0,0 +1 @@ +require meta-intel-compat-kernel.inc diff --git a/recipes-kernel/linux/linux-yocto_4.19.bbappend b/recipes-kernel/linux/linux-yocto_4.19.bbappend new file mode 100644 index 0000000..daa7dd6 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.19.bbappend @@ -0,0 +1 @@ +require meta-intel-compat-kernel.inc -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
