This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wind_river_lts19 [2020/05/22 09:41] rpjday |
wind_river_lts19 [2020/05/24 11:01] (current) rpjday [STUFF] |
||
---|---|---|---|
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 ===== | ||
+ | |||
+ | ==== Cloning ==== | ||
+ | |||
+ | <code> | ||
+ | $ mkdir -p lts19/WR; cd lts19/WR | ||
+ | $ git clone https://github.com/WindRiver-Labs/wrlinux-x | ||
+ | </code> | ||
+ | |||
+ | ==== setup ==== | ||
+ | |||
+ | <code> | ||
+ | $ . ./wrlinux-x/setup.sh --mirror --all-layers | ||
+ | </code> | ||
+ | |||
+ | ==== Checking ==== | ||
+ | |||
+ | <code> | ||
+ | $ .../setup.sh --list-distros | ||
+ | $ .../setup.sh --list-machines | ||
+ | $ .../setup.sh --list-layers | ||
+ | $ .../setup.sh --list-recipes | ||
+ | $ .../setup.sh --list-templates | ||
+ | </code> |