Skip to content

Releases: webosce/build-webos

build webosce #1

29 Sep 04:46
Compare
Choose a tag to compare

How to build with premirror and shared state cache

Clone build-webos and run mcf

$ git clone http://github.com/webosce/build-webos
$ cd build-webos
$ ./mcf raspberrypi3 or qemux86

Download and decompress the premirror and shared state

# Download premirror and shared state cache in build-webos and delete the files
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/downloads-webosce-1.taraa
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/downloads-webosce-1.tarab
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/downloads-webosce-1.tarac
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/downloads-webosce-1.tarad
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/downloads-webosce-1.tarae

$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/sstate_cache-webosce-1.taraa
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/sstate_cache-webosce-1.tarab
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/sstate_cache-webosce-1.tarac
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/sstate_cache-webosce-1.tarad
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/sstate_cache-webosce-1.tarae
$ wget https://github.com/webosce/build-webos/releases/download/builds/webosce/1/sstate_cache-webosce-1.taraf

# Decompress the tar files to build-webos
$ cat downloads* | tar xvf -
$ cat sstate-cache* | tar xvf -

# Delete the tar files
$ rm -rf sstate-cache-*
$ rm -rf downloads-*

Build

$ source oe-init-build-env
$ bitbake webos-image

Image

build #17

21 Aug 14:02
Compare
Choose a tag to compare

How to build with premirror and shared state cache

Clone build-webos and run mcf

$ git clone http://github.com/webosce/build-webos
$ cd build-webos
$ ./mcf raspberrypi3

Download and decompress the premirror and shared state

# Download premirror and shared state cache in build-webos and delete the files
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/downloads-17.taraa
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/downloads-17.tarab
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/downloads-17.tarac
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/downloads-17.tarad
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/downloads-17.tarae

$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/sstate-cache-17.taraa
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/sstate-cache-17.tarab
$ wget https://github.com/webosce/build-webos/releases/download/builds/master/17/sstate-cache-17.tarac

# Decompress the tar files to build-webos
$ cat downloads* | tar xvf -
$ cat sstate-cache* | tar xvf -

# Delete the tar files
$ rm -rf sstate-cache-*
$ rm -rf downloads-*

Build

$ source oe-init-build-env
$ bitbake webos-image

Image