Actions
Notes » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Hammel, 18 Apr 2020 11:13
Notes¶
Building Releases¶
Development Platform¶
- Clone pibox
- RPi B+, RPi Zero / Zero W: make pkg
- RPi 2/3: make HW=rpi2 pkg
- cdb
- cd buildroot-*/output/staging
- STAGING=$(pwd)
- cdb
- cd crosstool-ng.*.bld/install
- XID=$(pwd)
- cdp
- ls -l
STAGING and XID are used by the meta build.
Media System¶
- clone meta repo
- ./build.sh
- cdp
- ls -l *.opk
Kiosk (re: VideoFrame)¶
- export XID=$TC
- clone meta repo
- ./build.sh -m kiosk
- cdp
- ls -l *.opk
Auto-kiosk System¶
- export XID=$TC
- clone meta repo
- ./build.sh -m autokiosk
- cdp
- ls -l *.opk
References¶
- https://www.phoronix.com/scan.php?page=news_item&px=LG-webOS-Open-Source-Edition - See architecture diagram.
Updated by Hammel over 4 years ago · 2 revisions