This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
wind_river_lts19 [2020/05/23 12:09] rpjday [STUFF] |
wind_river_lts19 [2020/05/24 10:20] rpjday [STUFF] |
||
---|---|---|---|
Line 11: | Line 11: | ||
===== STUFF ===== | ===== STUFF ===== | ||
- | * WR-specific extensions (templates/features/tools) | + | * WR-specific extensions (templates/features/tools), should these be used to be incompatible with pure YP? |
* how to update wrlinux-x to UPDATE7? | * 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) | ||
+ | |||
+ | ===== New templates ===== | ||
+ | |||
+ | * feature/busybox | ||
+ | * feature/dummy-kernel | ||
+ | * feature/kubernetes | ||
+ | * feature/run-container | ||
+ | * feature/stig | ||
+ | * feature/usrmerge | ||
===== Pre-reqs ===== | ===== Pre-reqs ===== | ||
Line 32: | Line 42: | ||
<code> | <code> | ||
$ . ./wrlinux-x/setup.sh --mirror --all-layers | $ . ./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> | </code> |