We have our image and it is working as we need. We have an apt repo setup and working so that we can install additional packages within a deployment of the image. However when we manually bitbake additional packages (e.g bitbake my-optional-recipe) which we want to make available within this apt repository by default only the package for my-optional-recipe gets built, although all the dependencies of my-optional-recipe get built, none of them are packaged. how do we make sure all the dependencies have packages built?