This commit is contained in:
Ciro Santilli
2018-02-14 03:41:01 +00:00
parent 021559ac88
commit 867c56b5d8
11 changed files with 98 additions and 78 deletions

View File

@@ -0,0 +1,9 @@
= buildroot_patches
Every `.patch` file in this directory gets applied to Buildroot before anything else is done.
Ideally, this directory should be empty, and we should use only built-in Buildroot configuration mechanisms.
But alas, life is sometimes not ideal.
We will use those patches only for things which could / have already been upstreamed. The patches will then be removed once we are able to rebase. Educational patches that we might want to do on QEMU will be done by forking the QEMU repo on our submodule. The difference is that it is a bit easier to remove the patches after upstreaming than to squash them out on rebase.