mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-30 00:19:08 +00:00
BeaglePlay gains official support from latest TI lts-6.6 baseline, so set it as the default. Other Beagle platforms will still use BB.org as default. And these defaults can still be changed with TI_PREFERRED_BSP setting in a distro config or by end user in the local.conf Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
TI_PREFERRED_BSP ?= "bb_org"
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
DT_VENDOR_PREFIX = "ti/omap/"
|
|
DT_VENDOR_PREFIX:bsp-ti-6_1 = ""
|
|
DT_VENDOR_PREFIX:bsp-bb_org = ""
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
${DT_VENDOR_PREFIX}am335x-bone \
|
|
${DT_VENDOR_PREFIX}am335x-pocketbeagle \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
${DT_VENDOR_PREFIX}am335x-bone.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblack.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblack-wireless.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblue.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-bonegreen.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-bonegreen-wireless.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-pocketbeagle.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe-extended-wifi.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe-lite.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|