Last active
November 25, 2022 13:51
-
-
Save nekoprog/c8811d479abfb32fb6d3a3dce67e2dc3 to your computer and use it in GitHub Desktop.
LAKKA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build Image: | |
git clone https://github.com/libretro/Lakka-LibreELEC | |
cd Lakka-LibreELEC | |
DISTRO=Lakka PROJECT=RPi DEVICE=RPi2 ARCH=arm make image | |
Upgrade Image: | |
cd Lakka-LibreELEC | |
git pull | |
rm -rf target | |
DISTRO=Lakka PROJECT=RPi DEVICE=RPi2 ARCH=arm make image | |
Rebuild Package Only: | |
DISTRO=Lakka PROJECT=RPi DEVICE=RPi ARCH=arm scripts/clean yourpackage | |
DISTRO=Lakka PROJECT=RPi DEVICE=RPi ARCH=arm scripts/build yourpackage | |
Rebuild All Package: | |
rm -rf build.* | |
DISTRO=Lakka PROJECT=RPi DEVICE=RPi2 ARCH=arm make image | |
Build Plan Location: | |
build.*/.threads/plan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment