aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-rt-4.4.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded-lkft-linux-stable-rt-4.4.yaml')
-rw-r--r--openembedded-lkft-linux-stable-rt-4.4.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/openembedded-lkft-linux-stable-rt-4.4.yaml b/openembedded-lkft-linux-stable-rt-4.4.yaml
index d7b585a1f8..12126363a6 100644
--- a/openembedded-lkft-linux-stable-rt-4.4.yaml
+++ b/openembedded-lkft-linux-stable-rt-4.4.yaml
@@ -47,7 +47,7 @@
default: 'https://github.com/96boards/oe-rpb-manifest.git'
- string:
name: MANIFEST_BRANCH
- default: 'lkft/rocko'
+ default: 'lkft/sumo'
- string:
name: PUB_DEST
default: 'openembedded/lkft/${MANIFEST_BRANCH}/${MACHINE}/${DISTRO}/linux-stable-rt-${KERNEL_VERSION}/${BUILD_NUMBER}'
@@ -115,6 +115,9 @@
# Mapping for MACHINE -> DEVICE_TYPE
case "${MACHINE}" in
+ hikey)
+ DEVICE_TYPE=hi6220-hikey
+ ;;
intel-core2-32)
DEVICE_TYPE=i386
;;
@@ -127,6 +130,9 @@
am57xx-evm)
DEVICE_TYPE=x15
;;
+ dragonboard-410c)
+ DEVICE_TYPE=dragonboard-410c
+ ;;
esac
echo "DEVICE_TYPE=${DEVICE_TYPE}" > device_type_parameters