https://github.com/maxstrange/kodibroot
Playing around with Kodi and Buildroot
https://github.com/maxstrange/kodibroot
Last synced: 4 months ago
JSON representation
Playing around with Kodi and Buildroot
- Host: GitHub
- URL: https://github.com/maxstrange/kodibroot
- Owner: MaxStrange
- Created: 2020-01-17T18:11:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T18:12:23.000Z (over 6 years ago)
- Last Synced: 2025-05-31T10:43:47.676Z (about 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kodi Buildroot
This is a project to help me learn Embedded Linux and Buildroot.
Buildroot is a submodule in this repository, so cloning this repository should be done via:
`git clone --recurse-submodules `.
If you already have the repository but don't have the submodule, use
`git submodule update --init --recursive`.