nareshkamboju

LTP apply two extra numa patches

Jan 30th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. 2056 git log --oneline
  2.  
  3. # Reset Release version
  4. 2057 git reset --hard 731cd34
  5. 2058 git show 50819a347efb9d65a9ec31670ac4b99b62743141
  6. 2059 git show 50819a347efb9d65a9ec31670ac4b99b62743141 > numa-Fix-numa-v2-detection-for-cross-compilation.patch
  7. 2060 vim numa-Fix-numa-v2-detection-for-cross-compilation.patch
  8. 2061 git show a937b3abbe581cb19c91b3871096b2418766e50b > travis-install-packages-also-on-cross-and-32-bit.patch
  9. 2062 git show
  10. # Apply the numa patches
  11. 2063 patch -p1 < numa-Fix-numa-v2-detection-for-cross-compilation.patch
  12. 2064 patch -p1 < travis-install-packages-also-on-cross-and-32-bit.patch
  13. 2065 git show a937b3abbe581cb19c91b3871096b2418766e50b
  14.  
  15. # It was smooth apply
  16. naresh@linaro:~/Downloads/LTP/ltp$ patch -p1 < numa-Fix-numa-v2-detection-for-cross-compilation.patch
  17. patching file m4/ltp-numa.m4
  18. naresh@linaro:~/Downloads/LTP/ltp$ patch -p1 < travis-install-packages-also-on-cross-and-32-bit.patch
  19. patching file .travis.yml
  20. naresh@linaro:~/Downloads/LTP/ltp$
Add Comment
Please, Sign In to add comment