Skip to content

Commit

Permalink
Merge pull request #552 from lumag/default-kernel
Browse files Browse the repository at this point in the history
qcom-common.inc: make it less insisting on the default kernel
  • Loading branch information
lumag authored Nov 21, 2023
2 parents ec4776e + f928227 commit 1842039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/qcom-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-qcomlt"
PREFERRED_PROVIDER_virtual/kernel ??= "linux-linaro-qcomlt"

PREFERRED_PROVIDER_android-tools-conf = "android-tools-conf-configfs"

Expand Down

0 comments on commit 1842039

Please sign in to comment.