|
@@ -10,8 +10,8 @@ While integrating a new package or updating an existing one, it may be
|
|
necessary to patch the source of the software to get it cross-built within
|
|
necessary to patch the source of the software to get it cross-built within
|
|
OpenADK. OpenADK offers an infrastructure to automatically handle this during
|
|
OpenADK. OpenADK offers an infrastructure to automatically handle this during
|
|
the builds. Patches are provided within OpenADK, in the package directory;
|
|
the builds. Patches are provided within OpenADK, in the package directory;
|
|
-these typically aim to fix cross-compilation, libc support, or other such
|
|
+these typically aim to fix cross-compilation, libc support, portability issues
|
|
-issues.
|
|
+or other things.
|
|
|
|
|
|
Normally the patches are autogenerated via:
|
|
Normally the patches are autogenerated via:
|
|
------------
|
|
------------
|
|
@@ -80,3 +80,11 @@ Fetch from: <some url>
|
|
|
|
|
|
It is also sensible to add a few words about any changes to the patch
|
|
It is also sensible to add a few words about any changes to the patch
|
|
that may have been necessary.
|
|
that may have been necessary.
|
|
|
|
+
|
|
|
|
+Upstreaming patches
|
|
|
|
+~~~~~~~~~~~~~~~~~~~
|
|
|
|
+
|
|
|
|
+OpenADK tries to avoid any patches to the source code. If a patch could
|
|
|
|
+not be avoided, it should be tried to make the patch of a good quality to
|
|
|
|
+get it upstream. OpenADK tries to report any found issues and try to send
|
|
|
|
+in any upstream compatible patches.
|