Matheus Pecoraro created an issue: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/11



## Summary
Create a python script for updating the ACPICA code in the RTEMS codebase. The 
script will convert commits from the ACPICA tree to a patch that can be applied 
to the RTEMS codebase (as long as the ACPICA commit actually changes a file we 
have imported). This means the process of updating the ACPICA code would be as 
such:

- Check git log on the RTEMS source tree for the last ACPICA commit (All ACPICA 
commits should contain "ACPICA commit {hash}" in their message);
- Use the script to generate patches for the missing commits;
- Apply the commits to the RTEMS source tree;

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/11
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to