summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-28 09:00:50 +0100
committerAnders Roxell <anders.roxell@linaro.org>2015-10-28 09:01:25 +0100
commit2e7dcf3328c12d2e372d1461d5b182c38f3ad5cb (patch)
tree4e90890b1554cdef227ecc8e54f6869a1aaaa6c4
parent785fa3df361f4c8b7d51fedc552de39968650f9b (diff)
functions.sh: set preferred_provider if machine qemux86-64release-15.11release-15.10
Change-Id: I5ed4e6531b66631abcbd077ef783dec39e5c6a2a Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xfunctions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index f0eb79e..cf5d0a3 100755
--- a/functions.sh
+++ b/functions.sh
@@ -159,6 +159,7 @@ PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
# NOTE: this breaks recipes that build external kernel modules
PREFERRED_PROVIDER_virtual/kernel = "${linux_kernel:-linux-dummy}"
PREFERRED_PROVIDER_virtual/kernel_qemux86 = "linux-yocto"
+PREFERRED_PROVIDER_virtual/kernel_qemux86-64 = "linux-yocto"
PREFERRED_VERSION_lng-x86-64 = "${linux_kernel_version:-3.14}"
PREFERRED_VERSION_lng-rt-x86-64 = "${linux_kernel_version:-3.14}"