summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg1
-rw-r--r--recipes-kernel/linux/linux-yocto_%.bbappend3
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg b/recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg
new file mode 100644
index 0000000..ddc9171
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg
@@ -0,0 +1 @@
+# CONFIG_LEGACY_PTYS is not set
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
new file mode 100644
index 0000000..5425dd7
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
+
+SRC_URI += "file://no-LEGACY_PTYS.cfg"