mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
linux-yocto/5.10: cfg: fix ppc64 configuration warnings
Recent tweaks to the kern tools triggered some warnings that were
previously hidden.
With these two commits, ppc64 has a clean audit:
c0cfc016a51 qemuppc64: fix 5.10 configuration warnings
489c76aa9fb qemu-ppc64.cfg: Do not set CONFIG_POWER4
(From OE-Core rev: 2a5f2f2c9dbbad1cf79e28be79e4a8a06cc29bea)
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
5fa2455fbb
commit
3c48fe13f3
@@ -12,7 +12,7 @@ python () {
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "09e60e61f3a0716c1d715024db69ed493b374352"
|
||||
SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2"
|
||||
SRCREV_meta ?= "c0cfc016a512f4b2922e15e43e3d4b421cdceb97"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user