[PATCH v4 2/9] dts: add developer tools
Tu, Lijuan
lijuan.tu at intel.com
Wed Aug 10 08:30:42 CEST 2022
> -----Original Message-----
> From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> Sent: Friday, July 29, 2022 6:56 PM
> To: thomas at monjalon.net; david.marchand at redhat.com; Randles, Ronan
> <ronan.randles at intel.com>; Honnappa.Nagarahalli at arm.com;
> ohilyard at iol.unh.edu; Tu, Lijuan <lijuan.tu at intel.com>
> Cc: dev at dpdk.org; Juraj Linkeš <juraj.linkes at pantheon.tech>
> Subject: [PATCH v4 2/9] dts: add developer tools
>
> The Dockerfile contains basic image for CI and developers. There's also an
> integration of the Dockerfile with Visual Studio.
>
> The formatter script uses Black and Isort to format the Python code.
>
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> ---
> dts/.devcontainer/devcontainer.json | 30 ++++++++++++
> dts/Dockerfile | 38 +++++++++++++++
> dts/README.md | 74 ++++++++++++++++++++++++++++-
> dts/format.sh | 45 ++++++++++++++++++
> 4 files changed, 186 insertions(+), 1 deletion(-) create mode 100644
> dts/.devcontainer/devcontainer.json
> create mode 100644 dts/Dockerfile
> create mode 100755 dts/format.sh
>
Reviewed-by: Lijuan Tu <lijuan.tu at intel.com>
Thanks,
Lijuan
More information about the dev
mailing list