diff --git a/conf/machine/am335x-nrhw20.conf b/conf/machine/am335x-nrhw20.conf new file mode 100644 index 0000000..e7e856b --- /dev/null +++ b/conf/machine/am335x-nrhw20.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@NAME: NBHW16 based routers like NB800 +#@DESCRIPTION: Machine configuration for the NBHW16 based routers http://netmodule.com/en/products/iot-routers + +require conf/machine/include/ti33x.inc + +IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot" +IMAGE_CLASSES += "image_types_uboot" + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" + +KERNEL_DEFCONFIG = "am335x-nrhw20_defconfig" +KERNEL_DEVICETREE = "am335x-nrhw20-prod1.dtb \ + " +KERNEL_IMAGETYPE = "zImage" + +PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" +PV_pn-linux-netmodule = "4.14.14-${SRCPV}" +SRC_URI_pn-linux-netmodule ?= "git://github.com/netmodule/linux.git;protocol=https;branch=nrhw20-4.14" +SRCREV_pn-linux-netmodule ?= "78b62bee0d49e48668918494a39719210fc772b3" +