nrhw18 : Add machine config

This commit is contained in:
Alexandre Bard 2018-04-19 15:42:09 +02:00
parent cbd59ae614
commit 854147028b
1 changed files with 21 additions and 0 deletions

View File

@ -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"