Index: README.md =================================================================== diff -u -rd43ff9100a448db940609f1b1324e4ea261c181d -rc36f724945f61a0a1d4161906a29a6ae509d68e9 --- README.md (.../README.md) (revision d43ff9100a448db940609f1b1324e4ea261c181d) +++ README.md (.../README.md) (revision c36f724945f61a0a1d4161906a29a6ae509d68e9) @@ -12,11 +12,14 @@ * **manifest** \ **leahi-distro-manifest** \ The current repository which clones all the others. + ***This repository.*** * **meta-layer** \ - **leahi-meta-layer** \ - The repository that contains all the custimisations. \ - This repository going to have two main meta layers.\ + **leahi-meta-layer** \ + The repository that contains all the custimisations. \ + This repository includes all the modification made to make the base DEY to ELY. + For now all needed is in one place in the folder. + Later This repository going to have two main meta layers.\ * **leahi-meta-bsp** : Board Support Package\ The meta layer to customise the leahi distro for the basic operations. * **leahi-meta-cyb** : Cybersecurity packages (WIP) \ @@ -81,7 +84,7 @@ Build Diality's Embedded Leahi Yocto (ELY) ------------------------------------------ ``` -screen time bitbake ely-image-qt +time screen bitbake ely-image-qt ``` 1. *screen* command @@ -114,17 +117,41 @@ The time command will let you know that how long the process took. +Restart the build in another terminal or after the build interrupted Diality's Embedded Leahi Yocto (ELY) +------------------------------------------- +On any changes has been made to the manifest tun the following to get the ELY update. +``` + +time screen bitbake ely-image-qt +``` + Update Diality's Embedded Leahi Yocto (ELY) ------------------------------------------- On any changes has been made to the manifest tun the following to get the ELY update. ``` repo init repo sync -j8 ``` + Creat Update Package for Diality's Embedded Leahi Yocto (ELY) ------------------------------------------------------------- to build an update package run the following ``` time bitbake dey-image-qt-swu -c cleansstate && time bitbake dey-image-qt-swu ``` + +DRAFT NOTE +manifest: the manifest repo tool uses to clone the required projects/recipes. + - +distro : repo that manifest brings in that include all the layesrs and recipes. + - +manufact: any updatet to the application need to be embedded in the ELY image. + - update.sh: updates the local repo from the local application Project ( for now ) + - it may need to change when we use it on the build server +image : the final build of the ELY with scripts to flash the device manually. + - download.sh: downloads the last built images from the build servers. + - fasstboot 0: has to be run on the device to make the mmc available for the flashing. + - ./install_linux_fw_uuu.sh: flashing the board. + +