Browse Source

qemuriscv32: Use linux-yocto-dev for now

Latest glibc wants kernel 5.4+ ABI and linux-yocto is still at 5.2, so
until that switches to 5.4 lets pin to dev kernel which is 5.5+

Fixes #199

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 years ago
parent
commit
c95f5d9d17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      conf/machine/qemuriscv32.conf

+ 2 - 0
conf/machine/qemuriscv32.conf

@@ -9,6 +9,8 @@ DEFAULTTUNE = "riscv32"
 PREFERRED_VERSION_openocd-native = "riscv"
 PREFERRED_VERSION_openocd = "riscv"
 
+PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
+
 # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules"
 # EXTRA_IMAGEDEPENDS += "u-boot"
 # UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"