yocto-recipe
There are 11 repositories under yocto-recipe topic.
Xilinx/meta-xilinx
Collection of Yocto Project layers to enable AMD Xilinx products
robseb/PiP2Bitbake
Script to create a Bitbake recipe for Python pip (PyPI) Packages to be embedded within the Yocto Project
Internet-of-People/titania-os
Titania is a Linux distribution for Raspberry Pi that makes it easy to install decentralized web-based applications.
UlrichBecker/get_linux_process_id
Module for C/C++ to find process-id numbers of current running linux-processes.
UlrichBecker/ioctl4bash
Simple wrapper-program witch makes it possible to perform the C-function ioctl() via bash
Rufilla/meta-openai
Yocto meta layer for OpenAI services including ChatGPT.
UlrichBecker/Linux_HD44780_Display_Driver
Linux driver for HD44780 compatible alpanumeric displays via GPIO connections
Globaltronic/meta-wiipiido
Yocto BSP Layer for WiiPiiDo (based on https://github.com/alistair23/meta-pine64)
aks-arise1600/meta-example
Yocto recipe example
UlrichBecker/command_line_option_parser
A command line option parser for C/C++ projects. An alternative to getopt() and getopt_long() by using callback functions.
UlrichBecker/command_line_option_parser_cpp11
Commandline Option Parser for C++11. An alternative to getopt() and getopt_long() (and boost::program_options) by using of callback functions for each recognized option and program-argument.