Message ID | 20180918152437.26624-1-eric.engestrom@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [libdrm] headers/README: fix/add link to drm-next | expand |
On Tue, Sep 18, 2018 at 04:24:37PM +0100, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Sean Paul <seanpaul@chromium.org> > --- > include/drm/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/README b/include/drm/README > index 521630db8b4c52749188..ea2320cc9e7728a9c08b 100644 > --- a/include/drm/README > +++ b/include/drm/README > @@ -71,7 +71,7 @@ Note: One should not do _any_ changes to the files apart from the steps below. > > In order to update the files do the following: > - Switch to a Linux kernel tree/branch which is not rebased. > -For example: airlied/drm-next > + For example: drm-next (https://cgit.freedesktop.org/drm/drm) > - Install the headers via `make headers_install' to a separate location. > - Copy the drm header[s] + git add + git commit. > - Note: Your commit message must include: > -- > Cheers, > Eric > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/include/drm/README b/include/drm/README index 521630db8b4c52749188..ea2320cc9e7728a9c08b 100644 --- a/include/drm/README +++ b/include/drm/README @@ -71,7 +71,7 @@ Note: One should not do _any_ changes to the files apart from the steps below. In order to update the files do the following: - Switch to a Linux kernel tree/branch which is not rebased. -For example: airlied/drm-next + For example: drm-next (https://cgit.freedesktop.org/drm/drm) - Install the headers via `make headers_install' to a separate location. - Copy the drm header[s] + git add + git commit. - Note: Your commit message must include:
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> --- include/drm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)