mbox series

[0/4] Various fixes for master

Message ID 20220726231147.3744000-1-mark.hatle@kernel.crashing.org
Headers show
Series Various fixes for master | expand

Message

Mark Hatle July 26, 2022, 11:11 p.m. UTC
While working on forward porting microblaze support I ran into the following patches.

default-distrovars.inc change, we've been doing this in our petalinux distro
-- but it seems like a better idea to do it generically.

The runqemu one is a missing space in code that I THINK is only used by
microblaze systems currently.  (Or at least Xilinx systems with the custom
qemu-xilinx.)

The other two are simple recipe updates.

Mark Hatle (4):
  runqemu: Add missing space on default display option
  default-distrovars: seccomp doesn't support microblaze
  openssl: Move microblaze to linux-latomic config
  elfutils: Microblaze does not support symvers

 meta/conf/distro/include/default-distrovars.inc    | 3 +++
 meta/recipes-connectivity/openssl/openssl_3.0.5.bb | 4 ++--
 meta/recipes-devtools/elfutils/elfutils_0.187.bb   | 3 +++
 scripts/runqemu                                    | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)