summaryrefslogtreecommitdiffstats
path: root/bsp/meta-sancloud/conf/machine/bbe.conf
blob: da9e10265e3779c9e9274cbc72d09e64a9eeaae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#@TYPE: Machine
#@NAME: SanCloud BeagleBone Enhanced Development Board
#@DESCRIPTION: Machine configuration for the BeagleBone Enhanced http://www.sancloud.co.uk/?page_id=254 Board

################################################################################
# Basic machine config

MACHINEOVERRIDES =. "beaglebone:"

IMAGE_FSTYPES += "wic.bmap"
WKS_FILE ?= "sancloud_bbe.wks"

require conf/machine/include/ti33x.inc

MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "u-boot-script-bbe"

MACHINE_EXTRA_RDEPENDS += " \
    kernel-modules linux-firmware-rtl8723 usbutils \
    iw wireless-regdb-static rtl8723bu kernel-module-8723bu \
    "
SERIAL_CONSOLE = "115200 ttyS0"

################################################################################
# U-boot

PREFERRED_PROVIDER_virtual/bootloader = "u-boot"

SPL_BINARY = "MLO"
UBOOT_SUFFIX = "img"
UBOOT_MACHINE = "am335x_evm_config"

EXTRA_IMAGEDEPENDS += "u-boot"

################################################################################
# Kernel

KERNEL_DEVICETREE = " \
    am335x-sancloud-bbe.dtb \
    "
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"

BBE_KERNEL_PROVIDER ??= "ti"
require conf/machine/include/bbe-kernel-${BBE_KERNEL_PROVIDER}.inc

################################################################################
# Arago distro support

ARAGO_IMAGE_EXTRA_INSTALL += "packagegroup-base"