]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-git-archive: Separate out functionality to library function
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2019 22:12:40 +0000 (22:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2019 23:12:08 +0000 (23:12 +0000)
commitab5d49ba8bb02410fb9f3024f98ff19a04acb3ca
treec6fd5d7fdb3536be24e9b3b65ab1a877d474a071
parente8651b2e01db0777b23a0359f9413c3b27bae77f
scripts/oe-git-archive: Separate out functionality to library function

This turns the core of the script into a library function. Ultimately this
will let us call that code with custom 'keywords' rather than relying
on the data parsed from bitbake metadata which can't be used when archiving
historical results.

(From OE-Core rev: 4820ca2b0850e29b04a4fd5659a6e9837d6714d0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/gitarchive.py [new file with mode: 0644]
scripts/oe-git-archive