nmrouter-image: cleanup redundancy and add spi tools (c and python)
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
beb4e2bf1c
commit
6d31dba28c
|
|
@ -4,8 +4,6 @@ SUMMARY = "nmrouter image"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "uImage"
|
KERNEL_IMAGETYPE = "uImage"
|
||||||
|
|
||||||
IMAGE_FSTYPES_append = " tar.gz "
|
|
||||||
|
|
||||||
IMAGE_FEATURES_append = " \
|
IMAGE_FEATURES_append = " \
|
||||||
package-management \
|
package-management \
|
||||||
ssh-server-openssh \
|
ssh-server-openssh \
|
||||||
|
|
@ -96,6 +94,8 @@ IMAGE_INSTALL_append_am335x-vcu = " \
|
||||||
bluez5-obex \
|
bluez5-obex \
|
||||||
bluez5-noinst-tools \
|
bluez5-noinst-tools \
|
||||||
canutils \
|
canutils \
|
||||||
|
spitools \
|
||||||
|
python3-periphery \
|
||||||
"
|
"
|
||||||
|
|
||||||
FPGA_INSTALL = " \
|
FPGA_INSTALL = " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue