On Wed, May 22, 2013 at 2:12 PM, Sébastien Taylor <[email protected]> wrote: > I'm working on getting up and running with Yocto using the fsl-community-bsp > and have hit a bit of a snag with my custom layer and image. I add my > meta-myproject which includes a recipes-core/images/core-image-myproject.bb > which follows the format as described in the Yocto Development Manual section > 5.2.1 but it seems inheriting core-image does not generate an init for my > image (built with core-image-myproject). I tried to tell my > build/conf/local.conf to use systemd but I'm still missing /sbin/init from my > image. > > Clearly I'm missing an important step but I'm somewhat at a loss as to what > that is. Am I at least on the right path as to the "Right Way" to add a > custom image, create a layer specific to my project with all my custom > software and an image .bb file? >
Any chance you might have forgotten to include packagegroup-core-boot in your IMAGE_INSTALL? _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
