]> code.ossystems Code Review - openembedded-core.git/commit
image,populate_sdk_base: move 'func' flag setting for sdk command vars
authorChristopher Larson <kergoth@gmail.com>
Thu, 25 Mar 2021 16:16:59 +0000 (21:16 +0500)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 9 Apr 2021 06:04:15 +0000 (14:04 +0800)
commit01f9a99f04f0c8c135e167832215f4c1919fdb55
treee62f7c064837eb804153e6b5162e4cfb02d75260
parent2b7d4a7a1deb6c2565410a65be0368f6e8bb3efb
image,populate_sdk_base: move 'func' flag setting for sdk command vars

Setting the 'func' flag on the commands variables ensures that they are parsed
as shell, and therefore that the referenced commands contents are included in
checksums. Doing this only in image.bbclass means that this is missing in
recipes that are not images, but which inherit populate_sdk or populate_sdk_base
directly, so move it to the latter.

[YOCTO #13998]

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit edc28907ce19a7298059dd388933c58a9c6c28b9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass