Lines Matching refs:file
21 liblz4-tool file locales libacl1
105 **Modify conf file (Option 2)**
107 Open ``conf/bblayers.conf`` file and add manually the paths:
153 To build an image for Raspberrypi3 64 bits, modify the file ``local.conf`` file
160 To build the image we will target, it is also needed to add this to the file:
334 - ``file`` folder contains all the patches that can be applied when
336 - ``lv_conf.inc`` is an include file, usually containing common configuration
353 LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a"
357 file://0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch \
358 file://0007-fix-cmake-generate-versioned-shared-libraries.patch \
359 file://0008-fix-fbdev-set-resolution-prior-to-buffer.patch \
383 for the license file (here assumed to be LICENCE.txt). This helps to ensure the
384 integrity of the license file included in the package. In LVGL repository,
385 there is a LICENSE.txt. To get the value of the hash of the file, you can do
407 require: This line includes another configuration file, ``lv-conf.inc``,
470 Patch file is also defined in **SRC_URI** variable. By default it runs in
501 available and generates a binary file.
526 It installs the ``lv_conf.h`` header file from the source directory into the
535 In the file ``build/conf/local.conf``, add these 2 lines at the end of the
536 file:
552 If everything went well, you should now found this file ``build/tmp/deploy/
631 First, create a layer and add it to the configuration file
675 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
679 file://0001-change-config-file-to-run-fbdev-with-2-threads.patch \
680 file://0002-adapt-CMakeLists-file-to-compile-and-link-fbdev.patch \
700 Create the first patch file
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
717 1 file changed, 17 insertions(+), 17 deletions(-)
832 Create the first patch file
836 touch 0002-adapt-CMakeLists-file-to-compile-and-link-fbdev.patch
838 Content of ``0002-adapt-CMakeLists-file-to-compile-and-link-fbdev.patch``
845 Subject: [PATCH] adapt CMakeLists file to compile and link only for fbdev
849 1 file changed, 5 insertions(+), 12 deletions(-)
897 Now add the recipe to the project. Modify ``build/conf/local.conf`` file adding