machine: am335x-nrhw20: add new machine config
This commit is contained in:
parent
735ca499e2
commit
fc96b459d5
|
|
@ -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"
|
||||||
|
|
||||||
Loading…
Reference in New Issue