From 095b0be0a66ad1b50df1f7c77ed6dc261d65dc19 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 30 Jul 2016 14:00:42 -0500 Subject: [PATCH] README: add note about requiring upstream ref for patches Add some notes about requiring patches to be submitted upstream as issues or pull requests or a reason why they cannot be upstreamed. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c536bab..8ef52fe 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ Open a Pull Request. The master branch supports the latest master of poky. When poky creates releases, we will create a branch with the same name as the poky release. This release branch should always work with that poky release. Note that these release branches will typically be less tested than the master branch. +All new patches against rust, rust-llvm, and cargo must have referenced +upstream issues or PRs opened or an explanation why the patch cannot be +upstreamed. This cooresponds to the OpenEmbedded policy for other meta layers. + ## Copyright MIT OR Apache-2.0 - Same as rust