File tree Expand file tree Collapse file tree
chromeos-bsp-amd64-openfyde_vmware
virtual/openfyde-board-spec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright 2022 Fyde Innovations. All rights reserved.
2+ # Use of this source code is governed by a BSD-style license that can be
3+ # found in the LICENSE file.
4+
5+ EAPI=7
6+
7+ inherit cros-unibuild
8+
9+ DESCRIPTION=" ChromeOS model configuration"
10+ HOMEPAGE=" https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/chromeos-config/README.md"
11+
12+ LICENSE=" BSD-Google"
13+ SLOT=" 0"
14+ KEYWORDS=" *"
15+
16+ RDEPEND="
17+ chromeos-base/device-appid
18+ chromeos-base/auto-expand-partition
19+ chromeos-base/apple-touchpad-bcm5974
20+ sys-firmware/mssl1680-firmware
21+ sys-apps/haveged
22+ chromeos-base/fydeos-gestures-config
23+ media-libs/lpe-support-topology
24+ chromeos-base/intel-lpe-audio-config
25+ chromeos-base/flash_player
26+ chromeos-base/fydeos-input-util
27+ chromeos-base/vga-switcher
28+ virtual/gentoo-extra-pkgs
29+ dev-libs/libdnet
30+ app-emulation/open-vm-tools
31+ "
32+
33+ DEPEND=" ${RDEPEND} "
34+
35+ S=" ${WORKDIR} "
36+
37+ src_install () {
38+ install_model_files
39+ }
Original file line number Diff line number Diff line change @@ -13,22 +13,7 @@ LICENSE="BSD-Google"
1313SLOT=" 0"
1414KEYWORDS=" *"
1515
16- RDEPEND="
17- chromeos-base/device-appid
18- chromeos-base/auto-expand-partition
19- chromeos-base/apple-touchpad-bcm5974
20- sys-firmware/mssl1680-firmware
21- sys-apps/haveged
22- chromeos-base/fydeos-gestures-config
23- media-libs/lpe-support-topology
24- chromeos-base/intel-lpe-audio-config
25- chromeos-base/flash_player
26- chromeos-base/fydeos-input-util
27- chromeos-base/vga-switcher
28- virtual/gentoo-extra-pkgs
29- dev-libs/libdnet
30- app-emulation/open-vm-tools
31- "
16+ RDEPEND=" "
3217
3318DEPEND=" ${RDEPEND} "
3419
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ IUSE="kernel-5_10"
1414RDEPEND="
1515 virtual/fydemina
1616 chromeos-base/chromeos-config-bsp
17+ chromeos-base/chromeos-bsp-amd64-openfyde_vmware
1718"
1819
1920DEPEND=" ${RDEPEND} "
You can’t perform that action at this time.
0 commit comments