[oe] RFC: Making it mandantory to have a checksums.ini entry

Marcin Juszkiewicz openembedded at haerwu.biz
Wed Oct 15 18:17:33 UTC 2008


Wednesday 15 of October 2008 19:51:36 Koen Kooi napisał(a):

> Step 1)
> 	go to TMPDIR and locate the checksums.ini there
>
> Step 2)

This step can be ignored.

> Step 3) combine the checksums.ini from OE and yours:

$ cat TMPDIR/checksums.ini >> 
/OE/org.openembedded.dev/conf/checksums.ini

> Step 4)
> 	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

> Step 5)

inspect the results:

$ git diff checksums.ini

> The diff should only contain additions (removals and replacements are
> a sign of corruption somewhere).

Thats how I handle that stuff.

-- 
JID: hrw at jabber.org






More information about the Openembedded-devel mailing list