Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
GitPhraseBook
From Openembedded.org
Revision as of 22:34, 15 October 2008 by 77.128.25.19 (Talk)
Adding missing Checksums
- go to TMPDIR and locate the checksums.ini there
- combine the checksums.ini from OE and yours:
cat TMPDIR/checksums.ini >> OE/org.openembedded.dev/conf/checksums.ini
- sort the result and apply it to OE
cd /OE/org.openembedded.dev/conf/ python ../contrib/source-checker/oe-checksums-sorter.py checksums.ini >tmp mv tmp checksums.ini
- inspect the results:
git diff checksums.ini
The diff should only contain additions (removals and replacements are a sign of corruption somewhere).