From d70c6efef199347fd286edeb06087ccf784ffde8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 28 Nov 2015 19:19:37 +0100 Subject: linux-yocto: disable CONFIG_LEGACY_PTYS --- recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg | 1 + recipes-kernel/linux/linux-yocto_%.bbappend | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg create mode 100644 recipes-kernel/linux/linux-yocto_%.bbappend 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" -- cgit v1.2.3