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, independent shared objects (.so files)|
746
+
under packages-split folder and IPKs under deploy-ipks folder.
761
747
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.
748
+
.. note::
763
749
750
+
Please note that the output of a recipe can be in another folder under :file:`arago-tmp-[toolchain]/work` directory, depending on the defines of the recipe.
764
751
765
752
.. rubric:: Forced Re-compilation
766
753
:name: Forced Re-compilation
767
754
768
-
.. ifconfig:: CONFIG_sdk in ('SITARA')
755
+
When needed, source code under the work directory (e.g.,
756
+
:file:`arago-tmp-default-glibc/work/aarch64-oe-linux/zlib/<version>/zlib-<version>`) can
757
+
be modified. After the modification is done, run the following commands
758
+
to force recompilation with the new code and rebuilding of the recipe,
759
+
For example,
769
760
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