When using archiver feature with srpm output, it cannot build the project. This bug is fixed by following upstream patch: - depmodwrapper-cross: Set PACKAGES='' https://github.com/openembedded/openembedded-core/commit/b8a603d3f1d3adac41d042e42a2283b7fdf2ae7c#diff-ceed8051f6d47f5e9f07c40c54942fc9
1. Set up a platform project with feature/archiver ./wrlinux-9/setup.sh --machines qemux86-64 --templates feature/archiver 2. Add following line to conf/local.conf ARCHIVER_MODE[srpm] = "1" 3. Build the project bitbake wrlinux-image-glibc-small 4. Get following error ERROR: Task do_deploy_archives in /home/syoshida/WindRiver-wrlinux-9/srpm-test/layers/oe-core/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb depends upon non-existent task do_package_write_rpm in /home/syoshida/WindRiver-wrlinux-9/srpm-test/layers/oe-core/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb