[Buildroot] [PATCH 1/1] gnuradio: needs host-python2

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jun 28 08:23:52 UTC 2018


Hello Yegor,

On Thu, 28 Jun 2018 09:58:21 +0200, Yegor Yefremov wrote:

> This patch did it for me. I've made "make defconfig", select ARM for
> A8 series, Linaro toolchain and python 2. Then I've just selected
> gnuradio and its python support.
> 
> In this case no host-python3 will be built because we select general
> Python 2 support for the target (as gnuradio enforces) and hence only
> host-python will be built.

Did you test with python3 enabled for the target ?

Then you will see the problem that Fabrice is facing.

When python3 is enabled for the target, then the default host python
version is python3. And due to this, all external host Python modules
are installed for host python3, and not available for host python2.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list