This repository serves as a unified hub for managing and integrating multiple Yocto Project layers. It is designed to streamline the development process for embedded systems by simplifying the management of diverse Yocto layers.
- Profiles: Organized configurations for different build scenarios.
- Source Directory: Contains the various Yocto layers and related files.
- Setup Script:
setup_profile.sh
script to initialize and configure the environment.
- Ensure you have the required tools installed: Git, BitBake, etc.
- Set up your environment according to Yocto Project's guidelines.
- Clone the repository:
git clone https://github.com/daregit/yocto-combined.git cd yocto-combined
- Run the setup script:
./setup_profile.sh
- Navigate to the appropriate profile directory to start your build process.
This project is licensed under the MIT License.
For more details, visit the Yocto Combined Repository.