summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-06 11:41:42 +0100
committerSteve Sakoman <steve@sakoman.com>2023-07-12 05:11:38 -1000
commit6646aadd71fdf473ff242abee385c0e5297d1513 (patch)
tree834480c79158e788f1dd036ee27d5f8f8858d271 /scripts/lib/devtool/standard.py
parent6f363c80ae13384a2522d296db30bd129de808cd (diff)
downloadpoky-6646aadd71fdf473ff242abee385c0e5297d1513.tar.gz
v86d: Improve kernel dependency
Working with enabling SPDX, an issue was observerd where v86d wasn't rebuilding when the kernel was changed from linux-yocto to linux-yocto-rt. This is due to the code in sstatesig.py which was seeing the RRECOMMENDS on a kernel module and ignoring the DEPENDS. The v86d is technically a kernel module since it uses kernel header files. There are two ways to address this, we could inherit the module-base class and the dependency code does the correct thing. It appears the code doesn't look into STAGING_KERNEL_DIR though and doesn't use the kernel sources. We can therefore drop the DEPENDS and the code will the do the correct thing. (From OE-Core rev: b842b8b51e0819eebf1fb3a2359b8c06863e553a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 37ccd11cb0b89416b8e23160445186269b6c0c8a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions