summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-28 19:19:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-28 19:19:37 +0100
commitd70c6efef199347fd286edeb06087ccf784ffde8 (patch)
treebef91f73d59a5ba1b19eb6ba44b401274a18c375
parent3a8cf86a60a78da66cd17c9670b961bf9fa11aa4 (diff)
downloadmeta-gluon-d70c6efef199347fd286edeb06087ccf784ffde8.tar
meta-gluon-d70c6efef199347fd286edeb06087ccf784ffde8.zip
linux-yocto: disable CONFIG_LEGACY_PTYSHEADmaster
-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"