You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace opencl with zlib in bitbake examples, as opencl
is no longer a valid recipe. Fixes [0]
* Remove platform-specific ifconfig for SITARA and Jacinto
since zlib is a common package available across all platforms
* Convert example commands to use code-blocks directive [1]
for improved readability and syntax highlighting
[0] - #301
[1] - https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block
Signed-off-by: Chirag Shilwant <[email protected]>
will be available including the original source code under the git
759
-
folder, independent shared objects (.so files) under packages-split
760
-
folder, and IPKs under deploy-ipks folder.
749
+
.. note::
761
750
762
-
.. note::Please note that the output of a recipe can be in another folder under "arago-tmp-[toolchain]/work" directory, depending on the defines of the recipe.
751
+
Please note that the output of a recipe can be in another folder under "arago-tmp-[toolchain]/work" directory, depending on the defines of the recipe.
763
752
764
753
765
754
.. rubric:: Forced Re-compilation
766
755
:name: Forced Re-compilation
767
756
768
-
.. ifconfig:: CONFIG_sdk in ('SITARA')
769
-
770
-
When needed, source code under the work directory (e.g.,
771
-
**arago-tmp-[toolchain]/work/<machine>-linux-gnueabi/opencl**/git) can
772
-
be modified. After the modification is done, run the following commands
773
-
to force recompilation with the new code and rebuilding of the recipe,
0 commit comments