aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-07-31 16:17:16 -0500
committerDaniel Díaz <daniel.diaz@linaro.org>2018-07-31 16:17:16 -0500
commit69ac8140e5c89a0217dfe92586fa94c810a477c3 (patch)
tree0ffdca2221bc95bf052c90631370de6750f34df6 /openembedded-lkft
parent22cb3a79c6eee8f585e82663e6d38d34e9557bf7 (diff)
openembedded-lkft: generic/developer: define KERNEL_RECIPE
The KERNEL_RECIPE variable is used at different stages of the build. Instead of replacing the existing usage in the script that submits to testing, define KERNEL_RECIPE here and set it to "linux-generic". This also reduces the gap between this generic/developer builder and the regular builds. Change-Id: Idc005095837b4cef74b700f0a845d6d8103ff385 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rwxr-xr-xopenembedded-lkft/builders-generic.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/openembedded-lkft/builders-generic.sh b/openembedded-lkft/builders-generic.sh
index 3b9552ce6c..15ab5b3785 100755
--- a/openembedded-lkft/builders-generic.sh
+++ b/openembedded-lkft/builders-generic.sh
@@ -88,11 +88,10 @@ cat << EOF >> conf/auto.conf
INHERIT += "buildstats buildstats-summary"
EOF
-### FIXME LKFT Linux Generic Specific:
# Set the kernel to use
distro_conf=$(find ../layers/meta-rpb/conf/distro -name rpb.inc)
cat << EOF >> ${distro_conf}
-PREFERRED_PROVIDER_virtual/kernel = "linux-generic"
+PREFERRED_PROVIDER_virtual/kernel = "${KERNEL_RECIPE}"
EOF
# Set the image types to use