* [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE
@ 2022-05-04 14:09 Jon Mason
2022-05-04 14:24 ` Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2022-05-04 14:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Bruce Ashfield
Use the Arm Versatile 926 kernel configs to get this machine working
again.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
meta/conf/machine/qemuarmv5.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf
index 2dad504c9932..abdae5f36182 100644
--- a/meta/conf/machine/qemuarmv5.conf
+++ b/meta/conf/machine/qemuarmv5.conf
@@ -15,7 +15,7 @@ QB_MACHINE = "-machine versatilepb"
QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
QB_GRAPHICS = "-device virtio-gpu-pci"
QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
-PREFERRED_VERSION_linux-yocto ??= "5.15%"
QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
-KMACHINE:qemuarmv5 = "qemuarm"
+PREFERRED_VERSION_linux-yocto ??= "5.15%"
+KMACHINE:qemuarmv5 = "arm-versatile-926ejs"
--
2.30.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE
2022-05-04 14:09 [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE Jon Mason
@ 2022-05-04 14:24 ` Bruce Ashfield
2022-05-13 2:15 ` Jon Mason
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2022-05-04 14:24 UTC (permalink / raw)
To: Jon Mason; +Cc: Patches and discussions about the oe-core layer
On Wed, May 4, 2022 at 10:09 AM Jon Mason <jdmason@kudzu.us> wrote:
>
> Use the Arm Versatile 926 kernel configs to get this machine working
> again.
>
Acked-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> Signed-off-by: Jon Mason <jdmason@kudzu.us>
> ---
> meta/conf/machine/qemuarmv5.conf | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf
> index 2dad504c9932..abdae5f36182 100644
> --- a/meta/conf/machine/qemuarmv5.conf
> +++ b/meta/conf/machine/qemuarmv5.conf
> @@ -15,7 +15,7 @@ QB_MACHINE = "-machine versatilepb"
> QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
> QB_GRAPHICS = "-device virtio-gpu-pci"
> QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
> -PREFERRED_VERSION_linux-yocto ??= "5.15%"
> QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
>
> -KMACHINE:qemuarmv5 = "qemuarm"
> +PREFERRED_VERSION_linux-yocto ??= "5.15%"
> +KMACHINE:qemuarmv5 = "arm-versatile-926ejs"
> --
> 2.30.2
>
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE
2022-05-04 14:24 ` Bruce Ashfield
@ 2022-05-13 2:15 ` Jon Mason
2022-05-13 9:32 ` [OE-core] " richard.purdie
0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2022-05-13 2:15 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer
I think this needs to get pulled back to kirkstone, as I'm now seeing
ERROR: linux-yocto-5.15.36+gitAUTOINC+fcf48627ea_ebfb1822e9-r0
do_kernel_metadata: Could not locate BSP definition for
qemuarm/standard and no defconfig was provided
On Wed, May 4, 2022 at 10:24 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> On Wed, May 4, 2022 at 10:09 AM Jon Mason <jdmason@kudzu.us> wrote:
> >
> > Use the Arm Versatile 926 kernel configs to get this machine working
> > again.
> >
>
> Acked-by: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > ---
> > meta/conf/machine/qemuarmv5.conf | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf
> > index 2dad504c9932..abdae5f36182 100644
> > --- a/meta/conf/machine/qemuarmv5.conf
> > +++ b/meta/conf/machine/qemuarmv5.conf
> > @@ -15,7 +15,7 @@ QB_MACHINE = "-machine versatilepb"
> > QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
> > QB_GRAPHICS = "-device virtio-gpu-pci"
> > QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
> > -PREFERRED_VERSION_linux-yocto ??= "5.15%"
> > QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
> >
> > -KMACHINE:qemuarmv5 = "qemuarm"
> > +PREFERRED_VERSION_linux-yocto ??= "5.15%"
> > +KMACHINE:qemuarmv5 = "arm-versatile-926ejs"
> > --
> > 2.30.2
> >
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [OE-core] [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE
2022-05-13 2:15 ` Jon Mason
@ 2022-05-13 9:32 ` richard.purdie
0 siblings, 0 replies; 4+ messages in thread
From: richard.purdie @ 2022-05-13 9:32 UTC (permalink / raw)
To: Jon Mason, Bruce Ashfield, Steve Sakoman
Cc: Patches and discussions about the oe-core layer
On Thu, 2022-05-12 at 22:15 -0400, Jon Mason wrote:
> I think this needs to get pulled back to kirkstone, as I'm now seeing
> ERROR: linux-yocto-5.15.36+gitAUTOINC+fcf48627ea_ebfb1822e9-r0
> do_kernel_metadata: Could not locate BSP definition for
> qemuarm/standard and no defconfig was provided
You didn't cc Steve. Since I know things are nearly ready for a build
I've taken this back to kirkstone since the other patches went in.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-05-13 9:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 14:09 [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE Jon Mason
2022-05-04 14:24 ` Bruce Ashfield
2022-05-13 2:15 ` Jon Mason
2022-05-13 9:32 ` [OE-core] " richard.purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox