Lines Matching full:install
13 You must install essential host packages on your build host. The following
18 sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \
371 install -d "${D}${includedir}/${PN}"
372 install -m 0644 "${S}/lv_conf.h" "${D}${includedir}/${PN}/lv_conf.h"
515 Install (do_install)
518 bitbake lvgl -c install
520 The Install task copies files that are to be packaged into the holding area
573 Developers don't need to manually install and configure tools and
588 sh``. This script allows you to install the SDK where you prefer. Here is the
597 You are about to install the SDK to "/opt/poky/sdk-with-lvgl". Proceed [Y/n]? y
691 install -d ${D}${bindir}
692 install -m 0755 ${S}/bin/lvglbenchmark ${D}${bindir}