nwl-test-image: Add some test tools

- hostapd to create access points
- gps-utils to test the gnss receiver
- can-utils to test the can interfaces
- libgpiod-tools to toggle the gpios
- chrony to get the time set properly on the target and help reading the
  logs
- minicom to debug the serial ports

id:502637
This commit is contained in:
Alexandre Bard 2024-03-01 17:40:38 +01:00
parent ead191b097
commit 580b4be2ca
2 changed files with 18 additions and 0 deletions

View File

@ -24,6 +24,7 @@ IMAGE_INSTALL:append = " \
packagegroup-core-full-cmdline \ packagegroup-core-full-cmdline \
swupdate-www \ swupdate-www \
nwl-tests \ nwl-tests \
packagegroup-nwl-test-tools \
" "

View File

@ -0,0 +1,17 @@
inherit packagegroup
DESCRIPTION = "Common tools convenient for testing the features of NWL"
RDEPENDS:${PN} = " \
hostapd \
\
gps-utils \
\
can-utils \
\
libgpiod-tools \
\
chrony \
minicom \
"