So when i use core-image-base with python3-autobahn the error goes following:
nabeel@nabeel-VirtualBox:~/yoctoproject/build$ bitbake core-image-base
Parsing recipes: 100% |############################################################################################################################################| Time: 0:00:34
Parsing of 2205 .bb files complete (0 cached, 2205 parsed). 3305 targets, 137 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = “1.46.0”
BUILD_SYS = “x86_64-linux”
NATIVELSBSTRING = “universal”
TARGET_SYS = “aarch64-poky-linux”
MACHINE = “raspberrypi4-64”
DISTRO = “poky”
DISTRO_VERSION = “3.1.29”
TUNE_FEATURES = “aarch64 cortexa72 crc crypto”
TARGET_FPU = “”
meta
meta-poky
meta-yocto-bsp = “dunfell:aeac1034661725b5c83e79f76238429fb236b090”
meta-raspberrypi = “dunfell:2081e1bb9a44025db7297bfd5d024977d42191ed”
meta-oe
meta-python
meta-networking
meta-multimedia = “dunfell:300be975359fdb3a3b2bf7c6fe15dea7acac575d”
meta-blog = “:”
Initialising tasks: 100% |#########################################################################################################################################| Time: 0:00:02
Sstate summary: Wanted 417 Found 415 Missed 2 Current 1237 (99% match, 99% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 4912 tasks of which 4908 didn’t need to be rerun and all succeeded.
nabeel@nabeel-VirtualBox:~/yoctoproject/build$ bitbake core-image-base
Parsing recipes: 100% |############################################################################################################################################| Time: 0:00:34
Parsing of 2205 .bb files complete (0 cached, 2205 parsed). 3305 targets, 137 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES ‘python3-autobahn’ (but /home/nabeel/yoctoproject/source/poky/meta/recipes-core/images/core-image-base.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target ‘python3-autobahn’ is unbuildable, removing…
Missing or unbuildable dependency chain was: [‘python3-autobahn’]
ERROR: Required build target ‘core-image-base’ has no buildable providers.
Missing or unbuildable dependency chain was: [‘core-image-base’, ‘python3-autobahn’]
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
But when i use core-image-base with python-autobahn the error goes following:
nabeel@nabeel-VirtualBox:~/yoctoproject/build$ bitbake core-image-base
Parsing recipes: 100% |############################################################################################################################################| Time: 0:00:40
Parsing of 2205 .bb files complete (0 cached, 2205 parsed). 3305 targets, 137 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = “1.46.0”
BUILD_SYS = “x86_64-linux”
NATIVELSBSTRING = “universal”
TARGET_SYS = “aarch64-poky-linux”
MACHINE = “raspberrypi4-64”
DISTRO = “poky”
DISTRO_VERSION = “3.1.29”
TUNE_FEATURES = “aarch64 cortexa72 crc crypto”
TARGET_FPU = “”
meta
meta-poky
meta-yocto-bsp = “dunfell:aeac1034661725b5c83e79f76238429fb236b090”
meta-raspberrypi = “dunfell:2081e1bb9a44025db7297bfd5d024977d42191ed”
meta-oe
meta-python
meta-networking
meta-multimedia = “dunfell:300be975359fdb3a3b2bf7c6fe15dea7acac575d”
meta-blog = “:”
Initialising tasks: 100% |#########################################################################################################################################| Time: 0:00:02
Sstate summary: Wanted 420 Found 416 Missed 4 Current 1241 (99% match, 99% complete)
NOTE: Executing Tasks
ERROR: core-image-base-1.0-r0 do_rootfs: Could not invoke dnf. Command ‘/home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/recipe-sysroot-native/usr/bin/dnf -v --rpmverbosity=info -y -c /home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/rootfs/etc/dnf/dnf.conf --setopt=reposdir=/home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/rootfs/etc/yum.repos.d --installroot=/home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/rootfs --setopt=logdir=/home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/temp --repofrompath=oe-repo,/home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/oe-rootfs-repo --nogpgcheck install packagegroup-base-extended packagegroup-core-boot psplash-raspberrypi python-autobahn run-postinsts locale-base-en-us locale-base-en-gb’ returned 1:
DNF version: 4.2.2
cachedir: /home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/rootfs/var/cache/dnf
Added oe-repo repo from /home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/oe-rootfs-repo
repo: using cache for: oe-repo
not found other for:
not found modules for:
not found deltainfo for:
not found updateinfo for:
oe-repo: using metadata from Thu 09 Nov 2023 03:20:03 AM UTC.
No module defaults found
No match for argument: python-autobahn
Error: Unable to find a match
ERROR: Logfile of failure stored in: /home/nabeel/yoctoproject/build/tmp/work/raspberrypi4_64-poky-linux/core-image-base/1.0-r0/temp/log.do_rootfs.31570
ERROR: Task (/home/nabeel/yoctoproject/source/poky/meta/recipes-core/images/core-image-base.bb:do_rootfs) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 4918 tasks of which 4914 didn’t need to be rerun and 1 failed.
Summary: 1 task failed:
/home/nabeel/yoctoproject/source/poky/meta/recipes-core/images/core-image-base.bb:do_rootfs
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
i have included IMAGE_INSTALL_append = “python-autobahn” in local.conf
so how do i include this autobahn in my raspberry pi image while building
if you have any other idea or any other link for regarding including autobahn in raspberrypi image.