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

libyang 1.0.73 #3710

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Conversation

li-pingmao
Copy link
Contributor

@li-pingmao li-pingmao commented Nov 5, 2019

- build libyang1.0.73 debian pacakge from libyang github source
- build libyang python2 and python3 debian packages

The main reasons this change:

We need libyang python debian packages. libyang python2 debian package needed by sonic-utility CLI for dynamic port breakout.
Build libyang from source to pick up bug fixes

- What I did
- Build libyang version 1.0.73 from libyang github source
- Build libyang python2 and python3 debian packages

- How I did it

  • libyang Makefile change to pull libyang from github source
  • build libyang debian package from libyang source
  • patches for debian files and Makefiles to build both libyang python2 and python3 debian packages

- How to verify it
libyang debian packages built:

target/debs/stretch/libyang_1.0.73_amd64.deb
target/debs/stretch/libyang-cpp_1.0.73_amd64.deb
target/debs/stretch/libyang-dbg_1.0.73_amd64.deb
target/debs/stretch/libyang-dev_1.0.73_amd64.deb
target/debs/stretch/python2-yang_1.0.73_amd64.deb
target/debs/stretch/python3-yang_1.0.73_amd64.deb

libyang python yang.py is installed in both python2 and python3 after installing the packages:

./usr/lib/python2.7/dist-packages/yang.py
./usr/lib/python3/dist-packages/yang.py

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

    - build libyang1.0.73 debian pacakge from libyang github source
    - build libyang python2 and python3 debian packages
@msftclas
Copy link

msftclas commented Nov 5, 2019

CLA assistant check
All CLA requirements met.

@zhenggen-xu
Copy link
Collaborator

retest this please

@pavel-shirshov
Copy link
Contributor

pavel-shirshov commented Nov 7, 2019

@li-pingmao Can you please put in description why do we need this change?

set(LIBYANG_SOVERSION_FULL ${LIBYANG_MAJOR_SOVERSION}.${LIBYANG_MINOR_SOVERSION}.${LIBYANG_MICRO_SOVERSION})
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_SOVERSION})

+set(CMAKE_INSTALL_PREFIX /usr)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it'd better to use cmake -DCMAKE_INSTALL_PREFIX=/usr instead

@pavel-shirshov pavel-shirshov self-assigned this Nov 7, 2019
@li-pingmao
Copy link
Contributor Author

The main reasons this change is needed:

  • We need libyang python debian packages. libyang python2 debian package needed by sonic-utility CLI for dynamic port breakout.
  • Build libyang from source to pick up bug fixes

@pavel-shirshov pavel-shirshov merged commit bdf1b7c into sonic-net:master Nov 7, 2019
zhenggen-xu pushed a commit to zhenggen-xu/sonic-buildimage that referenced this pull request Jan 10, 2020
- build libyang1.0.73 debian pacakge from libyang github source
    - build libyang python2 and python3 debian packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants