diff options
Diffstat (limited to 'conf/machine/include/meta-intel.inc')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index cec348a7..c98aa78a 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -5,27 +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 | PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.9%" | 9 | |
10 | PREFERRED_VERSION_linux-intel ?= "4.14%" | 10 | PREFERRED_VERSION_linux-intel ?= "6.12%" |
11 | PREFERRED_VERSION_linux-intel-rt ?= "6.12%" | ||
12 | PREFERRED_VERSION_linux-intel:poky-altcfg ?= "6.12%" | ||
13 | PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "6.12%" | ||
14 | |||
15 | # Need to point to latest version of libva needed for media components | ||
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" | ||
11 | 23 | ||
12 | XSERVER_X86_ASPEED_AST = "xf86-video-ast \ | 24 | XSERVER_X86_ASPEED_AST = "xf86-video-ast \ |
13 | " | 25 | " |
14 | 26 | ||
15 | # 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. |
16 | 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)}" |
17 | 29 | ||
18 | # recommended extra packages common to all intel machines | 30 | # recommended extra packages common to all intel machines |
19 | MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware" | 31 | MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware" |
32 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc kernel-module-r8152" | ||
20 | 33 | ||
21 | # for the early boot time kernel microcode loading support, | 34 | # for the early boot time kernel microcode loading support, |
22 | # merge the microcode data in the final initrd image. | 35 | # merge the microcode data in the final initrd image. |
23 | 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)}" |
24 | 37 | ||
25 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" | 38 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" |
26 | 39 | ||
27 | EFI_PROVIDER ?= "systemd-boot" | 40 | EFI_PROVIDER ?= "systemd-boot" |
28 | EFI_PROVIDER_x86-x32 = "grub-efi" | 41 | EFI_PROVIDER:x86-x32 = "grub-efi" |
29 | 42 | ||
30 | # Add general MACHINEOVERRIDE for meta-intel | 43 | # Add general MACHINEOVERRIDE for meta-intel |
31 | MACHINEOVERRIDES =. "intel-x86-common:" | 44 | MACHINEOVERRIDES =. "intel-x86-common:" |