aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded-lkft')
-rwxr-xr-xopenembedded-lkft/builders.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded-lkft/builders.sh b/openembedded-lkft/builders.sh
index 47f9fd45c9..33fd344fcc 100755
--- a/openembedded-lkft/builders.sh
+++ b/openembedded-lkft/builders.sh
@@ -88,7 +88,7 @@ PREFERRED_PROVIDER_virtual/kernel = "${KERNEL_RECIPE}"
EOF
case "${KERNEL_RECIPE}" in
- linux-hikey-aosp|linux-hikey-stable|linux-hikey-stable-rc|linux-generic-android-common-o|linux-generic-android-common-o-release|linux-generic-lsk*)
+ linux-hikey-aosp|linux-hikey-stable*|linux-generic-android-common-o*|linux-generic-lsk*|linux-generic-stable*)
cat << EOF >> ${distro_conf}
PREFERRED_VERSION_${KERNEL_RECIPE} = "${KERNEL_VERSION}+git%"
EOF
@@ -285,6 +285,9 @@ case "${KERNEL_RECIPE}" in
linux-generic-lsk-rt-test)
PUB_DEST="lsk-${KERNEL_VERSION}-rt-test"
;;
+ linux-generic-stable-rt)
+ PUB_DEST="linux-stable-rt-${KERNEL_VERSION}"
+ ;;
*)
PUB_DEST="${KERNEL_VERSION}"
;;