On Thursday, July 17, 2014 at 07:10:34 PM, Sergei Poselenov wrote: > Hello, > > I added a package (log4cxx) to meta/recipes-devtools to ELDK-5.3 tree. > Everything is fine, the package built and populated to the target image > using "IMAGE_INSTALL +=". > > However, I've run into a problem of adding the main and "-dev" package > to the SDK image. I need "liblog4cxx10" and "liblog4cxx-dev" (the > names of .ipk's) to be added to sysroot of meta-toolchain-qte, so I > could link a sample program with a header in include/log4cxx/ and > respective library.
Are you possibly looking for SDKIMAGE_FEATURES variable ? > Could someone please advice? > > Another related question is what is the correct way to re-run > the creation of SKD? I'm doing "bitbake -cpopulated_sdk -f > meta-toolchain-qte" but not sure it picks up the changes. Or just do bitbake -c clean meta-toolchain-qte and bitbake the meta-toolchain- qte again to re-assemble it. Best regards, Marek Vasut _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
