Hello Jon, This is the fallout of this series:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2442 It seems you got it mostly right but forgot to update the path to qemuboot-x86.inc On 10/08/2021 17:45:02-0400, Jon Mason wrote: > Signed-off-by: Jon Mason <[email protected]> > --- > meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- > meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- > meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 +- > meta-yocto-bsp/conf/machine/genericx86.conf | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf > b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf > index 65c79fd34db6..eb4e0fb1b157 100644 > --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf > +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf > @@ -12,7 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules > kernel-devicetree" > EXTRA_IMAGEDEPENDS += "virtual/bootloader" > > DEFAULTTUNE ?= "cortexa8hf-neon" > -include conf/machine/include/tune-cortexa8.inc > +include conf/machine/include/arm/tune-cortexa8.inc > > IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" > EXTRA_IMAGECMD:jffs2 = "-lnp " > diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf > b/meta-yocto-bsp/conf/machine/edgerouter.conf > index fbe33be9d157..447862f550bc 100644 > --- a/meta-yocto-bsp/conf/machine/edgerouter.conf > +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf > @@ -2,7 +2,7 @@ > #@NAME: Edgerouter > #@DESCRIPTION: Machine configuration for a generic edgerouter > > -require conf/machine/include/tune-mips64.inc > +require conf/machine/include/mips/tune-mips64.inc > > MACHINE_FEATURES = "pci ext2 ext3 serial" > > diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf > b/meta-yocto-bsp/conf/machine/genericx86-64.conf > index 81ec24e97146..14913ea1f152 100644 > --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf > +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf > @@ -3,7 +3,7 @@ > #@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and > servers. Supports a moderately wide range of drivers that should boot and be > usable on "typical" hardware. > > DEFAULTTUNE ?= "core2-64" > -require conf/machine/include/tune-core2.inc > +require conf/machine/include/x86/tune-core2.inc > require conf/machine/include/genericx86-common.inc > > SERIAL_CONSOLES_CHECK = "ttyS0" > diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf > b/meta-yocto-bsp/conf/machine/genericx86.conf > index 1387bde852f8..ed4fc8a3de8d 100644 > --- a/meta-yocto-bsp/conf/machine/genericx86.conf > +++ b/meta-yocto-bsp/conf/machine/genericx86.conf > @@ -3,7 +3,7 @@ > #@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. Supports > a moderately wide range of drivers that should boot and be usable on > "typical" hardware. > > DEFAULTTUNE ?= "core2-32" > -require conf/machine/include/tune-core2.inc > +require conf/machine/include/x86/tune-core2.inc > require conf/machine/include/genericx86-common.inc > > MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" > -- > 2.20.1 > > > > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154759): https://lists.openembedded.org/g/openembedded-core/message/154759 Mute This Topic: https://lists.openembedded.org/mt/84803947/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
