Files
poky/meta/recipes-bsp
Richard Purdie e928604680 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: 4250a456e3aad41bab1793258b29e96c4a9fe5bb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 37ccd11cb0b89416b8e23160445186269b6c0c8a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2023-06-30 04:07:59 -10:00
..
2022-12-21 10:16:31 +00:00
2022-07-12 12:52:52 +01:00
2022-12-21 10:16:31 +00:00
2022-08-21 22:51:42 +01:00
2023-03-03 18:03:56 +00:00
2022-12-06 15:23:18 +00:00
2022-08-17 19:57:32 +01:00
2022-12-06 15:23:18 +00:00
2023-06-30 04:07:59 -10:00