Hi,
I have a custom recipe for an application, and the app also needs an entry adding to inittab. I’d like to trigger this, obviously, only when the app is included in the image.
I came across some hints at how to do this - http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bbappend?h=dizzy - but the app isn’t in DISTRO_FEATURES. (Right or wrong…., I include it in the image with a “CORE_IMAGE_EXTRA_INSTALL +=” in my image recipe).
Any suggestions on how to make this inittab addition conditional?
Thanks