├── LICENSE ├── Makefile ├── README ├── TODO ├── doc └── yocto.1 └── yocto.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrennmair/yocto/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrennmair/yocto/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrennmair/yocto/HEAD/README -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrennmair/yocto/HEAD/TODO -------------------------------------------------------------------------------- /doc/yocto.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrennmair/yocto/HEAD/doc/yocto.1 -------------------------------------------------------------------------------- /yocto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrennmair/yocto/HEAD/yocto.c --------------------------------------------------------------------------------