]> code.ossystems Code Review - openembedded-core.git/commit
uboot-extlinux-config: exclude OVERRIDES from do_create_extlinux_config vardeps
authorChristopher Larson <chris_larson@mentor.com>
Thu, 10 Dec 2020 20:28:27 +0000 (13:28 -0700)
committerSteve Sakoman <steve@sakoman.com>
Mon, 4 Jan 2021 14:50:23 +0000 (04:50 -1000)
commit4e95f91f4a65cb97b37529e49d18279772858308
tree2d0b41148a52e7b3f2cf61b9c8dd139598e47894
parent938dc131956bbc508c813c0a4fa0ff4791dc6cc6
uboot-extlinux-config: exclude OVERRIDES from do_create_extlinux_config vardeps

This function is primarily *appending* configuration entries to the
overrides, it only gets it to ensure it's set at all, so doesn't belong
in the vardeps. Having a dependency on OVERRIDES means you cannot use a
bbclass like distrooverrides without changing the signatures of recipes
using this class.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fef74d3651d432977caef8fea54fc54bf2784a74)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/uboot-extlinux-config.bbclass