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:
parent
ead191b097
commit
580b4be2ca
|
|
@ -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 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue