Geontech / meta-redhawk-sdr

REDHAWK SDR Layer for Yocto/OpenEmbedded -based deployments
http://geontech.com/getting-started-with-meta-redhawk-sdr/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Switch from python to python3 for Omniorb #56

Closed abogani closed 4 years ago

btgoodwin commented 4 years ago

The REDHAWK core framework requires python 2 at this time. Even though python 2 is set to deprecate next year, it is still going to "be around" thanks to REDHAT and CentOS communities (which is the main, targeted OS for REDHAWK releases that we track). Until REDHAWK migrates to python3, we won't be able to migrate either. I apologize for the inconvenience.

Are you using this layer only for OmniORB or are you also building REDHAWK?

abogani commented 4 years ago

Hi @btgoodwin,

I'm using this layer for OmniORB recipe only at the moment.

Thanks for that!

btgoodwin commented 4 years ago

You're welcome. Please feel free to duplicate/extend the recipe to support python3. I've been considering submitting patches to get some of our dependency recipes into openembedded or poky for this reason.

On Fri, Sep 27, 2019 at 9:00 AM Alessio Igor Bogani < notifications@github.com> wrote:

Hi @btgoodwin https://github.com/btgoodwin,

I'm using this layer for OmniORB recipe only at the moment.

Thanks for that!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Geontech/meta-redhawk-sdr/issues/56?email_source=notifications&email_token=ABJLAS4A735HKVYZUBOYUGLQLX7WJA5CNFSM4I3DD2YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7Y2ALA#issuecomment-535928876, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJLAS5LBLX5ZMTIW3VNG2LQLX7WJANCNFSM4I3DD2YA .

abogani commented 4 years ago

I'll create a new OmniORB recipe from scratch due to incompatibility licences. Thanks anyway!