patches/buildroot: turn all patches into git ones (no change)
This adds the git headers, so we can easily rebuild a buildroot-for-wrs
tree to add more patches.
This is how I do it now (where "wrs-build" and "wr-switch-sw" are
at the same directory level.
cd wrs-build
mkdir tmp; cd tmp
tar xf ../downloads/buildroot-2016.02.tar.bz2
cd buildroot-2016.02/
git init; git add .; git commit -m "buildroot-2016.02 as untarred"
git am ../../../wr-switch-sw/patches/buildroot/00*
mv .git ../../build/buildroot-2016.02/
cd ../../build/buildroot-2016.02
<work-here>
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Showing
- patches/buildroot/0006-fix-monit-for-libmusl.patch 19 additions, 2 deletionspatches/buildroot/0006-fix-monit-for-libmusl.patch
- patches/buildroot/0007-fix-gdb-build-with-musl.patch 19 additions, 2 deletionspatches/buildroot/0007-fix-gdb-build-with-musl.patch
- patches/buildroot/0008-fix-gdb-musl-more.patch 19 additions, 2 deletionspatches/buildroot/0008-fix-gdb-musl-more.patch
- patches/buildroot/0010-add-libkrb5.patch 9 additions, 9 deletionspatches/buildroot/0010-add-libkrb5.patch
- patches/buildroot/0010-port-to-perl-5.22-and-later.patch 16 additions, 2 deletionspatches/buildroot/0010-port-to-perl-5.22-and-later.patch
Please register or sign in to comment