Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pulsar_linux [2018/06/24 11:47] – [Initialize in-tree build] rpjdaypulsar_linux [2018/06/24 18:52] (current) – [Generated artifacts] rpjday
Line 29: Line 29:
 </code> </code>
  
 +or just use ''bitbake -k'', I guess.
 ===== RW notes, minimally unedited ===== ===== RW notes, minimally unedited =====
  
Line 49: Line 50:
  
 ==== Optional VLC-related stuff ==== ==== Optional VLC-related stuff ====
 +
 +Even without VLC, should some of that stuff be added to cube-desktop?
  
 <code> <code>
Line 62: Line 65:
 CUBE_DESKTOP_EXTRA_INSTALL += " vlc ffmpeg2 git python3 python3-pip ristretto " CUBE_DESKTOP_EXTRA_INSTALL += " vlc ffmpeg2 git python3 python3-pip ristretto "
 </code> </code>
 +
 +==== Machine ====
 +
 +Might as well build for 64-bit:
 +
 +<code>
 +MACHINE ?= "qemux86-64"
 +</code>
 +
 +By default, won't it build for 32-bit?
 +==== Build ====
 +
 +<code>
 +$ bitbake cube-desktop cube-dom0 cube-essential
 +</code>
 +
 +==== Relevant generated artifacts ====
 +
 +  * ''bzImage''
 +  * ''cube-builder-initramfs-intel-corei7-64.cpio.gz''
 +  * ''cube-desktop-intel-corei7-64.tar.bz2''
 +  * ''cube-dom0-intel-corei7-64.tar.bz2''
 +  * ''cube-essential-intel-corei7-64.tar.bz2''
 +
 +==== Installer ====
  
  • pulsar_linux.1529840849.txt.gz
  • Last modified: 2018/06/24 11:47
  • by rpjday