mirror of https://github.com/xbmc/xbmc
36 lines
1023 B
Plaintext
36 lines
1023 B
Plaintext
TOC
|
|
1. Introduction
|
|
2. Installing and setting up the buildroot environment
|
|
|
|
-----------------------------------------------------------------------------
|
|
1. Introduction
|
|
-----------------------------------------------------------------------------
|
|
|
|
For development you can use a customized buildroot to produce a small
|
|
raspberrypi system image which is used to boot the raspberrypi and as
|
|
crosscompile environment.
|
|
|
|
-----------------------------------------------------------------------------
|
|
2. Installing and setting up the buildroot environment
|
|
-----------------------------------------------------------------------------
|
|
|
|
Create a top level directory where you checkout Kodi and buildroot.
|
|
|
|
For example :
|
|
|
|
mkdir /opt/kodi-raspberrypi
|
|
cd /opt/kodi-raspberrypi
|
|
|
|
Checkout kodi :
|
|
|
|
git clone https://github.com/xbmc/xbmc.git kodi
|
|
|
|
Checkout buildroot :
|
|
|
|
git clone https://github.com/huceke/buildroot-rbp.git
|
|
|
|
cd /opt/kodi-raspberrypi/buildroot-rbp
|
|
|
|
Follow the instructions in README.rbp how to build the system and Kodi.
|
|
|