<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 5, 2013 at 1:19 PM, Robert P. J. Day <span dir="ltr"><<a href="mailto:rpjday@crashcourse.ca" target="_blank">rpjday@crashcourse.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":ks" style="overflow:hidden">  i should know this but, if i don't want to define a new image, what<br>
is the canonical way to add "opkg" and full ipk data to a stock build<br>
of, say, core-image-minimal? i can see that what i'll want is to<br>
inherit rootfs_ipk in some way, but i'm not sure of the correct way.</div></blockquote></div><br>You should never have to inherit rootfs_ipk. image.bbclass inherits the appropriate rootfs class based on the packaging class(es) you have inherited and a variable.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">From what I can recall, you'd need to add "package-management" to its IMAGE_FEATURES, or copy and modify its IMAGE_INSTALL to include ${ROOTFS_PKGMANAGE} rather than ${ROOTFS_PKGMANGE_BOOTSTRAP}.<br>

-- <br>Christopher Larson</div></div>