From fc96b459d51e7ec23f90fb2ab12d4fae96ed096a Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Mon, 5 Feb 2018 10:06:19 +0100 Subject: [PATCH] machine: am335x-nrhw20: add new machine config --- conf/machine/am335x-nrhw20.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conf/machine/am335x-nrhw20.conf 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" +