diff --git a/conf/machine/am335x-nbhw16-fct.conf b/conf/machine/am335x-nbhw16-fct.conf new file mode 100644 index 0000000..6aa7d15 --- /dev/null +++ b/conf/machine/am335x-nbhw16-fct.conf @@ -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%" +