From 854147028b3134c2d4c43f1fe04854c7c36235a9 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 19 Apr 2018 15:42:09 +0200 Subject: [PATCH] nrhw18 : Add machine config --- conf/machine/armada-385-nrhw18.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conf/machine/armada-385-nrhw18.conf diff --git a/conf/machine/armada-385-nrhw18.conf b/conf/machine/armada-385-nrhw18.conf new file mode 100644 index 0000000..e4fbdf4 --- /dev/null +++ b/conf/machine/armada-385-nrhw18.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@NAME: NRHW18 based routers like NB1800 +#@DESCRIPTION: Machine configuration for the NRHW18 based routers + +require conf/machine/include/armada.inc + +IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot" +IMAGE_CLASSES += "image_types_uboot" + +SERIAL_CONSOLE = "115200 ttyS1" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" + +KERNEL_DEFCONFIG = "armada-385-nrhw18_defconfig" +KERNEL_DEVICETREE = "armada-385-nrhw18-prod3.dtb" +KERNEL_IMAGETYPE = "zImage" + +PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" +PV_pn-linux-netmodule = "4.14.0-${SRCPV}" +SRC_URI_pn-linux-netmodule ?= "git://github.com/netmodule/linux.git;protocol=https;branch=nrhw18-4.14" +SRCREV_pn-linux-netmodule ?= "2fb3360ec3cf672c74321e1dbe5c04e59d1ced11" +