diff --git a/recipes-core/images/nmrouter-image.bb b/recipes-core/images/nmrouter-image.bb index fbd2e4e..a2dd6b7 100644 --- a/recipes-core/images/nmrouter-image.bb +++ b/recipes-core/images/nmrouter-image.bb @@ -64,5 +64,12 @@ IMAGE_INSTALL_append_am335x-nbhw16 = " \ wakeup-timer \ " +FPGA_INSTALL = " \ + nm-scripts-fpga \ + " + +IMAGE_INSTALL_append_armada-385-nbhw14 = " ${FPGA_INSTALL}" +IMAGE_INSTALL_append_armada-385-nbhw17 = " ${FPGA_INSTALL}" + LICENSE = "BSD"