**** BEGIN LOGGING AT Mon Jun 08 02:59:59 2015 Jun 08 22:37:34 Where I need to install files for bitbake to package them properly? Jun 08 22:37:47 I was using PKG_CONFIG_SYSROOT_DIR as the install location. Jun 08 22:37:54 Which I'm sure is wrong... Jun 08 22:38:06 Do I need a do_package() function in my recipe? Jun 08 22:38:25 Or is there some way for it to work out where it goes by putting it at some known variable location? Jun 08 22:39:06 I tried to craft a pastebin to share a more specific example... it doesn't seem to want to give me a link right now though. Jun 08 23:17:43 pumpernickel: if I understand your question correctly, during do_install, files should be installed under ${D} Jun 08 23:18:05 for packaging, no, you don't need to implement do_package Jun 08 23:18:48 if you find you are getting "installed but not shipped" warnings, add the unpackaged files to FILES_${PN} using += **** ENDING LOGGING AT Tue Jun 09 02:59:58 2015