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
- Host: GitHub
- URL: https://github.com/dogusyuksel/bbb-yocto
- Owner: dogusyuksel
- Created: 2024-11-08T10:16:15.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T17:29:11.000Z (10 months ago)
- Last Synced: 2025-03-16T18:27:36.689Z (7 months ago)
- Topics: beaglebone-black, bitbake, yocto
- Language: Shell
- Homepage:
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
environment for beaglebone black to build it with yocto/bitbake
# Pin Out

# 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)