-
Notifications
You must be signed in to change notification settings - Fork 3
Add documentation for "Development" chapter #10
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
Conversation
barsnick
left a comment
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.
Good job.
| do_install() { | ||
| install -d ${D}${bindir} | ||
| install -m 0755 ${B}/my_module ${D}${bindir} | ||
| } |
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.
The do_install() section obviously implies that my_module's cmake does not have a proper installdirective (otherwise it's automatic in bitbake, and everest-cmake also takes care of this). But we'll leave this up to the customer to find out, they have plenty of good links to the Yocto docs.
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.
It is just an example to tell the customer that they can overwrite some bitbake functions
t-mon
left a comment
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.
Just some suggestions, nice chapter :-)
|
|
||
| #. Install the `required packages <https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for-the-build-host>`_ | ||
| for Yocto on a Linux machine / virtual machine. (**Note**: We normally set up the Yocto build environment | ||
| on an Ubuntu 20.04 or later Linux distribution.) |
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 it really 20.04 or should we use 24.04 by now...it should not make any difference?
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.
AFAIK we only tested it until 22.04.. for instance our Jenkins server is definitely not 24.04
t-mon
left a comment
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.
Nice
Signed-off-by: Mohannad Oraby <mohannad.oraby@chargebyte.com>
Signed-off-by: Mohannad Oraby <mohannad.oraby@chargebyte.com>
Signed-off-by: Mohannad Oraby <mohannad.oraby@chargebyte.com>
No description provided.