diff options
author | 2022-03-10 12:56:07 +0000 | |
---|---|---|
committer | 2022-03-10 12:56:07 +0000 | |
commit | e509d1f998e179e5654c5728ea1d8f1c20cb5a1f (patch) | |
tree | 4f3290d0a9a01eb8cbcd7af7376cdf2e478d2e18 | |
parent | 6a1d4f6c13079ed7b7ba64621d082c860deddb50 (diff) | |
parent | bef53eaa23075832b68acb0c2407ce094830dcc0 (diff) | |
download | meta-amd-e509d1f998e179e5654c5728ea1d8f1c20cb5a1f.tar.gz meta-amd-e509d1f998e179e5654c5728ea1d8f1c20cb5a1f.tar.bz2 meta-amd-e509d1f998e179e5654c5728ea1d8f1c20cb5a1f.zip |
Merge branch 'LINCCM-12891' into 'hardknott'
core-image-sato: add the x11 feature to fix build dependence error
See merge request windriver-amd/meta-amd!1
-rw-r--r-- | meta-amd-bsp/conf/machine/include/amdx86.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-amd-bsp/conf/machine/include/amdx86.inc b/meta-amd-bsp/conf/machine/include/amdx86.inc index b1562028..291bf11d 100644 --- a/meta-amd-bsp/conf/machine/include/amdx86.inc +++ b/meta-amd-bsp/conf/machine/include/amdx86.inc @@ -11,9 +11,6 @@ DPDK_PKGS = "${@bb.utils.contains("BBFILE_COLLECTIONS", "dpdk", "dpdk dpdk-examp MACHINE_FEATURES_remove = "screen alsa" MACHINE_EXTRA_RRECOMMENDS_remove = " rtc-test alsa-utils" -# Drop features we do not need -DISTRO_FEATURES_remove="opengl x11 alsa pulseaudio" - # Disable the graphical console when machine does not have a screen. # This allows the serial console to be used for installation. APPEND_remove="${@bb.utils.contains('MACHINE_FEATURES', 'screen-console', '', 'console=tty0', d)}" |