perinet-manifest: Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
commit
98c6e8ae60
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Yocto
|
||||
|
||||
...
|
||||
|
||||
## Get the repository
|
||||
|
||||
```shell
|
||||
$ mkdir yocto-bf
|
||||
$ cd yocto-bf
|
||||
$ repo init -u "https://git.blackfinn.de/yocto/perinet-manifest.git"
|
||||
$ repo sync
|
||||
```
|
||||
|
||||
## Set Environment
|
||||
|
||||
```shell
|
||||
$ source perinet-init-build-env
|
||||
```
|
||||
|
||||
## Build the Image
|
||||
```shell
|
||||
$ bitbake perifirmware-build-container-image
|
||||
```
|
||||
|
16
default.xml
Normal file
16
default.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<default sync-j="8"/>
|
||||
|
||||
<remote name="yo" fetch="git://git.yoctoproject.org"/>
|
||||
<remote name="oe" fetch="git://git.openembedded.org"/>
|
||||
<remote name="bf" fetch="https://git.blackfinn.de/yocto"/>
|
||||
|
||||
<project name="poky" remote="yo" revision="dunfell" path="layers/poky" clone-depth="1"/>
|
||||
<project name="meta-openembedded" remote="oe" revision="dunfell" path="layers/meta-openembedded" clone-depth="1"/>
|
||||
<project name="meta-virtualization" remote="yo" revision="dunfell" path="layers/meta-virtualization" clone-depth="1"/>
|
||||
<project name="meta-perinet" remote="bf" revision="dunfell" path="layers/meta-perinet">
|
||||
<linkfile dest="perinet-init-build-env" src="buildconf/perinet-init-build-env"/>
|
||||
</project>
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user