overlay-beaglebone

Upstream ChromeOS Builds

If this section is empty, it indicates that the board is a generic board that the ChromiumOS team does not maintain upstream builds on or does not provide over-the-air (OTA) updates.

Stable Beta Dev Canary Devices Based on beaglebone

Devices Base On beaglebone

Manufacturer Model Codename Board Name Baseboard

beaglebone Flags


U_BOOT_CONFIG_USE="beaglebone"
USE=""
USE="${USE} include_vmlinuz"
USE="${USE} -alsa -cras -midi"
USE="${USE} -cros_disks -dlm -easy_unlock -oobe_config -pepper_flash"
USE="${USE} -fwupd"
USE="${USE} -cros_p2p -zeroconf"
USE="${USE} -wired_8021x"
USE="${USE} -vlan"
USE="${USE} -pci"
USE="${USE} -unibuild"
USE="${USE} boot_dts_device_tree -debugd fbconsole hardfp kernel-4_4"
USE="${USE} legacy_keyboard legacy_power_button neon -opengl opengles"
USE="${USE} -power_management pam -tpm vtconsole"
USE="${USE} -transparent_hugepage"
USE="${USE} -python_targets_python2_7"

Overlay Tree


(chromium_source_tree)/src/overlays/overlay-beaglebone

.
├── chromeos-base
│   ├── autotest-all
│   │   ├── autotest-all-100.ebuild
│   │   └── OWNERS
│   └── chromeos-bsp-beaglebone
│       ├── chromeos-bsp-beaglebone-0.0.1.ebuild
│       └── chromeos-bsp-beaglebone-0.0.1-r15.ebuild
├── make.conf
├── metadata
│   └── layout.conf
├── profiles
│   ├── base
│   │   ├── accounts
│   │   │   └── user
│   │   │       ├── chronos
│   │   │       └── root
│   │   ├── eapi
│   │   ├── make.defaults
│   │   ├── package.mask
│   │   ├── package.use
│   │   └── parent
│   └── minimal
│       └── parent
├── README
├── scripts
│   ├── board_specific_setup.sh
│   └── disk_layout.json
├── sys-boot
│   └── u-boot
│       ├── files
│       │   ├── 0001-Update-header-guard-for-libfdt_env.h.patch
│       │   ├── 001-beaglebone-config.patch
│       │   └── uEnv.txt
│       ├── Manifest
│       ├── u-boot-2013.07.ebuild
│       └── u-boot-2013.07-r14.ebuild
├── sys-kernel
│   └── kernel-beaglebone-4_4
│       ├── files
│       │   ├── 0001-enable-uart1-uart2-uart4-and-uart5.patch
│       │   ├── 0002-FROMLIST-ARM-dts-am33xx-Move-the-cppi41dma-node-so-i.patch
│       │   ├── 0003-enable-and-configure-i2c-1.patch
│       │   ├── 0004-Enable-SPI1.patch
│       │   ├── 0005-enable-gpios.patch
│       │   ├── 0006-avoid-race-generating-modlib.patch
│       │   ├── 0007-UPSTREAM-Revert-usb-hub-do-not-clear-BOS-field-durin.patch
│       │   ├── 0008-arm-Allow-uImage-building-for-multiplatform.patch
│       │   ├── 0009-usb-musb-enable-double-buffering-on-the-gadget-port.patch
│       │   └── config-4.4.4
│       ├── kernel-beaglebone-4_4-4.4.4.ebuild
│       ├── kernel-beaglebone-4_4-4.4.4-r7.ebuild
│       └── Manifest
├── toolchain.conf
└── virtual
    ├── chromeos-bsp
    │   ├── chromeos-bsp-2.ebuild
    │   └── chromeos-bsp-2-r1.ebuild
    └── linux-sources
        ├── linux-sources-2.ebuild
        └── linux-sources-2-r2.ebuild

19 directories, 41 files