am335x-nbhw16-fct: add machine configuration
This commit is contained in:
parent
4d2d3d5b1a
commit
f42d8df2c1
|
|
@ -0,0 +1,24 @@
|
||||||
|
#@TYPE: Machine
|
||||||
|
#@NAME: BeagleBone machine
|
||||||
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
||||||
|
|
||||||
|
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 = "nbhw16_fct_defconfig"
|
||||||
|
KERNEL_DEVICETREE = "am335x-nbhw16.dtb am335x-nbhw16-nb800.dtb"
|
||||||
|
KERNEL_IMAGETYPE = "zImage"
|
||||||
|
|
||||||
|
UBOOT_MACHINE = "am335x_nbhw16_v2_config"
|
||||||
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-netmodule"
|
||||||
|
PREFERRED_VERSION_u-boot-netmodule = "v2016.04%"
|
||||||
|
BRANCH_pn-u-boot-netmodule = "nbhw16-2016.04"
|
||||||
|
|
||||||
|
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
||||||
|
BRANCH_pn-linux-netmodule = "nbhw16-4.4"
|
||||||
|
PREFERRED_VERSION_linux = "4.4%"
|
||||||
|
|
||||||
Loading…
Reference in New Issue