aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-rt-4.4.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2020-02-20 15:29:28 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2020-02-20 21:35:57 +0000
commit7a87f9597e58085ae7c53badc68ccaeb0bc857e9 (patch)
treea857f59e74d4735d9ddf07d402f3f98a4662d445 /openembedded-lkft-linux-stable-rt-4.4.yaml
parent97e588c898265b4503afa5cf654ca27600bb7cb8 (diff)
openembedded-lkft: stable-rt: Update OE to Sumo
Change-Id: I28b397340fc4b6897f7f60b546aed1488c2e5f15 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
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