Skip to content

Commit

Permalink
Enable TLS/SSL for python
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunze committed May 3, 2016
1 parent 776339f commit ab26bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/fischertechnik_TXT_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ BR2_PACKAGE_PYTHON3_PYC_ONLY=y
BR2_PACKAGE_PYTHON3_UNICODEDATA=y
BR2_PACKAGE_PYTHON3_PYEXPAT=y
BR2_PACKAGE_PYTHON3_ZLIB=y
BR2_PACKAGE_PYTHON3_SSL=y
BR2_PACKAGE_PYTHON_CFFI=y
BR2_PACKAGE_PYTHON_NETIFACES=y
BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS=y
Expand Down

4 comments on commit ab26bb3

@harbaum
Copy link
Member

@harbaum harbaum commented on ab26bb3 May 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't this Raphaels homework?

@rkunze
Copy link
Member Author

@rkunze rkunze commented on ab26bb3 May 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the bonus part. The real homework is to figure out how to do it on a plain vanilla 0.9 firmware.

And I switched on TLS support for python because I came across the error in testing and don't see any valid reason why should not enable it. After all, we have all of the TLS infrastructure in place anyway, and the Python support adds only about 50k to the image.

@harbaum
Copy link
Member

@harbaum harbaum commented on ab26bb3 May 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I already enabled it in qt/pyqt as it's needed by the store to access github.

@ski7777
Copy link
Member

@ski7777 ski7777 commented on ab26bb3 May 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am working on my homework. Currently I have the version number and I can use a zip file. I only need to add the functionality to read out the downloadlink.
Maybe you can upload the new simple Layout, because my buildroot system wont work.

Please sign in to comment.