Lines Matching refs:run
129 To ensure the layers were added as expected, run the Bitbake command to show
242 and they collectively form the complete environment needed to compile and run
419 When a recipe is compiled, it will run multiple tasks. You can run each task
420 manually to understand what is generated each step, or you can run ``bitbake
421 lvgl`` to run all the tasks.
546 With these modifications, you can now run the image recipe again::
566 applications that run on the target device.
580 To generate an SDK of the environment, run the following command:
679 file://0001-change-config-file-to-run-fbdev-with-2-threads.patch \
704 touch 0001-change-config-file-to-run-fbdev-with-2-threads.patch
706 Content of ``0001-change-config-file-to-run-fbdev-with-2-threads.patch``
713 Subject: [PATCH] change config file to run fbdev with 2 threads
881 -add_custom_target (run COMMAND ${EXECUTABLE_OUTPUT_PATH}/main DEPENDS main)
883 +add_custom_target (run COMMAND ${EXECUTABLE_OUTPUT_PATH}/lvglbenchmark DEPENDS main)