[Buildroot] Adding Files to SDK (SYSROOT)?

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jun 10 06:31:12 UTC 2020


On Tue, 9 Jun 2020 12:49:03 -0600
Maurice Smulders <maurice.smulders at genevatech.net> wrote:

> What is the appropriate way to include files generated by Buildroot -
> in our example we need the files generated for ruby - to be included
> into the sysroot tree for the target? The target does include
> libruby*.so, sysroot does not at this time...

The package installing libruby.so* should install them to STAGING_DIR
in addition to installing them to TARGET_DIR. Practically speaking for
Ruby, this means you need to add RUBY_INSTALL_STAGING = YES in
package/ruby/ruby.mk.

Best regards,

Thomas Petazzoni
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list