#@TYPE: Machine #@NAME: Beaglebone #@DESCRIPTION: Machine configuration for the Beaglebone SOC_FAMILY = "ti335x" TARGET_ARCH = "arm" DEFAULTTUNE ?= "cortexa8hf-neon" require conf/machine/include/soc-family.inc require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-stable" PREFERRED_PROVIDER_virtual/bootloader = "u-boot" PREFERRED_PROVIDER_u-boot = "u-boot" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" UBOOT_MACHINE = "am335x_boneblack_config" EXTRA_IMAGEDEPENDS += "u-boot" SERIAL_CONSOLE = "115200 ttyO0" IMAGE_FSTYPES = "tar.xz" MACHINE_FEATURES = "ext2 serial usbhost vfat"