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
wind_river_lts19 [2020/05/22 09:46] – [Quick Start] rpjdaywind_river_lts19 [2020/05/24 11:01] (current) – [STUFF] rpjday
Line 8: Line 8:
   * [[https://docs.windriver.com/category/os_linux_cd]]   * [[https://docs.windriver.com/category/os_linux_cd]]
   * [[https://docs.windriver.com/category/os_linux_lts_19]]   * [[https://docs.windriver.com/category/os_linux_lts_19]]
 +
 +===== STUFF =====
 +
 +  * WR-specific extensions (templates/features/tools), should these be used to be incompatible with pure YP?
 +  * how to update wrlinux-x to UPDATE7?
 +  * New support to deploy a platform project image based on the intel-x86-64 BSP with the runqemu command. You no longer require a QEMU-based BSP to deploy and test your x86-based image (RCPL7)
 +  * BB_NO_NETWORK_pn-lmbench='0'
 +
 +===== New templates =====
 +
 +  * feature/busybox
 +  * feature/dummy-kernel
 +  * feature/kubernetes
 +  * feature/run-container
 +  * feature/stig
 +  * feature/usrmerge
 +
 +===== Pre-reqs =====
 +
 +  * Fedora 31/32
 +  * Ubuntu 18.04 (NOT 16.04)
  
 ===== Quick Start ===== ===== Quick Start =====
 +
 +==== Cloning ====
  
 <code> <code>
-$ mkdir WR; cd WR+$ mkdir -p lts19/WR; cd lts19/WR
 $ git clone https://github.com/WindRiver-Labs/wrlinux-x $ git clone https://github.com/WindRiver-Labs/wrlinux-x
 </code> </code>
 +
 +==== setup ====
 +
 +<code>
 +$ . ./wrlinux-x/setup.sh --mirror --all-layers
 +</code>
 +
 +==== Checking ====
  
 <code> <code>
-$ ./wrlinux-x/setup.sh --machines qemuarm64+.../setup.sh --list-distros 
 +$ .../setup.sh --list-machines 
 +$ .../setup.sh --list-layers 
 +$ .../setup.sh --list-recipes 
 +$ .../setup.sh --list-templates
 </code> </code>
  • wind_river_lts19.1590140786.txt.gz
  • Last modified: 2020/05/22 09:46
  • by rpjday