diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2022-07-24 20:21:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-25 22:59:00 +0100 |
commit | 8b1fdf4593556bc48e37de7527eba3d3d624ecf5 (patch) | |
tree | a4d5c82cad580f39f70e44a06008499fbcd3b191 /meta/recipes-devtools | |
parent | a52a230540c8800f3875ad1fda350ac59fdffde3 (diff) | |
download | poky-8b1fdf4593556bc48e37de7527eba3d3d624ecf5.tar.gz |
linux-firwmare: restore WHENCE_CHKSUM variable
Restore WHENCE_CHKSUM variable which is used to hold the WHENCE file
checksum. It is necessary to allow easily overriding it from local.conf
if the devupstream version is selected:
PREFERRED_VERSION_linux-firmware = "1:20220708+git%"
SRCREV:class-devupstream = "${AUTOREV}"
WHENCE_CHKSUM:class-devupstream:pn-linux-firmware = "abf1077491eeb261ecdcb680a34fc059"
Without the WHENCE_CHECKSUM one would need to manually patch the
LIC_FILES_CHKSUM variable to change the checksum of WHENC (e.g. using
the anonymous python function or remove expression).
(From OE-Core rev: 554be2af1e0a03a2d23032d48afbbe0913a45409)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions