Skip to content

HP Pavilion Chromebook 14 Product Engineering

Metadata

ChromeOS Update Channels

=== "Stable" ChromeOS Stable Channel Update

```
- version : 
- chromeos_release_version : 
- linux_kernel_versions_stable :

```

=== "Beta" ChromeOS Beta Channel Update

```
- version : 
- chromeos_release_version :

```

=== "Dev" ChromeOS Dev Channel Update

```
- version : 
- chromeos_release_version :

```

=== "Canary" ChromeOS Canary Channel Update

```
- version : 
- chromeos_release_version :

```

Build Flags

  • Build Flags : bluetooth butterfly legacy_keyboard watchdog realtekpstor allow_consumer_kiosk kernel-3_8 wireless34 -containers -unibuild background_blur

Gentoo Overlay Tree (butterfly)

``` overlays/legacy-board-overlays/overlay-butterfly/ ├── chromeos-base │   ├── autotest-capability-butterfly │   │   ├── autotest-capability-butterfly-1.0.3.ebuild │   │   └── files │   │   ├── 15-chipset-sdb-capabilities.yaml │   │   └── 20-butterfly-capabilities.yaml │   └── chromeos-bsp-butterfly │   ├── chromeos-bsp-butterfly-0.0.2.ebuild │   ├── chromeos-bsp-butterfly-0.0.2-r15.ebuild │   └── files │   ├── 50-touchpad-cmt-butterfly.conf │   ├── audio-config-3_4 │   │   ├── alsa-module-config │   │   │   ├── alsa-butterfly.conf │   │   │   └── butterfly_alsa.fw │   │   ├── cras-config │   │   │   └── HDA Intel PCH │   │   └── ucm-config │   │   └── HDA Intel PCH │   │   ├── HDA Intel PCH.conf │   │   └── HiFi.conf │   ├── audio-config-3_8 │   │   ├── alsa-module-config │   │   │   ├── alsa-butterfly.conf │   │   │   └── butterfly_alsa.fw │   │   ├── cras-config │   │   │   └── butterfly │   │   │   └── HDA Intel PCH │   │   └── ucm-config │   │   └── HDA Intel PCH │   │   ├── HDA Intel PCH.conf │   │   └── HiFi.conf │   ├── main.conf │   └── powerd_prefs │   └── min_visible_backlight_level ├── COMMIT-QUEUE.ini ├── metadata │   └── layout.conf ├── profiles │   └── base │   ├── make.defaults │   ├── package.use │   └── parent ├── scripts │   ├── build_kernel_image.sh │   └── disk_layout.json ├── toolchain.conf └── virtual ├── autotest-capability │   └── autotest-capability-2.0.ebuild └── chromeos-bsp └── chromeos-bsp-2.ebuild

25 directories, 28 files ```