On Wed, Mar 9, 2022 at 5:24 AM Daniel Squires <[email protected]> wrote: > > 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?
Are the dependencies in the recipe as RDEPENDS ? If so, they will be built and packaged. If they weren't, then image assembly and pretty much any package feed would be non-functional. Bruce > > Best Regards > > Dan > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56404): https://lists.yoctoproject.org/g/yocto/message/56404 Mute This Topic: https://lists.yoctoproject.org/mt/89659095/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
