Skip to content

Commit

Permalink
Fix bugs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Feb 1, 2023
1 parent b5ea448 commit 4418d65
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 379 deletions.
14 changes: 10 additions & 4 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,25 @@ git clone git://git.yoctoproject.org/poky.git -b dunfell
git clone https://github.com/fossas/meta-fossa.git
```

2. Add `meta-fossa` to `build/conf/local.conf` by appending the following lines:
2. Add the layer to Bitbake:

```bash
cd poky
source oe-init-build-env
bitbake-layers add-layer ../../meta-fossa/
```

3. Add `meta-fossa` to `build/conf/local.conf` by appending the following lines:

```bash
BBLAYERS += "<PATH-TO-META-FOSSA>"
INHERIT += "fossa"
FOSSA_API_KEY = "<VALID-FOSSA-API-KEY>"
```

3. Run the build:
4. Run the build:

```bash
cd poky
source oe-init-build-env
bitbake core-image-minimal
```

Expand Down
Loading

0 comments on commit 4418d65

Please sign in to comment.