Lenovo 10e Chromebook Tablet Product Engineering
Metadata
- Product Model : Lenovo 10e Chromebook Tablet
- ChromeOS.Guide DeviceID : LenovoKodama
- Gentoo Board Overlay : kukui
- Board Index : kukui
ChromeOS Update Channels
=== "Stable" ChromeOS Stable Channel Update
```
- version : 137.0.7151.132
- chromeos_release_version : 16267.60.0
- linux_kernel_versions_stable : 5.10.234-26294-g05d61bf3318b
```
=== "Beta" ChromeOS Beta Channel Update
```
- version : 138.0.7204.55
- chromeos_release_version : 16295.32.0
```
=== "Dev" ChromeOS Dev Channel Update
```
- version : 139.0.7258.8
- chromeos_release_version : 16328.6.0
```
=== "Canary" ChromeOS Canary Channel Update
```
- version : 140.0.7281.0_pre1482927
- chromeos_release_version : 16328.6.0
```
Build Flags
- Build Flags : kukui bootimage detachable unibuild has_chromeos_config_bsp touch_centric_device shelf-hotseat webui-tab-strip pcserial camera_feature_portrait_mode ime_addons fsverity uprev-4-to-5 tablet_form_factor ondevice_grammar crosier_binary cros_camera_algo
Gentoo Overlay Tree (kukui)
``` overlays/board-overlays/overlay-kukui/ ├── chromeos-base │ ├── autotest-capability-kukui │ │ ├── autotest-capability-kukui-1.0.0.ebuild │ │ ├── autotest-capability-kukui-1.0.0-r1.ebuild -> autotest-capability-kukui-1.0.0.ebuild │ │ └── files │ │ └── 20-kukui-capabilities.yaml │ ├── chromeos-bsp-kukui │ │ ├── chromeos-bsp-kukui-0.0.1.ebuild │ │ ├── chromeos-bsp-kukui-0.0.1-r69.ebuild -> chromeos-bsp-kukui-0.0.1.ebuild │ │ ├── files │ │ │ ├── 91-hammer-keyboard.rules │ │ │ ├── 99-hammerd.rules │ │ │ ├── board.ini │ │ │ ├── get_board_goodix_pid.sh │ │ │ ├── kakadu │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── board.ini │ │ │ │ │ ├── dsp.ini │ │ │ │ │ ├── mt8183_da7219_rt1015 │ │ │ │ │ ├── mt8183_da7219_rt1015p │ │ │ │ │ └── mt8183_mt6358_ts3a227_rt1015p │ │ │ │ └── ucm-config │ │ │ │ ├── HiFi_mt6358.conf │ │ │ │ ├── HiFi_rt1015.conf │ │ │ │ ├── HiFi_rt1015p.conf │ │ │ │ ├── mt8183_da7219_rt1015.conf │ │ │ │ ├── mt8183_da7219_rt1015p.conf │ │ │ │ └── mt8183_mt6358_ts3a227_rt1015p.conf │ │ │ ├── katsu │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── board.ini │ │ │ │ │ ├── dsp.ini │ │ │ │ │ ├── mt8183_da7219_rt1015p │ │ │ │ │ └── mt8183_mt6358_ts3a227_rt1015p │ │ │ │ └── ucm-config │ │ │ │ ├── HiFi_mt6358.conf │ │ │ │ ├── HiFi_rt1015p.conf │ │ │ │ ├── mt8183_da7219_rt1015p.conf │ │ │ │ └── mt8183_mt6358_ts3a227_rt1015p.conf │ │ │ ├── kodama │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── board.ini │ │ │ │ │ ├── dsp.ini │ │ │ │ │ └── mt8183_mt6358_ts3a227_max98357 │ │ │ │ └── ucm-config │ │ │ │ ├── HiFi.conf │ │ │ │ └── mt8183_mt6358_ts3a227_max98357.conf │ │ │ ├── krane │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── board.ini │ │ │ │ │ ├── dsp.ini │ │ │ │ │ └── mt8183_mt6358_ts3a227_max98357 │ │ │ │ └── ucm-config │ │ │ │ ├── HiFi.conf │ │ │ │ └── mt8183_mt6358_ts3a227_max98357.conf │ │ │ ├── kukui │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── board.ini │ │ │ │ │ ├── dsp.ini │ │ │ │ │ └── mt8183_mt6358_ts3a227_max98357 │ │ │ │ └── ucm-config │ │ │ │ ├── HiFi.conf │ │ │ │ └── mt8183_mt6358_ts3a227_max98357.conf │ │ │ └── kukui-bluetooth-sysprops.conf │ │ └── OWNERS │ └── chromeos-config-bsp │ ├── chromeos-config-bsp-0.0.1-r13.ebuild │ ├── chromeos-config-bsp-9999.ebuild │ └── files │ └── model.yaml ├── DIR_METADATA ├── media-libs │ ├── cros-camera-hal-configs-kukui │ │ ├── cros-camera-hal-configs-kukui-0.0.1.ebuild │ │ ├── cros-camera-hal-configs-kukui-0.0.1-r8.ebuild -> cros-camera-hal-configs-kukui-0.0.1.ebuild │ │ ├── files │ │ │ ├── camera_config_kakadu.json │ │ │ ├── camera_config_katsu.json │ │ │ ├── camera_config_kodama.json │ │ │ ├── camera_config_krane.json │ │ │ ├── camera_config_kukui.json │ │ │ ├── camera_info.json │ │ │ ├── post-start-hooks-4_19.sh │ │ │ ├── post-start-hooks-5_10.sh │ │ │ ├── post-start-hooks-algo-4_19.sh │ │ │ ├── post-start-hooks-algo-5_10.sh │ │ │ ├── setup-hooks-algo.sh │ │ │ └── setup-hooks.sh │ │ └── OWNERS │ ├── cros-camera-hal-mtk │ │ ├── cros-camera-hal-mtk-0.0.1-r929.ebuild │ │ └── cros-camera-hal-mtk-9999.ebuild │ ├── mtk-isp-3a-libs-bin │ │ ├── Manifest │ │ ├── mtk-isp-3a-libs-bin-0.0.10.ebuild │ │ └── mtk-isp-3a-libs-bin-0.0.10-r3.ebuild -> mtk-isp-3a-libs-bin-0.0.10.ebuild │ ├── mtk-sensor-metadata │ │ ├── files │ │ │ └── imgsensor_metadata │ │ │ ├── common │ │ │ │ ├── config_request_metadata__.h │ │ │ │ ├── config_static_metadata_common.h │ │ │ │ ├── config_static_metadata_feature.h │ │ │ │ ├── config_static_metadata.lens.h │ │ │ │ ├── config_static_metadata.project.flashlight.h │ │ │ │ ├── config_static_metadata_request_commonType.h │ │ │ │ ├── config_static_metadata_scaler.h │ │ │ │ ├── config_static_metadata.sensor.h │ │ │ │ └── config_static_metadata.tuning_3a.h │ │ │ ├── gc5035_mipi_raw │ │ │ │ ├── config_request_metadata__.h │ │ │ │ ├── config_static_metadata_feature.h │ │ │ │ ├── config_static_metadata.lens.gc5035mipiraw.h │ │ │ │ ├── config_static_metadata.project.camera.gc5035mipiraw.h │ │ │ │ ├── config_static_metadata.project.flashlight.gc5035mipiraw.h │ │ │ │ ├── config_static_metadata_request_commonType.h │ │ │ │ ├── config_static_metadata_scaler.h │ │ │ │ ├── config_static_metadata.sensor.gc5035mipiraw.h │ │ │ │ └── config_static_metadata.tuning_3a.gc5035mipiraw.h │ │ │ ├── ov02a10_mipi_raw │ │ │ │ ├── config_request_metadata__.h │ │ │ │ ├── config_static_metadata_feature.h │ │ │ │ ├── config_static_metadata.lens.ov02a10mipiraw.h │ │ │ │ ├── config_static_metadata.project.camera.ov02a10mipiraw.h │ │ │ │ ├── config_static_metadata.project.flashlight.ov02a10mipiraw.h │ │ │ │ ├── config_static_metadata_request_commonType.h │ │ │ │ ├── config_static_metadata_scaler.h │ │ │ │ ├── config_static_metadata.sensor.ov02a10mipiraw.h │ │ │ │ └── config_static_metadata.tuning_3a.ov02a10mipiraw.h │ │ │ ├── ov2685_mipi_raw │ │ │ │ ├── config_request_metadata__.h │ │ │ │ ├── config_static_metadata_feature.h │ │ │ │ ├── config_static_metadata.lens.ov2685mipiraw.h │ │ │ │ ├── config_static_metadata.project.camera.ov2685mipiraw.h │ │ │ │ ├── config_static_metadata.project.flashlight.ov2685mipiraw.h │ │ │ │ ├── config_static_metadata_request_commonType.h │ │ │ │ ├── config_static_metadata_scaler.h │ │ │ │ ├── config_static_metadata.sensor.ov2685mipiraw.h │ │ │ │ └── config_static_metadata.tuning_3a.ov2685mipiraw.h │ │ │ ├── ov5695_mipi_raw │ │ │ │ ├── config_request_metadata__.h │ │ │ │ ├── config_static_metadata_feature.h │ │ │ │ ├── config_static_metadata.lens.ov5695mipiraw.h │ │ │ │ ├── config_static_metadata.project.camera.ov5695mipiraw.h │ │ │ │ ├── config_static_metadata.project.flashlight.ov5695mipiraw.h │ │ │ │ ├── config_static_metadata_request_commonType.h │ │ │ │ ├── config_static_metadata_scaler.h │ │ │ │ ├── config_static_metadata.sensor.ov5695mipiraw.h │ │ │ │ └── config_static_metadata.tuning_3a.ov5695mipiraw.h │ │ │ └── ov8856_mipi_raw │ │ │ ├── config_request_metadata__.h │ │ │ ├── config_static_metadata_feature.h │ │ │ ├── config_static_metadata.lens.ov8856mipiraw.h │ │ │ ├── config_static_metadata.project.camera.ov8856mipiraw.h │ │ │ ├── config_static_metadata.project.flashlight.ov8856mipiraw.h │ │ │ ├── config_static_metadata_request_commonType.h │ │ │ ├── config_static_metadata_scaler.h │ │ │ ├── config_static_metadata.sensor.ov8856mipiraw.h │ │ │ └── config_static_metadata.tuning_3a.ov8856mipiraw.h │ │ ├── mtk-sensor-metadata-0.0.1.ebuild │ │ └── mtk-sensor-metadata-0.0.1-r24.ebuild -> mtk-sensor-metadata-0.0.1.ebuild │ ├── mtk-tuning-libs-bin │ │ ├── Manifest │ │ ├── mtk-tuning-libs-bin-0.0.36.ebuild │ │ └── mtk-tuning-libs-bin-0.0.36-r3.ebuild -> mtk-tuning-libs-bin-0.0.36.ebuild │ └── mtk-tuning-tools-bin │ ├── Manifest │ ├── mtk-tuning-tools-bin-0.0.4.ebuild │ └── mtk-tuning-tools-bin-0.0.4-r2.ebuild -> mtk-tuning-tools-bin-0.0.4.ebuild ├── metadata │ ├── layout.conf │ └── md5-cache │ ├── chromeos-base │ │ ├── autotest-capability-kukui-1.0.0 │ │ ├── autotest-capability-kukui-1.0.0-r1 │ │ ├── chromeos-bsp-kukui-0.0.1 │ │ ├── chromeos-bsp-kukui-0.0.1-r69 │ │ ├── chromeos-config-bsp-0.0.1-r13 │ │ └── chromeos-config-bsp-9999 │ ├── media-libs │ │ ├── cros-camera-hal-configs-kukui-0.0.1 │ │ ├── cros-camera-hal-configs-kukui-0.0.1-r8 │ │ ├── cros-camera-hal-mtk-0.0.1-r929 │ │ ├── cros-camera-hal-mtk-9999 │ │ ├── mtk-isp-3a-libs-bin-0.0.10 │ │ ├── mtk-isp-3a-libs-bin-0.0.10-r3 │ │ ├── mtk-sensor-metadata-0.0.1 │ │ ├── mtk-sensor-metadata-0.0.1-r24 │ │ ├── mtk-tuning-libs-bin-0.0.36 │ │ ├── mtk-tuning-libs-bin-0.0.36-r3 │ │ ├── mtk-tuning-tools-bin-0.0.4 │ │ └── mtk-tuning-tools-bin-0.0.4-r2 │ └── virtual │ ├── autotest-capability-2 │ ├── autotest-capability-2-r1 │ ├── chromeos-bsp-2 │ ├── chromeos-bsp-2-r1 │ ├── cros-camera-hal-2 │ ├── cros-camera-hal-2-r1 │ ├── cros-camera-hal-configs-2 │ └── cros-camera-hal-configs-2-r1 ├── OWNERS ├── profiles │ └── base │ ├── make.defaults │ └── parent └── virtual ├── autotest-capability │ ├── autotest-capability-2.ebuild │ └── autotest-capability-2-r1.ebuild -> autotest-capability-2.ebuild ├── chromeos-bsp │ ├── chromeos-bsp-2.ebuild │ └── chromeos-bsp-2-r1.ebuild -> chromeos-bsp-2.ebuild ├── cros-camera-hal │ ├── cros-camera-hal-2.ebuild │ └── cros-camera-hal-2-r1.ebuild -> cros-camera-hal-2.ebuild └── cros-camera-hal-configs ├── cros-camera-hal-configs-2.ebuild ├── cros-camera-hal-configs-2-r1.ebuild -> cros-camera-hal-configs-2.ebuild └── OWNERS
56 directories, 170 files ```