]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_ext: record METADATA_REVISION
authorChen Qi <Qi.Chen@windriver.com>
Fri, 5 Mar 2021 10:10:40 +0000 (18:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 14 Mar 2021 16:33:03 +0000 (16:33 +0000)
commitff2ad51b801fd62e2abbc573ba2c9ee8fdc7e012
tree37ef746fcb6af91213c861449b18255b1ee83c7d
parentc364d64adcb8c7fdfe196186efa868381f8630e7
populate_sdk_ext: record METADATA_REVISION

As we delete the .git/ directory, it's impossible to get METADATA_REVISION
inside eSDK. Because of this, we meet the following warning when installing eSDK.

  WARNING: The base-files:do_install sig is computed to be 16b9d96148d45de183cc94667aae016ec7d102d48255456381e718cd4bbd0aa0, \
  but the sig is locked to 6eb0dcaed504282becee94662481d79264db920dee1f7deda18230133fff8f36 in SIGGEN_LOCKEDSIGS_t-qemux86-64

So we record METADATA_REVISION in eSDK generation time to fix this problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass