Loading README.md +5 −3 Original line number Original line Diff line number Diff line Loading @@ -4,17 +4,19 @@ installation script for fetching and setting up building environment for elphel3 ### Get environment ### Get environment #### Stable #### Stable ```sh ```sh $ source setup.sh $ ./setup.sh ``` ``` #### Latest #### Latest ```sh ```sh $ source setup.sh dev $ ./setup.sh dev ``` ``` * Will switch directory to *poky/build* * Will switch directory to *poky/build* ### Build targets all at once ### Build targets ```sh ```sh $ cd poky $ . ./oe-init-build-env $ bitbake u-boot device-tree linux-xlnx core-image-elphel393 $ bitbake u-boot device-tree linux-xlnx core-image-elphel393 ``` ``` * poky might require installing some packages, please check with the [Yocto Poky Manual][1] * poky might require installing some packages, please check with the [Yocto Poky Manual][1] Loading Loading
README.md +5 −3 Original line number Original line Diff line number Diff line Loading @@ -4,17 +4,19 @@ installation script for fetching and setting up building environment for elphel3 ### Get environment ### Get environment #### Stable #### Stable ```sh ```sh $ source setup.sh $ ./setup.sh ``` ``` #### Latest #### Latest ```sh ```sh $ source setup.sh dev $ ./setup.sh dev ``` ``` * Will switch directory to *poky/build* * Will switch directory to *poky/build* ### Build targets all at once ### Build targets ```sh ```sh $ cd poky $ . ./oe-init-build-env $ bitbake u-boot device-tree linux-xlnx core-image-elphel393 $ bitbake u-boot device-tree linux-xlnx core-image-elphel393 ``` ``` * poky might require installing some packages, please check with the [Yocto Poky Manual][1] * poky might require installing some packages, please check with the [Yocto Poky Manual][1] Loading