[Buildroot] [PATCH 1/2] tbb: new package

Bernd Kuhls bernd.kuhls at t-online.de
Wed Sep 27 16:35:40 UTC 2017


Am Wed, 27 Sep 2017 11:49:46 -0400 schrieb Bradford Barr:

> I guess I could try to compile TBB for every platform supported by
> buildroot? Is there an easy way to do that?

Hi,

yes:

$ echo "BR2_PACKAGE_TBB=y" > test-tbb
$ utils/test-pkg -c test-tbb -d $HOME/buildroot/test-tbb

Doing so you will see that your package also

	depends on BR2_INSTALL_LIBSTDCPP

because it contains c++ code.

Regards, Bernd




More information about the buildroot mailing list