mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
linux-yocto/5.10: fix SERIAL_OF_PLATFORM warning
Integrating the following commit(s) to linux-yocto.:
a0249ac3bae cfg: classify CONFIG_SERIAL_OF_PLATFORM as non-hardware
By declaring the option non-hardware, we make it optional and hence
fix the warning on non OF platforms.
(From OE-Core rev: c6f0962e5ea2403b95ecc2bc0bc3faa9d979ee57)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
922332f58d
commit
6df0aad846
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "9d6d37cfe365ebd5b530f9c43c1ace924343bb15"
|
||||
SRCREV_machine ?= "8c516ced69f41563404ada0bea315a55bcf1df6f"
|
||||
SRCREV_meta ?= "8c8f6a791bed6e8f675236946e805a7fc489e382"
|
||||
SRCREV_meta ?= "7d652f104151052fe4c0cf48d7bc0d7e0c0a7dad"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user