Skip to content

Doner220/XBMCbuntu

 
 

Repository files navigation

About

Kodibuntu is a Linux operating system based on the Lubuntu variant of the popular Ubuntu Linux distribution.
It has been tailored specifically for running Kodi and comes preconfigured out of the box.

Kodibuntu has two modes of operation - Standalone-mode and Desktop-mode.
In Standalone-mode, Kodibuntu acts like an appliance, making it easy to get Kodi up and running.
In Desktop-mode, you get a traditional desktop with easy access to other software, such as a web browser while still having Kodi only a few clicks away.

Kodibuntu gives you access to all the software available from the Ubuntu repositories You can easily install other software on it in addition to Kodi.


Chronological flow of operations:
┌─────────────────────────┐    Sets and Exports (according to cmdline):
│  ./buildWithOptions.sh  │    * SDK_BUILDHOOKS, SDK_USELOCALLIVEBUILD, SDK_USELATESTLIVEBUILD,
└─────────────────────────┘      SDK_CHROOTSHELL, SDK_EXT2ROOTFS, SDK_BUILDx86_64
             │                 * APT_HTTP_PROXY, APT_FTP_PROXY, http_proxy, ftp_proxy
             │                 * KEEP_WORKAREA
             │
             │   ┌─────────────┐ 
             └───│ ./build.sh  │
                 └─────────────┘
                        │
                        │   ┌──────────────────┐
                        ├───│ ./buildHook-*.sh │
                        │   └──────────────────┘
                        │
                        │   ┌───────────────────────┐
                        ├───│ ./buildDEBs/build.sh  │
                        │   └───────────────────────┘
                        │               │
                        │               │   ┌────────────────────────┐      
                        │               └───│ ./buildDEBs/build-*.sh │       
                        │                   └────────────────────────┘
                        │
                        │   ┌──────────────────┐
                        ├───│ ./copyFiles-*.sh │
                        │   └──────────────────┘
                        │
                        │   ┌────────────┐
                        └───│ lb clean   │           
                            │ lb config  │
                            │ lb build   │
                            └────────────┘
Main script detailed sequence of operations (build.sh):
  1. Check for required packages
  2. Delete previous build objects (work area, binary.*) if they exist
  3. Create a new work area, copying the entire SDK
  4. If live-build is not installed, clone it from upstream repo and set environment accordingly
  5. Execute any specified build hooks
  6. Build any DEB/UDEB packages required for the Live build
  7. Copy any built-downloaded files into work area directory for the "real" build
  8. Perform Live build using live-build with the preconfigured, ad-hoc config tree

Quick Kodibuntu development links
Useful links

Enjoy Kodi and help us improve it today. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 80.0%
  • Python 6.4%
  • HTML 6.1%
  • JavaScript 3.4%
  • CSS 2.4%
  • Makefile 1.7%