Commit 44be6b7d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

sourcing script won't work, switched to executing

parent 4d553458
Loading
Loading
Loading
Loading
+5 −3
Original line number Original line Diff line number Diff line
@@ -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]