Hi!
I have set up the board integration for raspberry pi 5, and want to build a qemu image based on this project.
I get the error: * opkg_solver_install: No candidates to install kernel-devicetree (null)!
This is the whole output:
~/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build$ MACHINE=qemuarm64 bitbake core-image-base
Loading cache: 100% |########################################################################################################################################################################| Time: 0:00:00
Loaded 4701 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = “2.8.0”
BUILD_SYS = “x86_64-linux”
NATIVELSBSTRING = “universal”
TARGET_SYS = “aarch64-poky-linux”
MACHINE = “qemuarm64”
DISTRO = “poky”
DISTRO_VERSION = “5.0.2”
TUNE_FEATURES = “aarch64 crc cortexa57”
TARGET_FPU = “”
meta-mender-raspberrypi = “scarthgap:3fc71db2ad10034855c84b285127dade0d9a56ba”
meta-lts-mixins = “HEAD:66ceeebd047d7fdfc8668b300319a76da8ae257d”
meta-mender-core = “HEAD:b3754de176ad9b87afc7fe950a8b335eb8f64106”
meta-oe
meta-networking
meta-python = “HEAD:78a14731cf0cf38a19ff8bd0e9255b319afaf3a7”
meta-raspberrypi = “HEAD:1918a27419dcd5e79954c0dc0edddcde91057a7e”
meta
meta-poky
meta-yocto-bsp = “HEAD:7fb368604c5c7295a910ffd2d8dba7b9f00b8462”
Sstate summary: Wanted 215 Local 211 Mirrors 0 Missed 4 Current 2571 (98% match, 99% complete)############################################################################## | ETA: 0:00:00
Removing 2 stale sstate objects for arch qemuarm64: 100% |###################################################################################################################################| Time: 0:00:00
NOTE: Executing Tasks
ERROR: core-image-base-1.0-r0 do_rootfs: Unable to install packages. Command ‘/home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/tmp/work/qemuarm64-poky-linux/core-image-base/1.0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/tmp/work/qemuarm64-poky-linux/core-image-base/1.0/opkg.conf -t /home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/tmp/work/qemuarm64-poky-linux/core-image-base/1.0/temp/ipktemp/ -o /home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/tmp/work/qemuarm64-poky-linux/core-image-base/1.0/rootfs --force_postinstall --prefer-arch-to-version install kernel-devicetree kernel-image mender-auth mender-update packagegroup-base-extended packagegroup-core-boot psplash run-postinsts’ returned 255:
- opkg_solver_install: No candidates to install kernel-devicetree (null)!
ERROR: Logfile of failure stored in: /home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/tmp/work/qemuarm64-poky-linux/core-image-base/1.0/temp/log.do_rootfs.288027
ERROR: Task (/home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/…/poky/meta/recipes-core/images/core-image-base.bb:do_rootfs) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 5913 tasks of which 5911 didn’t need to be rerun and 1 failed.
Summary: 1 task failed:
/home/david/mender-raspberrypi5/meta-mender-community/my-raspberrypi5/build/…/poky/meta/recipes-core/images/core-image-base.bb:do_rootfs
Summary: There was 1 ERROR message, returning a non-zero exit code.
Help on fixing this is much appreciated