mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>
7 lines
411 B
Plaintext
7 lines
411 B
Plaintext
# Use initramfs-framework instead of initramfs-live*
|
|
PACKAGE_INSTALL_remove_intel-x86-common = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi"
|
|
PACKAGE_INSTALL_append_intel-x86-common = " initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install-efi"
|
|
|
|
# Add i915 graphics firmware
|
|
PACKAGE_INSTALL_append_intel-x86-common = " linux-firmware-i915"
|