x86: fix defconfig configuration warnings

Integrating the following commit(s) to linux-yocto/5.15:

    720b61fc400b x86_64_defconfig: Fix warnings

(From OE-Core rev: a1df7a1315b46c42ea4b1bd92782a68bdf7b3011)

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-01-26 22:55:32 -05:00
committed by Richard Purdie
parent 9577d21329
commit c22856670e
3 changed files with 16 additions and 16 deletions

View File

@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine:qemuarm ?= "72627ebc46d5883cf76a3e03beabe8b108e04047"
SRCREV_machine ?= "3f365e00205a8bb6d2161c55d6ad93139fc6279e"
SRCREV_meta ?= "0255d115fd41140e340604d0203e14d8095b176a"
SRCREV_machine:qemuarm ?= "959e4fa00d69b9a33e51aedc4d1a9d18a605e3c2"
SRCREV_machine ?= "720b61fc400b51918b8ae95d0fd0e79256214d78"
SRCREV_meta ?= "91c0a39cfecc9f88f12308acbb2d5f3e4d836852"
PV = "${LINUX_VERSION}+git${SRCPV}"