An open API service indexing awesome lists of open source software.

https://github.com/dogusyuksel/bbb-yocto

environment for beaglebone black to build it with yocto/bitbake
https://github.com/dogusyuksel/bbb-yocto

beaglebone-black bitbake yocto

Last synced: about 1 month ago
JSON representation

environment for beaglebone black to build it with yocto/bitbake

Awesome Lists containing this project

README

          

environment for beaglebone black to build it with yocto/bitbake

# Pin Out

![pinout](./docs/images/cape-headers.png "pinout")

# Starting Point

[Follow the steps in github actions](./.github/workflows/general_tests.yml)

BUT REMEMBER!!! You need HUGE amount of disk space

To check most dick consumer files/folders, this command can be used;

```
apt-get install ncdu
ncdu -x /
```

Below can be used to skip root check

```
INHERIT:remove = "sanity"
```

# Useful Commands

* bitbake-layers create-layer ../poky/meta-custom
* bitbake-layers add-layer ../poky/meta-custom
* bitbake-layers show-recipes
* bitbake-layers show-layers
* bitbake hello
* bitbake -e hello | grep ^WORKDIR=
* bitbake -e hello | grep ^D=

# Important Links

[Suggested/Tested Peripherals](https://docs.beagleboard.org/accessories/power-supplies.html)

[Conserving Disk Space](https://docs.yoctoproject.org/next/dev-manual/disk-space.html)

[Image Types](https://docs.yoctoproject.org/ref-manual/images.html#images)

[meta-beagleboard](https://github.com/beagleboard/meta-beagleboard)

[usefull content about yocto/bbb](https://github.com/Munawar-git/YoctoTutorials/tree/master)

[examples of coding in bbb](https://github.com/derekmolloy?tab=repositories)

[examples of coding in bbb](https://github.com/GavinStrunk?tab=repositories)

[prebuild distors](https://www.beagleboard.org/distros)

[hardware design documentations](https://git.beagleboard.org/beagleboard/beaglebone-black)