diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-11-28 19:19:37 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-11-28 19:19:37 +0100 |
commit | d70c6efef199347fd286edeb06087ccf784ffde8 (patch) | |
tree | bef91f73d59a5ba1b19eb6ba44b401274a18c375 /recipes-kernel/linux | |
parent | 3a8cf86a60a78da66cd17c9670b961bf9fa11aa4 (diff) | |
download | meta-gluon-d70c6efef199347fd286edeb06087ccf784ffde8.tar meta-gluon-d70c6efef199347fd286edeb06087ccf784ffde8.zip |
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-yocto/no-LEGACY_PTYS.cfg | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto_%.bbappend | 3 |
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" |