On Wed, Mar 10, 2021 at 3:04 PM Jon Mason <[email protected]> wrote: > > Currently seeing the following error when running runqemu on qemuarmv5: > runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory > size must not exceed 256MB > > This is due to the memory size being set to 512 instead of the max > allowable of 256. Limit to this and everything is happy. > > Signed-off-by: Jon Mason <[email protected]> > Change-Id: I3339e50a53464b95f52a987ed37868ebf0935b07 > --- > meta/recipes-sato/images/core-image-sato.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-sato/images/core-image-sato.bb > b/meta/recipes-sato/images/core-image-sato.bb > index e50b24a47691..8ed8f75e9f92 100644 > --- a/meta/recipes-sato/images/core-image-sato.bb > +++ b/meta/recipes-sato/images/core-image-sato.bb > @@ -14,3 +14,4 @@ TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " > nativesdk-intltool nativesd > > QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m > 256", d)}' > QB_MEM_qemumips = "-m 256" > +QB_MEM_qemuarmv5 = "-m 256"
Grepping for QB_MEM suggests there are other images which need the same fix. Maybe good to fix all of them at once rather than one at a time. > 2.20.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149255): https://lists.openembedded.org/g/openembedded-core/message/149255 Mute This Topic: https://lists.openembedded.org/mt/81241074/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
