Missing package when building kernel-latest

I’m trying to build kernel-latest 6.2.10. I tried to build through qubes-builder and builderv2. Both gave me the same error:

No matching package to install: 'qubes-kernel-vm-support'

I checked qubes repo for this package. It does exist for fc32 and fc37 VM.
The build will fail if I remove the dependency on that package.

What can I do?

Manually adding qubes VM repo to one of the yum repo files inside chroot directory solved this for me.

Hey sorry I am have the same issue right now but I have no clue what/where the right chroot directory is and what exactly to add to the repo files like I cant find the qubs VM repo what is that (sorry for the dump questions)

Are you using qubes-builderv2? If so, add this to your builder.yml file:

use-qubes-repo:
  version: 4.2
  testing: true
1 Like