| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is part of the dfetch project.
The superproject uses three subprojects
See also dfetch report.
For now the layers are tracking the upstream scarthgap branch. See dfetch check for more details.
The local directory sources/meta-mylayer is a project local layer and it contains the default build configuration.
The default build configuration uses the layers
sources/poky/meta sources/poky/meta-poky sources/poky/meta-yocto-bsp sources/meta-openembedded/meta-oe sources/meta-openembedded/meta-python sources/meta-raspberrypi sources/meta-mylayer
and builds for the machine raspberrypi5.
To build the firmware, execute
$ TEMPLATECONF=../meta-mylayer/conf/templates/myconf . sources/poky/oe-init-build-env $ bitbake my-image
for the first build. And for the later builds, execute
$ . sources/poky/oe-init-build-env $ bitbake my-image
After building the flashable firmware files are
build/tmp/deploy/images/raspberrypi5/my-image-raspberrypi5.rootfs.wic.bz2 build/tmp/deploy/images/raspberrypi5/my-image-raspberrypi5.rootfs.wic.bmap
You can flash it to an SD-card with
$ sudo bmaptool copy my-image-raspberrypi5.rootfs.wic.bz2 /dev/sdX
Insert the SD-card into a RaspberryPi 5 and connect the power.
To get access to the console, either
The login user is root and has no password.
Then type hello to execute the installed command from the meta-mylayer and the image my-image.
Congratulations. You have seen and used a project that uses dfetch to assemble a Yocto project.
| Back | FazBrowse Home | New Git URL |