Commit 3bb3885
Update nxp-s32g doc for VxWorks 26.03
In VxWorks 26.03, the configuration `_WRS_CONFIG_SERVICE_VIRTIO` has to
be set to `y`. Otherwise, attempting to add `INCLUDE_NET_VIRTIO`,
`DRV_FDT_VIRTIO`, and `INCLUDE_VIRTIO_LIB` results in the following
error.
```
$ vxprj component add INCLUDE_NET_VIRTIO DRV_FDT_VIRTIO \
INCLUDE_VIRTIO_LIB
component(s) INCLUDE_VIRTIO_LIB INCLUDE_NET_VIRTIO do not exist
The following components were not added, the VSB does not support them:
DRV_FDT_VIRTIO
```1 parent 98a3765 commit 3bb3885
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
0 commit comments