test-patches: Fix remaining unsatisfiable package dependencies
Although test-patches now builds the linux-headers-common package that the per-flavour linux-headers package depends on, the latter also has a versioned dependency on linux-kbuild that will be unsatisfiable.
On powerpc and ppc64, the linux-image package will also have a dependency on linux-bootwrapper that will be unsatisfiable.
So test-patches needs to build those (but not any of the other tools packages).
- Add pkg.linux.mintools profile for building minimal userland tools
- d/b/test-patches: Build linux-{kbuild,bootwrapper} packages (Closes: #871216, #1035359)