Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Yocto 3.0 Zeus #5

Merged
merged 5 commits into from
Dec 7, 2019
Merged

Fixes for Yocto 3.0 Zeus #5

merged 5 commits into from
Dec 7, 2019

Commits on Nov 30, 2019

  1. Configuration menu
    Copy the full SHA
    b9dd167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1265a3 View commit details
    Browse the repository at this point in the history
  3. python3-colorama: Fix build error

    Error was:
    
    ERROR: Nothing RPROVIDES 'python3-colorama-native' (but virtual:native:python3-cmd2_0.9.18.bb RDEPENDS on or otherwise requires it)
    eigendude committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    501d522 View commit details
    Browse the repository at this point in the history
  4. protobuf: Compile static library with -fPIC

    This fixes an error when statically linking python-protobuf against
    libprotobuf.
    
    Error was:
    
    error: ../recipe-sysroot/usr/lib/libprotobuf.a(structurally_valid.o): requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC
    eigendude committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    4793ab4 View commit details
    Browse the repository at this point in the history
  5. python3-protobuf: Fix runtime error by statically linking libprotobuf

    TODO: Remove this patch when runtime error has been resolved.
    
    Error was:
    
    ImportError: /usr/lib/python3.7/site-packages/google/protobuf/pyext/_message.cpython-37m-arm-linux-gnueabi.so: undefined symbol: descriptor_table_google_2fprotobuf_2fdescriptor_2eproto
    eigendude committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    77fb1d6 View commit details
    Browse the repository at this point in the history