RE: [PATCH v2 4/4] docs: add an example arm64 cross file

2021-12-15 Thread Ruifeng Wang
; Subject: [PATCH v2 4/4] docs: add an example arm64 cross file > > The docs mention modifications and additions to the cross file, but there is > no demonstration of how those should look like. > > Signed-off-by: Juraj Linkeš > --- > .../linux_gsg/cross_build_dpdk_for_arm64.rs

[PATCH v2 4/4] docs: add an example arm64 cross file

2021-12-07 Thread Juraj Linkeš
The docs mention modifications and additions to the cross file, but there is no demonstration of how those should look like. Signed-off-by: Juraj Linkeš --- .../linux_gsg/cross_build_dpdk_for_arm64.rst | 26 +++ 1 file changed, 26 insertions(+) diff --git a/doc/guides/linux_gsg