-
Notifications
You must be signed in to change notification settings - Fork 8
feat: build p-net from binary library #4
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
base: master
Are you sure you want to change the base?
Conversation
This allow us to build p-net from releases instead of source code which i useful for evaluation.
e2c610b
to
19331dc
Compare
6500216
to
419d7f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
@@ -0,0 +1,4 @@ | |||
# P-Net Yocto Files | |||
|
|||
Place source code of p-net in `p-net-sources.zip` here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the zip file name to correspond to the recipe.
LIC_FILES_CHKSUM = "file://CMakeLists.txt;beginline=1;endline=14;md5=aa7e6f963fad674b02c35dc8e9aa5519" | ||
SECTION = "console/network" | ||
|
||
DEPENDS = "p-net-eval" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is "p-net-eval" defined?
|
||
install -d ${D}${prefix}/share/profinet | ||
install -m 0755 ${S}/share/profinet/* ${D}${prefix}/share/profinet | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the intention to install a static library in the image? If so, does this actually work?
(My experience is that a "-staticdev" package is necessary to install a static library.)
Uh oh!
There was an error while loading. Please reload this page.