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 buddy | |||||||
buddy | 13310.91.0 85.0.4183.131 | 13421.99.0 86.0.4240.198 | 13505.111.0 87.0.4280.152 | 13597.105.0 88.0.4324.208 | 13729.45.0 89.0.4389.82 | 13729.45.0 89.0.4389.82 | 13816.12.0 90.0.4430.19 | 13816.6.0 90.0.4430.11 | 13834.0.0 91.0.4435.0 | 75 76 77 78 79 80 81 83 84 86 87 | Acer Chromebase 24 |
Manufacturer | Model | Codename | Board Name | Baseboard |
---|---|---|---|---|
Acer | Acer Chromebase 24 | buddy | buddy | auron |
USE=""
USE="${USE} ac_only"
USE="${USE} buddy"
USE="${USE} allow_consumer_kiosk"
USE="${USE} direncryption"
USE="${USE} touchscreen_wakeup"
USE="${USE} -unibuild"
USE="${USE} background_blur"
USE="${USE} disable_cros_video_decoder"
USE="${USE} -smartdim"
USE="${USE} v4l2_codec"
USE="${USE} physical_presence_recovery"
USE="${USE} disable_instant_tethering"
(chromium_source_tree)/src/overlays/overlay-buddy
.
├── chromeos-base
│ ├── autotest-capability-buddy
│ │ ├── autotest-capability-buddy-1.0.0.ebuild
│ │ └── files
│ │ └── 20-buddy-capabilities.yaml
│ └── chromeos-bsp-buddy
│ ├── chromeos-bsp-buddy-0.0.1.ebuild
│ ├── chromeos-bsp-buddy-0.0.1-r28.ebuild
│ └── files
│ ├── 61-buddy-keyboard.hwdb
│ └── audio-config
│ ├── cras-config
│ │ ├── aec.ini
│ │ ├── apm.ini
│ │ ├── bdw-rt5650
│ │ ├── board.ini
│ │ └── dsp.ini
│ └── ucm-config
│ └── bdw-rt5650
│ ├── bdw-rt5650.conf
│ └── HiFi.conf
├── make.conf
├── metadata
│ └── layout.conf
├── prebuilt.conf
├── profiles
│ └── base
│ ├── make.defaults
│ └── parent
└── virtual
├── autotest-capability
│ ├── autotest-capability-2.0.ebuild
│ └── autotest-capability-2.0-r1.ebuild
└── chromeos-bsp
├── chromeos-bsp-2.ebuild
└── chromeos-bsp-2-r1.ebuild
15 directories, 21 files