OpenEmbedded meta layer with downstream recipes and changes for upstream.
This repository builds a Linux firmware using the Yocto Project for Intel Core 2 microprocessors. It sets up the OpenEmbedded layers and runs bitbake using the kas setup tool.
Look at the Yocto Project Reference Manual System Requirements and the kas User Guide Dependencies and installation sections to install all the bits required to use that repository.
Clone the tree:
git clone https://github.com/gportay/meta-downstream.git
And enter the sources:
cd meta-downstream
Build the firmware:
kas build kas-project.yml
It takes a while to cook the world, grab yourself a coffee or count the zeros
in /dev/zero
in the meantime!
Run the firmware:
kas shell kas-project -c "runqemu nographic"
Login as root, run commands and poweroff the system or Ctrl-a x to exit the emulator, have fun!
Report bugs at https://github.com/gportay/meta-downstream/issues
Written by Gaël PORTAY gael.portay@rtone.fr
Copyright 2024 Gaël PORTAY
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.