Features provide a mechanism for working out which packages should be included in the generated images. Distributions can select which features they want to support through the DISTRO_FEATURES variable, which is set or appended to in a distribution’s configuration file such as poky.conf, poky-tiny.conf, poky-lsb.conf and so forth. Machine features are set in the MACHINE_FEATURES variable, which is set in the machine configuration file and specifies the hardware features for a given machine.
Tag Archives: Beaglebone
Components of Embedded Linux
components of Embedded Linux:
Toolchain.
Bootloader.
Kernel.
Root filesystem.
There is also fifth component called applications, the collection of programs specific to your embedded application.
Add software tools to your Yocto Linux image
Add software tools to your Yocto Linux image. PS: Here I am using yocto release – Release 4.0 (kirkstone)
Introduction to Embedded Linux
What is Embedded Linux?
Embedded Linux is a version of Linux designed for embedded systems, such as embedded computers, mobile phones and other electronic devices that require a low-footprint operating system.
Yocto Project Quick Build for BBB and QEMU ARM
A quick yocto build to show that we can have working Embedded Linux in a couple of hours
Introduction to Embedded Linux with Yocto Project
Introduction to Embedded Linux with Yocto Project
Examining the toolchiain: Sense and Act
In this video we are going to examine and see what is side the toolchain we had built for BeagleBone Black in the previous post
Building toolchain for BeagleBone Black and QEMU: Sense and Act
We build toolchain for Beaglebone Black and QEMU targets