diff options
Diffstat (limited to 'conf/machine/include/meta-intel.inc')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index ccd06c6a..c98aa78a 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -5,34 +5,40 @@ | |||
5 | # | 5 | # |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" | 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" |
8 | PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel" | 8 | PREFERRED_PROVIDER_virtual/kernel:poky-tiny ?= "linux-intel" |
9 | 9 | ||
10 | # Only use the Intel-tuned zlib for target builds to improve reuse | 10 | PREFERRED_VERSION_linux-intel ?= "6.12%" |
11 | PREFERRED_PROVIDER_zlib = "zlib-intel" | 11 | PREFERRED_VERSION_linux-intel-rt ?= "6.12%" |
12 | PREFERRED_PROVIDER_zlib-native = "zlib-native" | 12 | PREFERRED_VERSION_linux-intel:poky-altcfg ?= "6.12%" |
13 | PREFERRED_PROVIDER_nativesdk-zlib = "nativesdk-zlib" | 13 | PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "6.12%" |
14 | 14 | ||
15 | PREFERRED_VERSION_linux-intel ?= "4.19%" | 15 | # Need to point to latest version of libva needed for media components |
16 | PREFERRED_VERSION_linux-intel-rt ?= "4.19%" | 16 | PREFERRED_PROVIDER_libva = "libva-intel" |
17 | PREFERRED_PROVIDER_libva-native = "libva-intel-native" | ||
18 | PREFERRED_PROVIDER_nativesdk-libva = "nativesdk-libva-intel" | ||
19 | |||
20 | PREFERRED_PROVIDER_libva-utils = "libva-intel-utils" | ||
21 | PREFERRED_PROVIDER_libva-utils-native = "libva-intel-utils-native" | ||
22 | PREFERRED_PROVIDER_nativesdk-libva-utils = "nativesdk-libva-intel-utils" | ||
17 | 23 | ||
18 | XSERVER_X86_ASPEED_AST = "xf86-video-ast \ | 24 | XSERVER_X86_ASPEED_AST = "xf86-video-ast \ |
19 | " | 25 | " |
20 | 26 | ||
21 | # include the user space intel microcode loading support in the generated images. | 27 | # include the user space intel microcode loading support in the generated images. |
22 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)} thermald" | 28 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}" |
23 | 29 | ||
24 | # recommended extra packages common to all intel machines | 30 | # recommended extra packages common to all intel machines |
25 | MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware" | 31 | MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware" |
26 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kernel-module-i915 linux-firmware-i915" | 32 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc kernel-module-r8152" |
27 | 33 | ||
28 | # for the early boot time kernel microcode loading support, | 34 | # for the early boot time kernel microcode loading support, |
29 | # merge the microcode data in the final initrd image. | 35 | # merge the microcode data in the final initrd image. |
30 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" | 36 | INITRD_LIVE:prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" |
31 | 37 | ||
32 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" | 38 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" |
33 | 39 | ||
34 | EFI_PROVIDER ?= "systemd-boot" | 40 | EFI_PROVIDER ?= "systemd-boot" |
35 | EFI_PROVIDER_x86-x32 = "grub-efi" | 41 | EFI_PROVIDER:x86-x32 = "grub-efi" |
36 | 42 | ||
37 | # Add general MACHINEOVERRIDE for meta-intel | 43 | # Add general MACHINEOVERRIDE for meta-intel |
38 | MACHINEOVERRIDES =. "intel-x86-common:" | 44 | MACHINEOVERRIDES =. "intel-x86-common:" |